3 lines
91 B
Text
3 lines
91 B
Text
|
|
a$ = shell$("dir") ' Returns the directory info into a$
|
||
|
|
print a$ ' prints the directory
|