home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1986 April / 1986-04.d64 / turbocopy.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  412b  |  11 lines

  1. 10 print"[147]  turbo copy will alter the speed of"
  2. 20 print"  your disk drive. please reset your"
  3. 30 print"  drive by turning it off/on when you"
  4. 40 print"  are finished making copies."
  5. 50 print"[159]      press any key to continue":poke198,0:wait198,1:getmt$
  6. 55 print"[145]         loading "chr$(34)"turbocopy"chr$(34)"    "
  7. 60 ifa=0 then a=1:load"turbocopy",8,1
  8. 70 a$="[147]sys49152"+chr$(13):poke198,len(a$)
  9. 80 fori=1tolen(a$):poke630+i,asc(mid$(a$,i)):next
  10. 90 new
  11.