home *** CD-ROM | disk | FTP | other *** search
- 0 rem****"jacket"*****
- 10 poke53280,5:poke53281,5:print"[147][144]disk jacket printer
- 20 [129] t[178]1[164]2000:[130]
- 30 s$[178]"!---------------------------------------------------------------------!"
- 40 f$[178]"! ! ! !"
- 50 b$[178]" ! !"
- 60 e$[178]" !---------------------------------------------------------!"
- 70 [159]4,4
- 80 [151]53280,1:[151]53281,1:[153]"load
- 90 print"type in title for disk jacket"
- 100 input t$
- 110 poke53280,7:poke53281,7:print"
- 120 [153]"printer ready? - paper positioned? (y/n)
- 130 get a$:if a$=""then 130
- 140 if a$="y" then 160
- 150 if a$="n" then 130
- 160 print#4,s$
- 170 for tl=1to5:print#4,f$:next tl
- 180 print#4,chr$(13)
- 190 lt=len(t$):tt=lt+4
- 200 for l=1 to tt:as$=as$+"*
- 210 [130] l
- 220 x[178](72[171]tt)[173]2
- 230 [152]4,[163]x)as$
- 240 [152]4,[163]x)"* ";t$;" *
- 250 print#4,tab(x)as$
- 260 for l=1to14:print#4,f$
- 270 next l
- 280 print#4,s$
- 290 for l=1to28:print#4,b$
- 300 next l
- 310 print#4,e$:print#4,chr$(13)
- 320 poke53280,3:poke53281,3:print"[147]
- 330 [153]"print another jacket? (y/n)
- 340 get a$:if a$="" then 340
- 350 if a$="y" then clr:goto 30
- 360 close 4
-