RosettaCodeData/Task/Execute-a-system-command/Red/execute-a-system-command.red
2023-07-01 13:44:08 -04: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