You could try FreeBASIC or QB64 - both are QuickBASIC-compatible compilers; you may have to adapt your source code a bit for it to work with them. PC-BASIC itself is an interpreter only and can't produce executable binaries.
Hope this helps,
Rob
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "[CLOSED] General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
How does one go about compiling a PC Basic program into an executable file? That is, a standalone file with an .exe extension?
You could try FreeBASIC or QB64 - both are QuickBASIC-compatible compilers; you may have to adapt your source code a bit for it to work with them. PC-BASIC itself is an interpreter only and can't produce executable binaries.
Hope this helps,
Rob