Execute a system command: Difference between revisions

Content added Content deleted
(HolyC)
No edit summary
Line 1,561: Line 1,561:


call/shell "notepad.exe"</lang>
call/shell "notepad.exe"</lang>

=={{header|Red}}==
<lang red>
call/show %pause ;The /show refinement forces the display of system's shell window (Windows only).
call/show %dir
call/show %notepad.exe</lang>


=={{header|REXX}}==
=={{header|REXX}}==