home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 January / 1988-01.d64 / sprint.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  662b  |  19 lines

  1. 10 poke 53280,0:poke 53281,0
  2. 20 print"[147]before attempting to use sprint ii"
  3. 30 print"we suggest you save a copy of all the"
  4. 40 print"programs included with the article to"
  5. 50 print"another disk. please consult the article";
  6. 60 print"for instructions on how to use the"
  7. 70 print"program."
  8. 80 print"the filenames on the disk are:"
  9. 90 printtab(11)"[158]sprint ii"
  10. 100 printtab(11)"spr ii routines"
  11. 110 printtab(11)"sprint doodler[155]"
  12. 120 ford=1to40:print"[164]";:next
  13. 130 print"[155]    press any key to reload the menu    [146]"
  14. 140 poke198,0:wait198,1:getdh$
  15. 150 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  16. 160 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  17. 170 poke53281,15:poke53280,15
  18. 180 printchr$(142)"[145]          reloading the menu[155]":end
  19.