Prosel Editor ,3.0,prosel.ed,sys,2000,17F7,0,4 9419,160,174 11485,225,224 13401,160,174 13405,225,186Info Desk ,3.2,info.desk,sys,2000,15FF,0,3 13392,225,224 13409,161,174 13415,225,186 Change-A-File ,4.17,cf.system,sys,2000,3CD6,0,3 10932,160,174 10936,225,186 10938,22,13Cat Doctor ,6.8,cat.doctor,sys,2000,350F,0,7 10842,160,174 10845,133,201 10846,228,193 10847,201,176 10848,255,5 10849,96,201 19590,225,224Block Warden ,2.5,block.warden,sys,2000,2430,0,5 12289,160,170 12290,144,240 12291,202,22 12293,225,174 12294,144,240angel ,0.81b,angel.system,sys,2000,1858,0,2 11380,32,65 11384,95,91prodos8 ,2.0.x,prodos,sys,2000,42e8,0,5 13012,13,5 13028,240,144 13029,8,210 13031,32,65 13035,97,91 prodos8.fix ,2.0.x,prodos,sys,2000,42e8,0,10 13012,5,17 13031,65,32 13035,91,95 13019,46,58 13021,218,16 13012,13,5 13028,240,144 13029,8,210 13031,32,65 13035,97,91 prodos fst ,4.02,pro.fst,$bd,2000,63ed,0,21 13772,128,123 13841,128,123 15887,32,65 15892,96,91 16400,128,123 16406,32,65 16433,128,123 16439,32,65 16443,96,91 17007,128,123 17013,32,65 17017,96,91 17034,128,123 17040,32,65 17044,96,91 20978,128,123 22862,128,123 22868,32,65 22872,96,91 22918,33,65 23012,33,65prodos fst ,4.01,pro.fst,$bd,2000,6454,0,21 13772,128,123 13841,128,123 15887,32,65 15892,96,91 16400,128,123 16406,32,65 16433,128,123 16439,32,65 16443,96,91 17007,128,123 17013,32,65 17017,96,91 17034,128,123 17040,32,65 17044,96,91 20978,128,123 22862,128,123 22868,32,65 22872,96,91 22918,33,65 23012,33,65p8 ,2.0.x,p8,sys,2000,42e8,0,5 13012,13,5 13028,240,144 13029,8,210 13031,32,65 13035,97,91 basic.system ,1.5,basic.system,sys,2000,2800,0,3 12552,32,65 13338,44,32 13369,44,32Namefix 1.6 --- Introductory soapbox: The restrictions that Apple imposes on ProDOS filenames serve no real purpose, and act as a hindrance to cross-platform compatibility. Rather than try to program around the problem, I decided to fix the operating system :). 1.00 Using the program When you run Namefix it presents you with a list of files that it knows how to modify to work with non-standard filenames. It is important that you notice the version numbers to the right of the filenames as some things are version specific. Namefix also expects you to be working with copies of the files so it looks for the files to be patched in its operating directory. 1.01 To apply the patch you use the arrow keys to highlight the appropriate script and hit the key. 1.02 To remove the patch, highlight the script that you patched it with and hit the key. 1.03 Folders containing additional scripts can be placed in the main scripts directory and can be accessed by using the arrow keys to highlight them and hitting the key. 1.04 To step back to the previous folder press the key. 1.10 When Namefix patches a program, it compares the bytes it is patching with the standard values that should be there. If it finds an incorrect value, or encounters an error, it aborts the process and alerts you. 2.00 Technical information: 2.01 Below is a sample script file. It consists of two basic parts, the header and the data. menu name vers filename typ addr leng b # of bytes to be patched --------------- ----- ------------ --- ---- ---- - - angel ,0.81b,angel.system,sys,2000,1858,0,2 11380,32,65 11384,95,91 This is a fairly typical example of a program that checks the filenames to see if they contain any non-standard characters. In this case it is for making sure extracted names fit ProDOS. Since we've done away with ProDOS's archaic naming scheme, we don't need Angel to do this. 2.02 You can usually look for byte strings like: $c9 41 90 (cmp #$41 , bcc) 8-bit method $c9 41 00 90 (cmp #$0041, bcc) 16-bit $c9 5b b0 (cmp #$5b , bcs) 8-bit $c9 5b 00 b0 (cmp #$005b, bcs) 16-bit which is how most people check for 'illegal' characters. Changing the $41 to a $20 and the $5b to a $5f will give you the full normal range of ASCII characters. 3.00 Problems? o Some shell-based operating environments don't like you to have filenames that begin with a number (conflicts with numbered prefixes). o Some P8 programs use a space to signify the end of a pathname and won't like it if you use spaces in your filenames. o Some programs read in the directory and assume they can manipulate the file with a bunch of trailing spaces.  90 setup stuffS ::D$(4):D$"pr#3":A$" NameFix 1.6 by Tom Larson" ::I$(15):N$(14):EL$(29):OP$D$"open" ::CL$D$"close":RD$D$"read":SC$"scripts":I$A$EL$N$:34,2:A(99),B(99,2),NM$(20),VR$(20),DIR$(20),TY$(20)$ :24:I$" last patch:"EL$N$;:35,23: :"This program modifies the system files."::"You should have backups in the unlikely event something gets screwed." ::"Press a key:";:A$::60 :Z0X:2:NM$(Z),VR$(Z)::RW0:39 main loop" :50:2:RW3:NM$(RW);:ER$"failed"D !:A11A8RWRW1:RW0RWXg ":A10A21RWRW1:RWXRW0~ #:A113(4)"bye" $:A13FX0:20:75:46:40 %:A114FX1:20:46:40 &:A2777:79 ':2:RW3:I$NM$(RW)N$;:30 (do patch* ):D$"bload"NM$",a$"FS$",t"FT$",l$"FL$:54_ *:ER1Ւ(A(Z))B(Z,FX)ER$"already patched":80p +:ER180: ,:D$"unlock"NM$:D$"bsave"NM$",a$"FS$",t"FT$",l$"FL$",b$"BL$:35,24 -:24:14:I$"successful"EL$N$;:35,23: .readpatch $ /:OP$SC$"/"DIR$(RW):RD$SC$"/"DIR$(RW)O 0:A$,A$,NM$,FT$,FS$,FL$,BL$,PN:Z1PNq 1:A(Z),B(Z,0),B(Z,1)::CL$:~ 2getkey 3:16384,128:A$:A(A$) 4:(A65A97)AA32 5: 6patch it 7:Z1PN 8:(A(Z))B(Z,FX)ER1: 9:A(Z),B(Z,FX)::% < read scripts dir E =:OP$SC$",tdir":RD$SC$:X0V >:A$:A$:A${ ?:DIR$(X):TY$(X)(DIR$(X),18,3) @:DIR$(X)""D$"close":XX1:70 A:Z216:A$(DIR$(X),Z,1) B:A$" "DIR$(X)B$:XX1:B$"":63 C::B$B$A$: F read script G:Z0X_H:TY$(Z)"DIR"NM$(Z)(DIR$(Z)" ",15):VR$(Z)""::I:OP$SC$"/"DIR$(Z):RD$SC$"/"DIR$(Z)J:NM$(Z),VR$(Z):CL$::KTY$(RW)"DIR"SC$SC$"/"DIR$(RW):79L MR(SC$)11:(SC$,R,1)"/"SC$(SC$,R1):N%O::X0:60:194P do errorZQ:35,24:24:14:I$ER$EL$N$;:ER0sR:(7)(7);:35,23:S do already patched T:35,24:24:14:I$"already patched"EL$N$;U::ER0:(7);:35,23:ZZZ(222):ZZ6ER$"file not found"[ZZ9ER$"disk full":\ZZ10ER$"file locked"]]ZZ14ER$"program too large"^ZZ17ER$"volume directory is full"_ZZ4ER$"write protected"bZZ255ER$"user abort":80:CL$::c80:39 ,, ,, , , ,,,,, "$ help: conference dialog v1.22  "%_ 2Z "&_ Use the arrow keys to browse the list of Z "'_ conferences. If the host system has more than Z "(_ 32 conferences, the list will be broken into a Z ")_ number of pages. Conferences with non-zero  Z "*_ numbers beside them contain messages. You may Z "+_ select a conference with messages, or: Z ",_ 2Z "-_ +|next skip to next conference with msgs Z "._ -|last skip to previous conference with msgs Z "/_ esc|exit exit conference dialog Z "0_ a|add start receiving this conference Z "1_ d|drop stop receiving this conference Z "2_ e|post enter a new message in this conference Z "3_ 2Z "4_ ! 1 - keypad helpZ "5_ 2Z"6L4 "$ help: message dialog v1.22  "%_ 1Z "&_ Use the arrow keys to browse the list of Z "'_ messages. If the conference has more than 15 Z "(_ messages, the list will be broken into a number Z ")_ of pages. You may choose a message to read, or: Z "*_ 1Z "+_ 3|pgdn next 15 messages Z ",_ 9|pgup last 15 messages Z "-_ 7|home first item in list Z "._ 1|end last item in list Z "/_ esc|exit exit to conference dialog  Z "0_ f|find find text within conference Z "1_ g|goto goto specified message Z "2_ e|expd toggle between small/expanded view Z "3_ 1Z "4_  1 - keypad help Z "5_ 1Z"6L3 #% message read help v1.22  #&_ -Z #'_ Use J & K to browse through the message, Z #(_ or enter: #Z #)_ -Z #*_ e|xprt save message text to disk Z #+_ f|find scan for text Z #,_ g|fnxt find next occurence Z #-_ q|exit stop reading messages  Z #._ r|rply reply to the message Z #/_ s|tagl steal tagline from message Z #0_ H|last skip to previous message  Z #1_ U|next skip to next message Z #2_ -Z #3_  1 - keypad help Z #4_ -Z#5L/ %% help: message reply v1.1  %&_ .Z %'_If you're entering a new message, you'll need Z %(_to edit the to and subj fields. Otherwise it Z %)_is optional. Hold down A key to import file. Z %*_ .Z %+_ 1|rtn reply to message Z %,_ 2|esc cancel the reply Z %-_ 3|e edit reply header Z %._ 4| get new tagline (random)  Z %/_ 5| enter new tagline Z %0_ .Z %1L0 N#Z keypad layout _ N$Z exit_add _drop_post_ N%ZITITITI_ N&Z home_ up _pgup_next_ N'ZITITITI_ N(Z left_entr_rght_last_ N)ZITITITI_ N*Z end _down_pgdn_ s _ N+ZITITI_ e _ N,Z  _ _ l _ N-ZII TITI_ N#Z keypad layout _ N$Z exit_ _ _rply_ N%ZITITITI_ N&Z home_ up _pgup_goto_ N'ZITITITI_ N(Z _entr_ _expd_ N)ZITITITI_ N*Z end _down_pgdn_ s _ N+ZITITI_ e _ N,Z  _ _ l _ N-ZII TITI_ N#Z keypad layout _ N$Z exit_xprt_tagl_rply_ N%ZITITITI_ N&Z _ up _pgup_next_ N'ZITITITI_ N(Z last_ _next_last_ N)ZITITITI_ N*Z _down_pgdn_ s _ N+ZITITI_ e _ N,Z  _find_ l _ N-ZII TITI_ 6" blackspring editor  v3.23  6#_ #Z 6$_ ^b = move to start of line  Z 6%_ ^d = delete line Z 6&_ ^e = move to end of line Z 6'_ ^g = toggle insert/overstrike Z 6(_ ^p = insert control characters Z 6)_ ^t = toggle tab-stop  Z 6*_ ^w = write to disk Z 6+_ ^x = clear line Z 6,_ ^y = clear to end of line Z 6-_ ^z = insert line Z 6._ esc = abort Z 6/_ #Z 60_AK/J = page up/down Z 61_ #Z 62L% " '0 0 >0 8 3<@ 3=;面 ߀ #d"i 1" UIǍ# = ' ' ' ' 3L> v  a  a0au s?@ꋊ{Պ 8 ė$< /HZ zh ݝa H  hi@    `?/ @ 8@ 8  dg  H hUh| U  A$  ` > h\nh[m %d$ U$I " 5 g A U %I  ` `$H  aa >ߩ aI  `$H  aZa >z a `  `  i  i  `0[8Q 0[iQ[m8` vaP`aP` aP`$ g=B 5 AXW iLݩ`痶d     ʁ = -  1 12 i Q2  =/`7@ l7:t9٩ Ң dIJ ? U a O 0IG I8 AĐ8= ŭ   ဂ=\k2** m2 l2* e H -  Q2   1 12h h   -   3H h  d #`0C>[m8 U A 08m>>CG0ECCđGm>>8@> @@? m@@@`ߩ a Uz ǃ$ %   `   $ aP`a 0e<^Z%   za a< 5 g A U%I    a   dcdd`$< m^ۧ% ۯ$%Zm-^-mH h z H  h  L CA DB8``CD8`0CEE8`0E0CEˑE8`0C8`CD` L ӹ$%Zݴݴd" 1"z % k @)`@8@8 `H@8 h`L L ZH$JUTh(((Tz`???$%Zݴ?ݴd" 1"z ǰ$%Zd" )ߩ     )߂DC   "z `D `  Ė`L߀M߇ H  hi@    Ē`'H 9(:)'h`d =LU ( <0iQE8ꦩd  = '6 i= ۩     = :CDa U a >>> A  ީ ݩ痶[m\nd `Lݩ`痶 3  ʁ ۩>9F ש&> ۩ ۩> LߊP 9 :P>S-ټ9 L|>:F9<I9LL  ;ق:9  ::F ۩JLޮJ J?9g m;mJG)G8;J ٧ 0 ۩JL < ӻ9 ˻9: ۩JLs:@::8` L g$H%H \H[HLK i      >>-  Z 4z h[mh\nz U- 0 0`Zػĭ آ dz`Z a O rd z`ĭ'ĭ=@` @` '7 @!m rHh L۩ L L L((((PPPP 7----^----^----^----^----^----^----^----^----^----^----^----^----^----^----^-----] |line: 0 | | |h insh rpll ctrl  J>)CEx)ʧOw help/editor iiqwk.sig k2l2m2HJm2jl2k2hjl2il2ăm2L!2  " 0 0 ߢ[[kԢ RR " ' ^ ##d"K " +%L3ߩ#  L U  a  sa0aLn r!@ꋊ{Պ 8 ė$ )LހHZ zh )LC H  hi@    `?/ @ 8@ 8  L  H ШhLh|   ÀL$  ` C $`$  La0 L 尧% e έL%+ e ߀%+   `a0 L 尧% u HH Ӯhh ߩ%d$ L%ߩ瀩倩|  Ā%" }ߩ" À L+ " u ߀%+  ` `$H Q ߢ Q ^CC  C+  Q`$H Q } ^CZC z C Q`  `  i  i  `8QiQ`CP` CP`$"䮻CCHJUTh i(č  U'(T C`䮔$ CCHJUTh i(Ď  $ C  $`&(%' u ^ e ` 専= + À u:9 KLd   ﴊ }  }    1 12 K Q2  /`7" l7:t9٩ Ң d +, ^C aO a+),* +, u aŭ   S\k2** m2 l2* e H   Q2   1 12h h      H h  d #` %& !'#($ u ^8m !%)&*  ĭ)m !*m!!" ""! m"""`C ࿝`$ L L$ À% QL%HheHgiQde'H(8jJJ)(8hj8)ivcc [%%" ߩ" Q8iQ C ^ C hh  Q LQ˭ehh`|Q 䀊8Q 䀂8Q倃Ñī`  `  $ CP`C 0f_Z% Q  zC C u %+  K  C  L Ldcdd`$ O^ۧ% QL$%ZO-^-OH Qh z QLH  h  L %# &$8``%&8`%% &`%&`&(%''&(`'(`&(%'Ԃ''(`  `Ӆ$%Zݨݨ z QL% F ")`@8@8 `H"8 h`L L ZH$JUTh(((Tz`!!!$%Zݨ!ݨ z QL$%Zd"      &%   "z Q`D Q`  Ė`'(  H  hi@    Ē`'H ()'h`d L4 ﴙ+  ǮiQǮɮɮ  = 6 K  ﴊ  }  %&C ^C   u  ݩߩd `Lݩ`ߩj  C ( & ﴙLP  P S삊삊-ټ L삊|>(ILāL  }ق9  }( ,L,༓ },!g mm,G)G8, 삊 ٧ ,L }  ӻ ˻ ,LW@삻8` L} 尀$H%H HH.- K  ﴃ      Z ez Ӯhhz Q L 0 0`Zػĭ آ dz`Z C O d z`ĭ'ĭ"` "` 7 @!m rHh } } L L L L((((PPPP 7----^----^----^----^----^----^----^----^----^----^----^----^----^----^----^-----] |line: 0 | | |h insh rpll ctrl  |[&wXݼoVŧX݁ help/editor iiqwk.sigk2l2m2HJm2jl2k2hjl2il2ăm2L!2 CP`GSVT GSVT is a VT100 emulator written for the Apple IIGS in 65816 assembly language. GSVT features complete emulation of the VT100 keypad and arrow keys, inverse characters, underlining, VT100 graphics characters, and a special character set designed to be used with WordMarc Composer. The program also includes an emulation of a subset of the commands used by the 4010 graphics terminal. GSVT also features very fast screen operation. GSVT is a complete GSOS/ProDOS 16 desktop application with pull-down menus, support for New Desk Accessories, and some online help. GSVT has the capability to send and receive small text files. All control characters can be sent simply by typing them. A break can be sent by typing option-B. A backspace can be sent by typing open apple-left arrow or by typing control-H. The keypad of the Apple IIGS matches the physical layout of the VT100 keypad thus making the keypad feel very much like that of a VT100. GSVT communicates using the built-in serial modem port of the Apple IIGS. The program gives the user control over baud rates, XON/XOFF hand-shaking, number of bits, parity, etc. through pull-down menus. The IIGS Control Panel for the Modem port should be set for Buffer On, DCD and DSR/DTR handshaking off. GSVT will override the other settings. The user can use pull-down menus to dial the modem if the modem is Hayes-compatible. Other menus include the ability to set options for the captured text files, set the wrap/no-wrap feature, and control the emulation state of the program. Some graphics programs do not switch back to VT100 mode. The Emulation menu provides the user with the ability to switch from graphics to VT100. GSVT automatically switches to graphics mode from VT100 mode. The GSVT graphics emulation does not include hardware characters. If the user has a choice, set up the graphics program to use software or vector characters. GSVT also offers the ability to print graphics produced by the 4010 emulation portion of the program. The printing is done in a resolution of 512x396 pixels. To obtain a reasonable aspect ratio, the user should choose the condensed printing option in the Page Setup menu. The fast speed of the screen updating in GSVT was obtained by taking some shortcuts. These shortcuts create some small problems. The first problem becomes obvious when a character overwrites the cursor and the cursor is then moved. A blank spot is left on the screen. The second problem occurs when using NDAs. If the NDA window is moved or the NDA calls for a screen update, GSVT overwrites the screen with its stored character information. Most NDAs can be used without encountering problems. Users should also not try to use the text transfer capability with large text files. The program is set up to handle files with size less than 64K. For larger files, users should invoke a file-transfer protocol such as Kermit. Comments and suggestions are welcome. Gary D. Westfall AppleLink handle - FourPi Compuserve - 74035,557 March, 1989 &GSVT DDDDDDDDDDDDDDOOæOOûOO蝯OO蝝OOOOûÿOOæOOOæOO<<<<<<<<<<B@GKP`TX ]ae@jnP@0 p`P@0*8FTbp~ &4BP^lz"0>LZhv,:HVdr (6DR`n|$2Zُ-" "S-" "-" "-" "|-" "N-" """h*"` smoq/1;=?A C EGIBg"hkhm " " " " " " "H " X E` "hihk`nprnnP)pppnqb/ ( "* ""hq 3;1 )rrdrٝQ"hm 4e`tttututttttttttttttttttttttt` "ԂS)  `` Em E`` Eoo F E` Emm E`202`aq 3;`a) cH,"`(&)})$&Z+,QK-- Rq`kHiH"kHiH"`>L@\N1X LAbout GSVT...\N256 LHelp\N270V*?/ .>L File \N2 LChoose Printer...\N267*Cc LPage Setup...\N268*Ss LPrint...\N269V*Pp LQuit\N257*Qq .>L Dial \N3 LDial number\N258*Dd LEnter phone number\N259 .>L Transfer \N4 LSend file\N260 LReceive file\N261 .>L Settings \N5 LSet capture mode\N262 LSet auto wrap\N263 LSet communications parameters\N264 .>L Emulation \N6 LSet to 4010 Emulation\N265 LClear and reset screen\N266 .N Q @ Window 1kHiH""@kHiH"` " ""h)` Z 2`[ Q`>`=`# &`( -`) 4`D L`E `M e`7 `8 `<`\`  Z`` "J "`[?1;7cs A[a{$s $usf `H `J `K `A `B `C `D `m `r `h `l `n`g )`q`Z 2`c 2`L B`M `` ` ` ``` Eo F E`o E` Eo G E`o E`` E #:o:m E` Em os u0 Po*o !1o <  <2 p mo E`mN Es u0 P1 <2 Nm E`m so i7"ټT"7"o sm sӡP`26o8 047"0T"7":8 s s::P:88`m so i7"T"7"o sm s`o: i7"T"7" sP`y}o wi{7"wT"7"Oo siO s` Es mm 88ḿmm E` Es mOm 8mmmOOm E` Es oo 88óoo E` EsooL4 8omoo E`ss 8u0ss02 8u0 }ss0 8u0 }` (2<FPZds ` u; s``7`0 `4`` E #::mo E`mE Emim E` Emos GLss u80ss0 u80 m Gom E` :"^" EmVZoXs FL:ss u80\ss0 u80 Pm\\ F\\ZXoVm E` Deleteline called7"مT"7" s`su1`su1`m o ` E m o E`0" "`! 6"`_)!Bb-" "`_) !H "` !H "`! ! "`! "`=! "`/! "`*ٞ! "`7" "`8" "`9" "`+!" "`4 " "`5 " "`6" "`-%" "`1ٛ! "`2" "`3" "`0٘! "`.)" "`H "`OMOPOQOROSOpOqOrOsOtOuOvOwOxOyOmOlOnSb#b# C_)_) H "`d# "`t# "` C_)_) H "`h# "`x# "`C_)_) H "`p# "`# "`B_)_) H "`l# "`|# "`OAOBOCODs`ss u;b80ssǮ u;C80 g$mss u;80 {$mssXssL u80ss5 u80 g$mss u80 {$m`` (2<FPZd,X /$/j&$""`@&HB&H5&2&% "%`"D&D&N&T&Z&h&"N&R&HP&HoH "hh\&^&P&`&+R&b&-"T&"Z&"h&/3v&$""`f Send file:d% LSend file LStop sending1k7w(y("U("g(g(q(("q("(1($""HH"`'H'H0(C(O(H' "'`Q(S(S(HQ(HoH "hhs(u(179($""`dڤ2Capture into file: RcvFile.Txt'' LReceive file LStop receiving "Ԃ3)H "33+`/HH")$""` LSend file7q) ?7`; })AH "TH "DH "3*TPH "5* " H "`; 5*3*;HHW*2"hS*hU*3*U*HS*H/"H"hEU*HS*H/"ċU*HS*H5*"HU*HS*H."h3*U*HS*H "`d_*****%+;+(,<h *OK dĽ* Phone type:x *Tone *Pulse s+ Enter number:x5*(< S+CancelHH+2"h+h+?+H+H/"H"h-+H+H/"ċH+H+H."h?+H+H "`d_,0,N,m,,,(,<h -,OK dH,Mode:x f,No LFs ,All İ,Set text capture mode:(< ,Cancel='='-$""`=;-$""` LDisable auto wrap LSet auto wrap'- $""`٥- $""` LSet to VT100 Emulation LSet to 4010 Emulation pmo E. $""` LSet to VT100 Emulation LSet to 4010 EmulationK""H"hoHH oH "hhHoH""iHٻoH"0"E /hLH0"oHiH"oH"9"oHiH"oHiH"oH"oHiH"iH"oHi H"oHi H"" ""`"(/H2/ٳ/ٔ//"h`/Insert the volume: OKAbort" """"""""""""""oH""""){0 ۝۝۝?????????۝??????? ?????۝????????????۝?????   ??????????۝??? < ? ?????????????ۿۿ ?۝?????????۝???????æ? ?? 3 3?33???????????? ? ? ۈ?۝?0????GG G iGٽG٘mHkH~"GGGG smG sGG smG GsӏGGPGӃGӾGGտGGGG smG sӏGGP`HHH H iHHmHkH~"H:HHH smH sHH smH HsHHPHHHHHHH smH sHHP`"㩷H`.*/*/@+@0+0,1 - 2-2`.`3/4/4@0@50516 2 727`3`84949@5@:5:6; 7 <7<`8`=9>9>@:@?:?;@ < AC>C@?@D?D@E A FAF`B`GCHCH@D@IDIEJ F KFK`G`LHMHM@I@NINJO K PKP`L`QMRMR@N@SNSOT P UPU`Q`VRWRW@S@XSXTY U ZUZ`V`[W\W\@X@]X]Y^ Z _Z_`[``\a\a@]@b]b^c _ d_d```eafaf@b@gbgch d idi`e`jfkfk@g@lglhm i nin`j`okpkp@l@qlqmr n sns`o`tpupu@q@vqvrw s xsx`t`yuzuz@v@{v{w| x }x}`y`~zz@{@{| } }`~`@ć@ćŇ LJ LJ`ɇ`чч@և@և܇ ᇿ``@@ 凿``驝@ `"`??????Ý???۝Ý۝æ?۝۝??æ??æ۝?۝?æ????۝?????????????۝۝????۝۝۝????????????????????ÝÝ?æææ?????æ????????ææ????۝۝????33æ33æ33æ???????0???<<???ە???۝۝??????< 0<??Ý۝????????۝۝æ?æ?æHHEU2"hAUhCUCUHAUHAH/"CUHAUHCH/"CUHAUHEH/"CUHAUHGH/"IHCUHAUH/"H"hKCUHAUH/"ǭHCUHAUH."hIIHCUHAUH/"LZRHCUHAUH."hA U6H " UǣHCUHAUH."hA U8H " UsHCUHAUH."h%A U1H "0H " U8HCUHAUH."h"A U1H "4H " UHCUHAUH ."h CHCUHAUH ."h CHCUHAUH ."h EHCUHAUH ."h EC8 WE8 mWi0W UWH " )UHCUHAUH."hG U0H " 5U]HCUHAUH."hG U3H " 5U-HCUHAUH."hG U1H " 5UHCUHAUH."hI UXH " )U UXH "DH "CUHAUH "`H "`BH "`DH "`PH "`dUUUV+VHVeVVVVVVW0WPWmWWWP,dh UOKn@ijUCommunications Parameters dV Baud Rate:d 'V300 CV1200T `V2400T }V9600 'dV Data Bits: d' V8 ' V7 ) 3dV Stop Bits: )d3 W1 )3 .W25 ?dHWParity:5d? hWNone5? WEven5?T WOddA Kx WXON/XOFF\X " PX XQ X PX PX PX X>hX " PX X>{X " PX X:hX " PX X:qX " PX` H "` ATDT3530648Westfall Mooney252c cycvax Found the Q "H "hķ ""h)Xq 3;X` NXXX` qY|Y " qYY " qYY " qYY " qYY " qYY " qYY " qYY " qYY "` "`10B0D0P0NCDADBEXELD```YYYY7"ٔYT"7"`sZJJJJJ)uZ+sZ ` sZ)`sZ)`.sZ) m m wZ`sZ)``hJHJJZ8̖ZH:"JHJJZ8̖ZH<"Ƅ [  {  ӄӄ``mo p` "h`  GHHH "hHH "h`oH "hhHH "` `HH"hQhSЂ  GHH "h "HH"hhHH" UЂHH"HH"HH""SHQH" `ƣЇ [JH {JЩ8̀H:"ƣЇ JH JЩ8̀H<"ӣӣЂգЃ` " " " " " " " " X`H#"h`<Fx=XP2 UOK P@pGSVT can only print graphics: "hZh\\HZHB 6 "\HZHRZ "\HZHz "\HZHٶ "\HZH٦ "\HZHٞٛ "\HZH "\HZH>F ""h\HZH "`#UU GSVT - Version 1.45 March, 1989 ##Gary D. Westfall, Copyright 1988,89( 2 1315 Chartwell Dual Carriage Way7 AEast Lansing, Michigan 48823F P^AppleLink Handle - FourPiU _^Compuserve - 74035,557OKHelpiF@J @DDDDDDDDDDDDDDOٝOæٝOٝOûٝOٝO蝯ٝOٝO蝝ٝOٝOٝOٝOûÿٝOٝOæٝOٝOٝOæٝOٝO<<<<<<<<<<<ٝOٝO<<<<<<<<<<<ٝO33333333ٝOæٝOٝOٝOٝOٝOٝOٝOٝDDDDDDDDDDDDDDٳ "hZh\\HZHَ  "\HZHْ͓ "\HZHٙ "\HZH' "\HZH>F "\HZHck "\HZH ""h\HZH "`#U B - Send break #Left arrow - Send backspace( 2Right arrow - Send ^U7 ADown arrow - Send line feedF P^Up arrow - Send ^KOKHelpU2v@ @DDDDDDDDDDDDDDOٝOæٝOٝOûٝOٝO蝯ٝOٝO蝝ٝOٝOٝOٝOûÿٝOٝOæٝOٝOٝOæٝOٝO<<<<<<<<<<<ٝOٝO<<<<<<<<<<<ٝO33333333ٝOæٝOٝOٝOٝOٝOٝOٝOٝDDDDDDDDDDDDDD0. s^ki)/SS #&@|C|]N`Nsmoq/1;=?ACEGIkmmXpEz}iknprnnpppnq/(q3;1 )rrrQQ.44t6t8t:u<t>u@tBtDtFtHtJtLtNtPtRtTtVXtZt\t^t`tbtdtfthtjtltS EmEEooFEEmmEq3;a c  (&)})$&Z+,QK--  "$&R,q0k4i?kCiQ=@_kcin@rkvi2Q&-4Le.Z=J@JRsUl$ost$wuzs)22B '*.15<?FIMEPoSXF[E_obEfEiolsGvEzo}EE#omEEm osuPooo<<p mo EmNEs$u,P7<BENHmKEQmTYs\beojmtoss26o80400:8 ss::":%8(8=m@EsHKNoSV]jmossos  y%}(o-0w7{DwGw^odsosEsmm8mmmEEsmm8mmmEEsoo8oooEE soo48!o$'o*/2o5E9s<sBuHKsNsVu_behskssu|susE#  m#o&E*m2E6m<m?ECEFmILORoUX[s`Gcfsisnuuxs{suGomE^^EmVZoXsF:ss u\ssu&P*\-\0F3\6\;Z>AXDoGVJmMEtz}ssusum o E   m   o E 0"! 0", !/ 6"2 8 _@ !O -"R -"] _e !q v ! ! ! ! ! ! ! ! ! ! ! ! " " " "!"!""!!"%!!"5! "8! "H! "K! "[!"^!"n!%"q!%"!!!!!"!"!"!"!!!!!)"!)"7"b#="@"b#K"N"_V"_j"o"d#r"d#}"t#"t#""_"_""h#"h#"x#"x#""_"_""p##p# ######&#_.#_B#G#l#J#l#U#|#X#|####s#s#s#u##s#s#u#g$###s#s#u#{$###s#s$s $s$u$$s $s*$u3$g$7$:$=$s@$sJ$uS${$W$Z$^$a$d$$/$/$j&$j&$@&$B&$5&$5&$2&$2&$%$%$%$D&$D&$N&$T&$Z&$h&%N&%R&%P&%o5%\&?%^&B%P&E%`&H%+K%R&N%b&Q%-Y%T&c%Z&m%h&u%/x%3{%v&~%v&F&%&1&7&w(&y(&U(&g(&g(&q(&(&q(&(&1&(&(&'&''0('0('C( 'C( 'O(''''''''Q(-'S(6'S(:'Q(>'o\'s(f'u(l'1o'7r'9u'(x'(U('i('(3(3(3(+(/()() )7)q)?#)7');,)})P)3*e)5*h)5*~);)5*)3*);)W*)W*)S*)U*)3*)U*)S*)U*)S*)U*)S**5**5**U**S*!*3*$*U*(*S*e**i**m**q**u**y*%+}*;+******** ++1+5*G+S+]++`++k++o++r+?+++++++++++++?+++++,+0,,N,,m, ,, ,,!,-,<,H,Z,f,y,,,,,,,=,=,'-,'--=-;- -;-L-T-W--Z--x-{--~----p-m-o--E-.-.J.oU.o|.o.o.0.0./.H0.o.o/o/o$/o//oO/oa/o////////////////////W0ou0{04;q:;|@G;P;Y;b;k;t;)};B;8;Y;Y;Y;;;|@;Y;E;;;|@;;m;~@;o;C;~@;@<<5<@<@<5%<@,<@0<59<@@<@D<5M<@T<@X<5a<@h<@l<5u<@|<@<<5<5<@<@<5<@<@<5<@<@<5<@<@<5=@=@ =5=@=@#=2=5?=|@H=K=mO=~@R=oW=C[=~@^=@b=j=0s=@z=@~=0=@=@=0=@=@=0=@=@=0=@=@=0=@=@==0=0>@>@>0>@%>@)>05>@<>@@>0L>@S>@W>0c>@j>@n>0z>@>@>>0>|@>>m>~@>o>C>~@>@>>L>@>@>L>@>@>L>@?@?L?@?@?L%?@,?@0?L9?@@?@D?S?L]?Li?@p?@t?L?@?@?L?@?@?L?@?@?L?@?@?L?@?@??L?o@s@m @@|@@|@@#@|@)@|@1@|@7@|@:@?@|@E@|@H@|@K@sN@mV@mY@E]@=b@Ef@mi@ol@q@ov@Fy@E@MF@E@E@E@E@s@E@s@E@E@E@E@E@@E@E@E@C@E@E@EA5 AEAEA5 AE'AE+A54AE;AE?A5HAEOAESA5\AEcAEgA5pAEwAE{AEA5A5AEAEA5AEAEA5AEAEA5AEAEA5AEBE B5BEBE!BE3B5@BELBOBESBEVBE[BC_BEbBEfBEnB0wBE~BEB0BEBEB0BEBEB0BEBEB0BEBEB0BEBEBEB0C0CECEC0%CE,CE0C0GGAGGDGGJGsMGGRGsUGGXGG^GsaGGfGGiGslGGoGGwGGzGG}GGGGGGGGGGGGGGsGGGsGGGGGGHGHGHGGGHGGGHGHGHGmGkH HHHHHHHHHsHH#Hs&HH)HH/Hs2HH7HH:Hs=HH@HHHHHKHHNHHQHHTHYHH\H_HHbHHhHskHHsHsvHHyHHQEUQEUQAUQCUQCUQAUQARCU RAURCRCU RAU$RE2RCU6RAU:RGERIIRCUMRAUxRCU|RAURCURAURIRCURAURZRRCURAURARURURCURAUSASUSUSCUSAU3SA6SUOSUVSCUZSAUnSAqSUSUSCUSAUSCSCUSAUSCSCUSAUSESCUSAUSETCTW TETWTWTU"TW-T)U1TCU5TAUITGLTUZT5UaTCUeTAUyTG|TUT5UTCUTAUTGTUT5UTCUTAUTITUT)UTUUCUUAUSUUWUU[UU_UVcU+VgUHVkUeVoUVsUVwUV{UVUVUWU0WUPWUmWUWUWUUUUUVV'V7VCVTV`VqV}VVVVVVVVVWW"W.W>FF+\/ZFJY\pZt\w\{Zǒ֒\Z͓͓ؒ\ZВ’˒\Z  ''+\/Z6>9>?FBFX\\Zccfclkok֓\Zᔞᔞ蔞蔞\ZF /HD/APPLIS/VSCOM.DEMO GSTRANSRTELT*4%H3333333333333330O3?3?3303030𝞞_30_UU30𝞞30𝝝30DDC3?30𝝝3"""""""""""""""03 "0𝝝3"03"03"03"33"C333333333333""33333333333"3330333333"o3333333333333"3333333333333`"0o633333333333""o4333333333:3"?f33333333333:3 "  """"" """""""""""""0"""""  ""  # "1110""""""""#"""""" 11111111113 " "   "1110""""""""""""""" < """     "" 0%2 ,@ main 2 """")  ;8ș[iHY"h{i+k ;8ș[iHY"h{i+k ;8ș[iHH"h֓€­:HŒ+"hŒ "Œ"{i+k ;8ș[i{i+k ;8[i{iHHH"dx({iHH"֜{i+;ik ;8ȯ[id{iHٽٽ"H{iH"h ַ ֓ "֞ܗHiH"߷֞ܗHiH"֞ܗi֞ܗ{iH "<H"""""""""ֹ{iH "H"~HH"pIٙ"zzH"z{iH "֜{i+kConvertir le fichier: ;8ș[iHH "H"hljؔ )ַ)֓8“pI4{iH:::H"hh{iH"" 8“pI֘%p{iH "hh{iH"{iH8 ֘8˜H"hh{iH"&""dََ{iH"{iH"ٹٹ{iH"{iH""""{i+k.rtl.rtl.rtl ;8ș[i‚֓9"""|"urolif"_"XǤNjÝǫǀ-蝊.靊/Ǣǰ ¢,"{i+k ;8ș[iHٝ"h€""ҝǒǷ DZ{i+k ;8ș[iHHC"hH"9""H"h¢*"{i+k ;8ș[iH"hHHH"h""""Q֗ܘߗHH"{i+k ;8ș[i,"H "hϝ{i+k ;8ș[iلٓH "H"HH "hHH ٭"h֓ ٭"Œ ٭ "HH٭"h֓٭"Œ ٭ "HHً"hً֓"Œ ً "HHً"hً֓"Œ ً "HHٳ"h֓ٳ"Œ ٳ "HHٳ"h֓ٳ"Œ ٳ "HHٲ"h֓ٲ"Œ ٲ "HHٲ"h֓ٲ"Œ ٲ "HHٌ"hٌ֓"Œ ٌ "HHٌ"hٌ֓"Œ ٌ "HHٹ"h֓ٹ"Œ ٹ "HHٹ"h֓ٹ"Œ ٹ "HH"h֓"Œ  "HH"h֓"Œ  "HH"h֓"Œ  "H "H "HH "h{i+k ;8ș[i  "HH "hF"H"ߝHHً"h֓ߓ֤"hܷHHٳ"h֓ߓ֤"hܷHHٲ"h֓ߓ֤"hܷ{i+k 1/GSTrans.Res ;8ȯ[i","HHb"h֓{i+;ik ;8ș[i"{i+k ;8ș[iHH"h֓ŒŒ"{i+k ;8ș[iHH "HHHĢa"hdHٝ"h֓,"&ַ]H "H"NJHH ""6HH"HH"HH"HǨ$ Ǹٜ!ǘ ǟ{i+k ;8ș[iHH"h֓‚&ַ&HHً"hֹ"h֍ܤߍHHHHً0"h֋ܲߋ֗ܘ֦խፀً"ǁHHٳ"hֹ"h֍ܤߍHHHHٳ0"h֋ܲߋ֗ܘ֦խፀٳ" HHٲ"hֹ"h֍ܤߍHHHHٲ0"h֋ܲߋ֗ܘ֦խ{፩HHٌ"hֹ"h֍ܤٲ"ٌ"HHٌ"hֹ"h֍ܤߍHHHHٌ0"h֋ܲߋ֗ܘ֦խuHHٲ"hֹ"h֍ܤٲ"ٌ"!8ȋ0 kH`+e^ {i+k ;8Ȗ[iݱݵ݄idH"h H "H "m m m m m m m m m m m m H "ٝ " " " "{i+;ik ;8Ȗ[iH "{i+;ik ;8Ȗ[iidݼ: ۊHۀidݼ:: Ԋ%didݼ: ۊAۀidݼ:: Ԋ%HH"hܞH۶"hܷ"H "hHH"h"hH"pIǥ{i+;ik ;8Ȗ[i;idݼ: ے ַ֒ {iH "H".iܞidݼ: HHH"{i+;ik ;8Ȗ[idiؙdۊ{iؙd[ۀiؙdۊ}iؙd]ۀiؙdۊۀiؙdԊۀiؙdԊHַiؙdaۀiؙdۊۀiؙdԊۀiؙdԊۀiؙdԊCַiؙdaۀiؙdۊۀiؙdԊKַiؙdcۀiؙdۊۀiؙdԊBַiؙdeۀiؙdۊۀiؙdԊiؙdnۀiؙdۊۀiؙdԊHַiؙdoۀiؙdۊۀiؙdԊHַiؙduۀiؙdۊBַiؙdaۀiؙdۊۀiؙdԊAַiؙdaۀiؙdۊAַiؙdeۀiؙdۊCַiؙdeۀiؙdۊHַiؙdeۀiؙdۊBַiؙdiۀiؙdۊAַiؙdiۀiؙdۊCַiؙdiۀiؙdۊHַiؙdiۀiؙdۊBַiؙdoۀiؙdۊAַiؙdoۀiؙdۊۀiؙdԊۀiؙdԊCַiؙdoۀiؙdۊBַiؙduۀiؙdۊAַiؙduۀiؙdۊCַiؙduۀiؙdۊۀiؙdԊۀiؙdԊۀiؙdԊiؙd ۀiؙdۊַiؙd0ۀiؙdۊַiؙd'ۀiؙdۊַiؙd{ۀiؙd8pIۀiؙd8pI%iؙd ۀiؙdۊۀiؙdԊַiؙdjۀiؙdۊۀiؙdԊַiؙdzۀiؙdۊۀiؙdԊiؙd0ۀiؙdۊiؙd ۀiؙdۊַiؙd1ۀiؙd8pIiؙd ۀNidݱ: ۀ"idݱ: ݱݱݱݱ{i+;ik ;8Ȗ[iKidــ٣٣ٰٰ{iH"HH{iH"6id^^{iH"HH{iH"id\\ZZXXVVTTRR{iH"HH{iH"݄8pIgidPPNNidҀHHLLJJHHFF{iH"HH{iH"tididҀHHDDBBidҀHH@@>><<::{iH"HH{iH"{i+;ikAAHAAHHHH% Transmission GStransRTEL interrompuee par GStransRTEL - V 2.0 **B ** Envoy ;8Ȗ[iidݱ: ۀidݱ: Hݱݱݵ{i+;ik ;8Ȗ[iH"H"݄󸀸idۂ{i+;ik ;8Ȗ[i݄8pI݄݄H" H"{i+;ik ;8ș[iHH"" " t_:"HH""{iH"{iH"H{iH"hI֘%Dz{iؙH{iH"ؙ#ؙ֘~{iؙH{iH"ؙ%;&8µpI "8pI " " " " "w " " "\ " "I8µpI " " "^ߝDž \&8µpI "9&8µpI "8pI " " " " "w " " "\ " "I8µpI " " "^ߝDž b&8µpI֘8„pI% "!8LǏ0Ɲ (H` : i#ֱֵؙ  "'8µpI"8„pI "քdؙ8 pI֘zؙ8pI ": iܘֱؙeֵ8±pIKּ:֘8¼pI0$ ":ּּНֱ"ǝ{iH" "ּ::֘8¼pI0% "::ּּǤ֘%{iH "&{iH{iH"{iH"8pI" "{i+k+- Interrompez la transmission en cliquant - ;8Ȗ[i"{iHHiH"{iHU"{iH:"{i+;ik ;8ș[iHH"K-ַs֓I{iHU"{iH:"{i+k ;8ș[iHH"h֗ܘHH"h2"pIHH"h%""t""{iH"H{iH"h֗8—"zHR:"{iH""""{i+k*** Emission en cours *** ;8ș[i?zGH"hiz8pI7"T"7"{i+k ;8ș[iʛ""{iH7#7# "H{iH"h֘8˜"zH:"{iH"H{iH"h֘8˜"zH#:"H{iH"h֘8˜"z֘H{iH"heH#<"""","<xF4#4#2#2### # #{iH"{iH{iH"H{iH"h֘8˜"zH::"{iH">HU"S"t {iHٕ"ٕ""H{iH"h֘8˜"zHS:"{iH"{iHٲ"ٲ""H{iH"h֘8˜"zH_:"{iH{iHH"h{iH{iH"{iH",",","O""ٺ"ٺ"{iH"{iH{iH"H{iH"h֘8˜"zH"hi_H:"{iH"Ǐٴ"ٴ"٩"٩"""{iH"{iH{iH"H{iH"h֘8˜"zHn:"{iH{iHH"h{iH{iH"{iH""{i+k transmettre : Nombre de pages  est le fichier sauvNombre de pages transmises: ** Fin de transmission ** au format RTEL...paration du fichier Pr GStransRTEL ;8ș[iHHHĢa"h{i+k ;8ȯ[iַ d ֔ "{i+;ik ?NpNNNN/N(.!JMRU_Nb'+)#%N"<?BNNNNNNNNNNN!N%(,5:=AK _be k't'w'~ )N/N/ ;"CFRdX[jnqtwzt;;dd '*-06:=@CIM;X[^aptwH2$/*L},3QNN} ANON_NlNwNNNNN: NGIGIE N8NBoMrM~NNNMMNKNN N N2 NL Na Nz N N N N N N N$ N9 NR Nl N N N N N N N N* ND NY Nr N N N N N N N N1 NJ Nd Ny N N N N N N K N K N M M, N0 KG M P T Y 1\ 3_ 9b ;e /h k n Mq Mt x  M M N K N V N N     N =#NB NAcN 57NNN-3NGN^/i/lp{NNNNKNN N$'+/:>INOU[ behmuyNNNN(DNc swN=NN %NPAfN~N N57 N( IN_NwN N57N <NRNkpp0rtjvc-9A;l ?57CC11N11NC1'C019CB1KCQ1ZC`1iCr1{C1C1C1C1C1C111NN57N5NBNg1j1vNQNk uI+9N  =N%)?^\!9q!#t!#w!#z!#}!#!#!#!#!!!c#!c#!!!a#!a#!_#!_#!]#"]#"[#"[# "Y# "Y#"W#"W#""8"Y"U#\"U#_"S#b"S#u"Q#x"Q#{"O#~"O#"M#"M#"K#"K#"""I#"I#"G#"G#"E#"E#"C#"C#"A#"A#"?##?##&#,$#6$#Q$-U$-$#$$$$$N$-$$=%N %M* %M*%N%,-%0%3%7%?T%W%Z%Gh%!r%9%#%#&m$,&m$7&#?&#G&$O&m$Z&#b&$j&m$u&$}&m$&m$&m$&m$&m$'m$.'m$9'#A'#I'$Q'm$\'#d'$l'm$w'$'m$'m$'m$'m$($((-(-(%/(&1(&3(%a(m$($(w,)0)9Q)+U)+X),h)p)O!))9)=);)N)?**!*+%*'2*+7*+:*,B*Z*N**N*N**+N,+N?+NV+=m+Nv+3z+1+ + +N+1+3+N+N+N,N ,,,,,+,N:, J,N],Nj,Nw,Nz,,,,,,),+,l ,,,,N,,-N-N)-27-NC-<2F-<2L-a-Np- -N-N-N- -N-N- .N.N.2'.N4.ND.NJ.P.V.\._.92b.92e.72h.72k."2n."2q.t.w.2z.2...N. .N.N..../N/ //N//#/=7/1:/1@/U/Nd/ t/N/N/1/1//N/ /N/-/ 00N"0N,0N60N90?D0G0J01M01P01S01b0{00N0 0=0l 0N0N0=01010101010101)1N81 H1N]1-a1 |11N1,c2f22N222NCDACSEGDEFPROCDSEG~globalJ LONGGLOBALSNDA \ ,@ ~global \CDACSEGDEFPROCDSEG~globalJ LONGGLOBALSNDA STACKSIZEU TOOLERRORCHK_PASMAIN  _PASBLKMOVE STATICUNIVTOOLUSERTOOLGSOSFORWARDEXTERNALINLINE.p.o.p.o.p.o%Bꃕ0PpX˻"TDٌbH KZh+(z@k`8x[{;BΚieugwm}oc)%5'7-=/?# $4,<:IEUGWM]O_CʖӜL\6. ,@ runtime 6.H;i{HH ;[ H H"hHHH "hhH "HHHH "hhe: kHH ;[HH"HH" HH"d&)H "h "ČH"8k"HH"h"kHH"k0;8 ;[H"h#H({iH "h%)))XHH "h: ) )d   +;i08k ;[@ZZH"hٝ""ٸ""":""+hk "k ;[   :T+  ;i k ;[ ( ) e:e::D+  ;i k ;[   :0 )   h)+H   ;i(k HH;[H"h H "    hh+;ik ;[HH""+;ik ;[0  +  ;i k ;[0  +  ;i k ;[0   +  ;ik ;[  Ҭ +  ;ik ;[  Ҭ +  ;ik ;8 [  d) e୘ )eÒ     ;e i ;[907301 )80'e     +  ;ikHH ;[ d0b) W  gF @ e )e)8 0  ):  +;ik HH;[ F0D @0>)8 04  8 8  e :e   hh+  ;ik H;[d 8 2 )   Ğ ˀ8 ) h+  ;ik {cH;[hh+hk {cH;[ JJJ -)0 0 0 0 0 0 0  hh+hhk {cH;[  :JJJ 1)0 0 0 0 0 0 0  Ŀhh+;ik{cH ;[ +;ik{cH ;[ I7+;ik{cH ;[ 7+;ik ;[   (+;i (k ;[I7 ے  (+;i (k ;[ I7ے  (+;i (k ;[ jjjjjjjj +;ik ;[JJJ+)0 0 0 0 0 0 0 7    (+;i(k H;[ĕIˀĕI FeI+k H;[ ĕI ˀĕI f  8 F F΀ I+kcck8k H;[ĕIIˀĕIIFf ee&IIhhhh+k H;[ ĕI I ˀĕII&&ff !  8  FfFfՀ  IIzzzzzz+kIIkIIk##kkCCkIIk8 # zz(k *kJjkjjjk***k;8 ;[  {iH "{iH{i H " +;ik;8 ;[  {iH "{iH{i H " +;ikHHH ;[ HHHHH &"  ė8: ))e:  +  ;ikHHH ;[H HHH HH '"  ė 8: ))e:  +  ;i k;8% ;[$ &{i$H{i+H{iH  "{i$H{iH1H/H "+'+&*;i)k ;[HHH)H ("h +;ik ;[HHHH)H )"h h +;ik;8& ;[.H,H{iH{iH{iH "{iH2H0H  "+(,'+;i*k ;[ ) ୘ +  ;ik ;[  ୘ +  ;ikHHH ;[ )f A [8Ai a {8ai 80))  J ) J) +  ;i k ;[HHHH "hhhh+k ;[HHH"hhh+k ;[HHH3"hhh+k ;[HHHH"hhhh+k ;[HHHH+"hhhh+k ;[HHHH $"hhhh+  ;ik ;[H  HH"+ ;i k ;[HHHH  "hhhh+  ;ik ;[HHHH  "hhhh+  ;ik ;[HHH "hhh+k ;[HHH "hhh+k ;[HHH "hhh+k ;[HHH "hhh+kHH;iHHHHH "hhk    h:h<Z"<H:HkHHHH "hk ;[  "+ ;i k   ;[Z z Z"+hhhk . &     ;[Z z Z"+hhk ;[  "+  ;ik ;[  "+  ;ik   "+  ;ik ;[ " +hhk;iHHH "hhk ;[d  +hhk ;[ @+hkH "hk ;[ "  +hhkHH "hhkH "hk;iH "hk "  k H H H H "(p0   ;ik;8  ;[dd\:"hi ) a{8     + ;ik;8 ;[$&{iH"` V$&") d d dd{iH"$&{iH"(+$#;i"k;8$ ;[HH,*"hH,*."hLj222202 2 2 22 2.)dHHH" "h!#%#2%2# {iH" 22+&2%1;i0k;8 ;[$$F$dd{iH"$$$$$ $$ + $#;i"k;8( ;[HH0."h! " "888868 8 8 88 84)AHHH" "h!#!%!'%8'8 88ǘH0.4"h)8)88868 8 8 88 84)_HHH" "h!#!%!'%8'8) {iH" 882)8dd{iH"+*8)7;i6k;8 ;[  & dd{iH"   + ;ik;8 ;[$$@${iH"$$HH""+ $#;i"k;8 ;[$& " {iH"+$#;i"k;8 ;[ "{iH"+ ;ikk;8 ;[  ; $& d {iH"L  +$#;i"k;8 ;[  ; $& d {iH"L  +$#;i"k;8 ;[$$m$HHHH$H" "hh {iH"#{iH"{iH"+$#;i"k;8 ;[  1 {iH" H"zz$&+ ;ik ;[) +;ik;8 ;[$$$$$) d {iH"L $+ $#;i"k;8  ;[&&& d {iH"!&&  &!L &+"&!%;i$k ;[) +;ik ;[ HH"+;ik ;[ HH"+;ikHH ;[     "+ ;i kHH ;[  )   "+;ikHH ;[  hjlceg  "+ ;i kTRUEFALSEHHHHH ;[HHHHH &"  ė 8 : ) )e:   "+  ;ikHHHHH ;[HHHH HH '"  ė 8 : ) )e:   "+  ;ik;8) ;[//3 (3*(5 *{i(H9H7H{iH "{i(H{iHHH "5/1"++7*6;i5k;8) ;[//3 (3*(5*{i(H{i7H{iH  "{i(H{iHHH "5/1"++7*6;i5k;8) ;[//3 (3*(5 *{i(H9H7H{iH  "{i(H{iHHH "5/1"++7*6;i5kHZHH ;[ 80,* )e) ୘ ୚   HH"% }~ HH"[+kHH ;[   ") "+  ;ikHH ;[   "  ) "+ ;i kHHHH ;[":e   ˻٬ :    +  ;ikHH ;[   "%HHeH8 ("h "+ ;i kHH ;[   " ,HHHeH8 )"hh "+ ;i k;8* ;[0002"LHH{iH{i H{i H "{i H6H4H "02"+,4+3;i*k;8* ;[0002"LHH{iH{i H{i H "{i H6H4H  "02"+,4+3;i*k;8* ;[0002"LHH{iH{i H{i H "{i H6H4H  "02"+,4+3;i*kZHH ;[ "N)    "Ĉ)  +hhhhkZ ;[ )? HH"% MNO HH"++kZ ;[ ) )   +k;8 ;[d)  : )) H"hǞ{i H)"{i H "H{i H{i HO"h)HH:" HH")j{i H)"H i H:" @HHg"{i HHH H H~"h"H 8 H:"HH "h)5HH "h)!HH ") rr "+;ik;8< ;[BB)) H"h{i H)"{i1H "H{i H{i1HO"h)HH:"d{i H)"  i{iHV" {iHV" H({iH "h ) {iHU" H i H:"v8pI9) {i H)"H H"8hH H:" 8 i{iHU"DzH"Ǭ  B5 HHg"{i1HHH H H~"h"H 8 H:"Ǵd;HHH "hhh=H ""h9) 4;;  "= "BN&; " " ";ѧ;;  9 ";f) B +>B=A;i@k;8 ;[d)  : HH " " +;ikPRINTER: CONSOLE: KEYBOARD:  N&2JQgXZZXG+0@VgRlTsvTR#V0 3 djruXZN&'AaGbNNN<NjNNNNZNNNN N-l --P!PPWh-o-?!FPnPP'P[PnPP!P@PPP PPOr@"@"h$j,l4c:eBgP@"@"k @"!@"!@"-"@"">"""""""""u&"&#u&6#&c#u&#%#&$$%_$&$%$&%%c%&%%%& &u&G&u&&&&&&&&&&V(u(Y(u(c(Pz('((T,P,),,-P .-.'2.)CDACSEGDEFPROCDSEG~globalJ LONGGLOBALSNDA STACKSIZEU TOOLERRORCHK_PASMAIN  _PASBLKMOVE STATICUNIVTOOLUSERTOOLGSOSFORWARDEXTERNALINLINE.p.o.p.o.p.o%Bꃕ0PpX˻"TDٌbH KZh+(z@k`8x[{;BΚieugwm}oc)%5'7-=/?# $4,< GSTransRTELPS16pdosPS16pdos@T tD:  rڝ] ĭ(ċW*ij*IJ*Č *ĹG(vx   ęĚĸěĜĝ- ./01 R  ċijIJČ7Ĺo  %  ?  U & {  ę  Ě  ĸ  ě  Ĝ  ĝ  -  .  /  0  1!  /  =  K  ĭFaPPY T 0  Skeleton 1P {,>B  Skeleton 2P (9 - CONFIGURATION - &Emission du Fichier  )$Archiver le Fichier 3 =#Modem en Port 1 > G#Modem en Port 2 PA^0 Sauver@ Fichier Edition GStransRtelAnnulerCouperCopierCollerEffacerFermer A propos...-Quitter- Codes RTELConvertir un fichier- Configuration-1./0ęXxĚCcĸVvěĜWwĝ--../Qq/00.1-AaOK "0/ JCSGStransRTEL v2.0 CSUn programme de conversion de fichiers textes au format RTEL SProgrammation en TML PASCAL II: SCarole FOX B. Capslock S joindre sur les serveurs suivants: (3614) RTEL1 : Castafior(e) Compuserve: 71141,510 ou (3614) RTEL1 : Capslock C/^#0x0/ SCJCodes RTEL SCJSelon le clavier utilis faire prcder les codes par le signe dise ou livre sterling. SChanger la taille des caractres: SO : doubler en hauteur et en largeur; M : doubler en hauteur; N : en largeur L : taille normale SChanger la couleur: SA: rouge; B: vert; C: jaune; D: bleu; E: magenta; F: cyan; G: blanc. SFaire clignoter: SH : dbut ; I : fin /^Compris GSTrans.ResPS16pdosPS16pdos Sauver PA^0  Skeleton 2P (9 - CONFIGURATION -Emission du Fichier &Archiver le Fichier  )$Modem en Port 1 3 =#Modem en Port 2 > G#qt 2Hwĭoċ *rijK*tIJ*tsČ*sĹ(w pwċsij7rIJu8sČsĹr ĭoPz)0 T08H`  ୙II`%`H`I`%@`C`0%%T80H@`@`C`C` p p Q@`0`` ` ` ` Ģ`` Šς` ```*`%`0*%T80HӉ`Ӊ`ӻ`ӻ` p p Q`0 p p Q` D$(4)5::12:" One moment please..."> 11X (4);"RESTORE SETUP"q DRV$""DRV$"None" :"Current setup: ";DRV$;" Slot ";SLOT (4);"prefix"DRV$"None"500(4);"BLOAD GT.SCRN.2,A$1000,T$C1" (4);"BRUN TRANSPIC" (4);"BLOAD OBJ"; (4);"BLOAD FONTGENSHR"\ (4);"BLOAD FNT.IBM.ALL256"y ((4);"BLOAD TGRAPHRTNS" -I110000:I 2(4);"BLOAD BUFFER" <(49152)155A$::49193,1:100 ADRV$"None"49193,1:100 F(4);"BLOAD DRV.";DR$ P28672,SLOT16" Z204800 d(21);:U n" CONFIGURE HARDWARE"z x" --------- --------" :"Select a Modem Driver:" :"1) AE DataLink series (internal)" "2) External Modem w/ Super Serial Card" "3) Apple IIgs Modem Port"4 "4) Apple IIgs Printer Port"N :"Select --> ";:A$q A$"1"A$"4"(7);:A$:190y A$ A$"1"DRV$"DATALINK" A$"2"DRV$"SUPERSER" A$"2"DRV$"GSPORT" A$"3":"Enter slot number (1-7): ";:B$% A$"#"B$"1"B$"7"(7):B$:2505 A$"3"B$H A$"3"B$"2"[ A$"4"B$"1"j SLOT(B$) "(4);"store setup" , D$;"pr#3" D$;"open genericterm.dox" D$;"read genericterm.dox" 560 LC0 A$:A$;:A$(13)LCLC1Q LC22"";:D$:A$:700:" ";:700:510Z &530j 0D$;"close" :"":A$: ?10 D"Hardware setup will run automatically..." N:" One moment please..." X15I115:(8);:: p) )˭P 3S TXPA cSLtPGenericTerm 3.1ANSI-BBSWRAP 00OFF-LINEFULL yX! ` p 2T pY Y Y i YP) QˇP p p Q pꕇPN) pLPȷșԔ // ` p RvYwYvYwYvYJ,0 p p Q Q GU pQQ QLvQQQ Q p p Q4)4LQQ Q`Q Q` R$ 3S cS R` ONOFFHYY iY YY =`T`1`-,+*  WLWVLULULULVLVLVL'VL9VL?VLEVLKVLQVvYwYLWV WLWV i JJJ ŭ P0P LWV!0 `!LWV WLWV W `LWV łTLVLWV fVLWV WLWV WLWV ZWLWV vWLWVhYFU ``YY`HYh`@Y~YY`{00[0,LVh[H  Wh  WY YYY`Y}YY=өY}Y}YY/-~Y;ƩYYũ  }Y~Y)mƩYYLVYA+B*C)D(H'J&K%fm suLVLZWLvWLWLWLWLXL1XL^XLNYL]YYY!Y!LVYY!mY0!LVYY mYP0`S `P: LV ł!0 `!LVYY Y LVYYYY:0!łY:P0P LVY `! LVY P x`L[X x`L[XP x`LVϩYˇY yXϩYLeXLV0(&LXL!YLXLYLXL=YzY yYxY >YL=Y>YL=Y0u'{YxY >YL=Y>YL=YyY zYxYL=Y>YL=YxYzY yY>Y{Y>YL=Y>YĂEYĩzYyYxY{Y`D"U3wf Y!YLVY łY!LVffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`ff`@fffff`ffF@ fffff`ffF@ fffff`f`f@ fffff`&f@&@fffff`&f@&@fffff`ff@dfffff`fddfffff`fddfffff`fd$0 f`fffff`ffd$UUUDDD ff`ffdDDD@Dfffff`ffd$UUUDDD ff`ffdDDD@Dfffff`ffdUTUTD@D@;;&ff&fdDDDDDD@fffff`ffdUTUUD@DD;;.&f`&fdDD@DDDD@fffff`ffdUTUUD@DD;;.&f`&fdDD@DDDD@fffff`ffdfffdUTUTD@D@;;.&f`&fdDDDD@D@fffff`ffdffUUTUDD@D;&f`f`DDDD@D@fffff`ffdffUUTUDD@D;&f`f`DDDD@D@fffff`ffdffUUT@DD@D;&f`DDDD@D@fffff`ffdffUUUPDDD@;ӿ&f`DDDD@D@fffff`ffdffUUUPDDD@;ӿ&f`DDDD@D@fffff`fdffUUTDD@;&f`DDDD@D@fffff`fdffUUU@DDD;&f`DDDD@D@fffff`fdffUUU@DDD;&f`DDDD@D@fffff`ff@ffUUPTDD@@;.ӿ&f`DDDD@D@fffff`&f@ffUUUUTDDDD@;.&f`DDDD@D@fffff`&f@ffUUUUTDDDD@;.&f`DDDD@D@fffff`f`ffUUUUPDDDD@;ӿ&f`DDDD@D@fffff`fff`fUUUDDD fffDDDDD@DDDfffff`fff`fUUUDDD fffDDDDD@DDDfffff`ffdU@D .ffffdDDDDDDDDDD@fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`fffff`<<fffff`<fffff`< upside-down exclamation point OPTION-$ lowercase n with a tilde (enye) OPTION-% uppercase N with a tilde OPTION- a with an accent OPTION-CTRL-B e with an accent OPTION-! i with an accent OPTION-" o with an accent OPTION-# u with an accent There are many many more, but they are hard to describe without being able to display them in this text file, so you'll have to experiment, unless you have an IBM ASCII chart. USING ANSI If you know the ANSI codes, just type them (ESC and all). If you don't, they're kinda difficult to explain, so I suggest you don't bother unless you can find a complete list of them. Leave that to the BBS's. (However, if anyone *does* want an explanation of them, there is a good text file floating around a lot of BBS's called ANSICMD.TXT that explains most everything. That's where I got *my* information.) APPLE COMMANDS Apple-W = Toggle Wrap at end of line (obsolete after fixing the bug in the ANSI driver, but it's still there if you want it for some reason) Apple-R = Color-Reset: Resets color to white on black (also obsolete with the bug fix) Apple-T = Cycles through terminal emulations. Currently available: ANSI-BBS, TTY/None Apple-D = Change duplex. Full, Half, Chat. Apple-B = Change baud rate. 300, 1200, 2400, 4800, 9600, 19200 If you own a DataLink (internal), it will limit you to the baud rates available on your modem, but if you are using a GS Serial Port, you will have access to the full range of bauds. Just be aware that only the ones your modem is capable of will work correctly. Apple-H = Hang up the phone. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Apple-Q = Quit to ProDOS (returns to launching application) Apple-E = Exit to BASIC (GenericTerm tends to screw up BASIC during it's operation, so you may or may not get screwy results using this command) WARNING: neither of these commands hangs up the modem. If you quit or exit with the modem still on-line, it will stay on-line. This may cause a fatal error in some ProDOS applications, however, it is useful if you wish to switch to a different program without hanging up and calling back. HISTORY ------- If you are wondering why the version # is so high with such a simple program, here's where it's been: Version 1.0 used the 80-column text screen and was a very crude terminal. Version 2.0 used the Double High-Res graphics screen and no longer scrolled. It was even more crude, except that it displayed high ASCII. Version 2.1 added a few enhancements, such as a cursor, and allowed it to clear the screen. Version 2.2 attempted (and failed) to install a ProDOS interrupt driver for the modem. (I think I had a problem with my DataLink) Version 2.3 attempted (and failed) to install a firmware interrupt driver for the modem. Version 2.4 back to constantly monitoring the modem... added the ability to transmit high ASCII. Version 2.5 Added an ANSI driver, and a 4K buffer to store characters from the modem in while doing time-consuming tasks such as clearing the screen. It Scrolls! Title screen added. Adds quit commands, so you can exit the program without rebooting. Changes the Init string so it will work correctly with Datalink 2400 modems. (Whew! lotsa changes!) Version 3.0 Now uses the IIgs Super High Resolution graphics screen to display text in color! (Sorry IIe users) The ANSI "Clear Line Left of cursor" command now works. Version 3.1 Fixed a major bug in the ANSI color command: All colors work when they're supposed to now. Added boldface type. Added reverse type. Fixed a bug in the ANSI clear-screen command: now homes the cursor when it's supposed to. Added a status bar which displays the current terminal emulation, and the status of the Apple-W command, and the on-line state, and the baud rate, and the duplex setting. (Whew... what a run-on!) FUTURE VERSIONS --------------- As with any program of usefulness, updates are on the backburner... Future additions to this program include a copy buffer with an editor, file transfer options, a dial list, macros and several other key commands to replace having to command the modem yourself, on screen help with finding the right keys for IBM ASCII, and any other ideas you can come up with and send to me. Coming soon - Re-definable keyboard: Put those high-ASCII characters you use frequently someplace easier to get at. SPECIAL THANKS TO: ------------------ For all her help with Beta-testing and distribution, I think Judy Stanuzsek deserves a round of applause. She was an invaluable help in making sure it all worked right and got where it was supposed to go (again and again and again). Official beta-testers: Judy Stanuzsek Pat Bolton Mike Nelson Special Thanks also to Patrick Lee, Mike Gates, Dane Beko, and Roger Stanuszek for helping me find information on the .QWK and .ZIP formats (yes, there's an off-line reader coming... someday). WHERE TO FIND ME ---------------- This program IS shareware. Please copy it and give to as many people as you can, however to legally use it, you must, within two (2) weeks, send $5 with your name and address to: David D. Miller 3383 WINTERGREEN DR W SAGINAW MI 48603-1978 I'm a poor college student! Please pay me!!! Your small contribution will go a long way towards the costs I encurred writing this program, and will let me know that people want me to continue working to improve it. This will entitle you to free updates, and it would really help me pay for the long-distance bills and stamps from trying to track down some of this information. If you have any suggestions for me, feel free to send them to that address also. I hope you enjoy it! GEnie Mail ID: D.MILLER132 I follow the RIME Apple and Shareware Conferences / PCRelay Node ID: CHARLIE December 1991 ddm LŎZ Ă)Ăi*  n"n#n"n#LO8n"n#8n"n#Š#I%ł"I$ł#-#ł"-"ł%-%ł$-$ł# %#ł" $"# L(z` . mŠ`!iũ Ăi  `i`"UAU*>k]"f~<<~~<<<<~~f~ffw3*]"c"]* <|< 08<><80<~~<ffffffx 8l8`<<~~<<~~<0``0  <<<llllllll|<`>f0 f`  >0 0 000 ff~ ~`0 |fffff><``f<x >ff<~`0 ff>ff>fffff>~>~~>|vf|fff~fff<<`````f<f66f~Ӝffn~vffff>ff>ffffff>||``|fff| ffff<080006f66f<Ӝ>ffffff>|ff|``v|<`> > l8fffvlfff<f<~w<6s?38l vf<~~6vffp<0<`|f|0<0fffvʐ<`|f|~>`00 >ffff <<<LpL'pL0pL9pLMpLapL{ppJJJJi%p `Zpz`Zpz`HZp)zh8`zh`HZp)zh8`zh`HZp) zh8`zh` HZp)upͼ)upzh`L(pLpLpL qLqL3qLxqLqLLLLLpJJJJ pSppYp!p_p$pep'pkp pp p#p&p p p`p %pp!`: ip q`ZH" phz`ZH p "ph p pz`p pLpZ p "p p p8z`ZH p "phz`ZH p "phz`LpLpZHpppppp xpp)8hz`6B8B10B12B14B15B0BHZ p \q pLqzh` xqpi    ! xqLqLqLqLqLqLq`H Z ̛zLqh`LpL3pLApLJpL^pLrpLpLppJJJJ ,p/p !`Z pꚨpz`Zpz`HZp)zh8`zh`HZp)zh8`zh`HZpſ)ĭzh8`zh` HZp)p㿀! 0Lp0Lpzh`! p` p`ժ