Execute a system command: Difference between revisions

Content added Content deleted
No edit summary
Line 248: Line 248:


=={{header|Arturo}}==
=={{header|Arturo}}==
<lang rebol>print execute "ls"</lang>

<lang arturo>print [shell "ls"]</lang>

{{out}}

<pre>
data.log
rosetta.art
sample.txt</pre>


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==