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