Where can I find an excellent, well documented resource (with examples) on how to make an EXE file in Qbasic? I dont mean convert a qbasic file to EXE, I mean make a program in Qbasic that creates an EXE file. I know one of the lines contains “Open “xxx.exe” for binary as #x”
I need to know the details as to what is the first character represent in the exe file and the valid values, the second, and so on and so forth. The better the documentation, the better chances of getting the points.Please dont write: Choose Make EXE from Run menu and type in a name because that will just convert the basic program into an exe.
I want both an EXE and BAS file when the program is done. The BAS file is the qbasic file that makes EXE files.