lua-users home
lua-l archive

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


Hi List,

Is there a way in lua to launch an application in a asynchronize way?

for example, when I run os.execute("notepad.exe"), the script will suspend until notepad exits. Is there a way to just launch notepad without waiting?

Best Regards,
Xu