home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 February / 1988-02.d64 / turbo.note (.txt) < prev   
Commodore BASIC  |  2022-09-20  |  654b  |  16 lines

  1. 10 poke 53280,11:poke 53281,11
  2. 20 print"[147]the turbo speedscript program requires"
  3. 30 print"[153]speedscript,[153] turbodisk, and [153]turbosave."
  4. 40 print"we suggest you copy the files named[155]"
  5. 50 printchr$(34)"turbo ss"chr$(34)" and [155]"chr$(34)"alter spdscrpt"chr$(34)
  6. 60 print"to a disk that contains the required"
  7. 70 print"files and then consult the article for"
  8. 80 print"instructions on how to use the program.[144]"
  9. 90 ford=1to40:print"[164]";:next
  10. 100 print"[144]    press any key to reload the menu    [146]"
  11. 110 poke198,0:wait198,1:getdh$
  12. 120 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  13. 130 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  14. 140 poke53281,15:poke53280,15
  15. 150 printchr$(142)"[145]          reloading the menu[155]":end
  16.