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

3 lines
67 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
drive1$ = left$(Drives$,1)
run "cmd.exe /";drive1$;" dir & pause"