I just downloaded PC-BASIC v2.0.2 for macOS, and have been having great fun running classic programs from the 1980s.
Per the documentation, I entered this command:
mount=A:/Users/myname/pcbasic
which returns "Syntax error". The path /Users/nyname/pcbasic is valid on my macOS Catalina system.
Any possible help will be greatly appreciated.
mount is not a BASIC command, it an option you can specify at the terminal for startup or in the settings file. See here: https://robhagemans.github.io/pcbasic/doc/2.0/#settings
mount
Thank you!
I just downloaded PC-BASIC v2.0.2 for macOS, and have been having great fun running classic programs from the 1980s.
Per the documentation, I entered this command:
mount=A:/Users/myname/pcbasic
which returns "Syntax error". The path /Users/nyname/pcbasic is valid on my macOS Catalina system.
Any possible help will be greatly appreciated.
mount
is not a BASIC command, it an option you can specify at the terminal for startup or in the settings file. See here: https://robhagemans.github.io/pcbasic/doc/2.0/#settingsLast edit: Rob Hagemans 2020-09-16
Thank you!