Execute a system command: Difference between revisions

no edit summary
(add gnuplot example)
No edit summary
Line 31:
=={{header|AppleScript}}==
do shell script "ls" without altering line endings
 
=={{header|AutoHotkey}}==
<lang autohotkey>Run, %comspec% /k dir & pause</lang>
 
=={{header|AWK}}==
Anonymous user