lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.