Code: Select all
Macro Pause
PrintN("Press any key to continue . . .")
Repeat
Delay(10)
Until Inkey() <> "" Or RawKey()
EndMacro
OpenConsole()
Pause

Code: Select all
Macro Pause
PrintN("Press any key to continue . . .")
Repeat
Delay(10)
Until Inkey() <> "" Or RawKey()
EndMacro
OpenConsole()
Pause