RosettaCodeData/Task/Get-system-command-output/IS-BASIC/get-system-command-output.basic

6 lines
119 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
100 OPEN #1:"dirinfo.txt" ACCESS OUTPUT
110 SET DEFAULT CHANNEL 1
120 EXT "dir"
130 CLOSE #1
140 SET DEFAULT CHANNEL 0