home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 248 / 248.d81 / t.dev < prev    next >
Text File  |  2022-08-26  |  979b  |  47 lines

  1. u
  2.                 D E V
  3.            by Dave Moorman
  4.  
  5.  
  6.     DEV is the command linker for
  7. DotBASIC Plus. Use DOTBASIC to create
  8. your project. Add commands to the
  9. "include" list like this:
  10.  
  11.  10 REM BEGIN LIST
  12.  11 REM.P@,.PC
  13.  12 REM.MENU,.BL
  14.  20 REM.ENDLIST
  15.  
  16.  If the mouse arrow is still present,
  17. type Be sure to save your program with
  18. GOTO60000<ENTER>
  19.  
  20.     LOAD"B.DEV",db
  21.  
  22.  where DB is the DB+ disk drive. And
  23. RUN.
  24.  
  25.     Select your programs .DBS file
  26. (e.g., MYPROG.DBS). You should see the
  27. various commands listed as they are
  28. collected into MYPROG.DML. You program
  29. will be rebooted. Your DotCommands are
  30. now available for programming.
  31.  
  32.     If DEV should stop before
  33. rebooting your program, you probably
  34. have made a mistake in the include
  35. list. LOAD and RUN B.MYPROG, make
  36. corrections, and LOAD and RUN B.DEV
  37. again.
  38.  
  39.     Remember, always put your included
  40. commands in a REM statement, with NO
  41. SPACES! And Always SAVE your program
  42. (GOTO60000) before RUNning or LOADing
  43. b.dev.
  44.  
  45.  DMM
  46.  
  47.  
  48.