Make *.exe in Just BASIC
- Create a folder, say DEST.
- Open the folder that contains the Just BASIC program (the one which
contains "jbasic.exe").
- Copy *.DLL to DEST (5 files)
- Copy *.SLL to DEST (3 files)
- Copy jbrun101.exe to DEST
- In Just BASIC, open the source file (e.g. TEST.bas). Under the "Run" drop down
menu, choose "Make *.TKN" file. Let us assume that we generate a
"TEST.tkn" file in the DEST folder.
- Rename "jbrun101.exe" to "TEST.exe".
- Now you can type "TEST.exe" to run the EXE file.
- Note: You may need a WAIT statement to prevent the window from
closing too quickly.
Reference: iHackMyi.com