Apparrently 3.20 of bwbasic under Linux (Ubuntu) you can no longer perform
a command like ls to which it used initiate a shell command? Any ideas? Thanks.
P.S. The code I do have for 2.20pl2 won't compile. I get errors on stderr.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Apparrently 3.20 of bwbasic under Linux (Ubuntu) you can no longer perform
a command like ls to which it used initiate a shell command? Any ideas? Thanks.
P.S. The code I do have for 2.20pl2 won't compile. I get errors on stderr.
Ken,
My apologies for the late reply, I am rarely online. Please use the "shell" command with version 3.20. For example:
100 rem list the current directory
110 shell "ls"
999 end
Solved. Close.