home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1989 March / 1989-03.d64 / screendump.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  936b  |  24 lines

  1. 10 poke 53280,11:poke 53281,11:poke 646,15
  2. 20 print"[147]this disk contains a copy of the   "
  3. 30 print"screen dumper program. it is in geos"
  4. 40 print"format so you must have a copy of geos"
  5. 50 print"in order to run the program."
  6. 80 print"for your convenience, we have converted"
  7. 90 print"this disk to geos format. since this   "
  8. 100 print"program is a desk accessory, it "
  9. 110 print"automatically installs itself when"
  10. 120 print"the gazette disk is opened from geos. "
  11. 130 print"to make a screen dump, select the"
  12. 140 print"appropriate printer driver, then select"
  13. 150 print"screen dump under the geos menu."
  14. 170 print"[155]note: [144]do not attempt to use geoconverter"
  15. 180 print"[145]      on the screen dumper[144] program."
  16. 190 print""
  17. 200 ford=1to40:print"[155][164]";:next
  18. 210 print"    press any key to reload the menu    [146]"
  19. 220 poke198,0:wait198,1:getdh$
  20. 230 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  21. 240 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  22. 250 poke53281,14:poke53280,14
  23. 260 printchr$(142)"[145]          reloading the menu[154]":end
  24.