0707070000020117721006660001460001440000011374770404230410400000500000000004Size281 0707070000020120071006660001460001440000011374430404230410200000700000004542BLD.ft          (  2 <  <  H T V \ \ V  R  ^  h  r  |                                   &  0  :  D  N  X  b  l  v                                     (  (  *  4  >  H  R  X  ^ j |                         * 2 : B >"""""">k >hk>i6l`33[3c   ""00 >ccskgcc>  ?>cc`0>c``<``c>`pXlfc``?```c>8 ?ccc>``0 >ccc>ccc>>ccc~`00  0 0 >cc0!9%%%y6cccccc333?ccc?>cccc>3ccccc3???>ccscc^cccccccc`````ccc>c33c?Acwkkkccccgm[scccc>ccccccc>?cccc?>ccccco;>`?ccc?3c>cc0cc>cccccccc>cccccc6ccckkwcAccc66cccf<`0  006c8|~II~HHHHH>> ``   < <I**I888@8D> z0707070000020120131006660001460001440000011374460404230410200000700000004576ELD.ft          &  0 :  :  F R T Z Z T  P  \  f  p  z                              "  2 B  R  Z b r                    $  4  : B H P X  T  d  d  f  p  z                              "  2  > J N V ^ Z"""""">k >hk>i6l`33[3c   ""00 >ccskgcc>  ?>cc`0>c``<``c>`pXlfc``?```c>8 ?ccc>``0 >ccc>ccc>>ccc~`00  0 0 >cc0DDDDDDDDDDDDDDDDDDDDDqDDDDDGDDDDDDDDDDDDDDDDD8888888888888??88888888888888???888888888?88888?88888888888888888???8888???888888888888888888??????88888???8|~II~HHHHH>> ``   < <I**I888?@8D> z0707070000020117671006660001460001440000011374510404230410200000600000000177FilesSize BLD.ft ELD.ft Files Install Name ROMC.ft ROMG.ft Remove SCLD.ft UK.ft VBM.ft async_main ate.o system.144.ft te.hlp umodem 0707070000020120051006660001460001440000011374520404230410200001000000010436Install#sccs "@(#) /b4/law/sccs/ate/s.Install 1.2" LIST1="ELD.ft BLD.ft VBM.ft SCLD.ft UK.ft ROMC.ft ROMG.ft system.144.ft" LIST2="te.hlp" NAME=`cat /etc/.phinit` # Can only install ATE if AT&T PHMGR currently exist on the system if [ "$NAME" != "/etc/ph" ] then message -i "This system will install ATE only if AT&T Phone Manager has been installed. Please install AT&T Phone Manager first. This ATE will NOT be installed." exit 64 fi if [ -f /usr/bin/async_main ] then message -i "This system already has ATE, please remove it before installing this ATE. This ATE will NOT be installed." exit 64 fi SWAP=false for i in $LIST1 do if [ -f /usr/lib/wfont/$i ] then diff /usr/lib/wfont/$i $i >/dev/null 2>&1 if [ "$?" != 0 ] then SWAP=true break fi else SWAP=true break fi done if $SWAP then message -c "ATE font files already exist in the system but are different or some ATE font files are missing. Therefore, this install will swap in new ATE font files." if [ "$?" != 0 ] then exit 64 fi fi echo ' Installing ATE ...' #save foundation version of umodem mv /usr/bin/umodem /usr/bin/.umodem.tmp 2>/dev/null mv async_main /usr/bin chown root /usr/bin/async_main chgrp root /usr/bin/async_main chmod 755 /usr/bin/async_main mv umodem /usr/bin chown root /usr/bin/umodem chgrp root /usr/bin/umodem chmod 755 /usr/bin/umodem mv ate.o /etc/lddrv chown root /etc/lddrv/ate.o chgrp root /etc/lddrv/ate.o chmod 0755 /etc/lddrv/ate.o masterupd -a init release ate CURRDIR=`pwd` cd /etc/lddrv /etc/lddrv/lddrv -a ate >/dev/null 2>/dev/null cd $CURRDIR echo "ate" >> /etc/lddrv/drivers echo "Name=ATE Keyboard mapping driver" >> /etc/lddrv/InstDrv echo "File=ate" >> /etc/lddrv/InstDrv echo "Comment=Maps the Numeric Keypad to PF1-PF10 when Ctrl is depressed" \ >> /etc/lddrv/InstDrv echo ' Installing font files ...' # save foundation version of ATE required fonts for i in $LIST1 do if $SWAP then mv /usr/lib/wfont/$i /usr/lib/wfont/.$i.tmp 2>/dev/null mv $i /usr/lib/wfont fi chown root /usr/lib/wfont/$i chgrp sys /usr/lib/wfont/$i chmod 644 /usr/lib/wfont/$i done for i in $LIST2 do mv $i /usr/lib/ua chown bin /usr/lib/ua/$i chgrp bin /usr/lib/ua/$i chmod 644 /usr/lib/ua/$i done # Add ATE entries to Suffixes echo " Updating Suffixes file ..." cat > /tmp/t << -END- Name= Modem Profile Suffix =:Am Default = Open Description =*Modem Profile Location = Profiles Open = EXEC -d /usr/bin/async_main r %o e Create = EXEC -d /usr/bin/async_main r %o e Help = EXEC -d /usr/bin/uahelp -h $UA/ua.hlp -t "Profile file" Print = ERROR Can't print Modem Profile -END- uaupd -r "Modem Profile" -a /tmp/t Suffixes cat > /tmp/t << -END- Name= RS-232 Profile Suffix =:A2 Default = Open Description =*RS-232 Profile Location = Profiles Open = EXEC -d /usr/bin/async_main r %o e Create = EXEC -d /usr/bin/async_main r %o e Help = EXEC -d /usr/bin/uahelp -h $UA/ua.hlp -t "Profile file" Print = ERROR Can't print RS-232 Profile -END- uaupd -r "RS-232 Profile" -a /tmp/t Suffixes rm -f /tmp/t # Add ATE entries to Comm_pkgs # Make sure file exist touch /usr/lib/ua/Comm_pkgs echo " Updating Comm_pkgs ..." echo > /tmp/t echo "Name=ATE_Modem" >> /tmp/t echo "Suffix=:Am" >> /tmp/t echo "Connection=OBM" >> /tmp/t echo "Setup=/usr/bin/async_main r PROFNAME f DEVICE p PID i FN" >> /tmp/t echo "Nosetup=/usr/bin/async_main r PROFNAME f DEVICE p PID" >> /tmp/t echo "Create=/usr/bin/async_main r PROFNAME e" >> /tmp/t echo "Modify=/usr/bin/async_main r PROFNAME e" >> /tmp/t echo "Originate=BOTH" >> /tmp/t uaupd -r ATE_Modem -a /tmp/t Comm_pkgs rm -f /tmp/t echo > /tmp/t echo "Name=ATE_Serial" >> /tmp/t echo "Connection=DIR" >> /tmp/t echo "Suffix=:A2" >> /tmp/t echo "Setup=/usr/bin/async_main r PROFNAME f DEVICE p PID i FN" >> /tmp/t echo "Nosetup=/usr/bin/async_main r PROFNAME f DEVICE p PID" >> /tmp/t echo "Create=/usr/bin/async_main r PROFNAME e" >> /tmp/t echo "Modify=/usr/bin/async_main r PROFNAME e" >> /tmp/t echo "Originate=BOTH" >> /tmp/t uaupd -r ATE_Serial -a /tmp/t Comm_pkgs rm -f /tmp/t echo " ATE installation is completed." # Test if update comm_packages file exist - exit if file don't exist if [ ! -f /etc/cpupd ] then exit 0 fi # file exist, EXEC /etc/cpupd to inform phone manager to update comm packages /etc/cpupd 0707070000020120121006660001460001440000011374630404423544200000500000000011NameATE 3.51 0707070000020120101006660001460001440000011374640404230410300001000000004576ROMC.ft          &  0 :  :  F R T Z Z T  P  \  f  p  z                              "  2 B  R  Z b r                    $  4  : B H P X  T  d  d  f  p  z                              "  2  > J N V ^ Z"""""">k >hk>i6l`33[3c   ""00 >ccskgcc>  ?>cc`0>c``<``c>`pXlfc``?```c>8 ?ccc>``0 >ccc>ccc>>ccc~`00  0 0 >cc0DDDDDDDDDDDDDDDDDDDDDqDDDDDGDDDDDDDDDDDDDDDDD8888888888888??88888888888888???888888888?88888?88888888888888888???8888???888888888888888888??????88888???8|~II~HHHHH>> ``   < <I**I888?@8D> z0707070000020120111006660001460001440000011374670404230410300001000000004100ROMG.ft               "  " *  2  :  :  B  J R R b r               * $                             | v p j j  z               " 2  B B R b  r z             0707070000020117711006660001460001440000011374720404230410300000700000003076Remove#sccs "@(#) /b4/law/sccs/ate/s.Remove 1.1" set +e LIST0="async_main umodem" LIST1="ELD.ft BLD.ft VBM.ft SCLD.ft UK.ft ROMC.ft ROMG.ft system.144.ft" LIST2="te.hlp" # check if async_ma is an active process ps -e | grep async_ma | \ while read PID TTY TIME COMMAND do if [ "$COMMAND" = "async_ma" ] then message -i "Currently someone is using ATE, therefore; this ATE REMOVE will not take place." exit 64 fi done if [ $? = 64 ] then exit 64 fi echo " Updating Suffixes file ..." uaupd -r "Modem Profile" Suffixes uaupd -r "RS-232 Profile" Suffixes echo " Updating Comm_pkgs file ..." uaupd -r ATE_Modem Comm_pkgs uaupd -r ATE_Serial Comm_pkgs # Test if update comm_packages file exist # if file exist, EXEC /etc/cpupd to inform phone manager to update comm packages if [ -f /etc/cpupd ] then /etc/cpupd fi echo ' Removing ATE...' for i in $LIST2 do rm -f /usr/lib/ua/$i done for i in $LIST0 do rm -f /usr/bin/$i done # restore foundation version of fonts if needed for i in $LIST1 do mv /usr/lib/wfont/.$i.tmp /usr/lib/wfont/$i 2>/dev/null done # restore foundation version of umodem mv /usr/bin/.umodem.tmp /usr/bin/umodem 2>/dev/null # remove the ate driver /etc/lddrv/lddrv -d ate masterupd -d ate rm -f /etc/lddrv/ate.o /etc/lddrv/ate /etc/lddrv/ifile.ate fgrep -v ate /etc/lddrv/drivers > /tmp/temp mv /tmp/temp /etc/lddrv/drivers fgrep -v "Name=ATE" /etc/lddrv/InstDrv > /tmp/temp fgrep -v "File=ate" /tmp/temp>/tmp/temp2 fgrep -v "Maps the Numeric Keypad" /tmp/temp2 > /etc/lddrv/InstDrv rm /tmp/temp /tmp/temp2 0707070000020117701006660001460001440000011374740404230410300001000000004414SCLD.ft          &  0 :  :  F R T Z Z T  P  \  f  p  z                                   $  .  8  B  L  V  `  j  t  ~                                   &  2  >  L X Z  ^  j v z               |              """""">k >hk>i6l`33[3c   ""00 >ccskgcc>  ?>cc`0>c``<``c>`pXlfc``?```c>8 ?ccc>``0 >ccc>ccc>>ccc~`00  0 0 >cc0!9%%%y6cccccc333?ccc?>cccc>3ccccc3???>ccscc^cccccccc`````ccc>c33c?Acwkkkccccgm[scccc>ccccccc>?cccc?>ccccco;>`?ccc?3c>cc0cc>cccccccc>cccccc6ccckkwcAccc66cccf<`0  006c>>     >  #%)1)8 | ??$$#0707070000020117761007770001460001440000011375000404230410400000600000004444UK.ft            *  4 >  >  J V X ^ ^ X  T  `  j  t  ~                                    (  2  <  F  P  Z  d  n  x                                       (  , 6  : D  L  V  `  n  x                      8DB>F9>k >hk>i6l`33[3c   ""00 >ccskgcc>  ?>cc`0>c``<``c>`pXlfc``?```c>8 ?ccc>``0 >ccc>ccc>>ccc~`00  0 0 >cc0!9%%%y6cccccc333?ccc?>cccc>3ccccc3???>ccscc^cccccccc`````ccc>c33c?Acwkkkccccgm[scccc>ccccccc>?cccc?>ccccco;>`?ccc?3c>cc0cc>cccccccc>cccccc6ccckkwcAccc66cccf<`0  006c >`~cc;gccc?>cc>```~cccsn>cc><f?~ccsn`c>;gcccc00<000003c33c7kkkkk;gcccc>cccc>;gccc?~cccsn``7nf>c8c>?f<ccccsnccc6cckkwcc66ccccc6 ? 8  8 8 s0707070000020120031006660001460001440000011375030404230410400000700000004100VBM.ft               "  " *  2  :  :  B  J R R b r               * $                             | v p j j  z               " 2  B B R b  r z             0707070000020102731007550001460001440000011163610404741754600001300000253144async_mainR \ ʹd\  .textʹ .data d@.bss d d\ .lib ބ ބ/< ބN1X OQ./HJf/H#0Ng^NJfB9 >`N. x/< N1XO [   09 ZHV./< /9 N1POJ g$ y l g g9 *f./9 N1XO`>x`. | x 0 Hl0H`z HH./9 N1XOR09 ZHmJ g0y T.0y R//< *hNN^PO. *h/9 N1XOJy XfZSy Z | x ZHH./9 N1XO0y T.0y R//< *hNN^PO. *h/9 N1XON.NVL y Jf"N"y #@ y h!y y # R m$y &| ^t`RJf`L N^Nu R DmB 9 氹 nR ` y # # # # . /< hNVXO. /< ~NVXOB B9 ^ nJf`dNVH v`R R n Jf n PJg n P  g n R "n"Q nRR Dm. NV n B n P  g n P  f: nR n P  f(` t` n BR n  g n B nRpL N^Nu n P  g n Bp`NV.p/N1nXO`. .gp../< NVXO`6p..N1Zp.Hn/9 N1,POrg. NV k.bp/N1nXON^NuNVJ f(p./< (/9 N1,POrfb # J g4p./< )/9 N1,POrf2 9 (f 9 )fpN^Nu. BBp/N14O p`NVH$y lBy \3 \ ZB*LN^NuNV|p.Hn/9 N1POp.N1xN^NuNV. 2N1B|p.Hn/9 N1POBN1xN^NuNVBN1xN^NuNVJ g:.p/N1nXOJ o. ,/< NA,XOBN1xN^Nu."p/N1nXO. //< N1RXO-@.pP/HnN1POp./< 1HnN1POJfTJ 2l.pP/HnN1POHnN1 XOSCB1.Hx HnN1PO# 2`Tp./< 8HnN1POJf J 2o . 2N1Bp# 2`p./< @HnN1POJfX.pP/HnN1POHnN1 XOSCB1Hn/< N1POp.HnN1XO# 2`p./< HHnN1POJf. /< 2NA,XO`vp./< QHnN1POJfZ`VNVB.p/N1nXO9 kgp h`p-@N1` k9 kfJg kp.N1N^NuNV.p/N1nXO. W/< tN1RXO-@Jg`.p/Hx/< 3N1dO -@.N1F kpg$. t/< YHnN1POHnN1bXO.zp/N1nXON^NuNqNVt.p/N1nXO.p/N1nXO.p/N1nXOJgvJ gl-| `z`Rz nzJf. `/9 N1rXO y Jg f$. /< /< B/9 N1OB. N1=@ @gNn|np.Hn/9 N1POJy @gB nl:0n./9 N1XO`$|Ap.Hn/9 N1POBN1x. /9 N1r`Rn|np.Hn/9 N1POJy @g8 nl0J g0n./9 N1XO`p.Hn/N1PO. N1=@ @f|Ap.Hn/9 N1POBN1xN^NuNVBN1xN^NuNqNV.p/N1nXO.0p/N1nXOJ9 >g. N1J9 tfJ9 gN` .g .f(p.Hn/9 N1,POrg . !LNap.@H @g@ @gn @Ag* @g @fzp..N`Jp..N f`<. !o`.p.Hn/9 N1,POJy fpN^NuRnCqNJg09 R"| tA Pp."|0 1g .\fRRy 09 R"| tA P .cf| `P .nf| `@. #hNap`2 .^f*Ry 09 R"| tA @..fRy 0.BA.Ae N Jf`NVH09 R"| tA P .\fN09 R$09 HRq .qg .Qg .eg .Ef.N`J.f. N1Jy fJy fJ9 gR09 R"| J1gNRy By 09 R"| tJ1f>09 R"| J1f(.p/N1nXOB9 >NpLN^Nup`NV||p.Hn/9 N1PON^NuNVH t`09 R& R"| q.HH @bgn.J@g" @^g`PBHxT/9 N1PO`. #`6 @ng @pg @rf| `R| `Jp.N1`f. #Nap`. .^f&09 R"| A"RA@p.Hn/9 N1POrf . $Nap09 R& R"| qg .\f`L N^NuNVN^NuNV . fDJ 2m. /< 2NA,XONzp.N1. lNzBN16` . fBHxT/9 N1`T . g( . g . g . g . g . fp. .N N^Nu . fHJ gNcP`p./9 N1XOp# N1-@JfNcPN16`p. r€f f. N1 ./< ` . f6 y (g(p./9 T/9 N1POJlN. $)` . f y JgJf y (f p./9 H` y (gp./9 L/9 N1PO`p./9 P/9 N1PO` y Jg f. y (gp. .N`p. .N` y  g fp. .N`jp. .N~`Zp.Hn /9 N1POJl>. $JNap`.BN1-@fNbp./9 N1XO`NV. @HUrbX@0; NJ>N\jx &BNXJJJJJJ y N^Nu y (` y ` y (`p./9 4/9 N1POJl. $k`4 y Jg f.p./9 ,/9 N1POJl. $Nap`rp./9 0/9 N1POJlT. $`p.Hn/9 N1,POp.Hn/9 N1,PO.HH 0 $.HHr .N10 %.HH 0 '.HHr .N10 (p./< "/9 N1POJl. $`N@`N`N6`| Ǵ`pB9 ǴB d`` y (`P y `@N.`8p# Nh`&p# J 2lNhf` p# X`B X`p./< /9 N1,PO9 H3 9 H3  *f9 HH# *9 H3 9 H3 9 H3 * *d`p y (`` y `Pp# d`DN` .Ѐ"| Bq. $pR/ .N1XO"| (AHPN1XORplN^NuNVxp-@Hn|N̼XO-@N\ y Jg fppg6. @N1 ./9 @/9 N1POJl . %NapN^Nu. 8N1 ./9 8/9 N1POJl. %%`npg6. DN1 ./9 D/9 N1POJl. %FNap`. 0.R"| (E`*p. JRJHP/9 N1POrf . &NapJfLN^NuNVJ 2g. /< 2NA,XONzp.N1. lNzNsBN16N^NuNVJ f N0N^Nu|n p.Hn/9 N1POrg.0/< &FFF.NXN^NuN`N`NĀ`N`Nx`p. ./< &NVXO`NV-y `././< &HnN1O n f. &HnN1XO n f. &HnN1XO n f. &HnN1XO n f. &HnN1XOHnNVXO n-hJfPN^NuNVH . $y l09 ZRy Z"| x*HHrb@@0; NJTpB f(|%| 'p x3 ZL N^Nu@H"| & qN` [f|%| )hB*` #f|` (f |` )f |`@H"|0 1gp.N<`r =g >fp.N7`V gJp.N7`> ?g6 ;fB*p@HHCB1`$@H"|0 1gB*0@|` gJ*fB*R*p.N7` g@H"|0 1g>*HHCA&H K"K*HHCA0`h ;f(R** fNL*HHCB1`:R*p.N7`&N8` 8f N>` f N8`NL` Af 3 t`< BfBy t`. 0f 3 t` 1f 3 t` 2f3 tJy xfNQNL` Af 3 v`< BfBy v`. 0f 3 v` 1f 3 v` 2f3 v y xfNQ`NVJy Vg009 Ry bn"Ry R09 Ry bo 3 b RN^NuRy R y Ro3 R`NVJy VgSy R09 Ry `l 3 ` RSy R y Rl3 RN^NuNVRy T09 TH DoNN"p# N^NuNVBy XB Sy T y Tl3 TN^NuNVJy Vg,09 Ry bfNN3 TBy XB N^Nu09 ZRy Z"| x Jy Vg y Rg09 ZRy Z"| x N`NqNVH. $y lB*jB* @e ~cN LN^Nu@Hr@"j qN`NV .> fp.p`p.p/NXONN^NuNVH$y l|Jg f"%| 'p x3 ZLN^Nu%| ,`NVH 4. $y lA0 HJCg *H@m pL N^Nu0H`NVH$y l*HJBgJ*f pLN^Nu0H`NV q0n./< p/9 N1PON^NuNVH $y lBNR4p.NH6 CfvCl3 `3 b Bf CfBy V`\3 V0H 0 *0Hr .N10 +0H 0 20Hr .N10 3N @gD @gF`bp./NXO`L*`DJg f:`2N`&`Jg fp.p/NdXOJ*fVN|LN^NuNVH$y l`S**HHC1H0HSrb@0; NJ(8X`ht|*p.p`R*p.p/NXO# Ǥ`8*`0*`(*N`*`*p.p/NxXOJ*f8NLN^NuNVH$y l *fJ*fp.p/N6XONVLN^NuNVp.p/NXON6N^NuNVH$y l *fJg fp.p`" *g *f( g fp.p /NXONLN^Nu *ftHnHn/9 N1BO RR*g0 .29 `Hm 29 bHn .29 `HR-@ r sp.p`pN(`pNVH. $y l *fv 7f *d0y T.0y R//< *rN|PO3 R 3 T 3 t 3 v # * *3 x **gp` LN^Nup *f S r U s t * u v w * xp .p/N4XO`> 8f6J9 *dgJ9 *fg` *`p.0y `//< *rNPO3 R3 T. *r/9 N1XO# * *B` .rb@0; NJ >Pb9 *g`. *`9 *gL. */9 N1XO`69 *g,. *`9 *g. *`9 *g. *`Rpnf3 t3 vJy *fN`NN`XNVH. */9 N1XOt`. *|/9 N1XORB Bm. N1N LN^NuNVH$y l *fJgf g^ *f@Jg f6J o p.p/NFXO. ,/< NXON TLN^Nu *f: g f.J l. ,/< NPXO-@fp.p/N`2 *fJ op.p/NXO. ,/< NXO`zNV p-@Hn&N̼XO-@N\pf. *BBp/N14O ` nJl. +/. N1XOBN1-@./< +!HnN1POHnN1 XO=@ @o"p.0.H[CAHP/. N1`Hn/. N1PO. N1 "n B1.Hx/. N1PO"n" nJl . +$NappN^Nup`NVBp/N1nXO-@ nJm^.N1B nr . /. /< +AHnN1O HnN1bXO-@pf. +OBBp/N14O .p/N1nXON^NuNVN^NuNVH$y lSy ZJg f8N.*g,09 ZRy Z"| x 3 TBy XB LN^NuNVH$y lSy ZJg f8N*g,09 ZRy Z"| x 3 TBy XB LN^NuNVJy Vg09 Ry bgJy Vf y Rf N 0NZN^Nu y RlN6`N `NVN 09 ZRy Z"| x 3 TBy XB NN^NuNVJy VgZ09 Ry bfLRy R09 Ry bo4N 0y T.0y R//< *hN PO. *h/9 N1XON^NuJy Vg y Rg09 ZRy Z"| x N609 \Ry \"| ¤ `NVH$y lJy VgrSy R09 Ry `l>N z0y T.0y R//< *hN PPO. *h/9 N1XOLN^Nu*fM y3 ZN`*fM y3 ZNSy R y Rl3 R`NVN6N^NuNV0y T.NH3 T0@.0y R//< *hN PO. *h/9 N1XOB By XNN^NuNVpn, . Dn | 3p-@ Do 9 DN^Nu .`NVH$y lJy VgBNLN^NuN829 R@3 R Al3 R*f[ yA z3 ZNx`NVH$y lJy Vgp.NLN^NuNy R3 R @o3 R*f[ yB z3 ZN `NVH$y lNty T3 TH Doh3 F Tp# *g 3 X`By XN. D0y R//< *hNPO. *h/9 N1XOLN^Nu*f[ yC z3 ZNR`NVH$y lBy XB N29 T@3 T AlB3 TNp.0y R//< *hNJPO. *h/9 N1XOLN^Nu*f[ yD z3 ZN`NVH$y lp.N3 TH DlBy XB `09 TH DoN~BN-@ro-A` po-@Jy Vg*g~09 `nS@3 Ry bo 3 b R`09 Ry `l 3 ` R0y T.0y R//< *hN,PO. *h/9 N1XONLN^Nu3 R*gN`NVNN^NuNV3 TB By XJy Vg09 Ry bnN-@09 Ry `l0H-@`X0y T././< *hN~PO. *h/9 N1XO. @/9 N1XO. D/9 N1XOR .29 `Hl .SJf0.S@3 R0y T.0@//< *hNPO. *h/9 N1XO`NN^Nu. @/9 N1XO. rgRrffp * *. +`vB * *. +`^p * *. +`Dp * *. +`**S*Jgf`NVH$y lNrf. +/9 N1XO*f4. +/9 N1XO[ y0 zJ {3 ZNLN^NuNVH$y lNjrf. +/9 N1XO*f4. +/9 N1XO[ y0 zK {3 ZNLN^NuNVN~N^NuNVN^NuNVNjN^NuNV. xNN^NuNVH$y lBy ZB*B*LN^NuNVH$y lBy ZB*B*LN^NuNVH$y l | x ZB. x/9 N1XOBy ZB*B*LN^NuNVH$y lN$40. HJ@g* @g @f<3 R0y `m"y bo$`v09 RB3 Ry `l 3 ` RN"0y T.0y R//< *hNPO. *h/9 N1XOLN^Nu09 RB3 Ry bo3 b R`NVH$y l*g3 X3 F TLN^NuBy X`NVH 4.6. n2H 0A0Hr .N10"n@ n2Hd0A0Hrd.N1 0"n@0Hr .N10"n@L N^NuNVJy Zg . xN. 8/9 N1XO. @/9 N1XO. F. +/9 N1XO3 xNN^Nu. +`. +`. +`. +`. +`NV09 THS-@` ."| 3 USJo ."| 31 Tg. +/< tN1RXO-@JgV.p/Hx/< 3N1jO -@.N1Fpg$. t/< +HnN1POHnN1bXON^NuNV09 THS-@` | 3"| 3 TSJo | 3B@y Tg. ,/< tN1RXO-@JgV.p/Hx/< 3N1jO -@.N1Fpg$. t/< ,HnN1POHnN1bXON^NuNqNVH . $y l09 ZRy Z"| x*HHrb@@0; NJT~&` f(|%| , x3 ZL N^Nu@H"| , qN` [f|%| -B*` #f|` (f |` )f |`@H"|0 1gp.N<`r ?f NX`b *HHCA&H K"K*HHCA0`Z ;f(R** fNL*HHCB1`,R*p.N7`N8` 8f N>` 2f NZ`` f N8`NL` Af 3 t`< BfBy t`. 0f 3 t` 1f 3 t` }f3 tJy xfNQNL`p Af 3 v`< BfBy v`. 0f 3 v` 1f 3 v` }f3 v y xfNQ`NVH$y l*H3 ʖHЀ"Ё"| A# Ǭ# ǰ3 .*H3 &*HH` AB0(Rpm*H3 (3 z* H3 NJNLLN^NuNVNMN^NuNVH Bn` | @ | Ǹ Rn0.H Dm=|`0.HSrb^@0; NJ (08@H=|`6=| `.=|`&=|`=|(`=|4`=|=`=|FBn`l0.R"| |A0.H2.HЁ"| @0.R&0.HP"| |10.H2.HЁ"| ǸRn nmRn no B9 ȎB9 . Ǹ/< @B/9 N1O p# d||p.Hn/9 N1POrg . .Nap| p.Hn/9 N1POrg . .NapNLL N^NuNVBBBB/9 N1O|| p.Hn/9 N1POrg . .NapB dNLN^NuNVH$y l09 Ry `mdy bn\*gT3 b R3 T0y T.0y R//< *hNN^PO. *h/9 N1XONLLN^Nu3 R`NVN8.0y T/NNXO3 T0@.0y R//< *hNN^PO. *h/9 N1XOB By XNLN^NuNVH$.&. Do 9 DLN^Nu SJg po | 30(S | 30(f` R`NVH$y l3 TB By XN8=@J@n=|NL`JNN`BRy R y Ro3 R09 ZRy Z"| x 09 ZRy Z 0.SnJ@gJy Vg09 Ry bf`LN^NuNVH$y l3 TB By XN8=@J@n=|NL`Jy VgJ09 Ry `f` nT=P nT=P nT=P-| Bn`" @l nT"nT0`TRn0.nm y g y f # D`pP# DJy g y f" y  #2 Ǥ# & Ǩ`@ y g y f, y  y #T Ǥ# , Ǩ-n-| Bn`" @l nR"nR`RRn0.nm3WD (p9 Ѐ"| E3 *By ,09 HЀ"| GV4109 HЀ"| F01@0B3 .By 0B9 2Bn` | 3BRn nmBn`0.HЀ"| BBqRn nmB9 >y *3 | ./(/(/(/( /(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(/(|/(x/(t/(p/(l/(h/(d/(`/(\/(X/(T/(P/(L/(H/(D/(@/( ` nLl . >6Nap y HBBp/N14O -@p ff y ` y BBp/N14O -@p f y ` y N^Nu39 .`NVNN^NuNV. C5/< C4/< C3p/N14O pN^NuNVpN^NuNV`&. n /(0P//.N1O  n JPfN^NuNqNVhHN. CXNp<./9 NXO$l. CpNppLN^Nupf. CzNTp@qAH-Al|p`x`0RCCs Cm.qF@rv0@`As00.RC Cm .l./.l/< C~NPO.Hnp/9 N1POp ./9 NRXO$l. C`pg pf. CN`./< C`. CN|R.qRl.Hns/9 N1,PO6n p./9 N,XOp<./9 NXO$pg. CN$p`. CNp`p./9 NXO$o./< CNXO`. CNRD D l0D./< CNXO`p`RNVdH|N.. CNx`zp./9 NvXOp ./9 NXO$pg\Jl0D./< DNdXO`../< D`p./9 NXO$m./< D.N6XO`. D1N(0RD @ m~ D m. D4N pL|N^Nu. DONz@H-@h8./.h/< DSNPOp./9 N\XO$l. Du`(@Hg@phn@HSg. DN`p.p//9 N1POSShp./9 NXO$l. D`FAHg @H./< DN*XO`v`&p./9 NXO$mAl"0 RC Cmp./9 N|XO$mn@Hf. DN.Hnl/9 N1POp./9 NXORRhx`FpgJl0D./< ENvXO`p./9 NXOJlp./9 N2XO D lHJDg0D./< DN4XORD .h./.h/< DNPOp ./9 NXO$pfn D mp`. D`\./< E*`Dpfp./9 NXO. EENp`p./9 N@XO$m./< E?NXO`. EBN`:NV.p/N1nXON^NuNV . R.N1p.Hn/.N1,PO-@BN1pgpN^Nu.@H`NVp.Hn/.N1PON^NuNVJ ̨g./. /./9 ̨N1O N^NuNVN.*p/N1nXOp./< QN1(XO-@pgJl. ]&BBp/N14O BN16`. ]H/< ]AN1XO`p f8 y EJg NFJmrNp./< QN1(XOBN16N^NupfN1 Qg8NN1`,pf. ]WBBp/N14O `Jmp./< QN1(XO-@ gv gl gb f`V g f`NV.*p/N1nXOp./< ]rN1XO-@Jl". ]~BBp/N14O p.N1x. ]/.N1rXO.N1BN^NuNVN<.*p/N1nXOp./< QnN1(XO-@pgJl. ]BBp/N14O BN16`t. ]/< ]N1XO`\p fN8`pfN1 Qxg4NN1`(pf. ]BBp/N14O `ZJmTp./< QnN1(XO-@ g6 g. g& f` gL fX`# ۼ.N4 @&H 9 ۼ"ЀЁ"y ۰#f pL N^Nup`p`NVH $nNr# `p `n8&y ۰B ۼ 9 ۼ ۸l./N1XOJf K L N^Nu`G R ۼ`NVH $nN# `p `n:&y ۰B ۼ 9 ۼ ۸l ./+N1XOJf K L N^Nu`G R ۼ`NVH $nN# `p `nD.N1 &y ۰t ۸l*.N1 "J./N1XOJf K L N^Nu`G R`NVH $nN*# `p `n0&y ۰t ۸l ./+N1XOJf K L N^Nu`G R`NVH $n.`RJHHJg< |0 08f&&| a Jg HHfxJf Jgp*fxJfHHL N^NuNVH$n.N1 R$ 9 al.N1B @# "f". a$BBp/N14O p.N16J af # a ` y a # a y aB# apѹ ./9 N1XO$y չ ĕ a J LN^NuNV@ nA-H nA-HB-nRp-@F.N1 "nAA-H` /fR`S nRf nR /f.HnVN1XO`. N1 "n A-HN`pN nN /fRN-nRJ nJ /f nNJg(BF`" nN"nJgBF nNJg nJJf$JFg< nJRJ /f.J/. /< a<`,RJRN`. HnVN1XO`.R/. /< aBHnVN1O nB nBHnHnVN1tPOJlRHnVN1 XOCVAA-H`S n /f nRBHnHnVN1tPOJlpN^NuJf>.f6HnVN1 XOCVAA-H`S n /f nRB.HnV/.NfPO nJf nJf nJ(fp`p`./.N1XOHnV/.N1POp`ZNVH pd-@Hn nHhN1tPOJl pL N^Nu. aH nHhN1RXO-@Jfp`BB .Ѐ"Ё.N1B @-H"n"Q#HrJfp` nJ(gA./N1XOJf. nHhN1XOHn nHhN1PO.HnN1XO .*fHnHn` nJ(gA.HnN1XOJfVHn nHh/< aJHnN1OHnHnN1tPOJlp`.g. aPHnN1XO`P nJ(fp0.rI€g. a\`. alHnN1XO n|/Hn nHhN1POR .찮f0pdѮ .Ѐ"Ё./.N1NXO @-H"n"Q#Hr .SЀ"Ё"nEHn/< azHnfN1O HnHnfN1POHnfNXO$%nB*`.N1F .Ѐ"Ё"nEBBB*B nA.N1 "nCAA-H n /f Rpg n"nCgS`pf nA./< aHnN1PO` nA.HnN1XOHnNXO"n"Q" n P!nr n P!nv n PB( n PB( .p //./.N1O p`.p/p/HnN1dO rfJng ..gHnHnN1POHnNXO&@ g8HnN1 XO$.N1 C“-I IB nJ(gA.HnN1XOJg``NVH Hn/. N1tPOJl pL N^Nu. a/. N1RXO-@Jfp` nB` nJ(g`t nJg.HnN1XOJfX g. nHhN1XO` nB(Hn nHhN1PO nR (ro.N1Fp`N.p/p/HnN1dO rfJng ..gHnHnN1POHnNXO&@ g0HnN1 XO$.N1 C“-I IB nJ(g A./N1XOJg`dNV n . n/N1XON^NuNVHB. n-P`"N1` ."n^g pLN^Nup ./.N1.XO-@pfN1-@l`p f nJnf"A./.NXO-@ f` n$hr`./.NXOE Jg*g. a RHhN1XOJfB nrng.n/< aBBp/N14O`p./HnN1POp-@` CB1S .C 1 gHn/.N"PO-@ gJg .`NVB n-P. Hh/.NvPO-@Jf<.N~ np./.N1.XO.Np./.N1.XO`Fpf. a`pf. aBBp/N14O -@`pf. b` nB( gB .N^NuNVH $n p./HnN1POp-@` CB1S .C 1 gHn nHhN1PO nB(. b- RHhN1XOJgb. b; RHhN1XOJgJ RA.Nj&@ f R|* RA.Nj&@ R|  g. nHhN1XOL N^NuNV n PJrg n P.rN1H n PBr-y a ` n-P.N1H-nJf# a# a B aN^NuNqNVH $n&n `RJ  g  g  gtp"|0 1HHrW€g RCpmJgpm pL N^NuAB0(`Hn/N1POJgPKJf +`NVH$n`RJ  g  g  gtp"|0 1HHrW€g R"| pm | B0( LN^NuNVH$n`RJ  g  g  gp"|0 1HHrW€gRJ`RJ  g  g  gt =f,RJ  g  g  gJg R"| pom | B0( LN^NuNVH `N`xt`PpgP l R"| 0A" y ۴Sm y ۴"hR@H` . ۴N1&p f | 0B0(Jn L N^Nu y ۴Sm y ۴"hR@H` . ۴N1&p gp gp gp#fB`6NVH y ۴Sm y ۴"hR@H` . ۴N1$p g6 y ۴Sm y ۴"hR@H` . ۴N1$pfLN^NuNqNVH$nJfp.HRN1(XO-@Jm>B..p/N1nXO @-Hf$.*p/N1nXO|`LN^Nu.p/N1nXO%j`N1` . g`rJmj g^ gR f`Fp flJ g. n N-@fp -@` g g fVp.HRN1(XOJ.g.p/N1nXO .`& fJg./.N1XO`NVp.HRN1(XO-@pf"N1-@l`NVH$nJfB*B* B* p.HRN1.XO-@JmFB..p/N1nXO @-Hf,.*p/N1nXO|`$N1`LN^Nu.p/N1n`p .HRN1.XO-@pfN1-@m .^g`Jm g g g g gp gd gXp gNBJ g. n N-@pg.pgD fHJgB./.N1XO` p.HRN1.XOJ.g.p/N1nXO .`JfNn`NV./. /.NPO-@Jf nrg.Nh-@Jfp n P(p. n/N1.XO-@JmH n PB(B..p/N1nXO @-Hf.*p/N1nXO|`N^Nu.p/N1n`.N -@ g g gJlF n P(p. n/N1.XO.N"J.g.p/N1nXOp`| f./.N1XO`tp gN `d n PJnn. uBBp/N14O `< n P(p. n/N1.XO.N" nA./.N1XO. u/.N1XO nA./.N1XO nA./.N1XO nA./.N1XOJ.g.p/N1nXO nrfp`jp`dNV.*/.N1nXON^NuNVp.0y0 /N1XON^NuNVpP DlB`8=n. u HnN1XOHnHxW/9 N1O -@RpnB`4./< u=NXOJl./< uZBBp/N14ORpn. u/9 N1XON^Nup./< uNFXOJl. uBBp/N14O pfp./< uNXOJl. uBBp/N14O p./< vNXOJl. vBBp/N14O p./< v8NXOJlZ. vNBBp/N14O `>Jf6p./< voN~XOJl. vBBp/N14O p./< vNRXOJl. vBBp/N14O p./< vN&XOJl. vBBp/N14O `NV.HnN1XO=nHnHxW/9 N1O -@lpN^Nup`NVH. $y l*HHJ@gR @g @g @fn g  e^@H 7 bN@R*jNG\`2 f6|%| (lB*B*| x3 ZLN^Nu@H"| & qN` Yf||` fp.N7` f N8`p.N7`  e*@H 7 b|@|`TN8`JN8`@NV3 tNQNLN^NuNVBy tNQNLN^NuNVH$y lp.p/N8XO#2 ǤNLLN^NuNVH$y l|N?0LN^NuNVH$y l|N?0LN^NuNVNONLN^NuNV0y .0n //< wNVPOJy g( y  fBy #  #  Jn g&p./9 /9 /< NO N2N^NuNV./< wXNVXON2.N1xN^NuNqNVH 4.6.0n.0C/0B//< wtNVO n2H 0A0Hr .N10"n@ n2H 0A0Hr .N10"n@JngN0H# 0H# 9 갹 nBy ` 9 갹 oNp./.NpXOL N^NuNqNVH. /./< wNVPOx$y &9 $9 p./< (NpXO# # BN.//< w`@ RlBB*.N1 .HRNpXOp./< xNpXO$j.//< x NVPO`. x>NV g,B*.N1 .HRNpXO# # . x[`. xNVp./9 /9 /< NO . xNVN2. xNVLN^NuNV. xNV y б g&N# p./9 NxXON^NuN0`NVH. /< xNVXOJ f^ y ̱ g&$H./< yNVXO# y B`:$y ./< yANVXO# y B`$y J# I&J` RKeBB J LN^NuNVH< J oV 9  gHJ fX./N1XO.N1B(@ g# N`p fBN`L< N^Nup# N`./9 N1XO./9 N1NXO(@ g 9  l# # ` g#  # N` 9 "ЀЁ.N1K` A+HK 9 "ЀЁ.N1"y AeJ fH 9 "ЀЁ.N1A# 9 "ЀЁ.N1AB`J 9 "ЀЁ.N1A!y 9 "ЀЁ.N1A# #  `NVH (y BA)H# L# G$L` RJep f# It`6G$L` RJeAb)HA)H f# IR o$9 . N1"y AIbB# L# po Ab)H`B 9 "ЀЁ.N1"y AAbd. 9 N1"y A# (H` A)HI 9 "ЀЁ.N1"y Ae 9 "ЀЁ.N1"y AB. /9 /9 /9 /9 /9 /< yhNVOL N^NuB `NVH. /9 /9 /< yNVO y Ա gXt$y R l*$j f.//< z NVPON0LN^Nu# p./9 NxXO`8 9 氹 g$p.//9 /< NO N2`N0By `NVH. /< zEX to exit Emulator and CM to access local commands.***** ( 0   F1 F2 F3 F4 F5 F6 F7 F8 [=w COMM died on FCNTLUPC str='%s' shadow entry str='%s' shloop entry top = x%x, '%s' shadow is '%s' shadow_loop top='%s' shadow_loop cur='%s' get_shadow: too big chk_page_msg: unknown msg=%d chk_page_msg: read of cpkprdfp failed Received unknown message from pipe_loop./usr/lib/ua/ate_inforscaponscapoffprintonprintoffresetrrm %sUse Shift-Exit to exit Emulator and Shift-Cmd to access local commands. PF1 PF2 PF3 PF4 UP DOWN LEFT RIGHT \ ] a e i m q u y }                                                                                                ! " # % ' ) + , - . 0 2 4 6 7 9 ; = ? A C D E I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                     $ ( , 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j m n o p r t v x y z { }                                                                                                                         " & * . / 0 1 5 9 = A B D H L P T X Y Z [ ^ a d g j m p s t u v w x y z { | } ~                                                                     $ ( , 0 4 8 < @ D H L P T X \ ` d h l p t x |                                             ! % ( , 0 4 8 < @ D H L P T X \ _ c g h i k l p t x |                                                      $ ( , 0 4 8 < @ D H L P T X \ ` a b c d h l p t x | ! ! ! ! ! ! !D  ! ! !" !' !. !3 !: !? !A !E !If1f2f3f4f5f6f7f8f9f0f-f=!@#$%^&* 741-8520 ,963.OcOdOeOAOBOCODOj741-8520 ,963.br OwOtOqOmOxOuOrOp OlOyOvOsOnOPOQOROSOAOBOCODOwOtOqOmOxOuOrOp OlOyOvOsOn 741-8520 ,963.cdeABCDj741-8520 ,963. ?w?t?q?m?x?u?r?p ?l?y?v?s?nPQRSABCD?w?t?q?m?x?u?r?p ?l?y?v?s?nPaPbPcPdPePfPgPhPiPjPkPlOCODOEOFOGOHOIOJOAONOSOXNCNENIOBOOOTOYNDNFNJOKOPOUOZNBNGNKOLOQOVNMOMOROWNNNHNLOcOdOeOfOgOhOiOjOaOnOsOxNcNeNiObOoOtOyNdNfNjOkOpOuOz9NgOlOqOvNaOmOrOw0NhPaPbPcPdPePfPgPhPiPjPkPlOCODOEOFOGOHOIOJOAONOSOXNCNENIOBOOOTOYNDNFNJOKOPOUOZNBNGNKOLOQOVNMOMOROWNNNHNLOcOdOeOfOgOhOiOjOaOnOsOxNcNeNiObOoOtOyNdNfNjOkOpOuOz9NgOlOqOvNaOmOrOw0Nh[?1;0c[?13n[?2[?10n[?0 OM?M problem reading data from the pipeLeaving terminal emulator, press any key to exit.Line terminated, press any key to exit.Line disconnected, press any key to exit.unknown %x unknown header in the pipeTimeout trying to login to Host.Can't read pipe function key no.Can't read pipe char count.Can't read pipe data during saving of system label string.Can't read pipe function key no.Can't read pipe char count.Can't read pipe data during saving of syspf string.Can't read pipe char count.Can't read pipe data during auto-logon.Receive string in auto-logon contains unknown control sequenc.Unexpected end-of-string found in send sequence.Illegal escape sequence found in send sequence.problem writing data to the hostproblem writing data to the hostproblem writing data to the hostproblem writing data to the hostproblem writing data to the hostproblem writing data to the hostproblem writing data to the host problem writing data to the hostproblem writing data to the hostproblem writing data to the hostproblem writing data to the hostOPOQOROSABDCproblem writing data to the hostPQRSABDCproblem writing data to the hostproblem writing data to the hostproblem writing data to the hostpage_msg: write to pipe failed, errno=%d page_proc entry top = x%x, '%s' page_proc: unknown key 0%o shad (0x%x): %s --top_vis --bottom_vis --current_line --bottom_line LLLLLLLLDDCAB&AQQLLLLLLLLLLLLLLLLLLLLBBLLRLLLLCLLLLLLLLLLLL;bLLLLLLLLP4LLLLLLLLLLLLLLLLLLLLLLLLLLLLE,EFFL &CKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLE,EFFLLLG\LKLHnHzLLXLLLJLLLLLZLLLLLLLL;bLLG\SH9?0LL:vJ ;LLL8LLLLLLLLLLLL *EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE Printer/Spooler is not online./tmp/PR%dFailed to open printer file.lp %s # -a %sLine Printer spool failure.     wrm %swrm %sLLLLLLLLDDCAB&AQQLL_L_LLLLLLLLLLLLLLLBBLLRLLLLCLLLLLLLLLLLL;LLLLLLLLP4LLLLLLLLLLLLLLLLLLLLLLLLLLLa`E,EFF[\d^xG\LKLHnHzLLXLLJJLLLLLZLLLLL^xF];b^EG\L9?0LL:vJ ;LWxL8LLLLLLLLL`.LL[1@ Error in writing via pipe.Error in writing via pipe.Error in writing via pipe. 4 4( 4@ 4X 4p 4 4 4 4 4 4 4 . . 4 5 5 5 5% 53 5A 5P 5] 5n 5| / / 5 5 0 0 5' 5 / 0b 5' 6'  6 / 0b 6 / 0 6*' 8 68 1^ 1^ 6N 2$ 2$ 6d 1 1 6{ 1 1 6 6 6 71234567890 !!!!!!!!))))))))1111111199999999AAAAAAAAIIIIIIIIQQQQQQQQYYYYYYYYaaaaaaaaiiiiiiiiqqqqqqqqyyyyyyyy !!!!!!!!))))))))1111111199999999AAAAAAAAIIIIIIIIQQQQQQQQYYYYYYYYaaaaaaaaiiiiiiiiqqqqqqqqyyyyyyyy Record Screen to File Stop Recording to File Transmit File - ASCII Receive File - UMODEM Transmit File - UMODEM*Terminate File Transfer Start Printer Stop Printer Emulator Reset Set TabsLocal Commandsavailable choicesBinaryASCII (8-bit)ASCII (7-bit)StandardModem ProfileRS232 ProfileWord ProcessorSpread SheetBusiness GraphicTransfer ModeSelect transfer mode from list.DescriptionSelect file description from list.Name of File:Transfer Mode:Name of File/Directory:Name of File:Transfer Mode:Description:Name of File:Record Screen to FileTransmit File - ASCIITransmit File - UMODEMReceive File - UMODEMFile %s not found in the Filecabinet.File %s not found in the specified directory.File %s cannot be created in the Filecabinet.File %s cannot be created in the specified directory.File transfer in progress. Execute command at later time.te.hlpLocal CommandCan't create window. Close another window and try again.This function is not supported on the remote terminal.Communication processor is processing data. Some data might be lost if continued./usr/lib/ua/ate_infowprinton %s Host printing is in progress. Initiate printer at a later time.*PRINTING* Communication processor is processing data. Some data might be lost if continued./usr/lib/ua/ate_infowprintoff /tmp/logError returned from menu is %d Bad key returned from menu is %d User ErrorCommunication processor is processing data. Some data might be lost if continued.Recording on file : %s*PRINTING*/usr/lib/ua/ate_infowscapon %s Host printing is in progress. Initiate file capturing at a later time. *PRINTING*/usr/lib/ua/ate_infowscapoff Host printing is in progress. Cancel file capturing at a later time.Can't open file %s.Transmitting ASCII file : %sFile transmit error, bad writeFile transmit error, bad writeFile Exists, do you want to overwrite?-sbtt7-rbmtmt7m:Am:A2:W:S:P/usr/bin/umodem/usr/bin/umodemFile transmit error, bad writeUnknown key. Use Arrow keys, Enter, and Home/usr/lib/wfont/system.144.ftwrm %srrm %s/usr/bin/getoff.sh %s/usr/bin/geton.sh %scan't open host communicationscan't open host communicationscan't open host communicationsProfile %s cannot be accessed, bad permissions. Try using 'Security' command to change above profile to 'Read and Write=Public'.Profile %s not found in Filecabinet/ProfilesUnknown error in opening profile %serror reading profilecorrupt profileerror reading profilecorrupt profileprofile overflowerror reading profileprofile underflowYou are making a remote call from a remote terminal. This profile was created to run from the console. The terminal type will be defaulted to REMOTE.You are making a remote call from a remote terminal. This profile was created to run from the console. The terminal type will be defaulted to REMOTE.You are making a remote call from a remote terminal. This profile was created to run from the console. The terminal type will be defaulted to REMOTE.You are making a remote call from the console. This profile was created to run from a remote terminal. The terminal type will be defaulted to VT100.Undefined terminal type in profile.Can't open auto-logon capture fileProfile %s cannot be accessed, bad permissions. Try using 'Security' command to change above profile to 'Read and Write =Public'.Profile %s not found in Filecabinet/ProfilesUnknown error in opening profile %sError in writing profile.:A2 B B A A B B B C C C C% C,<bhhTerminal SetupEdit Profileterminalset-upterminaluser pf set-upuser pftabs/ marginsruler quit quitPlease select a menu entry or SLKWaiting for receiver...TIMEOUT OK Sending block %d or %d bytes TIMEOUTBADUNEXPECTED REPLY: %c%c Retry %d, OK TIMEOUT on receiver termination Waiting for sender...TIMEOUT %dUNEXPECTED REPLY: %c%c TIMEOUT after 10 retries OK Receiving block %d or %d bytes TIMEOUT on block # MISMATCH on block # TIMEOUT on reverse block # MISMATCH on reverse block #: %x OK BAD CHECKSUM Retry %d, Receiving block %d or %d bytes TIMEOUT %dUNEXPECTED REPLY: %c%c Q Q Q Q EH Q Q Q Q E  Q R R  R R" R- R8 RA F RS RX R_ Re Rl G\ R~ R H R R R R H R R R R R R S S S# I: S5 S9 S= SA0 SE SX J Sj Sp Sv S J S S S S KT S S S S K S S@ T T L F . F * G . I < H . J: .0 L .@ J @ Kr * L * Ef > T!  T9 F TF  T^ G Tk T F T T I T T H T T J: T U L U  U# J U+ UC Kr UK  Uc L Uk  U Ef U T U U( Φ U U U V0%* J V5 Vv Ϝ V{ V%* V W @ W WF%* В WK W W W%* 6 W X ш X X\%* Xa X , X X%* ~ X Y- Y2 Yr%* " Yw Y t Y Y%* Z ZC   ZH Z %* j Z Z  Լ Z [ %*  [ [[  ` [a [ %* ղ [ [   [ \. %* מ \4 \u  ֨ \{ \ %* \ ] N N ] M M No Yes Auto Logonavailable choices No Yes Check Parityavailable choices 110 bps 300 bps 1200 bps 2400 bps 4800 bps 9600 bps Baudrateavailable choices No Even Odd Parityavailable choicesscrollpage Off On RS232 Modem Controlavailable choices VT100 513BCT UNIXPC REMOTE VT100-132 513BCT-132 UNIXPC-132 Terminal Typeavailable choices 5 6 7 8 Bits per Characteravailable choices No Yes Local Echoavailable choices No Yes Flow Control To Hostavailable choices No Yes Flow Control From Hostavailable choices 1 2 Stop Bit(s)available choices Baudrate : Send Parity : Check Parity : Terminal Type : RS232 Modem Control : Character Size: Stop Bits: Character Echo : Flow Control to Host: Flow Control from Host: Auto Login : Timer:Enter receive timer in seconds.File Name:Enter the name of file to capture screen data.RS1:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS1:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS2:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS2:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS3:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS3:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS4:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS4:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS5:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS5:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS6:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS6:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS7:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS7:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS8:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS8:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS9:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS9:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS10:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS10:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS11:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS11:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS12:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS12:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.RS13:Enter receive sequence. Use \E, \e, \q, or \Q to Exit Emulator.SS13:Enter send sequence. Use \r for CR, \b for BREAK, and \n for LF.Auto-Logon SequencesTerminal SetupCan't create a new window.te.hlpTerminal SetupCan't create a new window./dev/windowBig TroubleCan't create a new window.te.hlpAuto LoginCan't create a new window.User PF keys not implemented yetTabs and soft margins not implemented yet/bin/shshno match for menu initializationpage mode not implemented yet _ _ ^tFile to AccessSelect the file you wish to access or enter file name or folderRead permission denied for file %s.Read permission denied for file %s.File %s does not exist.Empty file folder or file folder does not exist. ` ` `NameSuffixDescription/usr/lib/ua/SuffixesrLOGDIRLOGDIR/Suffixesr!#%+,-.:_~heap_cpy: out of memory%s/%s%s/%sr%s/%sFile folderExecutable fileStandard file%-14s - System/%srFile folderYou may only open a folder if it is your only selection (you have made %d selections)Empty folderFile does not existFile folder does not existStandard fileExecutable file nL nM nQ nU nY n] na ne ni nm nq nu ny n} n~ n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o o o o o o o o o o o" o$ o& o' o) o+ o- o/ o1 o3 o4 o5 o9 o: o; o< o= o> o? o@ oA oB oC oD oE oF oG oH oI oJ oK oL oM oN oO oP oQ oR oS oT oU oV oW oX oY oZ o[ o\ o] o^ o_ o` oa ob oc od oe of og oh oi oj ok ol om on oo op os ot ou ov oz o~ o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o p p p p p p p p p p p! p" p# p$ p% p& p' p( p) p* p+ p, p- p. p/ p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p: p; p< p= p> p? p@ pA pB pC pD pE pF pG pH pI pJ pK pL pM pN pO pP pQ pR pS pT pU pV pW pX pY pZ p] p^ p_ p` pb pd pf ph pi pj pk pm po pq ps pt pv px pz p| p~ p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p q q q q q q q q q q q q q q q q q q q q! q% q) q- q1 q2 q4 q8 q< q@ qD qH qI qJ qK qN qQ qT qW qZ q] q` qc qd qe qf qg qh qi qj qk ql qm qn qo qp qq qr qs qt qu qv qz q~ q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q r r r r r r r r r r$ r( r, r0 r4 r8 r< r@ rD rH rL rP rT rX r\ r` rd rh rl rp rt rx r| r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r s s s s s s s s s s s$ s( s, s0 s4 s8 s< s@ sD sH sL sO sS sW sX sY s[ s\ s` sd sh sl sp st sx s| s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s s t t t t t t t t t t$ t( t, t0 t4 t8 t< t@ tD tH tL tP tQ tR tS tT tX t\ t` td th tl tp tt tx t| t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t u uf1f2f3f4f5f6f7f8f9f0f-f=!@#$%^&* 741-8520 ,963.OcOdOeOAOBOCODOj741-8520 ,963.br OwOtOqOmOxOuOrOp OlOyOvOsOnOPOQOROSOAOBOCODOwOtOqOmOxOuOrOp OlOyOvOsOn 741-8520 ,963.cdeABCDj741-8520 ,963. ?w?t?q?m?x?u?r?p ?l?y?v?s?nPQRSABCD?w?t?q?m?x?u?r?p ?l?y?v?s?nPaPbPcPdPePfPgPhPiPjPkPlOCODOEOFOGOHOIOJOAONOSOXNCNENIOBOOOTOYNDNFNJOKOPOUOZNBNGNKOLOQOVNMOMOROWNNNHNLOcOdOeOfOgOhOiOjOaOnOsOxNcNeNiObOoOtOyNdNfNjOkOpOuOz9NgOlOqOvNaOmOrOw0NhPaPbPcPdPePfPgPhPiPjPkPlOCODOEOFOGOHOIOJOAONOSOXNCNENIOBOOOTOYNDNFNJOKOPOUOZNBNGNKOLOQOVNMOMOROWNNNHNLOcOdOeOfOgOhOiOjOaOnOsOxNcNeNiObOoOtOyNdNfNjOkOpOuOz9NgOlOqOvNaOmOrOw0NhNo filename was specified//usr/lib/wfont/system.144.ft/usr/lib/wfont/system.144.ftCan't load /usr/lib/wfont/system.144.ft into slot %d/usr/lib/wfont/UK.ftCan't load /usr/lib/wfont/UK.ft/usr/lib/wfont/BLD.ftCan't load /usr/lib/wfont/BLD.ft/usr/lib/wfont/ELD.ftCan't load /usr/lib/wfont/ELD.ft/usr/lib/wfont/VBM.ftCan't load /usr/lib/wfont/VBM.ft/usr/lib/wfont/SCLD.ftCan't load /usr/lib/wfont/SCLD.ft/usr/lib/wfont/ROMC.ftCan't load /usr/lib/wfont/ROMC.ft/usr/lib/wfont/ROMG.ftCan't load /usr/lib/wfont/ROMG.ftch_pagestate: entry, putcurs_flag=%d, actions.paging=%d cleanexit: exitcode = %d xformcup: entry, line=%d, col=%d, writeout=%d display_mem: entry, line=%d, column=%d display_mem: about to loop, out_lines=%d, scr_lines=%d display_mem: in loop, out_lines=%d, line_info=0x%x display_mem: finished loop display_mem: last scr_output done display_mem: **ERROR-NULL line pointer found display_mem: about to flush display_mem: exiting first_page: entry getfree_meml: entry, free_list=0x%x getfree_meml: take from top=0x%x getfree_meml: take from bottom=0x%x init_scrnmem: exit, free_list=0x%x, top_line=0x%x, top_vis=0x%x, bot_vis=0x%x, bot_line=0x%x, cur=0x%x last_page: entry, bot_vis=0x%x, bot_line=0x%x, line=%d last_page: line_counter=%d, line_info=NULL line_scrnmem: entry, top_line=0x%x line_scrnmem: top_visable=0x%x, number of lines=%d line_scrnmem: current_line=0x%x, scr_lines=%d line_scrnmem: line_info=NULL, error, i=%d, previous=0x%x line_scrnmem: new top=0x%x, next=0x%x, prev=0x%x page_back: entry, top_visable (0x%x) previous = 0x%x page_back: previous is not NULL page_back: line_counter=%d, scr_lines=%d page_forw: entry, bottem = 0x%x, next = 0x%x page_forw: next is not NULL page_forw: line_counter=%d, screen_state.scr_lines=%d page_forw: now line_counter=%d, screen_state.scr_lines=%d page_forw: t_v = 0x%x pixel_addr: entry, coded_address=%s, line=%d, column=%d put_cursor: entry, line=%d, column=%d [%2d;%2dHroll_down: entry rd: shado is '%s' rd: bv = '%s' rd:bvn = '%s' NULLrd:bvnn = '%s' NULLrd:shado_printed = %d rd:In no beep loop rd:shado1='%s' rd:2 shado is '%s' rd:3 shado is '%s' rd:4 shado is '%s' roll_down: top_vis=0x%x, '%s', top_vis->next=0x%x roll_down: bot_vis=0x%x, '%s', bot_vis->next=0x%x roll_down: cur=0x%x, '%s', cur->next=0x%x rd:5 shado is '%s' rd:in print shado leg shado = 0x%x rd:shado='0x%x' printing shado '%s' roll_down: output(0x%x)=<%s> roll_down: (exit)top_vis=0x%x top_vis->next=0x%x roll_down: (exit)bot_vis=0x%x bot_vis->next=0x%x roll_down: (exit)cur=0x%x cur->next=0x%x roll_up: entry, top=0x%x, prev=0x%x roll_up: top_visable is not NULL roll_up: top_vis=0x%x, '%s', top_vis->next=0x%x roll_up: bot_vis=0x%x, '%s', bot_vis->next=0x%x roll_up: cur=0x%x, '%s', cur->next=0x%x roll_up: output(0x%x)=<%s> roll_up: (exit),top_vis='%s' top_vis->next='%s' roll_up: (exit),bot_vis='%s' bot_vis->next='%s' roll_up: (exit),cur='%s', curr->next='%s' save_scrvars: entry, actions.paging=%d xsetwrap: entry setwrap=%s wrapmode=%d NOYESsound_bell: entry P_R/usr/spool/lp/pstatusr0707070000020103231006440001460001440000011105610404741770400000600000004251ate.oR  .text .dataP@.bssTTNVHB .Ѐ"ЀЁ"|-q`$"|41 ."|01Bf$R .Ѐ"ЀЁ"| 1-@rf .Ѐ"ЀЁ"| g pLN^NuB .Ѐ"ЀЁ"|-q`* .Ѐ"ЀЁ"|41 ."|3R .Ѐ"ЀЁ"| 1-@rfp`NVHB .Ѐ"ЀЁ"|-q`. .Ѐ"ЀЁ"|41 ."|01Bf$R .Ѐ"ЀЁ"| 1-@rf .Ѐ"ЀЁ"| g pLN^NuB .Ѐ"ЀЁ"|-q` "|41 ."|3R .Ѐ"ЀЁ"| 1-@rfp`ATTaAAbBBkKKgGGwWW ZZ BSShHH DKKCLLnNNoOOcCCrRRdDDcdefghij sSStTTxXXyYYfFF'"iIIjJJmMM,<-_k.>/?0)j1!a2@b3#c4$d5%e6^f7&g8*h9(i;:=+luUUvVVz aJJUVV9BBHMM0NN[{\|]}`~aAbBcCdDeEfFgGhHiI jJ kK lL mM nNoOpPqQrRsStTuUvVwWxXyYzZeEE jab cGdJeKfCgDhFikl,< Zz 8H f .filegate.c.text.dataP.bssTateinit keymap+old_keymapchange_structureaterelease0707070000020046311006660001460001440000011401550404230414400001600000003664system.144.ft   "(*(& $*06<BHNTZ\bdbdjpv|  "(,28@FLNPRVZ\^dfhjlpr x                                                                             0707070000020046411006660001460001440000011401570404230414400000700000031420te.hlpWlabel = "Terminal Emulator Help" Contents = Using help, Local Commands, Terminal Setup, Auto Login Name = Using help Llabel = " USING HELP" Slabel = " HELP" Branch = Local Commands Title = "Using Help" Text = Help displays consist of a description displayed in a window. \ If the description doesn't fit in the window, use the up arrow and \ down arrow keys to view a few more lines of the display. Use the \ Page key to view the next full page of the description, and the \ Shift-Page key to view the previous full page of the description. Screen keys at the bottom of the display contain the names of \ other Help displays. Press one of the keys to view a different display. Press the screen key labeled TABLE OF CONTENTS to see a listing of all \ available Help displays, then select the display you want to see \ and press the Enter key. Press the Exit key to leave Help entirely and return to the display \ you were looking at when you asked for help.\EOT\ Name = Local Commands Llabel = " LOCAL COMMANDS" Slabel = "LOC CMDS" Branch = Using help, Terminal Setup, Auto Login Title = "Terminal Emulator Commands" Text = When you press the Shift-Cmd key combination, you see a \ menu of Terminal Emulator commands. \ Select the command you \ want to use and press the Enter key or the left mouse button. Press the Shift-Exit key combination to stop the Terminal Emulator \ program and return \ to the Office. Always log out from the host computer before \ pressing the Shift-Exit key combination. The Terminal Emulator Local Commands are briefly described below: \UL\Record Screen to File\US\ Use this command to copy to a file all data \ you type and all information displayed on your screen. This command \ requests you to give a name for the file, which is then created \ in your Filecabinet. All subsequent data is copied to that file. \ If you give a file a name that already exists, \ the new information is added to the end of that file. To store the \ file somewhere other \ than the Filecabinet, give the full pathname for the file. \UL\Stop Recording to File\US\ Use this command to end the recording \ of data to a file. \ When you use this command, copying of data to the file stops. \UL\Transmit File - ASCII\US\ Use this command to send an ASCII file \ to the host computer. Before you send the ASCII \ file, make sure the \ host computer is ready to receive the file. The command asks for the name of the file you want to send. If you want \ to send a file that already exists in your Filecabinet, press the Enter \ key to display and select from a list of files in your Filecabinet. \ If the file you want to send does not exist in your Filecabinet, \ type the filename or the full pathname. Press the Enter key to send \ the file. \UL\Receive File - UMODEM\US\ Use this command to receive a file \ from a host computer using the UMODEM protocol. Before you use this \ command to receive the file, set up the \ host computer to send the file using UMODEM. This command asks for the name, type, and description of the file being \ sent by the host computer. Fill in the information, and then press \ the Enter key to begin receiving the file. \ See the \UL\AT&T UNIX PC Terminal Emulator \ User's Guide\US\ for details of \ UMODEM protocol. \UL\Transmit File - UMODEM\US\ Use this command to send a file to \ a host computer using the UMODEM protocol. Before you use this command \ to send the file, set up the host \ computer to receive the file using UMODEM. This command asks for the type of transfer, and the name of the file you \ want to send. Fill in the information, and then press \ the Enter key to send the file. See the \UL\AT&T UNIX PC \ Terminal Emulator User's Guide\US\ for \ details of UMODEM protocol. \UL\Terminate File Transfer\US\ Use this command to stop any kind of \ file transfer to or from a host computer. If you are using UMODEM \ protocol, it may take up to 30 seconds before you see a response. \UL\Start Printer\US\ Use this command to print information you type and \ information displayed on the screen. When you give this \ command, the data is collected for printing. When you give the Stop \ Printer command to stop printing, the data is queued for printing. \ If you have a dot matrix printer, you can also print a \ copy of the screen display by pressing the Shift-Print key combination. \UL\Stop Printer\US\ Use this command to stop printing data. When \ you give this command, the data that has been collected for printing \ is sent to the printer queue. \UL\Emulator Reset\US\ Use this command to reset the Terminal \ Emulator program \ to its initial state. This command peforms the same function as \ the Reset key on a terminal. \UL\Set Tabs\US\ This command allows you to customize the tab settings. \ If using a UNIX system, for the tab stops to be changed or totally \ cleared and then set, type "stty tabs" once you have accessed the \ host system. When you select Set Tabs, a ruler containing \ the current tab settings will appear on the bottom of the screen. \ Each tab stop is indicated by a "T" placed above the ruler. You \ may move the cursor with the left and right arrow keys. To set \ a tab, position the cursor on a blank column and press Enter. \ To remove a tab, posiiton the cursor on a column marked with a "T" \ and press Enter. To save the desired tab stops press the Exit key. \EOT\ Name = Terminal Setup Llabel = "TERMINAL SETUP" Slabel = "TERM SET" Branch = Local Commands, Auto Login Title = "Setting Up for Terminal Emulation" Text = The Terminal Setup form contains options for setting up your computer \ for terminal emulation. The information in this form depends on \ the requirements of the computer or network with which you want to \ communicate. You'll need to get this information about the other \ computer or network before you can set up your computer. For each field, press the Cmd key to show the options, or press the Mark \ key until you see the option you want to use. Press the Enter \ key when you complete the form. Each field is briefly described below: \UL\Baud Rate\US\ This field specifies the speed (in bits per second) at which \ data is transmitted between computers. For data calls using a Modem \ profile, use the 300 or 1200 baud rate, depending on the speed set at \ the other computer or network. For data calls using a Serial profile, \ you can use any baud rate, as long as it matches the speed set at the \ other computer or network. \UL\Send Parity\US\ This field uses the host computer's or network's parity \ checking to make sure data is not garbled during transmission. Use \ the No Parity option to send data without parity when the other computer \ does not check parity. Use the Even Parity option \ to send data with even parity. \ Use the Odd Parity option to send data with odd parity. \UL\Check Parity\US\ This field specifies whether you want to check the quality \ of data you receive from the other computer. Use the No option \ to display \ data as you receive it, without checking. Use the Yes option \ to perform a parity \ check and discard any garbled characters you receive. \UL\Terminal Type\US\ This field specifies the type of terminal you want \ to emulate. Use VT100 when you communicate with another computer set up \ to support DEC VT-100 series terminals. \ Use VT100-132 to use a 132-character font for VT100 emulation. \ Use 513BCT when you communicate \ with another computer that supports the 513BCT terminal. \ Use 513BCT-132 to use a 132-character font for 513 emulation. \ These setups will display 132 characters per line. \ Use UNIXPC when \ you communicate with another UNIX PC. Use REMOTE when you want to \ place a data call from a remote terminal. \UL\RS232 Modem Control\US\ This field determines whether special handling is \ needed for an external modem connected to the RS-232 port. Use the On \ option if you are using an external modem. Use the Off option when you \ are using an RS-232 cable connected directly from \ your UNIX PC to the other computer. \UL\Character Size\US\ This field determines the number of data bits per \ character for the transmission and receipt of data. Typically, a \ character is transmitted in strings of 7 data bits and 1 parity bit, or \ 8 data bits and no parity bit. Set the character size to \ match the requirements \ of the other computer. For accessing other UNIX PCs, set the \ character size to 8 bits. \UL\Stop Bits\US\ This field determines how many stop bits are sent for each \ character. The 2 stop bits option is frequently used with slower \ baud rates (110 to 300 bps). For accessing other UNIX PCs, \ set the Stop Bits to 1. \UL\Character Echo\US\ This field determines how characters are displayed on \ your terminal screen during emulation. Use the No option if the \ other computer or network echoes typed characters to your screen \ (remote echo or full duplex mode). Use the Yes option to display typed \ characters and send them to the other computer or network \ simultaneously (local echo or half duplex mode). For accessing other \ UNIX PCs, set Character Echo to No. \UL\Flow Control to Host\US\ This field specifies whether you need a data traffic manager to prevent \ received data from being lost. \UL\Flow Control from Host\US\ This field specifies whether you need a data traffic manager to prevent \ data sent from your computer from being lost. \UL\Auto Login\US\ This field displays the Auto-Logon Sequences form, which lets \ you set up an automatic login sequence. An automatic login sequence \ sets up a login name, password, account number, and so on, \ so you can automatically login to the other computer's system when you \ place the data call. You can modify an existing automatic login sequence for a call by \ using the Yes option for this field, then modifying the Auto-Logon \ Sequence form that appears. You can delete an existing automatic login \ sequence by using the No option for this field. Press the AUTO LOGIN screen key for more \ information about auto logins.\EOT\ Name = Auto Login Llabel = " AUTO LOGIN" Slabel = "AUTO LOG" Branch = Using help, Local Commands, Terminal Setup Title = "Setting Up an Automatic Login" Text = Use the Auto-Logon Sequences form to set up a sequence that lets you \ automatically login to another computer when you place a data call. You \ can set up a login name, password, account number, and so forth. When you complete the form, press the Enter key. You fill in the form by using the arrow keys to move the cursor to each \ field and then typing your information. Press the Enter key when you \ complete the form. Each field is briefly described below: \UL\Timer\US\ This field lets you specify a time period (in seconds) for your \ UNIX PC to wait for data from the other computer. If no data is \ received in that period, the line is disconnected. \UL\File Name\US\ This field specifies the name of a file that records information \ resulting from any tasks you set up in your login sequence. The file \ you name is stored as a standard file in your Filecabinet. Expert users \ can direct the file to any UNIX directory by entering a full \ UNIX pathname. \UL\RS1 through RS13\US\ These receive string fields let you enter \ prompts or strings of characters \ you receive from the other computer. \ Each field holds up to 29 characters. Some examples of receive strings \ are prompts for login name, password, and terminal type. If the receive \ string is too long to fit in the field, enter the last few characters. \UL\SS1 through SS13\US\ These send string fields let you enter your \ answers to the other computer's prompts and commands. Each field holds \ up to 29 characters. The send string fields (SS1 through SS13) and \ receive string fields (RS1 through RS13) use certain \ special characters, shown below: \IND\\\E, \\e, \\Q, \\q are used \ only by the send string fields. Any of \ these characters ends the session automatically. \IND\\\r is used in both the send string and receive string fields. In \ the send string field, the character acts as a carriage return. In the \ receive string field, the character is used when more than \ one line of data is received. \IND\\\n is used in both the send string and receive string fields. In \ the send string field, the character causes a line feed, placing the \ cursor on the next line at the same position. In the receive string \ field, the character is used when the other computer sends a line feed. \IND\^ is used the same way in both the send string and receive string \ fields. The character is used to send or receive a control character. \ For example, to send a Control-D to the other computer, type ^d in the \ send string field. \IND\\\p is used by the send string fields. This character \ will cause a two second delay in transmitting characters to \ the host. \IND\\\b is used by the send string fields. This character will \ generate a break. \EOT\ 0707070000020103001007550001460001440000011103370404741766000000700000023464umodemR   40 .text .data 4@.bss 4 40.lib d d/< dN1X OQ./HJf/H#0Nf/N1x0<N@NVp.Np.N1p.Np.NN^NuNV.