Execute a system command: Difference between revisions

Content added Content deleted
(Execute a system command in BASIC256)
Line 328: Line 328:
<lang freebasic>' Execute a system command
<lang freebasic>' Execute a system command
SYSTEM "ls"</lang>
SYSTEM "ls"</lang>

=={{header|BASIC256}}==
<lang basic256>system "dir"</lang>


=={{header|Batch File}}==
=={{header|Batch File}}==