Re: Redirecting Console Input

2008-10-24 Thread René Berber
Lee D.Rothstein wrote: > Is there a way to redirect console input /to/ (actually /from/ ;-) ) a > file, for say a Vista > console (CLI) command like 'sc'? From a recent post 'ttyfier' is probably the answer, the post is: http://sources.redhat.com/ml/cygwin/2006-03/msg00164.html which has a link

Redirecting Console Input

2008-10-24 Thread Lee D.Rothstein
Is there a way to redirect console input /to/ (actually /from/ ;-) ) a file, for say a Vista console (CLI) command like 'sc'? I've tried: sc sc.help.txt Where 'Ys.in' is a file containing a bunch of 'Y's, which is what 'sc' is waiting for. 'sc' ignores the file and waits for me to type 'Y