• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Running a Qbasic program? - Please help

dmw16

Diamond Member
I want to be able to write a qbasic program and then give it to a few friends so they can run it too. How do I do this? When I save it, it is saved as a .bas which I can edit and so forth, but I cant run it. How do I make a file I can execute?
thanks,
-doug
 
How do I make a file I can execute?

You can't. QBASIC is an interpreter not a compiler. Your friends must have copies of it to run any programs you make with it. You could try using Visual BASIC to compile your program into an executable. Whether it works depends on how generic your program is.
 
I talked to a friend at school and he said to use something called Quick Basic, and I found something similar on the web and it will make a qbasic program into an exe, incase anyone is interested.
-doug
 
Back
Top