Re: How to respond to a confirmation prompt automatically

2007-01-12 Thread Coby
Thanks Rob. Rob Wolfe wrote: > "Coby" <[EMAIL PROTECTED]> writes: > > > Just to give you some background about my problem: > > > > I execute os.system(command), where command is a string. > > > > On the command line in windows, I get: > > > > "Continue, and unload these objects? [no]" > > > > I n

Re: How to respond to a confirmation prompt automatically

2007-01-12 Thread Rob Wolfe
"Coby" <[EMAIL PROTECTED]> writes: > Just to give you some background about my problem: > > I execute os.system(command), where command is a string. > > On the command line in windows, I get: > > "Continue, and unload these objects? [no]" > > I need to respond 'y' to continue, but I am uncertain o

How to respond to a confirmation prompt automatically

2007-01-12 Thread Coby
Just to give you some background about my problem: I execute os.system(command), where command is a string. On the command line in windows, I get: "Continue, and unload these objects? [no]" I need to respond 'y' to continue, but I am uncertain on how to output the 'y' automatically. Thanks in