Execute a system command: Difference between revisions

Content added Content deleted
No edit summary
Line 482: Line 482:
<lang dc>! ls</lang>
<lang dc>! ls</lang>


=={{header|DCL}}==
<lang DCL>Directory</lang>
Or, shorter<lang DCL>dir</lang>


=={{header|DBL}}==
=={{header|DBL}}==
Line 490: Line 487:
XCALL EXEC ("script.sh") ;execute script or binary and exit
XCALL EXEC ("script.sh") ;execute script or binary and exit
STOP '@/bin/ls *.jpg > file.txt' ;exit and execute command</lang>
STOP '@/bin/ls *.jpg > file.txt' ;exit and execute command</lang>

=={{header|DCL}}==
<lang DCL>Directory</lang>
Or, shorter<lang DCL>dir</lang>


=={{header|Delphi}}==
=={{header|Delphi}}==