[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: os.execute
- From: "Jerome Vuarand" <jerome.vuarand@...>
- Date: Tue, 22 May 2007 11:31:48 -0400
Kenneth Forsbäck wrote:
> is it possible to use os.execute() and have it NOT wait for any
> return code, i.e. I don't get those annoying command prompts
> lingering around after I've launched another program.
>
> I've attached the script I'm using.
You can use the windows command 'start' to start your command in another shell and immediatly give back control to your script. See 'start /?' in a windows command line for more help.