RosettaCodeData/Task/Execute-a-system-command/AutoIt/execute-a-system-command.autoit

2 lines
47 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
Run(@ComSpec & " /c " & 'pause', "", @SW_HIDE)