lua-users home
lua-l archive

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


os.execute("pause")

From: "Wolfgang Bujatti" <wolfgang.bujatti@chello.at>
Reply-To: Lua list <lua@bazar2.conectiva.com.br>
To: "Lua-Post" <lua@bazar2.conectiva.com.br>
Subject: system("pause"); in LUA?
Date: Sun, 27 Mar 2005 11:41:23 +0200

How to pause a lua script at the end like in c:
system("pause");

I need it only, that the DOS window doesn't close after finishing the
script, when starting form editor etc.

Thanks in acvance,