[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: asynchronize "os.execute" call
- From: Xu Wang <xu4wang@...>
- Date: Thu, 5 Mar 2009 15:24:05 +0800
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