Running a Qbasic program? - Please help

dmw16

Diamond Member
Nov 12, 2000
7,608
0
0
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
 

BFG10K

Lifer
Aug 14, 2000
22,709
3,000
126
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.
 

dmw16

Diamond Member
Nov 12, 2000
7,608
0
0
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