Make *.exe in Just BASIC

  1. Create a folder, say DEST.
  2. Open the folder that contains the Just BASIC program (the one which contains "jbasic.exe").
    1. Copy *.DLL to DEST (5 files)
    2. Copy *.SLL to DEST (3 files)
    3. Copy jbrun101.exe to DEST
  3. 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.
  4. Rename "jbrun101.exe" to "TEST.exe".
  5. Now you can type "TEST.exe" to run the EXE file.
  6. Note: You may need a WAIT statement to prevent the window from closing too quickly.

Reference: iHackMyi.com