system("pause"); in LUA?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: system("pause"); in LUA?
- From: "Wolfgang Bujatti" <wolfgang.bujatti@...>
- Date: 2005年3月27日 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,