RosettaCodeData/Task/Execute-a-system-command/Liberty-BASIC/execute-a-system-command.basic

3 lines
67 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
drive1$ = left$(Drives$,1)
run "cmd.exe /";drive1$;" dir & pause"