lua-users home
lua-l archive

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


Xu Wang wrote:
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?

os.execute("start notepad.exe")


--

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------