Hi, PC-BASIC implements all GW-BASIC command-line options, but they need to be preceded by a - rather than a / and connected to the number with a =. So the command-line corresponding to GWBASIC /s:256 /f:5
would be: pcbasic -s=256 -f=5
For a full list of command-line options, run pcbasic -h
Hope this helps - let me know if it works for you!
Rob
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The start-up from my gwbasic prog’s is gwbasic/s:256/f:5.
How can I simulate this in pc-basic
s=size and f=files
Thanks for any responce
G.Laseur
Hi, PC-BASIC implements all GW-BASIC command-line options, but they need to be preceded by a
-
rather than a/
and connected to the number with a=
. So the command-line corresponding toGWBASIC /s:256 /f:5
would be:
pcbasic -s=256 -f=5
For a full list of command-line options, run
pcbasic -h
Hope this helps - let me know if it works for you!
Rob