On Sat, 07 Feb 2004 12:06:55 +1300, you wrote: >Is there a common, standard way to wait for the press of any single key >in a batch job? > >Vik :v)
Hi Vik, I thought a batch job, by definition, was automated, so didn't require any input from the user. However, you may want to look at the 'expect' package. Beware, it's complex enough to have books written about it! hth, Steve
