home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 April / 1987-04.d64 / converter.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  572b  |  15 lines

  1. 10 poke 53280,11:poke 53281,11
  2. 20 print"[147][155]print shop to geos should be copied"
  3. 30 print"to a geos workdisk before it is run."
  4. 40 print"the program is saved on this disk"
  5. 50 print"with the filename '[144]printshop-geos[155].'"
  6. 60 print"please consult the article in the"
  7. 70 print"april 1987 gazette before attempting"
  8. 80 print"to use this program."
  9. 90 print"  [144]press any key to reload the menu[146]"
  10. 100 poke198,0:wait198,1:getmt$
  11. 110 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  12. 120 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  13. 130 poke53281,15:poke53280,15
  14. 140 printchr$(142)"[145]          reloading the menu[155]":end
  15.