home *** CD-ROM | disk | FTP | other *** search
- 10 data"contents","introduction","getting started","term/autodial"
- 20 data"script files","external progs","parameters left","parameters right"
- 25 data"disk/buffer/xfer"
- 30 poke45,peek(174):poke46,peek(175):poke49152,0:clr:dimf$(8),m%(8)
- 40 ifpeek(38400)<>76thenprint"[205]ust load [206]ovaterm first":end
- 50 fori=0to8:readf$(i):next:ml=38400:sl=52608:dv=peek(186):ifdv<8ordv>16thendv=8
- 60 p$="[206]ovaterm 9.3 documentation [208]age"
- 70 u$="[163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163][163]"
- 80 open15,dv,15:print"[147][201]nsert documentation disk in device"dv:print"and hit return"
- 90 geta$:ifa$<>chr$(13)then90
- 100 print"[195]hecking for all files..."
- 110 open1,dv,0,"$":get#1,a$,a$:sysml+54
- 120 sysml+54:ifright$(z$,1)="."orright$(z$,4)="free"thenclose1:goto170
- 130 f$="":fori=7to22:ifmid$(z$,i,1)=chr$(34)theni=22:goto150
- 140 f$=f$+mid$(z$,i,1)
- 150 next:fori=0to8:iff$=f$(i)thenm%(i)=1:i=8
- 160 next:goto120
- 170 j=0:fori=0to8:ifm%(i)=0thenprint"[206]ot all documentation files found!":goto460
- 180 print"[197]nter page size:":print"(default = 60)":print"[145][145]"tab(17);
- 190 gosub1000:pg=val(i$):ifpg=0thenpg=60
- 200 print"[197]nter secondary address:":print"(default = 7)":print"[145][145]"tab(25);
- 210 gosub1000:ps=val(i$):ifps=0thenps=7
- 220 print"[193]lign printer paper and hit return"
- 230 geta$:ifa$<>chr$(13)then230
- 240 print"[208]ress [211] [146] to stop or [208] [146] to pause":print"during printing"
- 250 open4,4,ps:print"[208]rint table of contents? [146][157]";
- 260 geta$:ifa$<>"y"anda$<>"n"then260
- 270 ifa$="n"thenprint"no":goto340
- 280 print"yes":open2,dv,2,f$(0):input#15,e:ife>19then340
- 290 print:print"[208]rinting "f$(0);:l=0
- 300 poke781,2:sysml+60:f=st:print#4," "s$;:l=l+1
- 305 ifl=pgthenprint#4,"";:l=0
- 310 geta$:ifa$="p"thenwait198,1:geta$
- 320 iff=0anda$<>"s"then300
- 330 print#4,"";:ifa$="s"then410
- 340 close2:l=0:p=1:fori=1to8:open2,dv,2,f$(i):input#15,e:ife>19then420
- 350 print:print"[208]rinting "f$(i);
- 360 poke781,2:sysml+60:f=st:print#4," "s$;:l=l+1
- 370 ifl=pgthenp=p+1:print#4," "p$p:print#4," "u$:print#4:l=3
- 380 geta$:ifa$="p"thenwait198,1:geta$
- 390 ifa$="s"theni=8:f=1
- 400 iff=0then360
- 410 close2
- 420 next:print:print"[212]ry again? [146][157]";
- 430 geta$:ifa$<>"y"anda$<>"n"then430
- 440 ifa$="y"thenprint"yes":goto220
- 450 print"no"
- 460 print"[201]nsert [206]ovaterm disk and hit return"
- 470 geta$:ifa$<>chr$(13)then470
- 480 open2,dv,0,"prog menu":input#15,e:close2:ife>19then500
- 490 load"prog menu",dv
- 500 open2,dv,0,"novaterm ?.?*":input#15,e:close2:ife>19thenend
- 510 print"[147]":load"novaterm ?.?*",dv
- 1000 i$=""
- 1010 print" [146][157]";
- 1020 geta$:ifa$=""then1020
- 1030 if(asc(a$)and127)>31theni$=i$+a$:printa$;:goto1010
- 1040 ifa$=chr$(13)thenprint" ":return
- 1050 ifa$=chr$(20)thenprinta$;:i$=left$(i$,len(i$)-1)
- 1060 goto1020
-