home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compute! Gazette 1989 March
/
1989-03.d64
/
screendump.note
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-09-20
|
936b
|
24 lines
10 poke 53280,11:poke 53281,11:poke 646,15
20 print"[147]this disk contains a copy of the "
30 print"screen dumper program. it is in geos"
40 print"format so you must have a copy of geos"
50 print"in order to run the program."
80 print"for your convenience, we have converted"
90 print"this disk to geos format. since this "
100 print"program is a desk accessory, it "
110 print"automatically installs itself when"
120 print"the gazette disk is opened from geos. "
130 print"to make a screen dump, select the"
140 print"appropriate printer driver, then select"
150 print"screen dump under the geos menu."
170 print"[155]note: [144]do not attempt to use geoconverter"
180 print"[145] on the screen dumper[144] program."
190 print""
200 ford=1to40:print"[155][164]";:next
210 print" press any key to reload the menu [146]"
220 poke198,0:wait198,1:getdh$
230 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
240 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
250 poke53281,14:poke53280,14
260 printchr$(142)"[145] reloading the menu[154]":end