home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 September / 1988-09.d64 / bootmaker.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  750b  |  21 lines

  1. 10 poke 53280,15:poke 53281,15:poke 646,6
  2. 20 print"[147] ml autoboot [146] cannot be run from "
  3. 30 print" the menu. it writes files to disk"
  4. 40 print" that allow you to autoboot other     "
  5. 50 print" programs. we suggest that you copy  "
  6. 70 print" the following programs to another disk"
  7. 72 print" before attempting to use them."
  8. 73 print"[151]      boot.exe    genboot.exe"
  9. 74 print"      boot.maker"
  10. 80 print" for more information about these"
  11. 81 print" programs refer to the corresponding"
  12. 82 print" issue of compute!'s gazette."
  13. 130 forx=1 to 40:print"[164]";:next
  14. 140 print"        press any key for menu          [146]";
  15. 150 geta$:if a$="" then goto 150
  16. 160 poke 53280,15:poke53281,15
  17. 200 print"[147]";tab(14);"loading menu ..."
  18. 210 print"[155]load";chr$(34);"mn";chr$(34);",8"
  19. 220 print"[155]run"
  20. 240 poke198,8:poke631,19:poke632,13:poke633,13
  21.