RosettaCodeData/Task/Execute-a-system-command/Red/execute-a-system-command.red
2018-06-22 20:57:24 +00:00

3 lines
144 B
Text

call/show %pause ;The /show refinement forces the display of system's shell window (Windows only).
call/show %dir
call/show %notepad.exe