05-03-2022, 05:38 AM
To the console, where SHELL directs it to.
Try:
SHELL "dir>temp.txt"
Then you can OPEN "temp.txt" FOR INPUT AS #1 and read the contents of the file into your program.
Try:
SHELL "dir>temp.txt"
Then you can OPEN "temp.txt" FOR INPUT AS #1 and read the contents of the file into your program.