Execute a system command: Difference between revisions

m
Line 537:
call/console "ls *.r"
 
call/console "pause"</lang>
 
; The 'shell' refinement may be necessary to launch some programs.
 
call/shell "notepad.exe"</lang>
 
=={{header|Ruby}}==
Anonymous user