home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 October / 1988-10.d64 / compress.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  620b  |  18 lines

  1. 10 poke 53280,15:poke 53281,15:poke 646,6
  2. 20 print"[147] 64 compressor [146] cannot be run from the"
  3. 30 print"menu because it is used for crunching"
  4. 40 print"disk files. we suggest that you  "
  5. 50 print"copy this program to another disk before"
  6. 70 print"attempting to use it."
  7. 71 print"for more information please refer to the"
  8. 72 print"corresponding issue of compute!'s"
  9. 73 print"gazette.[144]"
  10. 130 forx=1 to 40:print"[164]";:next
  11. 140 print"        press any key for menu          [146]";
  12. 150 geta$:if a$="" then goto 150
  13. 160 poke 53280,15:poke53281,15
  14. 200 print"[147]";tab(14);"loading menu ..."
  15. 210 print"[155]load";chr$(34);"mn";chr$(34);",8"
  16. 220 print"[155]run"
  17. 240 poke198,8:poke631,19:poke632,13:poke633,13
  18.