Execute a system command: Difference between revisions

New section
(→‎{{header|Pike}}: Slightly shorter version)
(New section)
Line 590:
 
call/shell "notepad.exe"</lang>
 
=={{header|REXX}}==
Since REXX is a shell scripting language, it's easy to execute commands:
<lang REXX>"dir /a:d"</lang>
 
=={{header|Ruby}}==
Anonymous user