%! %%BoundingBox: (atend) %%Pages: (atend) %%DocumentFonts: (atend) %%EndComments %%BeginProlog % % FrameMaker postscript_prolog 3.0, for use with FrameMaker 3.0 % This postscript_prolog file is Copyright (c) 1986-1991 Frame Technology % Corporation. All rights reserved. This postscript_prolog file may be % freely copied and distributed in conjunction with documents created using % FrameMaker. % NOTE % This file fixes the problem with NeWS printers dithering color output. % Any questions should be sent to mickey@magickingdom.eng.sun.com % % Known Problems: % Due to bugs in Transcript, the 'PS-Adobe-' is omitted from line 1 /FMversion (3.0) def % Set up Color vs. Black-and-White /FMPrintInColor { % once-thru loop gimmick % See if we're a NeWSprint printer /currentcanvas where { pop systemdict /separationdict known exit } if % originally had the following, which should always be false: % /currentcanvas where { % pop currentcanvas /Color known { % currentcanvas /Color get % exit % } if % } if systemdict /colorimage known systemdict /currentcolortransfer known and exit } loop def % Uncomment the following line to force b&w on color printer % /FMPrintInColor false def /FrameDict 195 dict def systemdict /errordict known not {/errordict 10 dict def errordict /rangecheck {stop} put} if % The readline in 23.0 doesn't recognize cr's as nl's on AppleTalk FrameDict /tmprangecheck errordict /rangecheck get put errordict /rangecheck {FrameDict /bug true put} put FrameDict /bug false put mark % Some PS machines read past the CR, so keep the following 3 lines together! currentfile 5 string readline 00 0000000000 cleartomark errordict /rangecheck FrameDict /tmprangecheck get put FrameDict /bug get { /readline { /gstring exch def /gfile exch def /gindex 0 def { gfile read pop dup 10 eq {exit} if dup 13 eq {exit} if gstring exch gindex exch put /gindex gindex 1 add def } loop pop gstring 0 gindex getinterval true } def } if /FMVERSION { FMversion ne { /Times-Roman findfont 18 scalefont setfont 100 100 moveto (FrameMaker version does not match postscript_prolog!) dup = show showpage } if } def /FMLOCAL { FrameDict begin 0 def end } def /gstring FMLOCAL /gfile FMLOCAL /gindex FMLOCAL /orgxfer FMLOCAL /orgproc FMLOCAL /organgle FMLOCAL /orgfreq FMLOCAL /yscale FMLOCAL /xscale FMLOCAL /manualfeed FMLOCAL /paperheight FMLOCAL /paperwidth FMLOCAL /FMDOCUMENT { array /FMfonts exch def /#copies exch def FrameDict begin 0 ne dup {setmanualfeed} if /manualfeed exch def /paperheight exch def /paperwidth exch def /yscale exch def /xscale exch def currenttransfer cvlit /orgxfer exch def currentscreen cvlit /orgproc exch def /organgle exch def /orgfreq exch def setpapername manualfeed {true} {papersize} ifelse {manualpapersize} {false} ifelse {desperatepapersize} if end } def /pagesave FMLOCAL /orgmatrix FMLOCAL /landscape FMLOCAL /FMBEGINPAGE { FrameDict begin /pagesave save def 3.86 setmiterlimit /landscape exch 0 ne def landscape { 90 rotate 0 exch neg translate pop } {pop pop} ifelse xscale yscale scale /orgmatrix matrix def gsave } def /FMENDPAGE { grestore pagesave restore end showpage } def /FMFONTDEFINE { FrameDict begin findfont ReEncode 1 index exch definefont FMfonts 3 1 roll put end } def /FMFILLS { FrameDict begin array /fillvals exch def end } def /FMFILL { FrameDict begin fillvals 3 1 roll put end } def /FMNORMALIZEGRAPHICS { newpath 0.0 0.0 moveto 1 setlinewidth 0 setlinecap 0 0 0 sethsbcolor 0 setgray } bind def /fx FMLOCAL /fy FMLOCAL /fh FMLOCAL /fw FMLOCAL /llx FMLOCAL /lly FMLOCAL /urx FMLOCAL /ury FMLOCAL /FMBEGINEPSF { end /FMEPSF save def /showpage {} def FMNORMALIZEGRAPHICS [/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall fx fy translate rotate fw urx llx sub div fh ury lly sub div scale llx neg lly neg translate } bind def /FMENDEPSF { FMEPSF restore FrameDict begin } bind def FrameDict begin /setmanualfeed { %%BeginFeature *ManualFeed True statusdict /manualfeed true put %%EndFeature } def /max {2 copy lt {exch} if pop} bind def /min {2 copy gt {exch} if pop} bind def /inch {72 mul} def /pagedimen { paperheight sub abs 16 lt exch paperwidth sub abs 16 lt and {/papername exch def} {pop} ifelse } def /papersizedict FMLOCAL /setpapername { /papersizedict 14 dict def papersizedict begin /papername /unknown def /Letter 8.5 inch 11.0 inch pagedimen /LetterSmall 7.68 inch 10.16 inch pagedimen /Tabloid 11.0 inch 17.0 inch pagedimen /Ledger 17.0 inch 11.0 inch pagedimen /Legal 8.5 inch 14.0 inch pagedimen /Statement 5.5 inch 8.5 inch pagedimen /Executive 7.5 inch 10.0 inch pagedimen /A3 11.69 inch 16.5 inch pagedimen /A4 8.26 inch 11.69 inch pagedimen /A4Small 7.47 inch 10.85 inch pagedimen /B4 10.125 inch 14.33 inch pagedimen /B5 7.16 inch 10.125 inch pagedimen end } def /papersize { papersizedict begin /Letter {lettertray letter} def /LetterSmall {lettertray lettersmall} def /Tabloid {11x17tray 11x17} def /Ledger {ledgertray ledger} def /Legal {legaltray legal} def /Statement {statementtray statement} def /Executive {executivetray executive} def /A3 {a3tray a3} def /A4 {a4tray a4} def /A4Small {a4tray a4small} def /B4 {b4tray b4} def /B5 {b5tray b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end /FMdicttop countdictstack 1 add def statusdict begin stopped end countdictstack -1 FMdicttop {pop end} for } def /manualpapersize { papersizedict begin /Letter {letter} def /LetterSmall {lettersmall} def /Tabloid {11x17} def /Ledger {ledger} def /Legal {legal} def /Statement {statement} def /Executive {executive} def /A3 {a3} def /A4 {a4} def /A4Small {a4small} def /B4 {b4} def /B5 {b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end stopped } def /desperatepapersize { statusdict /setpageparams known { paperwidth paperheight 0 1 statusdict begin {setpageparams} stopped pop end } if } def /savematrix { orgmatrix currentmatrix pop } bind def /restorematrix { orgmatrix setmatrix } bind def /dmatrix matrix def /dpi 72 0 dmatrix defaultmatrix dtransform dup mul exch dup mul add sqrt def /freq dpi 18.75 div 8 div round dup 0 eq {pop 1} if 8 mul dpi exch div def /sangle 1 0 dmatrix defaultmatrix dtransform exch atan def /DiacriticEncoding [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /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 /bracketleft /backslash /bracketright /asciicircum /underscore /grave /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 /braceleft /bar /braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis /iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve /ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex /udieresis /dagger /.notdef /cent /sterling /section /bullet /paragraph /germandbls /registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef /yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown /exclamdown /logicalnot /.notdef /florin /.notdef /.notdef /guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde /Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright /quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis /fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl /periodcentered /quotesinglbase /quotedblbase /perthousand /Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute /Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve /Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron ] def /ReEncode { dup length dict begin { 1 index /FID ne {def} {pop pop} ifelse } forall 0 eq {/Encoding DiacriticEncoding def} if currentdict end } bind def /graymode true def /bwidth FMLOCAL /bpside FMLOCAL /bstring FMLOCAL /onbits FMLOCAL /offbits FMLOCAL /xindex FMLOCAL /yindex FMLOCAL /x FMLOCAL /y FMLOCAL /setpattern { /bwidth exch def /bpside exch def /bstring exch def /onbits 0 def /offbits 0 def freq sangle landscape {90 add} if {/y exch def /x exch def /xindex x 1 add 2 div bpside mul cvi def /yindex y 1 add 2 div bpside mul cvi def bstring yindex bwidth mul xindex 8 idiv add get 1 7 xindex 8 mod sub bitshift and 0 ne {/onbits onbits 1 add def 1} {/offbits offbits 1 add def 0} ifelse } setscreen {} settransfer offbits offbits onbits add div FMsetgray /graymode false def } bind def /grayness { FMsetgray graymode not { /graymode true def orgxfer cvx settransfer orgfreq organgle orgproc cvx setscreen } if } bind def /HUE FMLOCAL /SAT FMLOCAL /BRIGHT FMLOCAL /Colors FMLOCAL FMPrintInColor { /HUE 0 def /SAT 0 def /BRIGHT 0 def % array of arrays Hue and Sat values for the separations [HUE BRIGHT] /Colors [[0 0 ] % black [0 0 ] % white [0.00 1.0] % red [0.37 1.0] % green [0.60 1.0] % blue [0.50 1.0] % cyan [0.83 1.0] % magenta [0.16 1.0] % comment / yellow ] def /BEGINBITMAPCOLOR { BITMAPCOLOR} def /BEGINBITMAPCOLORc { BITMAPCOLORc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUECOLOR } def /BEGINBITMAPTRUECOLORc { BITMAPTRUECOLORc } def /K { Colors exch get dup 0 get /HUE exch store 1 get /BRIGHT exch store HUE 0 eq BRIGHT 0 eq and {1.0 SAT sub setgray} {HUE SAT BRIGHT sethsbcolor} ifelse } def /FMsetgray { /SAT exch 1.0 exch sub store HUE 0 eq BRIGHT 0 eq and {1.0 SAT sub setgray} {HUE SAT BRIGHT sethsbcolor} ifelse } bind def } { /BEGINBITMAPCOLOR { BITMAPGRAY} def /BEGINBITMAPCOLORc { BITMAPGRAYc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUEGRAY } def /BEGINBITMAPTRUECOLORc { BITMAPTRUEGRAYc } def /FMsetgray {setgray} bind def /K { pop } def } ifelse /normalize { transform round exch round exch itransform } bind def /dnormalize { dtransform round exch round exch idtransform } bind def /lnormalize { 0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop } bind def /H { lnormalize setlinewidth } bind def /Z { setlinecap } bind def /fillvals FMLOCAL /X { fillvals exch get dup type /stringtype eq {8 1 setpattern} {grayness} ifelse } bind def /V { gsave eofill grestore } bind def /N { stroke } bind def /M {newpath moveto} bind def /E {lineto} bind def /D {curveto} bind def /O {closepath} bind def /n FMLOCAL /L { /n exch def newpath normalize moveto 2 1 n {pop normalize lineto} for } bind def /Y { L closepath } bind def /x1 FMLOCAL /x2 FMLOCAL /y1 FMLOCAL /y2 FMLOCAL /rad FMLOCAL /R { /y2 exch def /x2 exch def /y1 exch def /x1 exch def x1 y1 x2 y1 x2 y2 x1 y2 4 Y } bind def /RR { /rad exch def normalize /y2 exch def /x2 exch def normalize /y1 exch def /x1 exch def newpath x1 y1 rad add moveto x1 y2 x2 y2 rad arcto x2 y2 x2 y1 rad arcto x2 y1 x1 y1 rad arcto x1 y1 x1 y2 rad arcto closepath 16 {pop} repeat } bind def /C { grestore gsave R clip } bind def /FMpointsize FMLOCAL /F { FMfonts exch get FMpointsize scalefont setfont } bind def /Q { /FMpointsize exch def F } bind def /T { moveto show } bind def /RF { rotate 0 ne {-1 1 scale} if } bind def /TF { gsave moveto RF show grestore } bind def /P { moveto 0 32 3 2 roll widthshow } bind def /PF { gsave moveto RF 0 32 3 2 roll widthshow grestore } bind def /S { moveto 0 exch ashow } bind def /SF { gsave moveto RF 0 exch ashow grestore } bind def /B { moveto 0 32 4 2 roll 0 exch awidthshow } bind def /BF { gsave moveto RF 0 32 4 2 roll 0 exch awidthshow grestore } bind def /G { gsave newpath normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath fill grestore } bind def /A { gsave savematrix newpath 2 index 2 div add exch 3 index 2 div sub exch normalize 2 index 2 div sub exch 3 index 2 div add exch translate scale 0.0 0.0 1.0 5 3 roll arc restorematrix stroke grestore } bind def /x FMLOCAL /y FMLOCAL /w FMLOCAL /h FMLOCAL /xx FMLOCAL /yy FMLOCAL /ww FMLOCAL /hh FMLOCAL /FMsaveobject FMLOCAL /FMoptop FMLOCAL /FMdicttop FMLOCAL /BEGINPRINTCODE { /FMdicttop countdictstack 1 add def /FMoptop count 4 sub def /FMsaveobject save def userdict begin /showpage {} def FMNORMALIZEGRAPHICS 3 index neg 3 index neg translate } bind def /ENDPRINTCODE { count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for FMsaveobject restore } bind def /gn { 0 { 46 mul cf read pop 32 sub dup 46 lt {exit} if 46 sub add } loop add } bind def /str FMLOCAL /cfs { /str sl string def 0 1 sl 1 sub {str exch val put} for str def } bind def /ic [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx} {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx} {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh} {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh} {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl} {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl} {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl} {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl} ] def /sl FMLOCAL /val FMLOCAL /ws FMLOCAL /im FMLOCAL /bs FMLOCAL /cs FMLOCAL /len FMLOCAL /pos FMLOCAL /ms { /sl exch def /val 255 def /ws cfs /im cfs /val 0 def /bs cfs /cs cfs } bind def 400 ms /ip { is 0 cf cs readline pop { ic exch get exec add } forall pop } bind def /wh { /len exch def /pos exch def ws 0 len getinterval im pos len getinterval copy pop pos len } bind def /bl { /len exch def /pos exch def bs 0 len getinterval im pos len getinterval copy pop pos len } bind def /s1 1 string def /fl { /len exch def /pos exch def /val cf s1 readhexstring pop 0 get def pos 1 pos len add 1 sub {im exch val put} for pos len } bind def /hx { 3 copy getinterval cf exch readhexstring pop pop } bind def /h FMLOCAL /w FMLOCAL /d FMLOCAL /lb FMLOCAL /bitmapsave FMLOCAL /is FMLOCAL /cf FMLOCAL /wbytes { dup 8 eq {pop} {1 eq {7 add 8 idiv} {3 add 4 idiv} ifelse} ifelse } bind def /BEGINBITMAPBWc { 1 {} COMMONBITMAPc } bind def /BEGINBITMAPGRAYc { 8 {} COMMONBITMAPc } bind def /BEGINBITMAP2BITc { 2 {} COMMONBITMAPc } bind def /COMMONBITMAPc { /r exch def /d exch def gsave translate rotate scale /h exch def /w exch def /lb w d wbytes def sl lb lt {lb ms} if /bitmapsave save def r /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def w h d [w 0 0 h neg 0 h] {ip} image bitmapsave restore grestore } bind def /BEGINBITMAPBW { 1 {} COMMONBITMAP } bind def /BEGINBITMAPGRAY { 8 {} COMMONBITMAP } bind def /BEGINBITMAP2BIT { 2 {} COMMONBITMAP } bind def /COMMONBITMAP { /r exch def /d exch def gsave translate rotate scale /h exch def /w exch def /bitmapsave save def r /is w d wbytes string def /cf currentfile def w h d [w 0 0 h neg 0 h] {cf is readhexstring pop} image bitmapsave restore grestore } bind def /proc1 FMLOCAL /proc2 FMLOCAL /newproc FMLOCAL /Fmcc { /proc2 exch cvlit def /proc1 exch cvlit def /newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx } bind def /ngrayt 256 array def /nredt 256 array def /nbluet 256 array def /ngreent 256 array def /gryt FMLOCAL /blut FMLOCAL /grnt FMLOCAL /redt FMLOCAL /indx FMLOCAL /cynu FMLOCAL /magu FMLOCAL /yelu FMLOCAL /k FMLOCAL /u FMLOCAL /colorsetup { currentcolortransfer /gryt exch def /blut exch def /grnt exch def /redt exch def 0 1 255 { /indx exch def /cynu 1 red indx get 255 div sub def /magu 1 green indx get 255 div sub def /yelu 1 blue indx get 255 div sub def /k cynu magu min yelu min def /u k currentundercolorremoval exec def nredt indx 1 0 cynu u sub max sub redt exec put ngreent indx 1 0 magu u sub max sub grnt exec put nbluet indx 1 0 yelu u sub max sub blut exec put ngrayt indx 1 k currentblackgeneration exec sub gryt exec put } for {255 mul cvi nredt exch get} {255 mul cvi ngreent exch get} {255 mul cvi nbluet exch get} {255 mul cvi ngrayt exch get} setcolortransfer {pop 0} setundercolorremoval {} setblackgeneration } bind def /tran FMLOCAL /fakecolorsetup { /tran 256 string def 0 1 255 {/indx exch def tran indx red indx get 77 mul green indx get 151 mul blue indx get 28 mul add add 256 idiv put} for currenttransfer {255 mul cvi tran exch get 255.0 div} exch Fmcc settransfer } bind def /BITMAPCOLOR { /d 8 def gsave translate rotate scale /h exch def /w exch def /bitmapsave save def colorsetup /is w d wbytes string def /cf currentfile def w h d [w 0 0 h neg 0 h] {cf is readhexstring pop} {is} {is} true 3 colorimage bitmapsave restore grestore } bind def /BITMAPCOLORc { /d 8 def gsave translate rotate scale /h exch def /w exch def /lb w d wbytes def sl lb lt {lb ms} if /bitmapsave save def colorsetup /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def w h d [w 0 0 h neg 0 h] {ip} {is} {is} true 3 colorimage bitmapsave restore grestore } bind def /BITMAPTRUECOLORc { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def ws 0 w getinterval is copy pop /cf currentfile def w h 8 [w 0 0 h neg 0 h] {ip} {gip} {bip} true 3 colorimage bitmapsave restore grestore } bind def /BITMAPTRUECOLOR { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def /gis w string def /bis w string def /cf currentfile def w h 8 [w 0 0 h neg 0 h] { cf is readhexstring pop } { cf gis readhexstring pop } { cf bis readhexstring pop } true 3 colorimage bitmapsave restore grestore } bind def /BITMAPTRUEGRAYc { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def ws 0 w getinterval is copy pop /cf currentfile def w h 8 [w 0 0 h neg 0 h] {ip gip bip w gray} image bitmapsave restore grestore } bind def /ww FMLOCAL /r FMLOCAL /g FMLOCAL /b FMLOCAL /i FMLOCAL /gray { /ww exch def /b exch def /g exch def /r exch def 0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul b i get .114 mul add add r i 3 -1 roll floor cvi put } for r } bind def /BITMAPTRUEGRAY { gsave translate rotate scale /h exch def /w exch def /bitmapsave save def /is w string def /gis w string def /bis w string def /cf currentfile def w h 8 [w 0 0 h neg 0 h] { cf is readhexstring pop cf gis readhexstring pop cf bis readhexstring pop w gray} image bitmapsave restore grestore } bind def /BITMAPGRAY { 8 {fakecolorsetup} COMMONBITMAP } bind def /BITMAPGRAYc { 8 {fakecolorsetup} COMMONBITMAPc } bind def /ENDBITMAP { } bind def end /ALDsave FMLOCAL /ALDmatrix matrix def ALDmatrix currentmatrix pop /StartALD { /ALDsave save def savematrix ALDmatrix setmatrix } bind def /InALD { restorematrix } bind def /DoneALD { ALDsave restore } bind def %%EndProlog %%BeginSetup (3.0) FMVERSION 1 1 612 792 0 1 44 FMDOCUMENT 0 0 /Palatino-Roman FMFONTDEFINE 1 0 /Palatino-Italic FMFONTDEFINE 2 0 /Courier FMFONTDEFINE 3 0 /Palatino-Bold FMFONTDEFINE 4 0 /Courier-Bold FMFONTDEFINE 5 1 /ZapfDingbats FMFONTDEFINE 6 0 /AvantGarde-Demi FMFONTDEFINE 7 0 /Times-Bold FMFONTDEFINE 8 0 /Courier-Oblique FMFONTDEFINE 9 0 /Helvetica FMFONTDEFINE 10 0 /Helvetica-Bold FMFONTDEFINE 11 0 /Palatino-BoldItalic FMFONTDEFINE 12 0 /Times-Roman FMFONTDEFINE 13 1 /Symbol FMFONTDEFINE 32 FMFILLS 0 0 FMFILL 1 0.1 FMFILL 2 0.3 FMFILL 3 0.5 FMFILL 4 0.7 FMFILL 5 0.9 FMFILL 6 0.97 FMFILL 7 1 FMFILL 8 <0f1e3c78f0e1c387> FMFILL 9 <0f87c3e1f0783c1e> FMFILL 10 FMFILL 11 FMFILL 12 <8142241818244281> FMFILL 13 <03060c183060c081> FMFILL 14 <8040201008040201> FMFILL 16 1 FMFILL 17 0.9 FMFILL 18 0.7 FMFILL 19 0.5 FMFILL 20 0.3 FMFILL 21 0.1 FMFILL 22 0.03 FMFILL 23 0 FMFILL 24 FMFILL 25 FMFILL 26 <3333333333333333> FMFILL 27 <0000ffff0000ffff> FMFILL 28 <7ebddbe7e7dbbd7e> FMFILL 29 FMFILL 30 <7fbfdfeff7fbfdfe> FMFILL %%EndSetup %%Page: "190" 214 %%BeginPaperSize: Letter %%EndPaperSize 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (190) 54 108.7 S 1 F 0 K 0.09 (W) 198 108.7 S 0.09 (abi 2.0 User) 206.39 108.7 S 0.09 (\325) 251.66 108.7 S 0.09 (s Guide) 253.76 108.7 S 4 K 0.09 (\321November 1994) 282.11 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 2 F (top) 198 642 T 0 F 0.09 ( dir) 214.18 642 S 0.09 (ectory) 228.28 642 S 0.09 (, 155) 252.5 642 S 0.09 (tr) 198 629.5 S 0.09 (oubleshooting) 204.5 629.5 S 0.09 (Con\336guration Manager pr) 216 618.5 S 0.09 (oblems, 41) 323.02 618.5 S 0.09 (diskette drive pr) 216 607.5 S 0.09 (oblems, 63) 283.24 607.5 S 0.09 (drive pr) 216 596.5 S 0.09 (oblems, 65) 248.8 596.5 S 0.09 (port pr) 216 585.5 S 0.09 (oblems, 1) 244.46 585.5 S 0.09 (17) 282.3 585.5 S 0.09 (printing pr) 216 574.5 S 0.09 (oblems, 86) 260.6 574.5 S 0.09 (pr) 216 563.5 S 0.09 (oblems with W) 224.97 563.5 S 0.09 (abi start-up, 21) 285.61 563.5 S 0.09 (T) 198 551 S 0.09 (r) 202.79 551 S 0.09 (ueT) 206.36 551 S 0.09 (ype fonts) 221.05 551 S 0.09 (actual or X fonts, 168) 216 540 S 0.09 (how they ar) 216 529 S 0.09 (e pr) 264.46 529 S 0.09 (oduced, 169) 280.16 529 S 0.09 (pr) 216 518 S 0.09 (ovided with W) 224.97 518 S 0.09 (abi, 167) 284.95 518 S 3 13 Q 4 K 0.13 (U) 198 490.33 S 2 9 Q 0 K (unix2dos) 198 476 T 0 F 0.09 (, converting text \336les, 180) 241.14 476 S 0.09 (upgrading fr) 198 463.5 S 0.09 (om an earlier r) 249.9 463.5 S 0.09 (elease, 5) 309.38 463.5 S 0.09 (user interface of W) 198 451 S 0.09 (abi, 10) 274.01 451 S 3 13 Q 4 K 0.13 (V) 198 423.33 S 0 9 Q 0 K 0.09 (validation) 198 409 S 0.09 (err) 216 398 S 0.09 (or messages, 34) 227.51 398 S 0.09 (of diskette devices, 45) 216 387 S 0.09 (of user entries, 34) 216 376 S 0.09 (visual, de\336nition, 158) 198 363.5 S 3 13 Q 4 K 0.13 (W) 198 335.83 S 0 9 Q 0 K 0.09 (W drive, 50) 198 321.5 S 0.09 (W) 198 309 S 0.09 (abi functions, 3) 206.25 309 S 0.09 (W) 198 296.5 S 0.09 (abi man page, 13) 206.25 296.5 S 0.09 (W) 198 284 S 0.09 (abi system dir) 206.25 284 S 0.09 (ectory) 263.37 284 S 0.09 (, 153) 287.59 284 S 0.09 (W) 198 271.5 S 0.09 (abi T) 206.25 271.5 S 0.09 (ools gr) 225.71 271.5 S 0.09 (oup, contents, 1) 253.21 271.5 S 0.09 (1) 316.7 271.5 S 0.09 (W) 198 259 S 0.09 (abi user dir) 206.25 259 S 0.09 (ectory) 252.48 259 S 0.09 (, 153) 276.7 259 S (,) 295.13 259 T 0.09 ( 155) 297.38 259 S 0.09 (W) 198 246.5 S 0.09 (abi W) 206.25 246.5 S 0.09 (indows Install tool, 6) 229.52 246.5 S 2 F (wabi.ini) 198 234 T 0 F 0.09 ( \336le, 156) 241.14 234 S 2 F (WABI_KEYB) 198 221.5 T 0 F 0.09 ( envir) 246.53 221.5 S 0.09 (onment variable, 90) 269.94 221.5 S 0.09 (setting, 97) 216 210.5 S 2 F (wabifs) 198 198 T 0 F 0.09 ( pr) 230.35 198 S 0.09 (ogram, 169) 241.66 198 S 2 F (wabihome) 198 185.5 T 0 F 0.09 ( link, 155) 241.14 185.5 S 0.09 (warning beep, turning on/of) 198 173 S 0.09 (f for W) 315.31 173 S 0.09 (abi) 343.03 173 S 0.09 (windows only) 234 162 S 0.09 (, 35) 291.12 162 S 2 F (wbin) 198 149.5 T 0 F 0.09 ( dir) 219.57 149.5 S 0.09 (ectory) 233.67 149.5 S 0.09 (, 154) 257.89 149.5 S 2 F (win.ini) 387 642 T 0 F 0.09 ( \336le, 156) 424.75 642 S 0.09 (color variables in, 160) 405 631 S 0.09 (fonts listed in, 168) 405 620 S 0.09 (how to add color variables to, 164) 405 609 S 0.09 (window focus, 126) 387 596.5 S 0.09 (window setting, click to type, 126) 387 584 S 0.09 (W) 387 571.5 S 0.09 (indows Contr) 395.58 571.5 S 0.09 (ol Panel, functions useful) 451.29 571.5 S 0.09 (in W) 423 560.5 S 0.09 (abi, 28) 441.61 560.5 S 2 F (windows) 387 548 T 0 F 0.09 ( dir) 424.75 548 S 0.09 (ectory) 438.85 548 S 0.09 (, 155) 463.07 548 S 0.09 (W) 387 535.5 S 0.09 (indows Print Manager) 395.58 535.5 S 0.09 (, 70) 486.09 535.5 S 0.09 (W) 387 523 S 0.09 (indows Sockets, 106) 395.58 523 S 0.09 (W) 387 510.5 S 0.09 (indows softwar) 395.58 510.5 S 0.09 (e, installing, 6) 458.66 510.5 S 0.09 (fr) 405 499.5 S 0.09 (om a W) 411.56 499.5 S 0.09 (abi drive, 9) 442.09 499.5 S 0.09 (fr) 405 488.5 S 0.09 (om diskette, 7) 411.56 488.5 S 0.09 (installing after initial startup, 17) 405 477.5 S 0.09 (to a network server) 405 466.5 S 0.09 (, 6) 483.13 466.5 S 2 F (windows/system) 387 454 T 0 F 0.09 ( dir) 462.49 454 S 0.09 (ectory) 476.6 454 S 0.09 (, 155) 500.82 454 S 3 13 Q 4 K 0.13 (X) 387 426.33 S 0 9 Q 0 K 0.09 (X fonts) 387 412 S 0.09 (available to X server) 405 401 S 0.09 (, 171) 487.08 401 S 0.09 (how pr) 405 390 S 0.09 (oduced, 169) 434.21 390 S 0.09 (X server) 387 377.5 S 0.09 (adding font support for) 405 366.5 S 0.09 (, 176) 500.39 366.5 S 0.09 (color visuals, 158) 405 355.5 S 0.09 (what it is, 165) 405 344.5 S 0.09 (X W) 387 332 S 0.09 (indow System) 404 332 S 0.09 (native fonts, 165) 405 321 S 2 F (xdpyinfo) 387 308.5 T 0 F 0.09 ( command, 176) 430.14 308.5 S 0.09 (using to determine visual, 161) 405 297.5 S 2 F (xlsfonts) 387 285 T 0 F 0.09 ( command, 171) 430.14 285 S 2 F (xset) 387 272.5 T 0 F 0.09 ( command, 171) 408.57 272.5 S 0.09 (X-terminal) 387 260 S 0.09 (displaying on, 14) 405 249 S 2 F (xwininfo) 387 236.5 T 0 F 0.09 (, using to determine color) 430.14 236.5 S 0.09 (visual, 161) 423 225.5 S FMENDPAGE %%EndPage: "190" 213 %%Page: "189" 213 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Index) 198 108.7 S 0 F 0.09 (189) 544.25 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 0.09 (LaserJet, 74) 216 642 S 0.09 (PostScript, 74) 216 631 S 0.09 (settings, default, 72) 216 620 S 0.09 (setup, 79) 216 609 S 0.09 (supported models, 70) 216 598 S 0.09 (printer command, r) 198 585.5 S 0.09 (esetting default, 84) 277.32 585.5 S 0.09 (printer description \336les, location of, 154) 198 573 S 0.09 (printer driver) 198 560.5 S 0.09 (about, 74) 216 549.5 S 0.09 (accessing dialog boxes, 79) 216 538.5 S 0.09 (accessing Help for) 216 527.5 S 0.09 (, 79) 289.94 527.5 S 0.09 (available for use, 70) 216 516.5 S 0.09 (generic, 75) 216 505.5 S 0.09 (installing, 81) 216 494.5 S 0.09 (multiple assignments to one port, 75) 216 483.5 S 0.09 (r) 216 472.5 S 0.09 (emoving installed, 81) 219.48 472.5 S 0.09 (setup dialogs, accessing, 84) 216 461.5 S 0.09 (printer name) 198 449 S 0.09 (ar) 216 438 S 0.09 (gument in print command, 78) 224.06 438 S 0.09 (in operating system, 77) 216 427 S 0.09 (r) 216 416 S 0.09 (esetting default, 84) 219.48 416 S -0.22 0.09 (Printer Output Connections dialog box, 77) 198 403.5 B 0.09 (Printer Port Selection dialog box, 76) 198 391 S 0.09 (Printer Settings dialog box, 73) 198 378.5 S 0.09 (printer setup, 79) 198 366 S 0.09 (printing) 198 353.5 S 0.09 (about, 70) 216 342.5 S 0.09 (accessing printer setup dialogs, 79) 216 331.5 S 0.09 (assigning a port, 81) 216 320.5 S 0.09 (available ports, 71) 216 309.5 S 0.09 (setting default printer) 216 298.5 S 0.09 (, 83) 304.55 298.5 S 0.09 (text-only documents, 75) 216 287.5 S 0.09 (to a COM port, 80) 216 276.5 S 0.09 (to a \336le, 76) 216 265.5 S (,) 259.74 265.5 T 0.09 (80) 264.24 265.5 S (,) 273.4 265.5 T 0.09 (85) 277.9 265.5 S 0.09 (tr) 216 254.5 S 0.09 (oubleshooting pr) 222.5 254.5 S 0.09 (oblems, 86) 291.82 254.5 S 0.09 (viewing default settings, 78) 216 243.5 S 2 F (progman.ini) 198 231 T 0 F 0.09 ( \336le, 156) 257.32 231 S 0.09 (pr) 198 218.5 S 0.09 (ogram envir) 206.97 218.5 S 0.09 (onment, 10) 256.71 218.5 S 0.09 (Pr) 198 206 S 0.09 (ogram information \336le \050PIF\051, 140) 207 206 S 0.09 (Pr) 198 193.5 S 0.09 (ogram Item Pr) 207 193.5 S 0.09 (operties dialog box, 146) 265.56 193.5 S 0.09 (PseudoColor visual, 159) 198 181 S 0.09 (how to tell if in use, 161) 216 170 S 3 13 Q 4 K 0.13 (Q) 387 639.33 S 0 9 Q 0 K 0.09 (quitting W) 387 625 S 0.09 (abi, 15) 430.08 625 S 3 13 Q 4 K 0.13 (R) 387 597.33 S 0 9 Q 0 K 0.09 (R drive, 50) 387 583 S 0.09 (RedCubeCount variable, 163) 387 570.5 S 0.09 (r) 387 558 S 0.09 (emote system) 390.48 558 S 0.09 (diskette drive inaccessible, 14) 405 547 S 0.09 (displaying on, 14) 405 536 S 0.09 (r) 387 523.5 S 0.09 (emoving) 390.48 523.5 S 0.09 (installed printer driver) 405 512.5 S 0.09 (, 81) 497.27 512.5 S 0.09 (Run dialog box, 147) 387 500 S 3 13 Q 4 K 0.13 (S) 387 472.33 S 0 9 Q 0 K 0.09 (serial port, 108) 387 458 S 0.09 (setting \336eld, in dialog box, 32) 387 445.5 S 0.09 (settings) 387 433 S 0.09 (changing, Con\336guration Manager) 405 422 S 0.09 (, 26) 542.22 422 S 0.09 (com port, 109) 405 411 S 0.09 (sharing, \336le, 51) 387 398.5 S 0.09 (SHELL variable in) 387 386 S 2 F (system.ini) 464 386 T 0 F 0.09 (, 10) 517.92 386 S 0.09 (short date format, changing, 98) 387 373.5 S 0.09 (SolidColorCount variable, 162) 387 361 S 0.09 (sound settings, 35) 387 348.5 S 0.09 (special characters, Compose key) 387 336 S 0.09 (, 90) 517.29 336 S 0.09 (starting W) 387 323.5 S 0.09 (abi, 15) 428.86 323.5 S 0.09 (status panel help, 13) 387 311 S 0.09 (status panel, in dialog box, 34) 387 298.5 S 0.09 (system con\336guration r) 387 286 S 0.09 (equir) 478.27 286 S 0.09 (ements, 20) 499.48 286 S 2 F (system.ini) 387 273.5 T 0 F 0.09 ( \336le, 156) 440.92 273.5 S 3 13 Q 4 K 0.13 (T) 387 245.83 S 0 9 Q 0 K 0.09 (TCP/IP network and distributed \336le) 387 231.5 S 0.09 (system, 105) 423 220.5 S 0.09 (T) 387 208 S 0.09 (echnicolor variable, 160) 391.77 208 S 0.09 (text \336les, converting DOS and UNIX) 387 195.5 S 0.09 (formats, 180) 423 184.5 S 0.09 (time format, 94) 387 172 S 0.09 (changing, 100) 405 161 S 0.09 (T) 387 148.5 S 0.09 (ime Settings dialog box, 94) 392.11 148.5 S FMENDPAGE %%EndPage: "189" 212 %%Page: "188" 212 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (188) 54 108.7 S 1 F 0 K 0.09 (W) 198 108.7 S 0.09 (abi 2.0 User) 206.39 108.7 S 0.09 (\325) 251.66 108.7 S 0.09 (s Guide) 253.76 108.7 S 4 K 0.09 (\321November 1994) 282.11 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 0 F 0.09 (look and feel, of W) 198 642 S 0.09 (abi, 10) 273.86 642 S 0.09 (LPT port, general, 108) 198 629.5 S 3 13 Q 4 K 0.13 (M) 198 601.83 S 0 9 Q 0 K 0.09 (Main gr) 198 587.5 S 0.09 (oup, pr) 230.1 587.5 S 0.09 (ograms included in, 12) 259.74 587.5 S 0.09 (man page, W) 198 575 S 0.09 (abi, 13) 250.75 575 S 0.09 (accessing, 18) 216 564 S 0.09 (and MANP) 216 553 S 0.09 (A) 261.75 553 S 0.09 (TH variable, 13) 268.16 553 S 0.09 (location of, 154) 216 542 S 0.09 (viewing, 18) 216 531 S 0.09 (MANP) 198 518.5 S 0.09 (A) 225.92 518.5 S 0.09 (TH variable, setting, 19) 232.34 518.5 S 0.09 (memory r) 198 506 S 0.09 (equir) 237.99 506 S 0.09 (ements, 20) 259.2 506 S 0.09 (menus) 198 493.5 S 0.09 (Help, Con\336guration Manager) 216 482.5 S 0.09 (, 29) 335.88 482.5 S 0.09 (Options, Con\336guration Manager) 216 471.5 S 0.09 (, 29) 348.31 471.5 S 0.09 (modem, 109) 198 459 S 0.09 (mounting a CD-ROM, 54) 198 446.5 S 0.09 (mouse) 198 434 S 0.09 (settings, 35) 216 423 S 0.09 (swapping buttons, 35) 216 412 S 0.09 (Mouse Settings dialog box, 35) 198 399.5 S 0.09 (multimedia not supported, 54) 198 387 S 3 13 Q 4 K 0.13 (N) 198 359.33 S 0 9 Q 0 K 0.09 (native print command, 77) 198 345 S 0.09 (native printer name, 77) 198 332.5 S 0.09 (network con\336guration) 198 320 S 0.09 (email applications, 106) 216 309 S 0.09 (W) 216 298 S 0.09 (indows Sockets, 106) 224.58 298 S 0.09 (network-awar) 198 285.5 S 0.09 (e applications, 106) 255.36 285.5 S 0.09 (networked printers and drives, 105) 198 273 S 0.09 (networking) 198 260.5 S 0.09 (about, 105) 216 249.5 S 0.09 (for electr) 216 238.5 S 0.09 (onic mail applications, 106) 252.13 238.5 S 0.09 (invisible use of TCP/IP) 216 227.5 S 0.09 (, 105) 310.15 227.5 S 0.09 (new featur) 198 215 S 0.09 (es in W) 241.71 215 S 0.09 (abi, 4) 270.95 215 S 0.09 (non-diskette drives, general, 48) 198 202.5 S 0.09 (number format, 95) 198 190 S 0.09 (changing, 101) 216 179 S 0.09 (Number Settings dialog box, 95) 198 166.5 S 3 13 Q 4 K 0.13 (O) 387 639.33 S 0 9 Q 0 K 0.09 (on-line help, general, xxi) 387 625 S 0.09 (options, advanced, COM ports, 1) 387 612.5 S 0.09 (1) 520.43 612.5 S 0.09 (1) 524.52 612.5 S -0.21 0.09 (Options menu, Con\336guration Manager) 387 600 B -0.21 0.09 (, 29) 544.28 600 B 0.09 (outline fonts, 166) 387 587.5 S 0.09 (on scr) 405 576.5 S 0.09 (een and printer) 429.11 576.5 S 0.09 (, 167) 490.93 576.5 S 3 13 Q 4 K 0.13 (P) 387 548.83 S 0 9 Q 0 K 0.09 (Per) 387 534.5 S 0.09 (centFr) 400.39 534.5 S 0.09 (ee variable, 162) 425.77 534.5 S 0.09 (PIF \336le for DOS applications, not needed) 387 522 S 0.09 (in W) 423 511 S 0.09 (abi, 140) 441.61 511 S 0.09 (pixmaps, 169) 387 498.5 S 0.09 (placeholders for ar) 387 486 S 0.09 (guments in print) 463.25 486 S 0.09 (command, 78) 423 475 S 0.09 (port) 387 462.5 S 0.09 (assigning a printer driver) 405 451.5 S 0.09 (, 75) 507.88 451.5 S (,) 521.72 451.5 T 0.09 ( 81) 523.97 451.5 S -0.25 0.09 (choosing LPT or COM for printing, 80) 405 440.5 B 0.09 (COM, 108) 405 429.5 S 0.09 (concept of, in W) 405 418.5 S 0.09 (abi, 71) 470.09 418.5 S 0.09 (default printer) 405 407.5 S 0.09 (, 79) 463.76 407.5 S 0.09 (LPT) 405 396.5 S 0.09 (, 76) 421.03 396.5 S (,) 434.88 396.5 T 0.09 ( 108) 437.12 396.5 S 0.09 (printer) 405 385.5 S 0.09 (, 71) 432.55 385.5 S 0.09 (serial, 108) 405 374.5 S 0.09 (settings, 1) 405 363.5 S 0.09 (10) 445.11 363.5 S 0.09 (types of, 108) 405 352.5 S 0.09 (PostScript printer) 387 340 S 0.09 (, 74) 458.07 340 S 0.09 (print command) 387 327.5 S 0.09 (default, 78) 405 316.5 S 0.09 (operating system, 77) 405 305.5 S 0.09 (parameters and ar) 405 294.5 S 0.09 (guments, 78) 478.9 294.5 S 0.09 (print job title) 387 282 S 0.09 (ar) 405 271 S 0.09 (gument to print command, 78) 413.06 271 S 0.09 (Print Manager) 387 258.5 S 0.09 (, W) 445.08 258.5 S 0.09 (indows, 70) 458.33 258.5 S 0.09 (print pr) 387 246 S 0.09 (ocess, 70) 418.48 246 S 0.09 (printers) 387 233.5 S 0.09 (con\336guring in operating system, 71) 405 222.5 S 0.09 (connecting port to operating system) 405 211.5 S 0.09 (printer) 441 200.5 S 0.09 (, 76) 468.55 200.5 S 0.09 (connecting to a port, 82) 405 189.5 S 0.09 (default operating system, 72) 405 178.5 S (,) 519.96 178.5 T 0.09 (77) 524.45 178.5 S 0.09 (default W) 405 167.5 S 0.09 (abi, 78) 444.46 167.5 S (,) 470.65 167.5 T 0.09 ( 83) 472.9 167.5 S 0.09 (Epson, 75) 405 156.5 S FMENDPAGE %%EndPage: "188" 211 %%Page: "187" 211 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Index) 198 108.7 S 0 F 0.09 (187) 544.25 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 0.09 (specifying default font cache, 174) 216 642 S 0.09 (fonts) 198 629.5 S 0.09 (A) 216 618.5 S 0.09 (TM, 121) 222.42 618.5 S 0.09 (bitmap) 216 607.5 S 0.09 (description, 166) 234 596.5 S 0.09 (how pr) 234 585.5 S 0.09 (oduced, 169) 263.21 585.5 S 0.09 (dif) 216 574.5 S 0.09 (fer) 227.21 574.5 S 0.09 (ences in W) 238.16 574.5 S 0.09 (indows and X) 281.54 574.5 S 0.09 (W) 252 563.5 S 0.09 (indows, 165) 260.58 563.5 S 0.09 (downloading not supported, 75) 216 552.5 S 0.09 (how W) 216 541.5 S 0.09 (abi matches fonts, 168) 244.49 541.5 S 0.09 (how W) 216 530.5 S 0.09 (abi pr) 244.49 530.5 S 0.09 (ocesses, 169) 268.15 530.5 S 0.09 (in dialog boxes, 14) 216 519.5 S 0.09 (installing with W) 216 508.5 S 0.09 (indows Contr) 285.94 508.5 S 0.09 (ol) 341.65 508.5 S 0.09 (Panel, 28) 252 497.5 S 0.09 (list of available, 168) 216 486.5 S 0.09 (listed in) 216 475.5 S 2 F (win.ini) 251.01 475.5 T 0 F 0.09 (, 168) 288.75 475.5 S 0.09 (outline, description of, 166) 216 464.5 S 0.09 (PostScript, 168) 216 453.5 S 0.09 (pr) 216 442.5 S 0.09 (ovided by application, 168) 224.97 442.5 S 0.09 (scr) 216 431.5 S 0.09 (een and printer) 227.46 431.5 S 0.09 (, 167) 289.28 431.5 S 0.09 (T) 216 420.5 S 0.09 (r) 220.79 420.5 S 0.09 (ueT) 224.36 420.5 S 0.09 (ype, 167) 239.05 420.5 S 0.09 (formatting a DOS diskette outside W) 198 408 S 0.09 (abi,) 347.22 408 S 0.09 (47) 234 397 S 0.09 (functions of W) 198 384.5 S 0.09 (abi, 3) 256.94 384.5 S 3 13 Q 4 K 0.13 (G) 198 356.83 S 0 9 Q 0 K 0.09 (Games gr) 198 342.5 S 0.09 (oup, pr) 236.75 342.5 S 0.09 (ograms included in, 12) 266.39 342.5 S 0.09 (generic printer driver) 198 330 S 0.09 (, 75) 284.97 330 S 0.09 (Gr) 198 317.5 S 0.09 (eenCubeCount variable, 163) 208.43 317.5 S 3 13 Q 4 K 0.13 (H) 198 289.83 S 0 9 Q 0 K 0.09 (H drive, 50) 198 275.5 S 0.09 (har) 198 263 S 0.09 (dwar) 211.38 263 S 0.09 (e r) 232.61 263 S 0.09 (equir) 242.82 263 S 0.09 (ements, 20) 264.03 263 S 0.09 (help) 198 250.5 S 0.09 (customer support, xxi) 216 239.5 S 0.09 (err) 216 228.5 S 0.09 (or messages, xxi) 227.51 228.5 S 0.09 (in status panel, 13) 216 217.5 S 0.09 (on-line, xxi) 216 206.5 S 0.09 (sour) 216 195.5 S 0.09 (ces of, xx) 233.88 195.5 S 0.09 (status panel, xxi) 216 184.5 S (,) 281.6 184.5 T 0.09 ( 34) 283.85 184.5 S 0.09 (types available, 12) 216 173.5 S 0.09 (Help menu, Con\336guration Manager) 198 161 S 0.09 (, 29) 343.46 161 S 3 13 Q 4 K 0.13 (I) 387 639.33 S 0 9 Q 0 K 0.09 (icons) 387 625 S 0.09 (changing for DOS applications, 146) 405 614 S 0.09 (in Con\336guration Manager) 405 603 S 0.09 (, 27) 510.41 603 S 0.09 (initialization \336les, 156) 387 590.5 S 0.09 (table of, 156) 405 579.5 S 0.09 (installing printer drivers, 74) 387 567 S 0.09 (installing W) 387 554.5 S 0.09 (indows) 435.97 554.5 S 0.09 (at a later time, 17) 405 543.5 S 0.09 (installing W) 387 531 S 0.09 (indows softwar) 435.97 531 S 0.09 (e) 499.05 531 S 0.09 (fr) 405 520 S 0.09 (om a W) 411.56 520 S 0.09 (abi drive, 9) 442.09 520 S 0.09 (fr) 405 509 S 0.09 (om diskette, 7) 411.56 509 S 0.09 (to a network server) 405 498 S 0.09 (, 6) 483.13 498 S 0.09 (international settings) 387 485.5 S 0.09 (about, 91) 405 474.5 S 0.09 (changing, 98) 405 463.5 S 0.09 (International Settings dialog box, 91) 387 451 S 0.09 (contents, 92) 405 440 S 0.09 (international support, 90) 387 427.5 S 3 13 Q 4 K 0.13 (K) 387 399.83 S 0 9 Q 0 K 0.09 (keyboar) 387 385.5 S 0.09 (d shortcuts, 29) 419.69 385.5 S 0.09 (keyboar) 387 373 S 0.09 (d, using language-speci\336c, 90) 419.69 373 S (,) 539.18 373 T 0.09 ( 97) 541.42 373 S 3 13 Q 4 K 0.13 (L) 387 345.33 S 0 9 Q 0 K 0.09 (LANG envir) 387 331 S 0.09 (onment variable, 90) 437.57 331 S 0.09 (setting, 97) 405 320 S 0.09 (language) 387 307.5 S 0.09 (specifying with LANG variable, 97) 405 296.5 S 0.09 (LaserJet printers supported, 74) 387 284 S 2 F (lib) 387 271.5 T 0 F 0.09 ( dir) 403.18 271.5 S 0.09 (ectory) 417.28 271.5 S 0.09 (, 154) 441.5 271.5 S 0.09 (locale) 387 259 S 0.09 (de\336ned, 90) 405 248 S 0.09 (how W) 405 237 S 0.09 (abi uses, 92) 433.49 237 S 0.09 (specifying, 97) 405 226 S 0.09 (table of values for envir) 405 215 S 0.09 (onment) 501.24 215 S 0.09 (variables, 102) 441 204 S 0.09 (localizing W) 387 191.5 S 0.09 (abi, 90) 437.06 191.5 S 0.09 (locking, \336le, 51) 387 179 S 0.09 (logical palette, 158) 387 166.5 S 0.09 (long date format, changing, 99) 387 154 S FMENDPAGE %%EndPage: "187" 210 %%Page: "186" 210 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (186) 54 108.7 S 1 F 0 K 0.09 (W) 198 108.7 S 0.09 (abi 2.0 User) 206.39 108.7 S 0.09 (\325) 251.66 108.7 S 0.09 (s Guide) 253.76 108.7 S 4 K 0.09 (\321November 1994) 282.11 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 0 F 0.09 (drives) 198 642 S 0.09 (A and B, 44) 216 631 S 0.09 (assigning a connection, 50) 216 620 S 0.09 (C, 50) 216 609 S 0.09 (C thr) 216 598 S 0.09 (ough Z, 44) 236.62 598 S 0.09 (CD-ROM, 54) 216 587 S 0.09 (con\336guring, 48) 216 576 S 0.09 (connections, 49) 216 565 S 0.09 (default assignments, 50) 216 554 S 0.09 (default but changeable, 50) 216 543 S 0.09 (dir) 216 532 S 0.09 (ectory path, 49) 227.76 532 S 0.09 (disconnecting, 51) 216 521 S 0.09 (diskette, 44) 216 510 S 0.09 (E, 50) 216 499 S 0.09 (general information, 43) 216 488 S 0.09 (H, 50) 216 477 S 0.09 (har) 216 466 S 0.09 (d, 44) 229.38 466 S 0.09 (network, 44) 216 455 S (,) 263.89 455 T 0.09 ( 53) 266.13 455 S 0.09 (network drive designator) 216 444 S 0.09 (, 49) 318.77 444 S 0.09 (permanent assignments, 50) 216 433 S 0.09 (R, 50) 216 422 S 0.09 (tr) 216 411 S 0.09 (oubleshooting pr) 222.5 411 S 0.09 (oblems, 65) 291.82 411 S 0.09 (typing a path, 51) 216 400 S 0.09 (W) 216 389 S 0.09 (, 50) 224.25 389 S 0.09 (Drive Connections dialog box, 48) 198 376.5 S 0.09 (drive mapping, matching W) 198 364 S 0.09 (abi with DOS) 311.94 364 S 0.09 (emulator) 234 353 S 0.09 (, 141) 270.21 353 S 0.09 (dr) 198 340.5 S 0.09 (op-down list, in dialog box, 32) 207.06 340.5 S 3 13 Q 4 K 0.13 (E) 198 312.83 S 0 9 Q 0 K 0.09 (E drive, 50) 198 298.5 S 0.09 (eight-plane display) 198 286 S 0.09 (, 159) 275.5 286 S 0.09 (electr) 198 273.5 S 0.09 (onic mail applications, 106) 220.07 273.5 S 0.09 (entry validation, 34) 198 261 S 0.09 (envir) 198 248.5 S 0.09 (onment variable) 219.07 248.5 S 0.09 (LANG) 216 237.5 S 0.09 (setting, 97) 234 226.5 S 0.09 (W) 216 215.5 S 0.09 (ABI_KEYB) 224.25 215.5 S 0.09 (setting, 97) 234 204.5 S 0.09 (envir) 198 192 S 0.09 (onment variables) 219.07 192 S 0.09 (LANG, 90) 216 181 S 0.09 (W) 216 170 S 0.09 (ABI_KEYB, 90) 224.25 170 S 0.09 (Epson printers supported, 75) 198 157.5 S 0.09 (err) 387 642 S 0.09 (or messages, help for) 398.51 642 S 0.09 (, xix) 483.65 642 S 0.09 (exiting W) 387 629.5 S 0.09 (abi, 15) 425.55 629.5 S 3 13 Q 4 K 0.13 (F) 387 601.83 S 2 9 Q 0 K (fc.) 387 587.5 T 0 F 0.09 ( dir) 403.18 587.5 S 0.09 (ectory) 417.28 587.5 S 0.09 (, 155) 441.5 587.5 S 0.09 (featur) 387 575 S 0.09 (es, new) 411.07 575 S 0.09 (, 4) 440.51 575 S 0.09 (\336le layout, of W) 387 562.5 S 0.09 (abi, 153) 451.21 562.5 S 0.09 (\336le locking, 52) 387 550 S 0.09 (clearing locks, 53) 405 539 S 0.09 (\336le pattern) 387 526.5 S 0.09 (changing diskette device, 58) 405 515.5 S 0.09 (COM device, general, 1) 405 504.5 S 0.09 (12) 499.43 504.5 S 0.09 (diskette device, 47) 405 493.5 S 0.09 (FILE printer port, 76) 387 481 S 0.09 (\336le sharing) 387 468.5 S 0.09 (what it is, 52) 405 457.5 S 0.09 (when to enable, 52) 405 446.5 S 0.09 (\336le, printing to, 76) 387 434 S (,) 461.79 434 T 0.09 (80) 466.28 434 S (,) 475.45 434 T 0.09 (85) 479.94 434 S 0.09 (\336les, initialization, 156) 387 421.5 S 0.09 (font cache) 387 409 S 0.09 (default, 170) 405 398 S 0.09 (cr) 423 387 S 0.09 (eating new) 430.56 387 S 0.09 (, 174) 474.48 387 S 0.09 (\336le name, 170) 405 376 S 0.09 (how to make W) 405 365 S 0.09 (abi build, 172) 468.27 365 S 0.09 (purpose of, 170) 405 354 S 0.09 (used for list of available fonts, 168) 405 343 S 0.09 (why W) 405 332 S 0.09 (abi builds automatically) 433.58 332 S 0.09 (, 171) 530.67 332 S 0.09 (font con\336guration \336le, 172) 387 319.5 S 0.09 (font display types, 166) 387 307 S 0.09 (font handling, general, 165) 387 294.5 S -0.43 0.09 (font information, dir) 387 282 B -0.43 0.09 (ectory containing, 155) 469.74 282 B 0.09 (font path, 171) 387 269.5 S 0.09 (font pr) 387 257 S 0.09 (ocessing, performance, 170) 414.73 257 S 0.09 (font server) 387 244.5 S 0.09 (enabling and disabling, 175) 405 233.5 S 0.09 (purpose of, 170) 405 222.5 S 0.09 (when it is used, 169) 405 211.5 S 2 F (fontconf) 387 199 T (ig) 430.14 199 T 0 F 0.09 ( \336le) 440.92 199 S 0.09 (adding mor) 405 188 S 0.09 (e X servers, 176) 452.7 188 S 0.09 (description, 172) 405 177 S 0.09 (enabling and disabling font server) 405 166 S 0.09 (,) 543.55 166 S 0.09 (175) 441 155 S FMENDPAGE %%EndPage: "186" 209 %%Page: "185" 209 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Index) 198 108.7 S 0 F 0.09 (185) 544.25 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 0.09 (device names) 198 642 S 0.09 (diskette, 46) 216 631 S 0.09 (dialog box) 198 618.5 S 0.09 (accessing printer setup, 84) 216 607.5 S 0.09 (advanced COM port options, 1) 216 596.5 S 0.09 (1) 340.86 596.5 S 0.09 (1) 344.95 596.5 S 0.09 (Advanced Diskette Drive Options, 46) 216 585.5 S 0.09 (buttons, 32) 216 574.5 S 0.09 (check boxes, 33) 216 563.5 S 0.09 (Color Settings, 36) 216 552.5 S 0.09 (COM Ports Connections, 1) 216 541.5 S 0.09 (1) 323.24 541.5 S 0.09 (1) 327.33 541.5 S 0.09 (common elements, 31) 216 530.5 S 0.09 (Curr) 216 519.5 S 0.09 (ency Settings, 96) 235.09 519.5 S 0.09 (Date Settings, 93) 216 508.5 S 0.09 (Diskette Connections, 45) 216 497.5 S 0.09 (DOS Emulator Connection, 143) 216 486.5 S 0.09 (Drive Connections, 48) 216 475.5 S 0.09 (dr) 216 464.5 S 0.09 (op-down list, 32) 225.06 464.5 S 0.09 (in Con\336guration Manager) 216 453.5 S 0.09 (, 31) 321.41 453.5 S 0.09 (International Settings, 91) 216 442.5 S 0.09 (Mouse Settings, 35) 216 431.5 S 0.09 (New Pr) 216 420.5 S 0.09 (ogram Object, 145) 246.87 420.5 S 0.09 (Number Settings, 95) 216 409.5 S 0.09 (Port Settings, 109) 216 398.5 S 0.09 (Printer Output Connections, 77) 216 387.5 S 0.09 (Printer Port Selection, 76) 216 376.5 S 0.09 (Printer Settings, 73) 216 365.5 S 0.09 (Run, 147) 216 354.5 S 0.09 (setting \336elds, 32) 216 343.5 S 0.09 (Sound Settings, 33) 216 332.5 S 0.09 (status panel, 34) 216 321.5 S 0.09 (status panel help, 34) 216 310.5 S 0.09 (T) 216 299.5 S 0.09 (ime Settings, 94) 221.1 299.5 S 0.09 (dir) 198 287 S 0.09 (ectory) 209.76 287 S 0.09 (changing diskette device, 57) 216 276 S 0.09 (diskette device, 47) 216 265 S 0.09 (W) 216 254 S 0.09 (abi system, 153) 224.25 254 S 0.09 (wabi user) 216 243 S 0.09 (, 153) 255.05 243 S 0.09 (disconnecting a drive, 51) 198 230.5 S 0.09 (disk space r) 198 218 S 0.09 (equir) 245.88 218 S 0.09 (ements, 20) 267.09 218 S 0.09 (Diskette Connections dialog box, 45) 198 205.5 S 0.09 (diskette device) 198 193 S 0.09 (changing \336le pattern, 58) 216 182 S 0.09 (changing the dir) 216 171 S 0.09 (ectory) 282.68 171 S 0.09 (, 57) 306.9 171 S 0.09 (dir) 216 160 S 0.09 (ectories, 47) 227.76 160 S 0.09 (\336le pattern, 47) 216 149 S 0.09 (manually entering name, 46) 405 642 S 0.09 (diskette drives) 387 629.5 S 0.09 (advanced options, 46) 405 618.5 S 0.09 (con\336guring, 44) 405 607.5 S 0.09 (device validation, 45) 405 596.5 S 0.09 (general information, 44) 405 585.5 S 0.09 (not accessible on r) 405 574.5 S 0.09 (emote system, 14) 478.95 574.5 S 0.09 (diskette time-out period, 46) 387 562 S 0.09 (diskette, device not r) 387 549.5 S 0.09 (ead, 63) 471.59 549.5 S 0.09 (diskette, DOS formatting not possible, 47) 387 537 S 0.09 (diskette, pr) 387 524.5 S 0.09 (oblem ejecting, 64) 432.75 524.5 S 0.09 (display) 387 512 S 0.09 (font size varies with, 14) 405 501 S 0.09 (r) 405 490 S 0.09 (emote, 14) 408.48 490 S 0.09 (X-terminal, 14) 405 479 S 0.09 (dithering, color) 387 466.5 S 0.09 (, 158) 449.2 466.5 S 0.09 (DOS application) 387 454 S 0.09 (changing the icon, 146) 405 443 S 0.09 (icon for) 405 432 S 0.09 (, 148) 435.49 432 S 0.09 (installing, 144) 405 421 S 0.09 (to drive other than C drive, 145) 423 410 S 0.09 (pr) 405 399 S 0.09 (eparation for using, 140) 413.97 399 S 0.09 (r) 405 388 S 0.09 (unning, 147) 408.57 388 S 0.09 (setting up W) 405 377 S 0.09 (abi for) 456.37 377 S 0.09 (, 140) 482.11 377 S 0.09 (starting instr) 405 366 S 0.09 (uctions, 150) 457.13 366 S 0.09 (start-up command, 147) 405 355 S 0.09 (using, 148) 405 344 S 0.09 (DOS diskette, formatting outside W) 387 331.5 S 0.09 (abi, 47) 531.64 331.5 S 0.09 (DOS emulator) 387 319 S 0.09 (C drive, 142) 405 308 S 0.09 (command parameters, 143) 405 297 S 0.09 (displaying on r) 405 286 S 0.09 (emote system, 143) 466.64 286 S 0.09 (DOS command line ar) 405 275 S 0.09 (guments, 143) 494.82 275 S 0.09 (drive mappings, 141) 405 264 S 0.09 (installing, 141) 405 253 S 0.09 (instr) 405 242 S 0.09 (uctions for start-up, 148) 423.51 242 S 0.09 (sharing \336les with W) 405 231 S 0.09 (abi, 142) 485.98 231 S -0.18 0.09 (DOS Emulator Connection dialog box, 143) 387 218.5 B 0.09 (DOS KEYB variable, 102) 387 206 S 2 F (dos2unix) 387 193.5 T 0 F 0.09 (, converting text \336les, 180) 430.14 193.5 S 0.09 (downloading fonts, not supported, 75) 387 181 S FMENDPAGE %%EndPage: "185" 208 %%Page: "184" 208 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (184) 54 108.7 S 1 F 0 K 0.09 (W) 198 108.7 S 0.09 (abi 2.0 User) 206.39 108.7 S 0.09 (\325) 251.66 108.7 S 0.09 (s Guide) 253.76 108.7 S 4 K 0.09 (\321November 1994) 282.11 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 0 F 0.09 (using applications, 54) 216 642 S 0.09 (certi\336ed applications, 23) 198 629.5 S 0.09 (change icon) 198 617 S 0.09 (for DOS application, 146) 216 606 S 0.09 (check box, in dialog box, 33) 198 593.5 S 0.09 (color allocation) 198 581 S 0.09 (in Micr) 216 570 S 0.09 (osoft W) 245.22 570 S 0.09 (indows, 158) 276.14 570 S 0.09 (in X windows, 158) 216 559 S 0.09 (color cell, 157) 198 546.5 S 0.09 (color \337ashing) 198 534 S 0.09 (explanation of, 159) 216 523 S 0.09 (r) 216 512 S 0.09 (educing, 162) 219.48 512 S 0.09 (color handling, general, 157) 198 499.5 S 0.09 (color palette, 157) 198 487 S 0.09 (Color Settings dialog box, 36) 198 474.5 S 0.09 (color variables, 160) 198 462 S 0.09 (wher) 216 451 S 0.09 (e to set, 164) 236.78 451 S 0.09 (color) 198 438.5 S 0.09 (, changing via Contr) 217.76 438.5 S 0.09 (ol Panel and) 300.34 438.5 S 0.09 (Con\336guration Manager) 234 427.5 S 0.09 (, 28) 329.04 427.5 S 0.09 (colormap) 198 415 S 0.09 (de\336nition, 157) 216 404 S 0.09 (W) 216 393 S 0.09 (abi, 159) 224.25 393 S 0.09 (colors, changing in W) 198 380.5 S 0.09 (abi windows, 39) 285.45 380.5 S 2 F (colorset.ini) 198 368 T 0 F 0.09 ( \336le, 156) 262.71 368 S 0.09 (COM device dir) 198 355.5 S 0.09 (ectories, general, 1) 262.97 355.5 S 0.09 (12) 337.67 355.5 S 0.09 (COM device \336le pattern, general, 1) 198 343 S 0.09 (12) 339.2 343 S 0.09 (COM port, 108) 198 330.5 S 0.09 (advanced options, 1) 216 319.5 S 0.09 (1) 296.83 319.5 S 0.09 (1) 300.92 319.5 S 0.09 (con\336guring, 109) 216 308.5 S 0.09 (connections, 1) 216 297.5 S 0.09 (10) 272.9 297.5 S 0.09 (entering advanced options, 1) 216 286.5 S 0.09 (15) 333.05 286.5 S 0.09 (setting default connections, 1) 216 275.5 S 0.09 (15) 333.9 275.5 S 0.09 (settings, 109) 216 264.5 S 0.09 (COM Port Connections dialog box, 1) 198 252 S 0.09 (10) 346.46 252 S 0.09 (compatible applications, 23) 198 239.5 S 0.09 (compose key) 198 227 S 0.09 (, 90) 249.79 227 S 0.09 (concepts, of W) 198 214.5 S 0.09 (abi operation, 2) 256.63 214.5 S 2 F (conf) 198 202 T (ig.sys) 219.57 202 T 0 F 0.09 ( \336le, 155) 251.93 202 S 0.09 (Con\336guration Manager) 198 189.5 S 0.09 (about, 26) 216 178.5 S 0.09 (accelerator keys, table of, 40) 216 167.5 S 0.09 (connections, 26) 216 156.5 S 0.09 (icons, 27) 405 642 S 0.09 (menus, 29) 405 631 S 0.09 (opening, 38) 405 620 S 0.09 (settings, 26) 405 609 S 0.09 (tasks r) 405 598 S 0.09 (elated to, 37) 431.31 598 S 0.09 (tr) 405 587 S 0.09 (oubleshooting, 41) 411.5 587 S 0.09 (window) 405 576 S 0.09 (, 26) 437.95 576 S 0.09 (con\336guring W) 387 563.5 S 0.09 (abi drives, 48) 444.86 563.5 S -0.48 0.09 (connecting, W) 387 551 B -0.48 0.09 (abi printer port to operating) 443.77 551 B 0.09 (system printer) 423 540 S 0.09 (, 76) 481.21 540 S 0.09 (connections) 387 527.5 S 0.09 (COM ports, 1) 405 516.5 S 0.09 (10) 459.36 516.5 S 0.09 (diskette drives, 45) 405 505.5 S 0.09 (drives, 48) 405 494.5 S 0.09 (making in Con\336guration Manager) 405 483.5 S 0.09 (, 26) 543.55 483.5 S 0.09 (contents, of this guide, xix) 387 471 S -0.2 0.09 (Contr) 387 458.5 B -0.2 0.09 (ol Panel and Con\336guration Manager) 410.28 458.5 B 0.09 (which to use, 28) 405 447.5 S 0.09 (conventions, typographic, xxii) 387 435 S 0.09 (conversion of simple text \336les, 180) 387 422.5 S 0.09 (curr) 387 410 S 0.09 (ency format, 96) 403.71 410 S 0.09 (changing, 101) 405 399 S 0.09 (Curr) 387 386.5 S 0.09 (ency Settings dialog box, 96) 406.09 386.5 S 0.09 (customer support, xxi) 387 374 S 0.09 (cutting and pasting, 127) 387 361.5 S 3 13 Q 4 K 0.13 (D) 387 333.83 S 0 9 Q 0 K 0.09 (date format, 93) 387 319.5 S 0.09 (changing, 98) 405 308.5 S (,) 456.35 308.5 T 0.09 ( 99) 458.59 308.5 S 0.09 (Date Settings dialog box, 93) 387 296 S 0.09 (default) 387 283.5 S 0.09 (COM port connections, 1) 405 272.5 S 0.09 (15) 505.93 272.5 S 0.09 (COM port settings, 1) 405 261.5 S 0.09 (14) 489.14 261.5 S 0.09 (default font cache, 170) 387 249 S 0.09 (specifying dif) 405 238 S 0.09 (fer) 460.4 238 S 0.09 (ent, 174) 471.36 238 S 0.09 (device) 387 225.5 S 0.09 (de\336nition of, 44) 405 214.5 S 0.09 (device drivers) 387 202 S 0.09 (connecting to COM port, 1) 405 191 S 0.09 (14) 512.47 191 S FMENDPAGE %%EndPage: "184" 207 %%Page: "183" 207 612 792 0 FMBEGINPAGE 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 X 0 K N 54 104.98 558 113.98 R 7 X V 0 9 Q 0 X 4 K 0.09 (183) 544.25 107.98 S 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K (Index) 198 509.31 T 201.02 144 370.22 468 R 7 X V 3 13 Q 0 X 4 K 0.13 (Symbols) 201.02 459.33 S 2 9 Q 0 K ($HOME/wabi) 201.02 445 T 0 F 0.09 ( dir) 254.95 445 S 0.09 (ectory) 269.05 445 S 0.09 (, 153) 293.27 445 S (,) 311.7 445 T 0.09 ( 155) 313.94 445 S 0.09 (moving to a new location, 66) 219.02 434 S 3 13 Q 4 K 0.13 (Numerics) 201.02 406.33 S 0 9 Q 0 K 0.09 (24-bit display) 201.02 392 S 0.09 (color variable for use on, 163) 219.02 381 S 3 13 Q 4 K 0.13 (A) 201.02 353.33 S 0 9 Q 0 K 0.09 (accelerator keys, 29) 201.02 339 S -0.38 0.09 (Accessories gr) 201.02 326.5 B -0.38 0.09 (oup, pr) 258.62 326.5 B -0.38 0.09 (ograms included in,) 287.88 326.5 B 0.09 (12) 237.02 315.5 S 0.09 (advanced COM port options) 201.02 303 S 0.09 (device dir) 219.02 292 S 0.09 (ectories, 1) 259.45 292 S 0.09 (12) 299.35 292 S 0.09 (device \336le pattern, 1) 219.02 281 S 0.09 (12) 300.88 281 S 0.09 (dialog box, 1) 219.02 270 S 0.09 (1) 270.57 270 S 0.09 (1) 274.66 270 S 0.09 (Advanced Diskette Drive Options) 201.02 257.5 S 0.09 (dialog box, 46) 219.02 246.5 S 0.09 (advanced diskette drive options) 201.02 234 S 0.09 (dir) 219.02 223 S 0.09 (ectories, 47) 230.79 223 S 0.09 (\336le pattern, 47) 219.02 212 S 0.09 (application) 201.02 199.5 S 0.09 (CD-ROM, 54) 219.02 188.5 S 0.09 (installing, general, 120) 219.02 177.5 S 0.09 (r) 219.02 166.5 S 0.09 (unning W) 222.59 166.5 S 0.09 (indows 3.1-based, 125) 262.77 166.5 S 0.09 (Application Manager) 201.02 154 S 0.09 (, 1) 287.08 154 S 0.09 (1) 295.84 154 S 385.78 144 558 468 R 7 X V 0 X 0.09 (applications) 385.78 462 S 0.09 (note about non-certi\336ed, 24) 403.78 451 S 0.09 (assigning a drive, 50) 385.78 438.5 S 0.09 (A) 385.78 426 S 0.09 (TM fonts, 121) 392.19 426 S 2 F (autoexec.bat) 385.78 413.5 T 0 F 0.09 ( \336le, 155) 450.48 413.5 S 3 13 Q 4 K 0.13 (B) 385.78 385.83 S 0 9 Q 0 K 0.09 (binary \336les, location of, 154) 385.78 371.5 S 0.09 (bitmap fonts, 166) 385.78 359 S 0.09 (how they ar) 403.78 348 S 0.09 (e pr) 452.24 348 S 0.09 (oduced, 169) 467.94 348 S 0.09 (pr) 403.78 337 S 0.09 (ovided with W) 412.75 337 S 0.09 (abi, 167) 472.73 337 S 0.09 (BlueCubeCount variable, 163) 385.78 324.5 S 0.09 (button) 385.78 312 S 0.09 (in dialog boxes, 32) 403.78 301 S 0.09 (swapping on mouse, 35) 403.78 290 S 3 13 Q 4 K 0.13 (C) 385.78 262.33 S 0 9 Q 0 K 0.09 (C drive, 50) 385.78 248 S 0.09 (DOS emulator) 403.78 237 S 0.09 (, 142) 461.33 237 S 0.09 (capabilities of W) 385.78 224.5 S 0.09 (abi, 3) 452.72 224.5 S 0.09 (CD-ROM) 385.78 212 S 0.09 (accessing, 54) 403.78 201 S (,) 455.67 201 T 0.09 ( 62) 457.92 201 S 0.09 (format limitations, 54) 403.78 190 S 0.09 (limitations, 54) 403.78 179 S 0.09 (potential pr) 403.78 168 S 0.09 (oblem using Micr) 451.32 168 S 0.09 (osoft) 522.56 168 S 0.09 (applications, 54) 439.78 157 S FMENDPAGE %%EndPage: "183" 206 %%Page: "182" 206 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (182) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (D) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (For the \336les named) 198 641.33 B 2 F 1.2 (ORANGE.EXE) 289.31 641.33 P 0 F 0.52 0.1 (,) 349.28 641.33 B 2 F 1.2 (Red.doc) 354.99 641.33 P 0 F 0.52 0.1 (, and) 396.97 641.33 B 2 F 1.2 (GREENERY.ZIP) 423.03 641.33 P 0 F 0.52 0.1 ( in the) 494.99 641.33 B 0.52 0.1 (dir) 198 628.93 B 0.52 0.1 (ectory) 211.08 628.93 B 2 F 1.2 ($HOME/ColorFiles) 242.25 628.93 P 0 F 0.52 0.1 (, use the command:) 338.19 628.93 B 4 9 Q 1.08 (makelower $HOME/ColorFiles) 198 608.53 P 0 10 Q 0.52 0.1 (The pr) 198 588.13 B 0.52 0.1 (ogram cr) 228.12 588.13 B 0.52 0.1 (eates symbolic links) 268.93 588.13 B 2 F 1.2 (orange.exe) 363.44 588.13 P 0 F 0.52 0.1 (,) 423.41 588.13 B 2 F 1.2 (red.doc,) 429.12 588.13 P 0 F 0.52 0.1 ( and) 477.1 588.13 B 2 F 0.99 (greenery.zip) 198 575.73 P 0 F 0.43 0.1 (, with the original \336les as their tar) 269.96 575.73 B 0.43 0.1 (gets. This enables you to see) 425.28 575.73 B 0.52 0.1 (mor) 198 563.33 B 0.52 0.1 (e r) 216.35 563.33 B 0.52 0.1 (ecognizable \336le names in your applications and when br) 228.22 563.33 B 0.52 0.1 (owsing) 486.98 563.33 B 0.52 0.1 (dir) 198 550.93 B 0.52 0.1 (ectories in the W) 211.08 550.93 B 0.52 0.1 (abi pr) 287.32 550.93 B 0.52 0.1 (ogram.) 314.15 550.93 B FMENDPAGE %%EndPage: "182" 205 %%Page: "181" 205 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (UNIX and DOS File Systems) 198 108.7 B 0 F 0.09 (181) 544.25 108.7 S 1 20 Q (D) 523.01 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 15 Q 0 X 0 K -0.94 (File Names in UNIX and DOS) 54 638 P 0 10 Q 0.52 0.1 (The DOS operating system limits \336le names to a format using 8 characters, a) 198 616.33 B 0.52 0.1 (period, and up to 3 characters in a \336le name extension \050commonly known as) 198 603.93 B 0.52 0.1 (the 8.3 convention\051. Also, DOS r) 198 591.53 B 0.52 0.1 (ecognizes only a single case so it doesn\325t) 345.36 591.53 B 0.52 0.1 (matter whether you type a name in upper) 198 579.13 B 0.52 0.1 (case or lower) 390.24 579.13 B 0.52 0.1 (case. The UNIX) 450.7 579.13 B 0.52 0.1 (operating system accepts \336le names up to 128 characters and distinguishes) 198 566.73 B 0.52 0.1 (between upper) 198 554.33 B 0.52 0.1 (case and lower) 266.21 554.33 B 0.52 0.1 (case. The only UNIX \336le name that matches the) 334.29 554.33 B 0.52 0.1 (DOS \336le name format is all lower) 198 541.93 B 0.52 0.1 (case and no mor) 351.35 541.93 B 0.52 0.1 (e than 8 characters plus 3) 426.6 541.93 B 0.52 0.1 (extension characters.) 198 529.53 B 0.12 0.1 (A \336le cr) 198 509.13 B 0.12 0.1 (eated in the UNIX system and named with a long descriptive \336le name) 233.75 509.13 B 0.52 0.1 (such as) 198 496.73 B 2 F 1.2 (QuarterlyReport.doc) 234.59 496.73 P 0 F 0.52 0.1 ( cannot be handled by DOS. The W) 348.53 496.73 B 0.52 0.1 (abi) 509.72 496.73 B 0.15 0.1 (pr) 198 484.33 B 0.15 0.1 (ogram must map UNIX \336le names that use upper) 207.98 484.33 B 0.15 0.1 (case or that ar) 432.01 484.33 B 0.15 0.1 (e longer than) 495.41 484.33 B 0.52 0.1 (the DOS 8.3 naming convention to names acceptable in both DOS and UNIX) 198 471.93 B 0.52 0.1 (envir) 198 459.53 B 0.52 0.1 (onments because Micr) 221.43 459.53 B 0.52 0.1 (osoft W) 323.03 459.53 B 0.52 0.1 (indows applications expect the DOS \336le) 357.93 459.53 B 0.52 0.1 (name format.) 198 447.13 B 0.52 0.1 (The W) 198 426.73 B 0.52 0.1 (abi pr) 227.32 426.73 B 0.52 0.1 (ogram cr) 254.15 426.73 B 0.52 0.1 (eates names that may be har) 294.96 426.73 B 0.52 0.1 (d to r) 425.08 426.73 B 0.52 0.1 (ecognize because they) 450.31 426.73 B 0.52 0.1 (may include tildes, and may sometimes not include the DOS \336le name) 198 414.33 B 0.52 0.1 (extension. For example, if you have \336les named) 198 401.93 B 2 F 1.2 (ORANGE.TXT) 419.54 401.93 P 0 F 0.52 0.1 (,) 478.77 401.93 B 2 F 1.2 (Red.doc,) 484.48 401.93 P 0 F 0.52 0.1 ( and) 532.46 401.93 B 2 F 1.2 (GREENERY.ZIP) 198 389.53 P 0 F 0.52 0.1 ( in the dir) 269.96 389.53 B 0.52 0.1 (ectory) 315.48 389.53 B 2 F 1.2 ($HOME/ColorFiles) 346.65 389.53 P 0 F 0.52 0.1 (, they might be mapped) 442.6 389.53 B 0.52 0.1 (to names like) 198 377.13 B 2 F 1.2 (orang~5z) 261.99 377.13 P 0 F 0.52 0.1 (,) 309.97 377.13 B 2 F 1.2 (red~~~s2.doc) 315.68 377.13 P 0 F 0.52 0.1 (, and) 387.65 377.13 B 2 F 1.2 (green~26) 413.7 377.13 P 0 F 0.52 0.1 (. Note that these) 461.67 377.13 B 0.52 0.1 (names follow the 8.3 convention, but not the all-lower) 198 364.73 B 0.52 0.1 (case convention.) 445.46 364.73 B 0.52 0.1 (This mapping may sometimes cause a pr) 198 344.33 B 0.52 0.1 (oblem if the \336le extension is omitted.) 384.98 344.33 B 0.12 0.1 (For example, if an application you r) 198 331.93 B 0.12 0.1 (un in the W) 359.9 331.93 B 0.12 0.1 (abi pr) 412.36 331.93 B 0.12 0.1 (ogram looks for \336les with) 438.78 331.93 B 0.26 0.1 (a particular \336le extension, it may not be able to \336nd them. If you r) 198 319.53 B 0.26 0.1 (un into such) 498.42 319.53 B 0.52 0.1 (a pr) 198 307.13 B 0.52 0.1 (oblem, you r) 216.19 307.13 B 0.52 0.1 (un the) 274.34 307.13 B 2 F 1.2 (makelower) 306.78 307.13 P 0 F 0.52 0.1 ( utility to map mixed-case \336le names to) 360.75 307.13 B 0.52 0.1 (lower) 198 294.73 B 0.52 0.1 (case names, as described in the next section.) 223.76 294.73 B 5 12 Q 0.69 0.12 (t) 104.4 261 B 6 F 0.73 0.3 (Mapping File Names to Lower) 126 261 B 0.73 0.3 (case) 308.21 261 B 0 10 Q 0.42 0.1 (If you \336nd the W) 198 240.33 B 0.42 0.1 (abi pr) 275.9 240.33 B 0.42 0.1 (ogram\325s mapping of \336le names using upper) 302.62 240.33 B 0.42 0.1 (case to be a) 502.36 240.33 B 0.52 0.1 (pr) 198 227.93 B 0.52 0.1 (oblem, you can r) 207.98 227.93 B 0.52 0.1 (un the) 284.79 227.93 B 2 F 1.2 (makelower) 317.23 227.93 P 0 F 0.52 0.1 ( pr) 371.2 227.93 B 0.52 0.1 (ogram to cr) 384.3 227.93 B 0.52 0.1 (eate symbolic links to \336le) 437.14 227.93 B 0.52 0.1 (names that include UNIX upper) 198 215.53 B 0.52 0.1 (case characters. This pr) 344.67 215.53 B 0.52 0.1 (ogram only works on) 450.81 215.53 B 0.23 0.1 (\336le names that \336t the DOS 8.3 convention but include upper) 198 203.13 B 0.23 0.1 (case characters. T) 471.13 203.13 B 0.23 0.1 (o) 549.41 203.13 B 0.52 0.1 (r) 198 190.73 B 0.52 0.1 (un the pr) 201.97 190.73 B 0.52 0.1 (ogram, enter the following command:) 244.38 190.73 B 4 9 Q 1.08 (makelower) 198 170.33 P 1 10 Q 0.52 0.1 (dir) 249.65 170.33 B 0.52 0.1 (ectory) 261.43 170.33 B 0 F 0.52 0.1 (wher) 198 149.93 B 0.52 0.1 (e) 221.11 149.93 B 1 F 0.52 0.1 (dir) 229.11 149.93 B 0.52 0.1 (ectory) 240.9 149.93 B 0 F 0.52 0.1 ( is a dir) 266.1 149.93 B 0.52 0.1 (ectory containing \336les whose names you want to map.) 300.98 149.93 B FMENDPAGE %%EndPage: "181" 204 %%Page: "180" 204 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (180) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (D) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 14 Q 0 X 0 K -0.88 (T) 126 638.67 P -0.88 (ext File Conversion Between UNIX and DOS Systems) 133 638.67 P 0 10 Q -0.04 0.1 (The W) 198 617.33 B -0.04 0.1 (abi pr) 226.76 617.33 B -0.04 0.1 (ogram includes two UNIX text \336le conversion utilities. Y) 253.03 617.33 B -0.04 0.1 (ou can use) 507.64 617.33 B -0.01 0.1 (these utilities to convert simple ASCII text \336les cr) 198 604.93 B -0.01 0.1 (eated with tools such as a text) 420.46 604.93 B 0.52 0.1 (editor) 198 592.53 B 0.52 0.1 (, vi, or the Micr) 224.33 592.53 B 0.52 0.1 (osoft W) 295.49 592.53 B 0.52 0.1 (indows Notepad, back and forth between UNIX) 330.39 592.53 B 0.52 0.1 (and DOS formats. This allows you to view and print ASCII text \336les in either) 198 580.13 B 0.52 0.1 (envir) 198 567.73 B 0.52 0.1 (onment. The utilities ar) 221.43 567.73 B 0.52 0.1 (e:) 328.04 567.73 B 7 14 Q 0.14 (\245) 198 549.33 S 2 10 Q 0.25 (unix2dos) 210.6 549.33 P 0 F 0.11 0.1 ( \320 Converts text \336les cr) 258.57 549.33 B 0.11 0.1 (eated with UNIX-based tools, such as vi or) 361.88 549.33 B 0.52 0.1 (a text editor) 210.6 536.93 B 0.52 0.1 (, to a common DOS format.) 265.12 536.93 B 7 14 Q 0.14 (\245) 198 518.53 S 2 10 Q 1.2 (dos2unix) 210.6 518.53 P 0 F 0.52 0.1 ( \320 Converts text \336les cr) 258.57 518.53 B 0.52 0.1 (eated with DOS-based tools, such as the) 363.95 518.53 B 0.52 0.1 (Micr) 210.6 506.13 B 0.52 0.1 (osoft W) 231.57 506.13 B 0.52 0.1 (indows Notepad, to a common UNIX format.) 266.47 506.13 B 0.52 0.1 (Y) 198 485.73 B 0.52 0.1 (ou r) 203.85 485.73 B 0.52 0.1 (un these utilities fr) 222.62 485.73 B 0.52 0.1 (om the system pr) 308.8 485.73 B 0.52 0.1 (ompt within a command window) 388.27 485.73 B 0.52 0.1 (.) 541.24 485.73 B 5 12 Q 0.69 0.12 (t) 104.4 452 B 6 F 0.73 0.3 (Converting a DOS T) 126 452 B 0.73 0.3 (ext File to a UNIX T) 244.77 452 B 0.73 0.3 (ext File) 360.09 452 B 0 10 Q 0.52 0.1 (The) 198 431.33 B 2 F 1.2 (dos2unix) 218.15 431.33 P 0 F 0.52 0.1 ( command takes the following form, wher) 266.12 431.33 B 0.52 0.1 (e) 458.74 431.33 B 1 F 0.52 0.1 (original\336le) 466.74 431.33 B 0 F 0.52 0.1 ( is the) 511.44 431.33 B 0.52 0.1 (DOS \336le and) 198 418.93 B 1 F 0.52 0.1 (new\336le) 259.76 418.93 B 0 F 0.52 0.1 ( is the UNIX \336le:) 288.96 418.93 B 4 9 Q 1.08 (dos2unix) 198 399.2 P 1 10 Q 0.52 0.1 (original\336le) 247.61 399.2 B 0.52 0.1 (new\336le) 298.78 399.2 B 0 F 0.52 0.1 (The original DOS text \336le is converted fr) 198 379.13 B 0.52 0.1 (om DOS format to UNIX format. The) 383.99 379.13 B 0.52 0.1 (converted \336le is given the name r) 198 366.73 B 0.52 0.1 (epr) 351.32 366.73 B 0.52 0.1 (esented by) 366.18 366.73 B 1 F 0.52 0.1 (new\336le) 418.18 366.73 B 0 F 0.52 0.1 (. \050The original \336le still) 447.38 366.73 B 0.1 (exists.\051) 198 354.33 S 5 12 Q 0.69 0.12 (t) 104.4 320.6 B 6 F 0.73 0.3 (Converting a UNIX T) 126 320.6 B 0.73 0.3 (ext File to a DOS T) 248.43 320.6 B 0.73 0.3 (ext File) 360.09 320.6 B 0 10 Q 0.52 0.1 (T) 198 299.93 B 0.52 0.1 (o convert a text \336le fr) 203.31 299.93 B 0.52 0.1 (om UNIX format to DOS format, enter:) 301.8 299.93 B 4 9 Q 1.08 (unix2dos) 198 280.2 P 1 10 Q 0.52 0.1 (original\336le) 247.61 280.2 B 0.52 0.1 (new\336le) 298.78 280.2 B 0 F 0.18 0.1 (The original UNIX text \336le is converted fr) 198 260.13 B 0.18 0.1 (om UNIX format to DOS format. The) 386.96 260.13 B 0.52 0.1 (converted \336le is given the name r) 198 247.73 B 0.52 0.1 (epr) 351.32 247.73 B 0.52 0.1 (esented by) 366.18 247.73 B 1 F 0.52 0.1 (new\336le) 418.18 247.73 B 0 F 0.52 0.1 (. \050The original \336le still) 447.38 247.73 B 0.1 (exists.\051) 198 235.33 S 34 546 36 556 R 7 X 1 K V 34 515.2 36 525.2 R V FMENDPAGE %%EndPage: "180" 203 %%Page: "179" 203 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (179) 544.25 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (UNIX and DOS File Systems) 198 509.31 P 1 24 Q 4 K -3.12 (D) 518.48 508.64 S 0 10 Q 0 K -0.03 0.1 (This appendix describes some utilities pr) 198 459.68 B -0.03 0.1 (ovided with the W) 382.56 459.68 B -0.03 0.1 (abi pr) 465.92 459.68 B -0.03 0.1 (ogram to help) 492.19 459.68 B 0.52 0.1 (you use DOS \336les in a UNIX system and vice versa.) 198 447.28 B 1 15 Q -0.94 (Files Cr) 54 413.54 P -0.94 (eated W) 100.73 413.54 P -0.94 (ith Applications) 148.23 413.54 P 0 10 Q 0.52 0.1 (The \336les you cr) 198 391.88 B 0.52 0.1 (eate with an application r) 268.51 391.88 B 0.52 0.1 (unning in the W) 385.72 391.88 B 0.52 0.1 (abi envir) 459.88 391.88 B 0.52 0.1 (onment ar) 500.15 391.88 B 0.52 0.1 (e) 546.8 391.88 B 0.52 0.1 (the same as \336les cr) 198 379.48 B 0.52 0.1 (eated with the same application r) 284.1 379.48 B 0.52 0.1 (unning in the DOS) 437.03 379.48 B 0.52 0.1 (envir) 198 367.08 B 0.52 0.1 (onment with Micr) 221.43 367.08 B 0.52 0.1 (osoft W) 303.91 367.08 B 0.52 0.1 (indows. If you r) 338.81 367.08 B 0.52 0.1 (un an application in both) 412.43 367.08 B 0.52 0.1 (envir) 198 354.68 B 0.52 0.1 (onments, you can cr) 221.43 354.68 B 0.52 0.1 (eate a \336le with an application in one envir) 313.58 354.68 B 0.52 0.1 (onment,) 507.14 354.68 B 0.52 0.1 (and edit the same \336le in the other envir) 198 342.28 B 0.52 0.1 (onment.) 379.36 342.28 B 1 15 Q -0.94 (T) 54 308.54 P -0.94 (ext Files) 61.5 308.54 P 0 10 Q 0.52 0.1 (Simple ASCII text \336les can be used in both the UNIX and DOS worlds, but) 198 286.88 B 0.52 0.1 (ther) 198 274.48 B 0.52 0.1 (e ar) 216.03 274.48 B 0.52 0.1 (e a few slight dif) 233 274.48 B 0.52 0.1 (fer) 309.96 274.48 B 0.52 0.1 (ences in \336le format. For example, the UNIX) 322.14 274.48 B 0.27 0.1 (operating system interpr) 198 262.08 B 0.27 0.1 (ets the DOS end-of-line character as a ^M \050Ctrl-M\051, so) 310.07 262.08 B 0.1 (if you view a DOS ASCII \336le in a UNIX text editor) 198 249.68 S 0.1 (, it may have a ^M at the end) 423.79 249.68 S 0.52 0.1 (of each line.) 198 237.28 B FMENDPAGE %%EndPage: "179" 202 %%Page: "178" 202 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (178) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (C) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V FMENDPAGE %%EndPage: "178" 201 %%Page: "177" 201 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Fonts fr) 198 108.7 B -0.58 0.09 (om W) 226.69 108.7 B -0.58 0.09 (indows to W) 248 108.7 B -0.58 0.09 (abi) 293.57 108.7 B 0 F 0.09 (177) 544.25 108.7 S 1 20 Q (C) 525.23 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 3 10 Q 0 X 0 K 0.1 (5.) 197.5 641.33 S 0.52 0.1 (Rename the new font cache to a name of the format) 210.6 641.33 B 1 F 0.52 0.1 (name) 457 641.33 B 3 F 0.52 0.1 (.) 479.06 641.33 B 2 F 1.2 (df) 481.66 641.33 P 1.2 (lt.fc.) 493.65 641.33 P 4 9 Q 1.08 (mv $HOME/wabi/fc/) 210.6 629.6 P 1 F 0.45 (computername0) 303.35 629.6 P 4 F 1.08 (.fc) 361.44 629.6 P 1 F 0.45 (name) 384.08 629.6 P 4 F 1.08 (.df) 403.56 629.6 P 1.08 (lt.fc) 419.74 629.6 P 0 10 Q 0.52 0.1 (For example, if the X server vendor is Network Computing Devices, Inc.,) 210.6 609.53 B 0.52 0.1 (you might r) 210.6 597.13 B 0.52 0.1 (ename the font cache to something like) 264.91 597.13 B 2 F 1.2 (ncd.df) 446.89 597.13 P 1.2 (lt.fc) 482.87 597.13 P 0 F 0.52 0.1 (.) 512.85 597.13 B 0.52 0.1 (Continuing the example fr) 210.6 584.73 B 0.52 0.1 (om \322Building a New W) 331.23 584.73 B 0.52 0.1 (abi Font Cache\323 on) 438.42 584.73 B 0.52 0.1 (page) 210.6 572.33 B 0.52 0.1 (172, you use the command:) 234.95 572.33 B 4 9 Q 1.08 (mv $HOME/wabi/fc/sibley0.fc ncd.df) 210.6 552.6 P 1.08 (lt.fc) 396.1 552.6 P 3 10 Q 0.1 (6.) 197.5 532.53 S 0.45 0.1 (Copy the font cache to the) 210.6 532.53 B 2 F 1.04 (lib) 337.04 532.53 P 3 F 0.45 0.1 ( subdirectory of the) 355.02 532.53 B 0.45 0.1 (W) 450.54 532.53 B 0.45 0.1 (abi) 459.89 532.53 B 0.45 0.1 ( system directory) 474.62 532.53 B 0.52 0.1 (with a command using this format:) 210.6 520.13 B 4 9 Q 1.08 (cp) 210.6 500.4 P 1 F 0.45 (name) 227.86 500.4 P 4 F 1.08 (.df) 247.33 500.4 P 1.08 (lt.fc $HOME/wabi/wabihome/lib) 263.51 500.4 P 0 10 Q 0.52 0.1 (Continuing the example, use the command:) 210.6 480.33 B 4 9 Q 1.08 (cp ncd.df) 210.6 460.6 P 1.08 (lt.fc $HOME/wabi/wabihome/lib) 260.21 460.6 P 3 10 Q 0.1 (7.) 197.5 440.53 S 0.52 0.1 (Edit the) 210.6 440.53 B 2 F 1.2 ($HOME/wabi/wabihome/lib/fontconf) 250.84 440.53 P 1.2 (ig) 442.73 440.53 P 3 F 0.52 0.1 ( \336le and add a line) 454.73 440.53 B 0.52 0.1 (using this format:) 210.6 428.13 B 0 F 0.52 0.1 (\322V) 210.6 415.73 B 0.52 0.1 (endor Name\323, vendor r) 221.9 415.73 B 0.52 0.1 (elease number) 329.11 415.73 B 0.52 0.1 (, Y or N, default font cache name) 394.13 415.73 B 0.52 0.1 (T) 210.6 395.33 B 0.52 0.1 (o continue with the example above, add the line:) 215.91 395.33 B 4 9 Q 1.08 (\322Network Computing Devices Inc.\323, 3001, N, ncd.df) 210.6 375.6 P 1.08 (lt.fc) 481.3 375.6 P 0 10 Q 0.52 0.1 (Note that in this example, the) 210.6 355.53 B 2 F 1.2 (N) 349.72 355.53 P 0 F 0.52 0.1 ( indicates) 355.72 355.53 B 0.52 0.1 (W) 402.31 355.53 B 0.52 0.1 (abi) 411.49 355.53 B 0.52 0.1 ( cannot use the font server) 425.22 355.53 B 0.52 0.1 (with this X server) 210.6 343.13 B 0.52 0.1 (.) 291.28 343.13 B 3 F 0.1 (8.) 197.5 322.73 S 0.52 0.1 (Save and exit the \336le.) 210.6 322.73 B 0.1 (9.) 197.5 302.33 S 0.52 0.1 (Restart the) 210.6 302.33 B 0.52 0.1 (W) 264.46 302.33 B 0.52 0.1 (abi) 273.82 302.33 B 0.52 0.1 ( program, sending the display to the device.) 288.55 302.33 B 4 9 Q 1.08 (wabi -display) 210.6 282.6 P 1 F 0.45 (computername) 288.25 282.6 P 4 F 1.08 (:0) 341.84 282.6 P 34 569 36 591.4 R 7 X 1 K V FMENDPAGE %%EndPage: "177" 200 %%Page: "176" 200 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (176) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (C) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Adding X Servers to) 126 640 B 2 F 1.44 (fontconf) 251.74 640 P 1.44 (ig) 309.31 640 P 0 10 Q 0.52 0.1 (The) 198 619.33 B 0.52 0.1 (W) 218.15 619.33 B 0.52 0.1 (abi) 227.32 619.33 B 0.52 0.1 ( pr) 241.06 619.33 B 0.52 0.1 (ogram is able to interact with any X1) 254.15 619.33 B 0.52 0.1 (1 server) 423.06 619.33 B 0.52 0.1 (, even if it does not) 458.49 619.33 B 0.28 0.1 (belong to one of the) 198 606.93 B 0.28 0.1 (W) 291.45 606.93 B 0.28 0.1 (abi) 300.63 606.93 B 0.28 0.1 ( operating system platforms. However) 314.36 606.93 B 0.28 0.1 (,) 488.7 606.93 B 0.28 0.1 (W) 494.17 606.93 B 0.28 0.1 (abi) 503.35 606.93 B 0.28 0.1 ( will not) 517.08 606.93 B 0.1 0.1 (use a font server or a default font cache for any X server other than those listed) 198 594.53 B 0.13 0.1 (in the) 198 582.13 B 2 F 0.3 (fontconf) 226.55 582.13 P 0.3 (ig) 274.52 582.13 P 0 F 0.13 0.1 ( \336le. This means that) 286.52 582.13 B 0.13 0.1 (W) 383.19 582.13 B 0.13 0.1 (abi) 392.37 582.13 B 0.13 0.1 ( may take longer to display fonts) 406.1 582.13 B 0.52 0.1 (and will have to build a font cache for each user of the display that uses a) 198 569.73 B 0.52 0.1 (dif) 198 557.33 B 0.52 0.1 (fer) 210.46 557.33 B 0.52 0.1 (ent X server) 222.65 557.33 B 0.52 0.1 (.) 277.03 557.33 B 0.43 0.1 (Y) 198 536.93 B 0.43 0.1 (ou can add a line to the) 203.85 536.93 B 2 F 0.99 (fontconf) 314.79 536.93 P 0.99 (ig) 362.76 536.93 P 0 F 0.43 0.1 ( \336le to give) 374.76 536.93 B 0.43 0.1 (W) 429.13 536.93 B 0.43 0.1 (abi) 438.3 536.93 B 0.43 0.1 ( information about the) 452.04 536.93 B 0.52 0.1 (X server) 198 524.53 B 0.52 0.1 (. The information you pr) 235.1 524.53 B 0.52 0.1 (ovide lets) 348.34 524.53 B 0.52 0.1 (W) 395.57 524.53 B 0.52 0.1 (abi) 404.75 524.53 B 0.52 0.1 ( know if the X server can) 418.48 524.53 B 0.52 0.1 (support the W) 198 512.13 B 0.52 0.1 (abi font server) 263.21 512.13 B 0.52 0.1 (. It also tells) 328.66 512.13 B 0.52 0.1 (W) 387.16 512.13 B 0.52 0.1 (abi) 396.33 512.13 B 0.52 0.1 ( what to use as the default font) 410.06 512.13 B 0.52 0.1 (cache for all users of this particular X server) 198 499.73 B 0.52 0.1 (.) 399.83 499.73 B 3 F 0.1 (1.) 197.5 479.33 S 0.52 0.1 (Open a UNIX window on the display device you want to use.) 210.6 479.33 B 0.1 (2.) 197.5 458.93 S 0.52 0.1 (Enter the following command:) 210.6 458.93 B 4 9 Q 1.08 (xdpyinfo | grep vendor) 210.6 439.2 P 0 10 Q 0.52 0.1 (This command gives you the vendor string and r) 210.6 419.13 B 0.52 0.1 (elease number of the X) 435.12 419.13 B 0.52 0.1 (server) 210.6 406.73 B 0.52 0.1 (. For example, on an NCD X terminal, the output should look) 237.82 406.73 B 0.52 0.1 (something like this:) 210.6 394.33 B 0.52 0.1 (Y) 210.6 342.73 B 0.52 0.1 (ou need this information to add to the) 216.45 342.73 B 2 F 1.2 (fontconf) 394.92 342.73 P 1.2 (ig) 442.89 342.73 P 0 F 0.52 0.1 ( \336le.) 454.89 342.73 B 3 F 0.1 (3.) 197.5 322.33 S 0.52 0.1 (Run) 210.6 322.33 B 0.52 0.1 (W) 233.45 322.33 B 0.52 0.1 (abi) 242.8 322.33 B 0.52 0.1 ( on your system, sending the display to this device.) 257.53 322.33 B 0 F 0.03 0.1 (W) 210.6 309.93 B 0.03 0.1 (abi) 219.77 309.93 B 0.03 0.1 ( builds a font cache for the X server used by the display) 233.51 309.93 B 0.03 0.1 (, and stor) 482.9 309.93 B 0.03 0.1 (es it as) 525.09 309.93 B 2 F 1.2 ($HOME/wabi/fc/) 210.6 297.53 P 1 F 0.52 0.1 (computername) 294.55 297.53 B 2 F 1.2 (0.fc) 355.35 297.53 P 0 F 0.52 0.1 (. The computer name used in the font) 379.34 297.53 B 0.52 0.1 (cache name is the name of the computer using that display) 210.6 285.13 B 0.52 0.1 (.) 479.7 285.13 B 3 F 0.1 (4.) 197.5 264.73 S 0.52 0.1 (Become superuser by entering the command:) 210.6 264.73 B 4 9 Q (su) 210.6 245 T 54 144 558 648 C 207 359.8 558 391 C 2 9 Q 0 X 0 K (vendor string: Network Computing Devices Inc.) 216 376.39 T (vendor release number: 3001) 216 365.86 T 54 144 558 648 C 0 72 612 720 C 34 616 36 626 R 7 X 1 K V 34 403.4 36 413.4 R V FMENDPAGE %%EndPage: "176" 199 %%Page: "175" 199 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Fonts fr) 198 108.7 B -0.58 0.09 (om W) 226.69 108.7 B -0.58 0.09 (indows to W) 248 108.7 B -0.58 0.09 (abi) 293.57 108.7 B 0 F 0.09 (175) 544.25 108.7 S 1 20 Q (C) 525.23 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 3 10 Q 0 X 0 K 0.1 (5.) 197.5 641.33 S 0.52 0.1 (Edit the line to replace the name of the default font cache with the name) 210.6 641.33 B 0.52 0.1 (of the new one.) 210.6 628.93 B 0 F 0.52 0.1 (The default font cache name is the last item on the line.) 210.6 616.53 B 0.52 0.1 (If, for example, you ar) 210.6 596.13 B 0.52 0.1 (e r) 312.67 596.13 B 0.52 0.1 (unning W) 324.65 596.13 B 0.52 0.1 (abi with the standar) 369.48 596.13 B 0.52 0.1 (d X server shipped) 461.33 596.13 B 0.18 0.1 (with Hewlett-Packar) 210.6 583.73 B 0.18 0.1 (d\325s version of UNIX, you could change) 304.27 583.73 B 2 F 0.42 (hp.df) 483.55 583.73 P 0.42 (lt.fc) 513.54 583.73 P 0 F 0.18 0.1 ( to) 543.52 583.73 B 2 F 1.2 (morefonts.df) 210.6 571.33 P 1.2 (lt.fc) 282.56 571.33 P 0 F 0.52 0.1 ( as shown below:) 312.54 571.33 B 4 9 Q 1.08 (\322Hewlett-Packard Company\323, 506000, Y, morefonts.df) 210.6 551.6 P 1.08 (lt.fc) 484.54 551.6 P 3 10 Q 0.1 (6.) 197.5 531.53 S 0.52 0.1 (Save the \336le and exit the editor) 210.6 531.53 B 0.52 0.1 (.) 357.38 531.53 B 0.1 (7.) 197.5 511.13 S 0.52 0.1 (Restart) 210.6 511.13 B 0.52 0.1 (W) 246.61 511.13 B 0.52 0.1 (abi) 255.96 511.13 B 0.52 0.1 (.) 270.7 511.13 B 0 F 0.52 0.1 (W) 210.6 498.73 B 0.52 0.1 (abi) 219.77 498.73 B 0.52 0.1 ( uses the new font cache as the default.) 233.51 498.73 B 5 12 Q 0.69 0.12 (t) 104.4 465 B 6 F 0.73 0.3 (Enabling and Disabling the) 126 465 B 0.73 0.3 (W) 295.34 465 B 0.73 0.3 (abi) 305.83 465 B 0.73 0.3 ( Font Server) 325.44 465 B 0 10 Q 0.37 0.1 (Operating systems that use the X1) 198 444.33 B 0.37 0.1 (1R5 version of X W) 353.27 444.33 B 0.37 0.1 (indows ar) 440.9 444.33 B 0.37 0.1 (e con\336gur) 486.29 444.33 B 0.37 0.1 (ed to) 531.96 444.33 B 0.52 0.1 (use the) 198 431.93 B 2 F 1.2 (wabifs) 233.75 431.93 P 0 F 0.52 0.1 ( pr) 269.73 431.93 B 0.52 0.1 (ogram. If you want to disable the font server) 282.82 431.93 B 0.52 0.1 (, you can edit) 487.42 431.93 B 0.52 0.1 (the) 198 419.53 B 2 F 1.2 (fontconf) 215.28 419.53 P 1.2 (ig) 263.25 419.53 P 0 F 0.52 0.1 ( \336le as described below) 275.25 419.53 B 0.52 0.1 (.) 381.54 419.53 B 3 F 0.1 (1.) 197.5 399.13 S 0.52 0.1 (Log in with your own user name, and type:) 210.6 399.13 B 4 9 Q 1.08 (cd $HOME/wabi) 210.6 379.4 P 3 10 Q 0.1 (2.) 197.5 359.33 S 0.52 0.1 (Become superuser) 210.6 359.33 B 0.52 0.1 (.) 295.17 359.33 B 0.1 (3.) 197.5 338.93 S 0.52 0.1 (Open the) 210.6 338.93 B 2 F 1.2 ($HOME/wabi/wabihome/lib/fontconf) 257.5 338.93 P 1.2 (ig) 449.4 338.93 P 3 F 0.52 0.1 ( \336le with a text) 461.39 338.93 B 0.52 0.1 (editor and \336nd the line for your X server) 210.6 326.53 B 0.52 0.1 (.) 402.1 326.53 B 0.1 (4.) 197.5 306.13 S 0.52 0.1 (Change the third item in the line to either Y or N.) 210.6 306.13 B 0 F 0.52 0.1 (Y enables the font server) 210.6 293.73 B 0.52 0.1 (, and N disables the font server) 323.24 293.73 B 0.52 0.1 (.) 466.32 293.73 B 3 F 0.1 (5.) 197.5 273.33 S 0.52 0.1 (Save the \336le and exit the editor) 210.6 273.33 B 0.52 0.1 (.) 357.38 273.33 B 0.1 (6.) 197.5 252.93 S 0.52 0.1 (Return to normal user status by typing:) 210.6 252.93 B 4 9 Q (exit) 210.6 233.2 T 3 10 Q 0.1 (7.) 197.5 213.13 S 0.52 0.1 (Restart) 210.6 213.13 B 0.52 0.1 (W) 246.61 213.13 B 0.52 0.1 (abi) 255.96 213.13 B 0.52 0.1 (.) 270.7 213.13 B 0 F 0.52 0.1 (T) 210.6 200.73 B 0.52 0.1 (o verify that the font server is enabled or disabled, list all pr) 215.91 200.73 B 0.52 0.1 (ocesses while) 492.12 200.73 B 0.52 0.1 (W) 210.6 188.33 B 0.52 0.1 (abi) 219.77 188.33 B 0.52 0.1 ( is r) 233.51 188.33 B 0.52 0.1 (unning. If the font server is enabled, you should see pr) 251.06 188.33 B 0.52 0.1 (ocesses) 502.81 188.33 B 0.52 0.1 (named) 210.6 175.93 B 2 F 1.2 (wabi) 244.75 175.93 P 0 F 0.52 0.1 ( and) 268.74 175.93 B 2 F 1.2 (wabifs) 292.2 175.93 P 0 F 0.52 0.1 (. If it is disabled, you should only see a pr) 328.17 175.93 B 0.52 0.1 (ocess) 521.36 175.93 B 0.52 0.1 (named) 210.6 163.53 B 2 F 1.2 (wabi.) 244.75 163.53 P FMENDPAGE %%EndPage: "175" 198 %%Page: "174" 198 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (174) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (C) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Specifying a Dif) 126 640 B 0.73 0.3 (fer) 222.67 640 B 0.73 0.3 (ent Default Font Cache) 238.34 640 B 0 10 Q 0.52 0.1 (Ther) 198 619.33 B 0.52 0.1 (e may be situations wher) 218.9 619.33 B 0.52 0.1 (e you do not want to use the default font cache) 333.67 619.33 B 0.42 0.1 (supplied with the) 198 606.93 B 0.42 0.1 (W) 281.73 606.93 B 0.42 0.1 (abi) 290.91 606.93 B 0.42 0.1 ( pr) 304.64 606.93 B 0.42 0.1 (ogram. For example, if you add fonts that ar) 317.63 606.93 B 0.42 0.1 (e not in) 520.29 606.93 B 0.52 0.1 (the standar) 198 594.53 B 0.52 0.1 (d distribution for your operating system, you could have) 249.16 594.53 B 0.52 0.1 (W) 513.58 594.53 B 0.52 0.1 (abi) 522.75 594.53 B 0.13 0.1 (cr) 198 582.13 B 0.13 0.1 (eate a font cache that includes the additional fonts, and then specify that font) 206.4 582.13 B 0.52 0.1 (cache as the default. This allows all users of) 198 569.73 B 0.52 0.1 (W) 402.12 569.73 B 0.52 0.1 (abi) 411.29 569.73 B 0.52 0.1 ( on one system to use one) 425.02 569.73 B 0.52 0.1 (font cache, rather than having) 198 557.33 B 0.52 0.1 (W) 338.41 557.33 B 0.52 0.1 (abi) 347.59 557.33 B 0.52 0.1 ( cr) 361.32 557.33 B 0.52 0.1 (eate a font cache for each user) 372.84 557.33 B 0.52 0.1 (.) 510.25 557.33 B 0.52 0.1 (T) 198 536.93 B 0.52 0.1 (o specify a dif) 203.31 536.93 B 0.52 0.1 (fer) 267.74 536.93 B 0.52 0.1 (ent default font cache:) 279.92 536.93 B 3 F 0.1 (1.) 197.5 516.53 S 0.52 0.1 (Build a new font cache.) 210.6 516.53 B 0 F 0.52 0.1 (This is described in \322Building a New W) 210.6 504.13 B 0.52 0.1 (abi Font Cache\323 on page) 392.17 504.13 B 0.52 0.1 (172.) 507.41 504.13 B 3 F 0.1 (2.) 197.5 483.73 S 0.52 0.1 (Become super user by entering the command:) 210.6 483.73 B 4 9 Q (su) 210.6 464 T 0 10 Q 0.52 0.1 (Rename the new font cache to a name of the format) 210.6 443.93 B 8 F 1.2 (name) 450.43 443.93 P 2 F 1.2 (.df) 474.42 443.93 P 1.2 (lt.fc.) 492.4 443.93 P 4 9 Q 1.08 (mv $HOME/wabi/fc/) 210.6 424.2 P 1 F 0.45 (computername) 303.35 424.2 P 4 F 1.08 (0.fc) 356.94 424.2 P 1 F 0.45 (name) 384.98 424.2 P 4 F 1.08 (.df) 404.46 424.2 P 1.08 (lt.fc) 420.64 424.2 P 0 10 Q 0.52 0.1 (Y) 210.6 404.13 B 0.52 0.1 (ou can name the \336le anything you want. For example, you might r) 216.45 404.13 B 0.52 0.1 (ename) 521.51 404.13 B 0.52 0.1 (the font cache to) 210.6 391.73 B 2 F 1.2 (morefonts.df) 289.39 391.73 P 1.2 (lt.fc) 361.35 391.73 P 0 F 0.52 0.1 (. Continuing the example fr) 391.33 391.73 B 0.52 0.1 (om) 517.68 391.73 B 0.52 0.1 (\322Building a New W) 210.6 379.33 B 0.52 0.1 (abi Font Cache\323 on page) 300.19 379.33 B 0.52 0.1 (172, use the following) 415.43 379.33 B 0.1 (command:) 210.6 366.93 S 4 9 Q 1.08 (mv $HOME/wabi/fc/sibley0.fc morefonts.df) 210.6 347.2 P 1.08 (lt.fc) 428.45 347.2 P 3 10 Q 0.1 (3.) 197.5 327.13 S 0.45 0.1 (Copy the font cache to the) 210.6 327.13 B 2 F 1.04 (lib) 337.04 327.13 P 3 F 0.45 0.1 ( subdirectory of the) 355.02 327.13 B 0.45 0.1 (W) 450.54 327.13 B 0.45 0.1 (abi) 459.89 327.13 B 0.45 0.1 ( system directory) 474.62 327.13 B 0.52 0.1 (with a command using this format:) 210.6 314.73 B 4 9 Q 1.08 (cp) 210.6 295 P 1 F 0.45 (name) 227.86 295 P 4 F 1.08 (.df) 247.33 295 P 1.08 (lt.fc $HOME/wabi/wabihome/lib) 263.51 295 P 0 10 Q 0.52 0.1 (Continuing the example, use the following command:) 210.6 274.93 B 4 9 Q 1.08 (cp morefonts.df) 210.6 255.2 P 1.08 (lt.fc $HOME/wabi/wabihome/lib) 292.57 255.2 P 3 10 Q 0.1 (4.) 197.5 235.13 S 0.52 0.1 (Open the) 210.6 235.13 B 2 F 1.2 ($HOME/wabi/wabihome/lib/fontconf) 257.5 235.13 P 1.2 (ig) 449.4 235.13 P 3 F 0.52 0.1 ( \336le with a text) 461.39 235.13 B 0.52 0.1 (editor and \336nd the line for your X server) 210.6 222.73 B 0.52 0.1 (.) 402.1 222.73 B 34 376 36 398.4 R 7 X 1 K V FMENDPAGE %%EndPage: "174" 197 %%Page: "173" 197 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Fonts fr) 198 108.7 B -0.58 0.09 (om W) 226.69 108.7 B -0.58 0.09 (indows to W) 248 108.7 B -0.58 0.09 (abi) 293.57 108.7 B 0 F 0.09 (173) 544.25 108.7 S 1 20 Q (C) 525.23 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.52 0.1 (The \336le looks something like this:) 198 641.33 B 2 9 Q 0.06 (#) 198 625.6 S 0.06 (Note: Vendor String and Vendor Release Number are obtained by) 218.16 625.6 S 0.06 (#) 198 616.6 S 0.06 (using xdpyinfo) 218.16 616.6 S -1.24 0.06 (# You may specify the keyword \322none\323 for the default fontcache file) 198 607.6 B 0.06 (# as is done for the standard MIT Server. This will force Wabi) 198 598.6 S 0.06 (# to create a local cache file for that display) 198 589.6 S 0.06 (#) 198 580.6 S 0.06 (# Vendor String | Vendor Release | Supports F/S | fontcache) 198 571.6 S 0.06 (# | Number | \050Y/N\051 | file) 198 562.6 S -0.9 (#------------------------------------------------------------------------) 198 553.6 S -0.9 (\322MIT X Consortium\323, 5000, Y, none) 198 544.6 S -0.9 (\322The Santa Cruz Operation\323, 5005, Y, sco.dflt.fc) 198 535.6 S -0.9 (\322The Santa Cruz Operation\323, 5000, Y, sco30.dflt.fc) 198 526.6 S -0.9 (\322Hewlett-Packard Company\323, 507000, Y, hp.dflt.fc) 198 517.6 S -0.9 (\322Hewlett-Packard Company\323, 506000, Y, hp.dflt.fc) 198 508.6 S -0.9 (\322International Business Machines\323, 5, Y, ibm.dflt.fc) 198 499.6 S -0.9 (\322Sun Microsystems, Inc.\323, 3400, Y, sol23.dflt.fc) 198 490.6 S -0.9 (\322Sun Microsystems, Inc.\323, 3300, Y, sol24.dflt.fc) 198 481.6 S -0.9 ("X11/NeWS - Sun Microsystems Inc.", 3200, N, sol22.dflt.fc) 198 472.6 S -0.9 ("X11/NeWS - Sun Microsystems Inc.", 3100, N, sol21.dflt.fc) 198 463.6 S -0.9 ("X11/NeWS - Sun Microsystems Inc.", 3000, N, sol10.dflt.fc) 198 454.6 S 0 10 Q 0.52 0.1 (Y) 198 436.93 B 0.52 0.1 (ou may want to edit the font con\336guration \336le to:) 203.85 436.93 B 7 14 Q 0.14 (\245) 198 418.53 S 0 10 Q 0.52 0.1 (Use a dif) 210.6 418.53 B 0.52 0.1 (fer) 251.5 418.53 B 0.52 0.1 (ent font cache as the default for your system.) 263.68 418.53 B 7 14 Q 0.14 (\245) 198 400.13 S 0 10 Q 0.52 0.1 (Disable or enable) 210.6 400.13 B 0.52 0.1 (W) 292.79 400.13 B 0.52 0.1 (abi) 301.96 400.13 B 0.52 0.1 (\325s use of the font server) 315.69 400.13 B 0.52 0.1 (.) 422.47 400.13 B 7 14 Q 0.14 (\245) 198 381.73 S 0 10 Q 0.52 0.1 (Add font cache and font server support for displaying) 210.6 381.73 B 0.52 0.1 (W) 462.3 381.73 B 0.52 0.1 (abi) 471.48 381.73 B 0.52 0.1 ( with the X) 485.21 381.73 B 0.52 0.1 (server for an X terminal or an operating system not included in the \336le.) 210.6 369.33 B 0.09 0.1 (Y) 198 348.93 B 0.09 0.1 (ou can use any UNIX text editor) 203.85 348.93 B 0.09 0.1 (, such as vi or emacs, to edit the) 348.93 348.93 B 2 F 0.2 (fontconf) 495.35 348.93 P 0.2 (ig) 543.32 348.93 P 0 F 0.52 0.1 (\336le. Y) 198 336.53 B 0.52 0.1 (ou must be super) 223.61 336.53 B 0.52 0.1 (user \050r) 303.33 336.53 B 0.52 0.1 (oot\051 to edit it.) 333.15 336.53 B 54 314.81 558 322.8 C 558 319.78 198 319.78 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 308.14 B 0 F 0.52 0.1 (The) 231.94 308.14 B 0.52 0.1 (W) 252.09 308.14 B 0.52 0.1 (abi) 261.27 308.14 B 0.52 0.1 ( pr) 275 308.14 B 0.52 0.1 (ogram does not r) 288.09 308.14 B 0.52 0.1 (equir) 366.42 308.14 B 0.52 0.1 (e an entry in the) 390 308.14 B 2 F 1.2 (fontconf) 468.45 308.14 P 1.2 (ig) 516.42 308.14 P 0 F 0.52 0.1 ( \336le) 528.42 308.14 B 0.06 0.1 (befor) 198 295.74 B 0.06 0.1 (e it will display on any given X server) 221.37 295.74 B 0.06 0.1 (. This \336le only pr) 392.13 295.74 B 0.06 0.1 (ovides information) 469.01 295.74 B 54 272.02 558 280.01 C 558 276.98 198 276.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (to optimize font handling on listed X servers.) 198 283.34 B 34 586.6 36 648 R 7 X 1 K V 34 550.6 36 577.6 R V 34 451.6 36 487.6 R V 34 366 36 425.2 R V 34 333.2 36 343.2 R V FMENDPAGE %%EndPage: "173" 196 %%Page: "172" 196 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (172) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (C) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Building a New) 126 640 B 0.73 0.3 (W) 222.64 640 B 0.73 0.3 (abi) 233.14 640 B 0.73 0.3 ( Font Cache) 252.75 640 B 0 10 Q 0.52 0.1 (If you have added to your system some X fonts that ar) 198 619.33 B 0.52 0.1 (e appended to the font) 448.36 619.33 B 0.43 0.1 (path,) 198 606.93 B 0.43 0.1 (W) 224.1 606.93 B 0.43 0.1 (abi) 233.28 606.93 B 0.43 0.1 ( may not r) 247.01 606.93 B 0.43 0.1 (ealize the fonts exist, and will not build a new font cache) 294.46 606.93 B 0.52 0.1 (to include them. Y) 198 594.53 B 0.52 0.1 (ou can make) 281.49 594.53 B 0.52 0.1 (W) 342.65 594.53 B 0.52 0.1 (abi) 351.83 594.53 B 0.52 0.1 ( build a new font cache by cr) 365.56 594.53 B 0.52 0.1 (eating an) 498.62 594.53 B 0.52 0.1 (empty font cache \336le and r) 198 582.13 B 0.52 0.1 (estarting the) 320.89 582.13 B 0.52 0.1 (W) 380.96 582.13 B 0.52 0.1 (abi) 390.13 582.13 B 0.52 0.1 ( pr) 403.87 582.13 B 0.52 0.1 (ogram.) 416.96 582.13 B 3 F 0.1 (1.) 197.5 561.73 S 0.52 0.1 (Create an empty font cache \336le by entering this command:) 210.6 561.73 B 4 9 Q 1.08 (cat > $HOME/wabi/fc/) 210.6 542 P 1 F 0.45 (computername) 320.61 542 P 4 F 1.08 (0.fc) 374.2 542 P 0 10 Q 0.52 0.1 (Pr) 210.6 521.93 B 0.52 0.1 (ess Ctrl+D to end the) 220.6 521.93 B 2 F 1.2 (cat) 321.44 521.93 P 0 F 0.52 0.1 ( command.) 339.43 521.93 B 0.52 0.1 (For example, if your computer) 210.6 501.53 B 0.52 0.1 (\325s name is) 351.21 501.53 B 2 F 1.2 (sibley) 399.96 501.53 P 0 F 0.52 0.1 (, enter:) 434.83 501.53 B 4 9 Q 1.08 (cat > $HOME/wabi/fc/sibley0.fc) 210.6 481.8 P (Ctrl+D) 210.6 470.4 T 3 10 Q 0.1 (2.) 197.5 450.33 S 0.52 0.1 (Restart the) 210.6 450.33 B 0.52 0.1 (W) 264.46 450.33 B 0.52 0.1 (abi) 273.82 450.33 B 0.52 0.1 ( program.) 288.55 450.33 B 0 F 0.52 0.1 (W) 210.6 437.93 B 0.52 0.1 (abi) 219.77 437.93 B 0.52 0.1 ( r) 233.51 437.93 B 0.52 0.1 (eads the font path and cr) 240.49 437.93 B 0.52 0.1 (eates a new font cache of all the fonts) 355.14 437.93 B 0.52 0.1 (included in the font path.) 210.6 425.53 B 0.52 0.1 (If you like, you can set up the new font cache as the default by editing the) 198 405.13 B 2 F 1.2 (fontconf) 198 392.73 P 1.2 (ig) 245.97 392.73 P 0 F 0.52 0.1 ( \336le for your system, as explained in \322Specifying a Dif) 257.97 392.73 B 0.52 0.1 (fer) 506.29 392.73 B 0.52 0.1 (ent) 518.47 392.73 B 0.52 0.1 (Default Font Cache\323 on page) 198 380.33 B 0.52 0.1 (174.) 333.25 380.33 B 1 14 Q -0.88 (The Font Con\336guration File) 126 347.27 P 0 10 Q 0.52 0.1 (The font con\336guration \336le,) 198 325.93 B 2 F 1.2 (fontconf) 323.33 325.93 P 1.2 (ig) 371.3 325.93 P 0 F 0.52 0.1 (, pr) 383.3 325.93 B 0.52 0.1 (ovides information to) 398.99 325.93 B 0.52 0.1 (W) 500.82 325.93 B 0.52 0.1 (abi) 510 325.93 B 0.52 0.1 ( about) 523.73 325.93 B 0.52 0.1 (what default font cache to use for your X server) 198 313.53 B 0.52 0.1 (, and whether to use the font) 416.89 313.53 B 0.3 0.1 (server) 198 301.13 B 0.3 0.1 (. The \336le is located in the) 225.21 301.13 B 2 F 0.69 (lib) 342.24 301.13 P 0 F 0.3 0.1 ( subdir) 360.23 301.13 B 0.3 0.1 (ectory of the) 392.3 301.13 B 0.3 0.1 (W) 452.18 301.13 B 0.3 0.1 (abi) 461.36 301.13 B 0.3 0.1 ( system dir) 475.09 301.13 B 0.3 0.1 (ectory) 525.47 301.13 B 0.3 0.1 (.) 552.41 301.13 B 0.52 0.1 (Y) 198 288.73 B 0.52 0.1 (ou can see the \336le by entering this command:) 203.85 288.73 B 4 9 Q 1.08 (cat $HOME/wabi/wabihome/lib/fontconf) 198 269 P 1.08 (ig) 393.21 269 P 34 636 36 648 R 7 X 1 K V 34 518.6 36 588.8 R V 34 434.6 36 487.8 R V 34 377 36 411.8 R V 34 322.6 36 332.6 R V 34 297.8 36 307.8 R V FMENDPAGE %%EndPage: "172" 195 %%Page: "171" 195 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Fonts fr) 198 108.7 B -0.58 0.09 (om W) 226.69 108.7 B -0.58 0.09 (indows to W) 248 108.7 B -0.58 0.09 (abi) 293.57 108.7 B 0 F 0.09 (171) 544.25 108.7 S 1 20 Q (C) 525.23 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.25 0.1 (cache is stor) 198 641.33 B 0.25 0.1 (ed in the \336le) 253.13 641.33 B 2 F 0.56 ($HOME/wabi/fc/) 312.73 641.33 P 1 F 0.25 0.1 (computername) 396.68 641.33 B 2 F 0.56 (0) 457.48 641.33 P 0.56 (.fc) 463.47 641.33 P 0 F 0.25 0.1 (. For example, if) 481.46 641.33 B 0.52 0.1 (your computer) 198 628.93 B 0.52 0.1 (\325s name is) 266.79 628.93 B 2 F 1.2 (sibley) 315.54 628.93 P 0 F 0.52 0.1 (, your font cache is) 350.41 628.93 B 2 F ($HOME/wabi/fc/sibley0.fc.) 198 616.53 T 0 F 0.1 0.1 (Each time the W) 198 596.13 B 0.1 0.1 (abi pr) 271.37 596.13 B 0.1 0.1 (ogram starts, it looks in your personal W) 297.77 596.13 B 0.1 0.1 (abi dir) 482.01 596.13 B 0.1 0.1 (ectory for) 511.52 596.13 B 0.52 0.1 (an existing font cache \336le for your X server) 198 583.73 B 0.52 0.1 (. If it does not \336nd one, it uses a) 395.07 583.73 B 0.52 0.1 (default font cache \336le.) 198 571.33 B 1 13 Q -0.84 0.13 (The Fonts A) 198 538.93 B -0.84 0.13 (vailable to Y) 262.19 538.93 B -0.84 0.13 (our X Server) 325.91 538.93 B 0 10 Q 0.52 0.1 (Y) 198 517.93 B 0.52 0.1 (ou can see which fonts ar) 203.85 517.93 B 0.52 0.1 (e available to your X server by entering the) 320.16 517.93 B 0.52 0.1 (following X command at the UNIX command line:) 198 505.53 B 4 9 Q (xlsfonts) 198 485.8 T 0 10 Q 0.32 0.1 (If this command lists font names that do not appear in applications you r) 198 465.73 B 0.32 0.1 (un in) 531.19 465.73 B 0.52 0.1 (the W) 198 453.33 B 0.52 0.1 (abi pr) 224.46 453.33 B 0.52 0.1 (ogram, it means your X server has access to fonts that ar) 251.28 453.33 B 0.52 0.1 (e not) 510.4 453.33 B 0.52 0.1 (included in W) 198 440.93 B 0.52 0.1 (abi\325s default font cache for your X server) 262.23 440.93 B 0.52 0.1 (. If you want to use) 448.76 440.93 B 0.52 0.1 (these fonts, you can build a new font cache for your X server) 198 428.53 B 0.52 0.1 (. See \322Building a) 476.85 428.53 B 0.52 0.1 (New W) 198 416.13 B 0.52 0.1 (abi Font Cache\323 on page) 232.02 416.13 B 0.52 0.1 (172 for the pr) 347.26 416.13 B 0.52 0.1 (ocedur) 409.07 416.13 B 0.52 0.1 (e for doing this.) 440.26 416.13 B 1 13 Q -0.84 0.13 (Automatic Font Cache Building) 198 383.73 B 0 10 Q 0.52 0.1 (The W) 198 362.73 B 0.52 0.1 (abi pr) 227.32 362.73 B 0.52 0.1 (ogram may sometimes build a font cache for your X server) 254.15 362.73 B 0.51 0.1 (automatically) 198 350.33 B 0.51 0.1 (. Ther) 258.73 350.33 B 0.51 0.1 (e ar) 285.33 350.33 B 0.51 0.1 (e two occasions when this might happen. One occasion) 302.3 350.33 B 0.52 0.1 (is when you ar) 198 337.93 B 0.52 0.1 (e using an X server for which ther) 266.16 337.93 B 0.52 0.1 (e is no default font cache) 422.54 337.93 B 0.27 0.1 (speci\336ed. If ther) 198 325.53 B 0.27 0.1 (e is no font cache in your personal W) 271.38 325.53 B 0.27 0.1 (abi dir) 439.72 325.53 B 0.27 0.1 (ectory) 469.41 325.53 B 0.27 0.1 (, and ther) 496.34 325.53 B 0.27 0.1 (e is) 539.93 325.53 B 0.52 0.1 (no default font cache available, W) 198 313.13 B 0.52 0.1 (abi must cr) 352.77 313.13 B 0.52 0.1 (eate one. This happens the \336rst) 403.89 313.13 B 0.52 0.1 (time you start the W) 198 300.73 B 0.52 0.1 (abi pr) 291.53 300.73 B 0.52 0.1 (ogram using that particular X server) 318.35 300.73 B 0.52 0.1 (. In subsequent) 484.42 300.73 B 0.52 0.1 (sessions, W) 198 288.33 B 0.52 0.1 (abi uses the font cache it built for the server) 249.61 288.33 B 0.52 0.1 (.) 450.4 288.33 B 0.52 0.1 (W) 198 267.93 B 0.52 0.1 (abi also builds a new font cache automatically when your X font path) 207.18 267.93 B 0.52 0.1 (changes signi\336cantly) 198 255.53 B 0.52 0.1 (. Each time the W) 292.01 255.53 B 0.52 0.1 (abi pr) 372.35 255.53 B 0.52 0.1 (ogram starts, it compar) 399.18 255.53 B 0.52 0.1 (es the \336rst) 505.41 255.53 B 0.3 0.1 (thr) 198 243.13 B 0.3 0.1 (ee dir) 211.14 243.13 B 0.3 0.1 (ectories on your curr) 236.9 243.13 B 0.3 0.1 (ent X font path to the \336rst thr) 331.66 243.13 B 0.3 0.1 (ee dir) 465.73 243.13 B 0.3 0.1 (ectories in the) 491.49 243.13 B 0.52 0.1 (font path listed in the curr) 198 230.73 B 0.52 0.1 (ent font cache. \050The curr) 318.8 230.73 B 0.52 0.1 (ent font cache is either one) 430.31 230.73 B 0.52 0.1 (W) 198 218.33 B 0.52 0.1 (abi pr) 207.18 218.33 B 0.52 0.1 (eviously built for your X server) 234 218.33 B 0.52 0.1 (, or a default font cache shipped with) 377.45 218.33 B 0.33 0.1 (the W) 198 205.93 B 0.33 0.1 (abi pr) 224.26 205.93 B 0.33 0.1 (ogram.\051 If the thr) 250.89 205.93 B 0.33 0.1 (ee dir) 329.18 205.93 B 0.33 0.1 (ectories ar) 354.96 205.93 B 0.33 0.1 (e not the same, the) 401.47 205.93 B 0.33 0.1 (W) 489.98 205.93 B 0.33 0.1 (abi) 499.16 205.93 B 0.33 0.1 ( pr) 512.89 205.93 B 0.33 0.1 (ogram) 525.79 205.93 B 0.52 0.1 (builds a new font cache.) 198 193.53 B 0.52 0.1 (T) 198 173.13 B 0.52 0.1 (o see your curr) 203.31 173.13 B 0.52 0.1 (ent X font path, enter this command:) 272.3 173.13 B 4 9 Q 1.08 (xset q | grep font) 198 153.4 P 34 190.2 36 200.2 R 7 X 1 K V 34 150.4 36 159.4 R V FMENDPAGE %%EndPage: "171" 194 %%Page: "170" 194 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (170) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (C) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (If the X server is the X1) 198 641.33 B 0.52 0.1 (1R4 r) 305.31 641.33 B 0.52 0.1 (elease or does not support the font service) 329.27 641.33 B 0.32 0.1 (pr) 198 628.93 B 0.32 0.1 (otocol,) 207.98 628.93 B 0.32 0.1 (W) 241.07 628.93 B 0.32 0.1 (abi) 250.25 628.93 B 0.32 0.1 ( passes either font information or raster images of fonts to the X) 263.98 628.93 B 0.52 0.1 (server) 198 616.53 B 0.52 0.1 (, which then displays them.) 225.21 616.53 B 0.09 0.1 (When the) 198 596.13 B 0.09 0.1 (W) 244.35 596.13 B 0.09 0.1 (abi) 253.53 596.13 B 0.09 0.1 ( font server is r) 267.26 596.13 B 0.09 0.1 (unning, you see two UNIX pr) 335.54 596.13 B 0.09 0.1 (ocesses rather than) 469.41 596.13 B 0.08 0.1 (one. The main pr) 198 583.73 B 0.08 0.1 (ocess is called) 274.94 583.73 B 2 F 0.18 (wabiprog) 340.71 583.73 P 0 F 0.08 0.1 (, and the font server pr) 388.68 583.73 B 0.08 0.1 (ocess is called) 492.23 583.73 B 2 F 1.2 (wabifs) 198 571.33 P 0 F 0.52 0.1 (. The pr) 233.98 571.33 B 0.52 0.1 (ocesses work together closely) 269.82 571.33 B 0.52 0.1 (.) 403.31 571.33 B 0.12 0.1 (W) 198 550.93 B 0.12 0.1 (ith the) 207.54 550.93 B 0.12 0.1 (W) 239.43 550.93 B 0.12 0.1 (abi) 248.6 550.93 B 0.12 0.1 ( font server r) 262.33 550.93 B 0.12 0.1 (unning, the) 320.67 550.93 B 0.12 0.1 (W) 375.41 550.93 B 0.12 0.1 (abi) 384.58 550.93 B 0.12 0.1 ( pr) 398.31 550.93 B 0.12 0.1 (ogram can send text rather than) 411.01 550.93 B 0.52 0.1 (bitmapped images to the X server no matter what font you ar) 198 538.53 B 0.52 0.1 (e using. Even if) 479.86 538.53 B 0.43 0.1 (you ar) 198 526.13 B 0.43 0.1 (e using a T) 227.33 526.13 B 0.43 0.1 (r) 276.77 526.13 B 0.43 0.1 (ueT) 280.74 526.13 B 0.43 0.1 (ype font your X server does not know about, the r) 297.08 526.13 B 0.43 0.1 (egular) 526.15 526.13 B 0 0.1 (W) 198 513.73 B 0 0.1 (abi) 207.18 513.73 B 0 0.1 ( pr) 220.91 513.73 B 0 0.1 (ocess can act as though the X server knows about the font. The X server) 233.48 513.73 B 0.52 0.1 (and the W) 198 501.33 B 0.52 0.1 (abi font server work out the details of passing the font information.) 244.79 501.33 B 0.3 0.1 (Font pr) 198 480.93 B 0.3 0.1 (ocessing is most ef) 231.36 480.93 B 0.3 0.1 (\336cient when the) 315.94 480.93 B 0.3 0.1 (W) 391.8 480.93 B 0.3 0.1 (abi) 400.97 480.93 B 0.3 0.1 ( font server is r) 414.7 480.93 B 0.3 0.1 (unning; ther) 483.81 480.93 B 0.3 0.1 (e is) 539.88 480.93 B 0.52 0.1 (no performance dif) 198 468.53 B 0.52 0.1 (fer) 285.61 468.53 B 0.52 0.1 (ence among T) 297.8 468.53 B 0.52 0.1 (r) 360.74 468.53 B 0.52 0.1 (ueT) 364.71 468.53 B 0.52 0.1 (ype, Micr) 381.05 468.53 B 0.52 0.1 (osoft W) 424.39 468.53 B 0.52 0.1 (indows bitmap, or X) 459.29 468.53 B 0.52 0.1 (fonts. If the font server is not r) 198 456.13 B 0.52 0.1 (unning, T) 338.44 456.13 B 0.52 0.1 (r) 382.03 456.13 B 0.52 0.1 (ueT) 386 456.13 B 0.52 0.1 (ype and bitmap fonts take longer) 402.34 456.13 B 0.52 0.1 (to display than X fonts because of the gr) 198 443.73 B 0.52 0.1 (eater pr) 383.11 443.73 B 0.52 0.1 (ocessing r) 418.48 443.73 B 0.52 0.1 (equir) 463.7 443.73 B 0.52 0.1 (ed.) 487.29 443.73 B 0.52 0.1 (If you have a pr) 198 423.33 B 0.52 0.1 (oblem with fonts and cannot tell wher) 271.43 423.33 B 0.52 0.1 (e the pr) 446.43 423.33 B 0.52 0.1 (oblem lies, you) 481.69 423.33 B 0.19 0.1 (can take a step in isolating it by disabling the font server to see if the symptom) 198 410.93 B 0.52 0.1 (changes. See \322Enabling and Disabling the W) 198 398.53 B 0.52 0.1 (abi Font Server\323 on page) 400.37 398.53 B 0.52 0.1 (175 for) 516.95 398.53 B 0.52 0.1 (instr) 198 386.13 B 0.52 0.1 (uctions.) 218.59 386.13 B 1 14 Q -0.88 (The) 126 353.07 P -0.88 (W) 149.61 353.07 P -0.88 (abi) 162.54 353.07 P -0.88 ( Font Cache) 179.12 353.07 P 0 10 Q 0.52 0.1 (The font cache is a database of font names and metrics for X fonts available) 198 331.73 B 0.52 0.1 (fr) 198 319.33 B 0.52 0.1 (om an X server) 205.3 319.33 B 0.52 0.1 (, and exists to speed up font matching. The) 274.13 319.33 B 0.52 0.1 (W) 475.08 319.33 B 0.52 0.1 (abi) 484.25 319.33 B 0.52 0.1 ( softwar) 497.98 319.33 B 0.52 0.1 (e) 535.18 319.33 B 0.52 0.1 (pr) 198 306.93 B 0.52 0.1 (ovides default font caches for X servers fr) 207.98 306.93 B 0.52 0.1 (om several vendors. The default) 398.62 306.93 B 0.52 0.1 (font cache for each X server is pr) 198 294.53 B 0.52 0.1 (ovided as a convenience. Each default font) 348.58 294.53 B 0.52 0.1 (cache contains information for fonts that ar) 198 282.13 B 0.52 0.1 (e shipped in the X server vendor) 395.56 282.13 B 0.52 0.1 (\325s) 546.64 282.13 B 0.52 0.1 (standar) 198 269.73 B 0.52 0.1 (d r) 231.88 269.73 B 0.52 0.1 (elease, so it is often suf) 245.07 269.73 B 0.52 0.1 (\336cient for using the fonts available to the X) 350.84 269.73 B 0.1 (server) 198 257.33 S 0.1 (.) 225.21 257.33 S 0.52 0.1 (The W) 198 236.93 B 0.52 0.1 (abi pr) 227.32 236.93 B 0.52 0.1 (ogram can also build a font cache for the X server you ar) 254.15 236.93 B 0.52 0.1 (e using) 514.94 236.93 B 0.31 0.1 (and stor) 198 224.53 B 0.31 0.1 (e it in your personal W) 235.25 224.53 B 0.31 0.1 (abi dir) 339.51 224.53 B 0.31 0.1 (ectory) 369.23 224.53 B 0.31 0.1 (. In building a font cache, the) 396.17 224.53 B 0.31 0.1 (W) 532.18 224.53 B 0.31 0.1 (abi) 541.36 224.53 B 0.52 0.1 (pr) 198 212.13 B 0.52 0.1 (ogram calculates the dimensions of the available X fonts so it can quickly) 207.98 212.13 B -0.06 0.1 (match them to fonts an application may r) 198 199.73 B -0.06 0.1 (equest. This pr) 383.6 199.73 B -0.06 0.1 (ocess can place a heavy) 450.04 199.73 B 0.52 0.1 (load on the X server) 198 187.33 B 0.52 0.1 (, so) 289.96 187.33 B 0.52 0.1 (W) 308.69 187.33 B 0.52 0.1 (abi) 317.86 187.33 B 0.52 0.1 ( does all this work at once and stor) 331.6 187.33 B 0.52 0.1 (es the r) 492.66 187.33 B 0.52 0.1 (esults) 526.15 187.33 B 0.52 0.1 (in the font cache \336le. If) 198 174.93 B 0.52 0.1 (W) 306.57 174.93 B 0.52 0.1 (abi) 315.74 174.93 B 0.52 0.1 ( cr) 329.48 174.93 B 0.52 0.1 (eates a font cache for your X server) 341 174.93 B 0.52 0.1 (, the font) 502.13 174.93 B 34 592.8 36 648 R 7 X 1 K V 34 547.6 36 557.6 R V 34 420 36 508 R V 34 382.8 36 392.8 R V 34 328.4 36 338.4 R V 34 266.4 36 301.2 R V FMENDPAGE %%EndPage: "170" 193 %%Page: "169" 193 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Fonts fr) 198 108.7 B -0.58 0.09 (om W) 226.69 108.7 B -0.58 0.09 (indows to W) 248 108.7 B -0.58 0.09 (abi) 293.57 108.7 B 0 F 0.09 (169) 544.25 108.7 S 1 20 Q (C) 525.23 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.52 0.1 (the sour) 198 641.33 B 0.52 0.1 (ce of the font information when it prints or displays the font. This is) 235.17 641.33 B 0.52 0.1 (because the fonts fr) 198 628.93 B 0.52 0.1 (om dif) 286.91 628.93 B 0.52 0.1 (fer) 316.98 628.93 B 0.52 0.1 (ent sour) 329.16 628.93 B 0.52 0.1 (ces have to be pr) 366.33 628.93 B 0.52 0.1 (ocessed somewhat) 443.61 628.93 B 0.52 0.1 (dif) 198 616.53 B 0.52 0.1 (fer) 210.46 616.53 B 0.52 0.1 (ently) 222.65 616.53 B 0.52 0.1 (, as explained in \322W) 244.37 616.53 B 0.52 0.1 (abi Font Pr) 336.44 616.53 B 0.52 0.1 (ocessing.\323) 386.91 616.53 B 1 13 Q -0.84 0.13 (W) 198 584.13 B -0.84 0.13 (abi) 210.13 584.13 B -0.84 0.13 ( Font Pr) 225.91 584.13 B -0.84 0.13 (ocessing) 269.03 584.13 B 0 10 Q 0.52 0.1 (When the) 198 563.13 B 0.52 0.1 (W) 245.21 563.13 B 0.52 0.1 (abi) 254.39 563.13 B 0.52 0.1 ( pr) 268.12 563.13 B 0.52 0.1 (ogram \336nds a match for a r) 281.21 563.13 B 0.52 0.1 (equested font, the method for) 406.74 563.13 B 0.52 0.1 (displaying the font varies depending on the sour) 198 550.73 B 0.52 0.1 (ce of the font: T) 421.7 550.73 B 0.52 0.1 (r) 492.93 550.73 B 0.52 0.1 (ueT) 496.9 550.73 B 0.52 0.1 (ype,) 513.24 550.73 B 0.52 0.1 (Micr) 198 538.33 B 0.52 0.1 (osoft W) 218.97 538.33 B 0.52 0.1 (indows bitmap, or X font.) 253.87 538.33 B 0.52 0.1 (The font sour) 198 517.93 B 0.52 0.1 (ce determines how the images ar) 259.42 517.93 B 0.52 0.1 (e cr) 409.84 517.93 B 0.52 0.1 (eated:) 426.25 517.93 B 7 14 Q 0.14 (\245) 198 499.53 S 0 10 Q 0.52 0.1 (If) 210.6 499.53 B 0.52 0.1 (W) 220.61 499.53 B 0.52 0.1 (abi) 229.79 499.53 B 0.52 0.1 ( \336nds a T) 243.52 499.53 B 0.52 0.1 (r) 285.91 499.53 B 0.52 0.1 (ueT) 289.88 499.53 B 0.52 0.1 (ype font to match an application\325s r) 306.22 499.53 B 0.52 0.1 (equest,) 469.49 499.53 B 0.52 0.1 (W) 504.5 499.53 B 0.52 0.1 (abi) 513.67 499.53 B -0.06 0.1 (pr) 210.6 487.13 B -0.06 0.1 (oduces the font with its font rasterizer) 220.57 487.13 B -0.06 0.1 (, which cr) 391.65 487.13 B -0.06 0.1 (eates bitmap images of the) 435.55 487.13 B 0.52 0.1 (T) 210.6 474.73 B 0.52 0.1 (r) 215.93 474.73 B 0.52 0.1 (ueT) 219.9 474.73 B 0.52 0.1 (ype font. The) 236.24 474.73 B 0.52 0.1 (W) 300.13 474.73 B 0.52 0.1 (abi) 309.31 474.73 B 0.52 0.1 ( pr) 323.04 474.73 B 0.52 0.1 (ogram converts the bitmaps to X pixmaps \050a) 336.13 474.73 B 0.52 0.1 (special bitmap for fonts\051 and passes them to the X server) 210.6 462.33 B 0.52 0.1 (.) 470.42 462.33 B 7 14 Q 0.14 (\245) 198 443.93 S 0 10 Q 0.52 0.1 (If) 210.6 443.93 B 0.52 0.1 (W) 220.61 443.93 B 0.52 0.1 (abi) 229.79 443.93 B 0.52 0.1 ( \336nds a Micr) 243.52 443.93 B 0.52 0.1 (osoft W) 301.55 443.93 B 0.52 0.1 (indows bitmap font, the font\325s raster images, or) 336.45 443.93 B 0.04 0.1 (bitmaps, ar) 210.6 431.53 B 0.04 0.1 (e alr) 261.26 431.53 B 0.04 0.1 (eady cr) 280.76 431.53 B 0.04 0.1 (eated, so the) 313.66 431.53 B 0.04 0.1 (W) 372.67 431.53 B 0.04 0.1 (abi) 381.84 431.53 B 0.04 0.1 ( pr) 395.57 431.53 B 0.04 0.1 (ogram converts the bitmaps to X) 408.19 431.53 B 0.52 0.1 (pixmaps and passes them to the X server) 210.6 419.13 B 0.52 0.1 (.) 397.74 419.13 B 7 14 Q 0.14 (\245) 198 400.73 S 0 10 Q 0.52 0.1 (If) 210.6 400.73 B 0.52 0.1 (W) 220.61 400.73 B 0.52 0.1 (abi) 229.79 400.73 B 0.52 0.1 ( \336nds an X font, it passes on the font information and the text to be) 243.52 400.73 B -0.05 0.1 (displayed, and the X server cr) 210.6 388.33 B -0.05 0.1 (eates and displays the raster image in the form) 344.96 388.33 B 0.52 0.1 (of a pixmap on the scr) 210.6 375.93 B 0.52 0.1 (een.) 313.15 375.93 B 54 354.21 558 362.2 C 558 359.18 198 359.18 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 347.54 B 0 F 0.52 0.1 (If the W) 231.94 347.54 B 0.52 0.1 (abi font server is r) 268.41 347.54 B 0.52 0.1 (unning, the W) 352.14 347.54 B 0.52 0.1 (abi pr) 416.86 347.54 B 0.52 0.1 (ogram passes to the X) 443.68 347.54 B 0.14 0.1 (server only the characters it wants the X server to display) 198 335.14 B 0.14 0.1 (. The X server obtains) 457.08 335.14 B 54 311.42 558 319.41 C 558 316.38 198 316.38 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (any necessary font images or information fr) 198 322.74 B 0.52 0.1 (om the W) 397.98 322.74 B 0.52 0.1 (abi font server) 442.04 322.74 B 0.52 0.1 (.) 507.48 322.74 B 1 14 Q -0.88 (The) 126 281.68 P -0.88 (W) 149.61 281.68 P -0.88 (abi) 162.54 281.68 P -0.88 ( Font Server) 179.12 281.68 P 0 10 Q 0.08 0.1 (The) 198 260.35 B 0.08 0.1 (W) 217.7 260.35 B 0.08 0.1 (abi) 226.88 260.35 B 0.08 0.1 ( font server uses the font service pr) 240.61 260.35 B 0.08 0.1 (otocol, a method intr) 399.08 260.35 B 0.08 0.1 (oduced in the) 493.37 260.35 B 0.07 0.1 (X1) 198 247.95 B 0.07 0.1 (1R5 r) 209.31 247.95 B 0.07 0.1 (elease of the X W) 232.82 247.95 B 0.07 0.1 (indow System for separating font handling fr) 310.08 247.95 B 0.07 0.1 (om the X) 514.57 247.95 B 0.52 0.1 (server) 198 235.55 B 0.52 0.1 (\325s other duties. \050Not all X1) 226.69 235.55 B 0.52 0.1 (1R5 servers support the font service pr) 346.97 235.55 B 0.52 0.1 (otocol) 524.43 235.55 B 0.1 (however) 198 223.15 S 0.1 (.\051) 236.74 223.15 S 0.02 0.1 (If the X server is the X1) 198 202.75 B 0.02 0.1 (1R5 r) 302.33 202.75 B 0.02 0.1 (elease and supports the font service pr) 325.79 202.75 B 0.02 0.1 (otocol,) 499.67 202.75 B 0.02 0.1 (W) 532.47 202.75 B 0.02 0.1 (abi) 541.65 202.75 B 0.52 0.1 (starts its font server) 198 190.35 B 0.52 0.1 (,) 288.07 190.35 B 2 F 1.2 (wabifs) 293.79 190.35 P 0 F 0.52 0.1 (, when you start the) 329.77 190.35 B 0.52 0.1 (W) 424.82 190.35 B 0.52 0.1 (abi) 433.99 190.35 B 0.52 0.1 ( pr) 447.72 190.35 B 0.52 0.1 (ogram. When) 460.82 190.35 B 0.52 0.1 (W) 525.75 190.35 B 0.52 0.1 (abi) 534.92 190.35 B 0.52 0.1 (selects a font in the available fonts list, it passes the font information to) 198 177.95 B 2 F 1.2 (wabifs) 198 165.55 P 0 F 0.52 0.1 (, which takes over font pr) 233.98 165.55 B 0.52 0.1 (ocessing for the r) 351.8 165.55 B 0.52 0.1 (equest and interacts with) 430.45 165.55 B 0.52 0.1 (the X server) 198 153.15 B 0.52 0.1 (.) 252.38 153.15 B 34 579.8 36 623.2 R 7 X 1 K V 34 483.8 36 557.4 R V 34 440.6 36 469 R V 34 415.8 36 425.8 R V 34 257.02 36 382.6 R V 34 149.82 36 242.22 R V FMENDPAGE %%EndPage: "169" 192 %%Page: "168" 192 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (168) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (C) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 14 Q 0 X 0 K -0.88 (Fonts Included W) 126 638.67 P -0.88 (ith Applications) 225.29 638.67 P 0 10 Q 0.52 0.1 (Many applications pr) 198 617.33 B 0.52 0.1 (ovide additional fonts that the) 295.58 617.33 B 0.52 0.1 (W) 437.53 617.33 B 0.52 0.1 (abi) 446.7 617.33 B 0.52 0.1 ( pr) 460.44 617.33 B 0.52 0.1 (ogram can use.) 473.53 617.33 B 0.52 0.1 (The application\325s installation pr) 198 604.93 B 0.52 0.1 (ogram installs the fonts\325) 343.05 604.93 B 2 F 1.2 (*.FON) 456.52 604.93 P 0 F 0.52 0.1 ( or) 486.5 604.93 B 2 F 1.2 (*.FOT) 502.34 604.93 P 0 F 0.52 0.1 (r) 198 592.53 B 0.52 0.1 (esour) 201.87 592.53 B 0.52 0.1 (ce \336les in your) 226.64 592.53 B 2 F 1.2 (C:\134WINDOWS\134SYSTEM) 297.23 592.53 P 0 F 0.52 0.1 ( dir) 399.18 592.53 B 0.52 0.1 (ectory and lists them in the) 415.38 592.53 B 2 F 0.03 ([fonts]) 198 580.13 P 0 F 0.01 0.1 ( section of your) 239.98 580.13 B 2 F 0.03 (WIN.INI) 312.39 580.13 P 0 F 0.01 0.1 ( \336le. The) 354.37 580.13 B 0.01 0.1 (W) 395.87 580.13 B 0.01 0.1 (abi) 405.05 580.13 B 0.01 0.1 ( pr) 418.78 580.13 B 0.01 0.1 (ogram includes them in the) 431.36 580.13 B 0.52 0.1 (list of available fonts, discussed in the next section.) 198 567.73 B 1 14 Q -0.88 (The List of A) 126 534.67 P -0.88 (vailable Fonts) 196.32 534.67 P 0 10 Q 0.52 0.1 (Each time) 198 513.33 B 0.52 0.1 (W) 246.17 513.33 B 0.52 0.1 (abi) 255.35 513.33 B 0.52 0.1 ( starts, it cr) 269.08 513.33 B 0.52 0.1 (eates a list of available fonts fr) 320.34 513.33 B 0.52 0.1 (om these sour) 459.89 513.33 B 0.52 0.1 (ces:) 523.88 513.33 B 7 14 Q 0.14 (\245) 198 494.93 S 0 10 Q 0.52 0.1 (A font cache of X font names and dimensions, including those for T) 210.6 494.93 B 0.52 0.1 (ype 1) 520.03 494.93 B 0.29 0.1 (PostScript or other scalable fonts, and any pr) 210.6 482.53 B 0.29 0.1 (escaled fonts available to the X) 414.67 482.53 B 0.1 (server) 210.6 470.13 S 0.1 (.) 237.82 470.13 S 7 14 Q 0.14 (\245) 198 451.73 S 0 10 Q 0.52 0.1 (The) 210.6 451.73 B 2 F 1.2 ([fonts]) 230.75 451.73 P 0 F 0.52 0.1 ( section of) 272.73 451.73 B 2 F 1.2 (win.ini) 322.67 451.73 P 0 F 0.52 0.1 (, which includes both T) 364.64 451.73 B 0.52 0.1 (r) 471.35 451.73 B 0.52 0.1 (ueT) 475.31 451.73 B 0.52 0.1 (ype and) 491.65 451.73 B 0.52 0.1 (bitmap fonts shipped with the W) 210.6 439.33 B 0.52 0.1 (abi pr) 361.54 439.33 B 0.52 0.1 (ogram and may include fonts an) 388.36 439.33 B 0.52 0.1 (application installed.) 210.6 426.93 B 0.52 0.1 (The list of fonts is made available to applications, just as in Micr) 198 406.53 B 0.52 0.1 (osoft) 493.03 406.53 B 0.52 0.1 (W) 198 394.13 B 0.52 0.1 (indows, so the applications can display a list of fonts to the user) 207.54 394.13 B 0.52 0.1 (. When the) 501.32 394.13 B 0.52 0.1 (application r) 198 381.73 B 0.52 0.1 (uns in) 255.89 381.73 B 0.52 0.1 (W) 287.43 381.73 B 0.52 0.1 (abi) 296.61 381.73 B 0.52 0.1 (, the font list is longer than in Micr) 310.34 381.73 B 0.52 0.1 (osoft W) 470.62 381.73 B 0.52 0.1 (indows) 505.52 381.73 B 0.52 0.1 (because of the X fonts in the font cache.) 198 369.33 B 0.09 0.1 (Note that when you r) 198 348.93 B 0.09 0.1 (un an application in Micr) 295.16 348.93 B 0.09 0.1 (osoft W) 409.67 348.93 B 0.09 0.1 (indows and look at a list) 444.14 348.93 B 0.18 0.1 (of fonts, T) 198 336.53 B 0.18 0.1 (r) 243.07 336.53 B 0.18 0.1 (ueT) 247.04 336.53 B 0.18 0.1 (ype fonts have a T) 263.38 336.53 B 0.18 0.1 (r) 345.83 336.53 B 0.18 0.1 (ueT) 349.8 336.53 B 0.18 0.1 (ype symbol in fr) 366.14 336.53 B 0.18 0.1 (ont of their names. When) 440.47 336.53 B 0.52 0.1 (you r) 198 324.13 B 0.52 0.1 (un the same application in the) 222.43 324.13 B 0.52 0.1 (W) 364.48 324.13 B 0.52 0.1 (abi) 373.65 324.13 B 0.52 0.1 ( pr) 387.39 324.13 B 0.52 0.1 (ogram and look at a list of fonts,) 400.48 324.13 B 0.52 0.1 (the T) 198 311.73 B 0.52 0.1 (r) 220.61 311.73 B 0.52 0.1 (ueT) 224.57 311.73 B 0.52 0.1 (ype fonts may not have the symbol by their names if) 240.92 311.73 B 0.52 0.1 (W) 486 311.73 B 0.52 0.1 (abi) 495.18 311.73 B 0.52 0.1 ( has) 508.91 311.73 B 0.52 0.1 (actually matched an X font to the name. If a font does have the T) 198 299.33 B 0.52 0.1 (r) 495.4 299.33 B 0.52 0.1 (ueT) 499.36 299.33 B 0.52 0.1 (ype) 515.71 299.33 B 0.52 0.1 (symbol, it means) 198 286.93 B 0.52 0.1 (W) 278.6 286.93 B 0.52 0.1 (abi) 287.77 286.93 B 0.52 0.1 ( is using the actual T) 301.5 286.93 B 0.52 0.1 (r) 396.2 286.93 B 0.52 0.1 (ueT) 400.17 286.93 B 0.52 0.1 (ype font.) 416.51 286.93 B 1 13 Q -0.84 0.13 (How) 198 254.53 B -0.84 0.13 (W) 226.16 254.53 B -0.84 0.13 (abi) 238.29 254.53 B -0.84 0.13 ( Uses the List of A) 254.07 254.53 B -0.84 0.13 (vailable Fonts) 348.15 254.53 B 0 10 Q 0.52 0.1 (When a W) 198 233.53 B 0.52 0.1 (indows application r) 245.69 233.53 B 0.52 0.1 (equests a font, it speci\336es a font name and its) 340.06 233.53 B 0.52 0.1 (dimensions. The) 198 221.13 B 0.52 0.1 (W) 275.97 221.13 B 0.52 0.1 (abi) 285.14 221.13 B 0.52 0.1 ( pr) 298.88 221.13 B 0.52 0.1 (ogram sear) 311.97 221.13 B 0.52 0.1 (ches thr) 362.56 221.13 B 0.52 0.1 (ough the list of available fonts to) 398.5 221.13 B 0.52 0.1 (match the name and dimensions and uses the closest match it \336nds, without) 198 208.73 B 0.52 0.1 (r) 198 196.33 B 0.52 0.1 (egar) 201.87 196.33 B 0.52 0.1 (d to the sour) 221.38 196.33 B 0.52 0.1 (ce of the font information. For example, if the font the) 279.9 196.33 B 0.52 0.1 (application r) 198 183.93 B 0.52 0.1 (equests is a T) 255.79 183.93 B 0.52 0.1 (r) 316.55 183.93 B 0.52 0.1 (ueT) 320.51 183.93 B 0.52 0.1 (ype font,) 336.85 183.93 B 0.52 0.1 (W) 380.6 183.93 B 0.52 0.1 (abi) 389.77 183.93 B 0.52 0.1 ( may or may not match it to a) 403.51 183.93 B 0.52 0.1 (T) 198 171.53 B 0.52 0.1 (r) 203.33 171.53 B 0.52 0.1 (ueT) 207.29 171.53 B 0.52 0.1 (ype font. If) 223.64 171.53 B 0.52 0.1 (W) 277.4 171.53 B 0.52 0.1 (abi) 286.57 171.53 B 0.52 0.1 ( happens to \336nd an X font with the corr) 300.3 171.53 B 0.52 0.1 (ect name and) 482.85 171.53 B 0.52 0.1 (dimensions \336rst, it selects the X font. However) 198 159.13 B 0.52 0.1 (, the) 411.16 159.13 B 0.52 0.1 (W) 434.16 159.13 B 0.52 0.1 (abi) 443.33 159.13 B 0.52 0.1 ( pr) 457.07 159.13 B 0.52 0.1 (ogram must know) 470.16 159.13 B 54 464.86 195.5 501.67 C 54 464.86 195.5 501.67 R 7 X 0 K V 57.46 421.24 189.43 498.21 R V 9 9 Q 0 X -0.62 (See \322The W) 57.46 492.21 P -0.62 (abi Font Cache\323 for) 103.82 492.21 P -0.62 (more information about the) 57.46 482.21 P -0.62 (W) 164.86 482.21 P -0.62 (abi) 173.01 482.21 P -0.62 (font cache.) 57.46 472.21 P 0 72 612 720 C 34 564.4 36 624 R 7 X 1 K V 34 345.6 36 501.6 R V 34 230.2 36 293.6 R V 34 155.8 36 165.8 R V FMENDPAGE %%EndPage: "168" 191 %%Page: "167" 191 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Fonts fr) 198 108.7 B -0.58 0.09 (om W) 226.69 108.7 B -0.58 0.09 (indows to W) 248 108.7 B -0.58 0.09 (abi) 293.57 108.7 B 0 F 0.09 (167) 544.25 108.7 S 1 20 Q (C) 525.23 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.2 0.1 (Outline fonts ar) 198 641.33 B 0.2 0.1 (e the same on the scr) 269.43 641.33 B 0.2 0.1 (een and printed. If you ar) 364.12 641.33 B 0.2 0.1 (e using a printer) 480.38 641.33 B 0.52 0.1 (that can handle outline fonts in either the Micr) 198 628.93 B 0.52 0.1 (osoft W) 411.88 628.93 B 0.52 0.1 (indows or X W) 446.78 628.93 B 0.52 0.1 (indow) 515.52 628.93 B 0.52 0.1 (envir) 198 616.53 B 0.52 0.1 (onments, the outline information is passed to the printer and the printer) 221.43 616.53 B 0.36 0.1 (cr) 198 604.13 B 0.36 0.1 (eates the raster images. If you ar) 206.4 604.13 B 0.36 0.1 (e using a printer than cannot handle outline) 354.37 604.13 B 0.52 0.1 (fonts, Micr) 198 591.73 B 0.52 0.1 (osoft W) 247.28 591.73 B 0.52 0.1 (indows or the X server cr) 282.18 591.73 B 0.52 0.1 (eate the raster images and send) 398.13 591.73 B 0.52 0.1 (them to the printer) 198 579.33 B 0.52 0.1 (. In either case, the fonts ar) 284.15 579.33 B 0.52 0.1 (e the same printed and on the) 408.13 579.33 B 0.52 0.1 (scr) 198 566.93 B 0.52 0.1 (een.) 210.74 566.93 B 1 15 Q -0.94 (Font Handling in the W) 54 533.2 P -0.94 (abi Pr) 196.63 533.2 P -0.94 (ogram) 231.95 533.2 P 0 10 Q 0.52 0.1 (The W) 198 511.53 B 0.52 0.1 (abi pr) 227.32 511.53 B 0.52 0.1 (ogram handles fonts with a combination of pr) 254.15 511.53 B 0.52 0.1 (ograms,) 464.51 511.53 B 0.15 0.1 (con\336guration \336les, and database \336les. Brie\337y) 198 499.13 B 0.15 0.1 (, W) 400.43 499.13 B 0.15 0.1 (abi font handling encompasses) 414.95 499.13 B 0.52 0.1 (all of the following:) 198 486.73 B 7 14 Q 0.14 (\245) 198 468.33 S 0 10 Q 0.52 0.1 (Fonts shipped with W) 210.6 468.33 B 0.52 0.1 (abi, which include bitmap and T) 311.24 468.33 B 0.52 0.1 (r) 459.34 468.33 B 0.52 0.1 (ueT) 463.31 468.33 B 0.52 0.1 (ype fonts.) 479.65 468.33 B 7 14 Q 0.14 (\245) 198 449.93 S 0 10 Q 0.52 0.1 (Fonts loaded when you install applications.) 210.6 449.93 B 7 14 Q 0.14 (\245) 198 431.53 S 0 10 Q 0.52 0.1 (List of fonts cr) 210.6 431.53 B 0.52 0.1 (eated each time you start W) 276.85 431.53 B 0.52 0.1 (abi, and made available to) 404.21 431.53 B 0.1 (applications.) 210.6 419.13 S 7 14 Q 0.14 (\245) 198 400.73 S 0 10 Q 0.52 0.1 (W) 210.6 400.73 B 0.52 0.1 (abi font cache, a pr) 219.77 400.73 B 0.52 0.1 (ecalculated database of information about X fonts) 306.89 400.73 B 0.52 0.1 (available to the X server) 210.6 388.33 B 0.52 0.1 (. Default font caches ar) 320.71 388.33 B 0.52 0.1 (e pr) 426.06 388.33 B 0.52 0.1 (ovided for each UNIX) 444.04 388.33 B 0.52 0.1 (platform and some X terminals. The W) 210.6 375.93 B 0.52 0.1 (abi pr) 387.92 375.93 B 0.52 0.1 (ogram can also cr) 414.75 375.93 B 0.52 0.1 (eate one) 495.34 375.93 B 0.52 0.1 (speci\336c to the X server you ar) 210.6 363.53 B 0.52 0.1 (e using.) 346.98 363.53 B 7 14 Q 0.14 (\245) 198 345.13 S 0 10 Q 0.52 0.1 (W) 210.6 345.13 B 0.52 0.1 (abi font server) 219.77 345.13 B 0.52 0.1 (, a pr) 285.22 345.13 B 0.52 0.1 (ogram that speeds up font pr) 309.13 345.13 B 0.52 0.1 (ocessing by performing) 442.96 345.13 B 0.52 0.1 (some of the duties of the X server \050only on X W) 210.6 332.73 B 0.52 0.1 (indow systems using the) 428.9 332.73 B 0.52 0.1 (X1) 210.6 320.33 B 0.52 0.1 (1R5 r) 221.91 320.33 B 0.52 0.1 (elease\051.) 245.87 320.33 B 7 14 Q 0.14 (\245) 198 301.93 S 0 10 Q 0.52 0.1 (Font con\336guration \336le, a \336le containing information that lets the W) 210.6 301.93 B 0.52 0.1 (abi) 517.43 301.93 B 0.52 0.1 (pr) 210.6 289.53 B 0.52 0.1 (ogram know what font cache to use and whether to use the font server) 220.57 289.53 B 0.52 0.1 (.) 544.85 289.53 B 0.52 0.1 (Each of these items is discussed in the sections that follow) 198 269.13 B 0.52 0.1 (.) 463.99 269.13 B 1 14 Q -0.88 (Fonts Shipped W) 126 236.07 P -0.88 (ith W) 221.15 236.07 P -0.88 (abi) 252.25 236.07 P 0 10 Q 0.52 0.1 (The) 198 214.73 B 0.52 0.1 (W) 218.15 214.73 B 0.52 0.1 (abi) 227.32 214.73 B 0.52 0.1 ( pr) 241.06 214.73 B 0.52 0.1 (ogram pr) 254.15 214.73 B 0.52 0.1 (ovides two bitmap fonts, 8514oem and Chelmsfor) 296.53 214.73 B 0.52 0.1 (d Sans) 523.74 214.73 B 0.52 0.1 (Serif in several sizes. These bitmap fonts ar) 198 202.33 B 0.52 0.1 (e used in dialog boxes. It also) 395.69 202.33 B 0.52 0.1 (pr) 198 189.93 B 0.52 0.1 (ovides several T) 207.98 189.93 B 0.52 0.1 (r) 281.29 189.93 B 0.52 0.1 (ueT) 285.26 189.93 B 0.52 0.1 (ype fonts fr) 301.6 189.93 B 0.52 0.1 (om Bitstr) 354.38 189.93 B 0.52 0.1 (eam, Inc.: Arial, Courier New) 396.12 189.93 B 0.52 0.1 (,) 530.53 189.93 B 0.52 0.1 (T) 198 177.53 B 0.52 0.1 (imes New Roman, Symbol, and Mor) 203.68 177.53 B 0.52 0.1 (e W) 369.95 177.53 B 0.52 0.1 (ingbats SWM.) 387.5 177.53 B 34 613.2 36 648 R 7 X 1 K V 34 576 36 598.4 R V 34 446.6 36 543.2 R V 34 174.2 36 425.8 R V FMENDPAGE %%EndPage: "167" 190 %%Page: "166" 190 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (166) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (C) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (Micr) 198 641.33 B 0.52 0.1 (osoft W) 218.97 641.33 B 0.52 0.1 (indows font r) 253.87 641.33 B 0.52 0.1 (esour) 315.7 641.33 B 0.52 0.1 (ce \336les pr) 340.47 641.33 B 0.52 0.1 (ovide. Because of this, the) 384.49 641.33 B 0.52 0.1 (W) 506.53 641.33 B 0.52 0.1 (abi) 515.71 641.33 B 0.52 0.1 (pr) 198 628.93 B 0.52 0.1 (ogram must perform some calculations to generate mor) 207.98 628.93 B 0.52 0.1 (e information about) 462.14 628.93 B 0.52 0.1 (the available X fonts in or) 198 616.53 B 0.52 0.1 (der to map them to fonts r) 316.05 616.53 B 0.52 0.1 (equested by W) 437.41 616.53 B 0.52 0.1 (indows) 504.86 616.53 B 0.52 0.1 (applications.) 198 604.13 B 1 15 Q -0.94 (Font Display T) 54 570.4 P -0.94 (ypes) 143.25 570.4 P 0 10 Q 0.52 0.1 (T) 198 548.73 B 0.52 0.1 (wo font display types ar) 203.33 548.73 B 0.52 0.1 (e r) 314.79 548.73 B 0.52 0.1 (elevant to applications r) 326.66 548.73 B 0.52 0.1 (unning in Micr) 436.94 548.73 B 0.52 0.1 (osoft) 505.61 548.73 B 0.52 0.1 (W) 198 536.33 B 0.52 0.1 (indows and the) 207.54 536.33 B 0.52 0.1 (W) 281.74 536.33 B 0.52 0.1 (abi) 290.92 536.33 B 0.52 0.1 ( pr) 304.65 536.33 B 0.52 0.1 (ogram: bitmap fonts and outline fonts.) 317.74 536.33 B 1 14 Q -0.88 (Bitmap Fonts) 126 503.27 P 0 10 Q 0.12 0.1 (Bitmap fonts ar) 198 481.93 B 0.12 0.1 (e stor) 267.7 481.93 B 0.12 0.1 (ed as graphic images of characters, with each point size of) 292.42 481.93 B 0.12 0.1 (a typeface stor) 198 469.53 B 0.12 0.1 (ed as a separate font. Generally) 263.61 469.53 B 0.12 0.1 (, in Micr) 404.61 469.53 B 0.12 0.1 (osoft W) 442.54 469.53 B 0.12 0.1 (indows, the fonts) 477.03 469.53 B 0.52 0.1 (used in dialog boxes and in an application\325s scr) 198 457.13 B 0.52 0.1 (een displays ar) 415.55 457.13 B 0.52 0.1 (e bitmap fonts.) 484.2 457.13 B 0.52 0.1 (Bitmap fonts cannot be) 198 444.73 B 1 F 0.52 0.1 (scaled) 306.67 444.73 B 0 F 0.52 0.1 ( \050displayed in smaller and lar) 331.33 444.73 B 0.52 0.1 (ger point sizes\051 in) 466.29 444.73 B 0.52 0.1 (Micr) 198 432.33 B 0.52 0.1 (osoft W) 218.97 432.33 B 0.52 0.1 (indows, but can be in X W) 253.87 432.33 B 0.52 0.1 (indows. However) 375.05 432.33 B 0.52 0.1 (, a scaled bitmap font) 455.47 432.33 B 0.52 0.1 (may display with poor r) 198 419.93 B 0.52 0.1 (esolution, so the) 309.43 419.93 B 0.52 0.1 (W) 387.2 419.93 B 0.52 0.1 (abi) 396.37 419.93 B 0.52 0.1 ( pr) 410.1 419.93 B 0.52 0.1 (ogram does not scale bitmap) 423.2 419.93 B 0.1 (fonts.) 198 407.53 S 0.52 0.1 (A bitmap font displayed on the scr) 198 387.13 B 0.52 0.1 (een is not the same font used by a printer) 357.86 387.13 B 0.52 0.1 (.) 548.04 387.13 B 0.52 0.1 (Micr) 198 374.73 B 0.52 0.1 (osoft W) 218.97 374.73 B 0.52 0.1 (indows and the) 253.87 374.73 B 0.52 0.1 (W) 328.07 374.73 B 0.52 0.1 (abi) 337.24 374.73 B 0.52 0.1 ( pr) 350.98 374.73 B 0.52 0.1 (ogram only use bitmap fonts that can be) 364.07 374.73 B 0.52 0.1 (matched to a printer font on the printer you ar) 198 362.33 B 0.52 0.1 (e curr) 411.95 362.33 B 0.52 0.1 (ently set up to use. The) 438.54 362.33 B 0.52 0.1 (font used by the printer) 198 349.93 B 0.52 0.1 (, while not the same as the bitmap font shown on the) 306.37 349.93 B 0.3 0.1 (scr) 198 337.53 B 0.3 0.1 (een, is almost indistinguishable. For example, if you use the font Courier 10) 210.74 337.53 B 0.29 0.1 (in your document you see a bitmap Courier 10 on the display) 198 325.13 B 0.29 0.1 (. When you print) 477.26 325.13 B 0.52 0.1 (your document, you see the printer) 198 312.73 B 0.52 0.1 (\325s version of Courier 10.) 360.82 312.73 B 1 14 Q -0.88 (Outline Fonts) 126 279.67 P 0 10 Q 0.52 0.1 (Outline fonts ar) 198 258.33 B 0.52 0.1 (e pr) 270.06 258.33 B 0.52 0.1 (oduced fr) 288.04 258.33 B 0.52 0.1 (om stor) 331.98 258.33 B 0.52 0.1 (ed information about the shape, or) 366.7 258.33 B -0.04 0.1 (outline, of the font. Outline fonts scale better because the information about the) 198 245.93 B 0.52 0.1 (shape is independent of the size. In both the Micr) 198 233.53 B 0.52 0.1 (osoft W) 425.11 233.53 B 0.52 0.1 (indows and X) 460.01 233.53 B 0.52 0.1 (W) 198 221.13 B 0.52 0.1 (indow envir) 207.54 221.13 B 0.52 0.1 (onments, dif) 263.21 221.13 B 0.52 0.1 (fer) 320.29 221.13 B 0.52 0.1 (ent font sizes ar) 332.48 221.13 B 0.52 0.1 (e cr) 404.89 221.13 B 0.52 0.1 (eated by calculating the new) 421.3 221.13 B -0.04 0.1 (size and r) 198 208.73 B -0.04 0.1 (epr) 241.54 208.73 B -0.04 0.1 (oducing the exact shape of a character in the new size. T) 256.4 208.73 B -0.04 0.1 (r) 508.39 208.73 B -0.04 0.1 (ueT) 512.35 208.73 B -0.04 0.1 (ype) 528.7 208.73 B 1 F -0.04 0.1 (\252) 545.35 208.73 B 0 F 0.52 0.1 (fonts and many X W) 198 196.33 B 0.52 0.1 (indow fonts, including those used by Adobe PostScript,) 292.2 196.33 B 0.52 0.1 (ar) 198 183.93 B 0.52 0.1 (e outline fonts.) 206.96 183.93 B 34 613.2 36 648 R 7 X 1 K V 34 565.4 36 580.4 R V 34 478.6 36 543 R V 34 275 36 451.4 R V 34 180.6 36 252.6 R V FMENDPAGE %%EndPage: "166" 189 %%Page: "165" 189 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (165) 544.25 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (Fonts fr) 198 509.31 P -2.5 (om W) 259.01 509.31 P -2.5 (indows to W) 304.4 509.31 P -2.5 (abi) 401.15 509.31 P 1 24 Q 4 K -3.12 (C) 521.15 508.64 S 0 10 Q 0 K 0.52 0.1 (This appendix describes some aspects of font handling in Micr) 198 459.68 B 0.52 0.1 (osoft W) 484.25 459.68 B 0.52 0.1 (indows) 519.15 459.68 B 0.09 0.1 (and in the) 198 447.28 B 0.09 0.1 (W) 246.37 447.28 B 0.09 0.1 (abi) 255.55 447.28 B 0.09 0.1 ( pr) 269.28 447.28 B 0.09 0.1 (ogram, so you can better understand how the) 281.94 447.28 B 0.09 0.1 (W) 490.46 447.28 B 0.09 0.1 (abi) 499.63 447.28 B 0.09 0.1 ( pr) 513.36 447.28 B 0.09 0.1 (ogram) 526.03 447.28 B 0.52 0.1 (implements fonts used by your applications. It does not fully describe either) 198 434.88 B 0.52 0.1 (system\325s font handling.) 198 422.48 B 0.33 0.1 (The) 198 402.08 B 0.33 0.1 (W) 217.96 402.08 B 0.33 0.1 (abi) 227.13 402.08 B 0.33 0.1 ( pr) 240.87 402.08 B 0.33 0.1 (ogram can use fonts fr) 253.77 402.08 B 0.33 0.1 (om the Micr) 355.56 402.08 B 0.33 0.1 (osoft W) 411.02 402.08 B 0.33 0.1 (indows envir) 445.73 402.08 B 0.33 0.1 (onment, as) 505.55 402.08 B 0.52 0.1 (well as the native fonts in the X W) 198 389.68 B 0.52 0.1 (indow System. Dif) 355.89 389.68 B 0.52 0.1 (fer) 440.46 389.68 B 0.52 0.1 (ent ways of) 452.64 389.68 B -0.06 0.1 (implementing fonts come into play) 198 377.28 B -0.06 0.1 (, depending on several factors, including the) 354.86 377.28 B 0.1 0.1 (type of X server your system is using, the fonts loaded by applications r) 198 364.88 B 0.1 0.1 (unning) 522.76 364.88 B 0.52 0.1 (in the) 198 352.48 B 0.52 0.1 (W) 227.32 352.48 B 0.52 0.1 (abi) 236.5 352.48 B 0.52 0.1 ( pr) 250.23 352.48 B 0.52 0.1 (ogram, the fonts available to the X server) 263.32 352.48 B 0.52 0.1 (, and so on. \050The X) 451.43 352.48 B 0.48 0.1 (server is a pr) 198 340.08 B 0.48 0.1 (ogram that r) 257.61 340.08 B 0.48 0.1 (uns on each UNIX system and contr) 314.76 340.08 B 0.48 0.1 (ols all aspects of) 480.01 340.08 B 0.52 0.1 (the display for X applications, of which) 198 327.68 B 0.52 0.1 (W) 381.75 327.68 B 0.52 0.1 (abi) 390.92 327.68 B 0.52 0.1 ( is one.\051) 404.66 327.68 B 1 15 Q -0.94 (Differ) 54 293.94 P -0.94 (ences in Micr) 89.58 293.94 P -0.94 (osoft W) 169.66 293.94 P -0.94 (indows Fonts and X Fonts) 214.65 293.94 P 0 10 Q -0.04 0.1 (A simple mapping of Micr) 198 272.28 B -0.04 0.1 (osoft W) 317.17 272.28 B -0.04 0.1 (indows fonts to X fonts is impossible because) 351.51 272.28 B 0.52 0.1 (of the dif) 198 259.88 B 0.52 0.1 (fer) 239.85 259.88 B 0.52 0.1 (ent ways fonts ar) 252.03 259.88 B 0.52 0.1 (e described in Micr) 330.64 259.88 B 0.52 0.1 (osoft W) 418.52 259.88 B 0.52 0.1 (indows and X) 453.42 259.88 B 0.4 0.1 (W) 198 247.48 B 0.4 0.1 (indows. Fonts used in Micr) 207.54 247.48 B 0.4 0.1 (osoft W) 331.86 247.48 B 0.4 0.1 (indows applications ar) 366.64 247.48 B 0.4 0.1 (e described in font) 470.2 247.48 B 0.52 0.1 (r) 198 235.08 B 0.52 0.1 (esour) 201.87 235.08 B 0.52 0.1 (ce \336les, usually stor) 226.64 235.08 B 0.52 0.1 (ed in) 316.89 235.08 B 2 F 1.2 (C:\134WINDOWS\134SYSTEM) 343.14 235.08 P 0 F 0.52 0.1 ( with \336le name) 445.08 235.08 B 0.52 0.1 (extensions such as .) 198 222.68 B 2 F 1.2 (FON) 287.77 222.68 P 0 F 0.52 0.1 (,) 305.76 222.68 B 2 F 1.2 (.FNT) 311.48 222.68 P 0 F 0.52 0.1 (, and .) 334.73 222.68 B 2 F 1.2 (TTF) 363.38 222.68 P 0 F 0.52 0.1 (. These \336les contain either the actual) 380.45 222.68 B 0.52 0.1 (images of fonts and detailed numeric information about them, or pr) 198 210.28 B 0.52 0.1 (ecise) 508.86 210.28 B 0.52 0.1 (information about how to cr) 198 197.88 B 0.52 0.1 (eate the font images.) 327.29 197.88 B 0.52 0.1 (Fonts used in X applications ar) 198 177.48 B 0.52 0.1 (e described less pr) 339.77 177.48 B 0.52 0.1 (ecisely) 424.3 177.48 B 0.52 0.1 (. The font names) 453.52 177.48 B 0.17 0.1 (themselves pr) 198 165.08 B 0.17 0.1 (ovide all the information an X application needs to get the font it) 261.04 165.08 B 0.52 0.1 (wants. However) 198 152.68 B 0.52 0.1 (, the font names do not pr) 272.1 152.68 B 0.52 0.1 (ovide some information that) 391.56 152.68 B 34 443.94 36 453.94 R 7 X 1 K V 34 386.34 36 408.74 R V 34 244.14 36 359.14 R V 34 149.34 36 159.34 R V FMENDPAGE %%EndPage: "165" 188 %%Page: "164" 188 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (164) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (B) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (Wher) 54 638 P -0.94 (e to Set Color V) 87.06 638 P -0.94 (ariables) 178.01 638 P 0 10 Q 0.52 0.1 (T) 198 616.33 B 0.52 0.1 (o set W) 203.31 616.33 B 0.52 0.1 (abi color variables, edit your) 236.86 616.33 B 2 F 1.2 ($HOME/wabi/windows/win.ini) 371.2 616.33 P 0 F 0.52 0.1 ( \336le) 527.11 616.33 B 0.52 0.1 (and add them. None of the variables appear in) 198 603.93 B 2 F 1.2 (win.ini) 415.52 603.93 P 0 F 0.52 0.1 ( as shipped in the) 457.5 603.93 B 0.52 0.1 (W) 198 591.53 B 0.52 0.1 (abi pr) 207.18 591.53 B 0.52 0.1 (ogram.) 234 591.53 B 0.52 0.1 (If you want the variables to af) 198 571.13 B 0.52 0.1 (fect your r) 336.03 571.13 B 0.52 0.1 (unning of W) 383.84 571.13 B 0.52 0.1 (abi on any display you) 440.78 571.13 B 0.52 0.1 (use, set the variables in the) 198 558.73 B 2 F 1.2 ([ColorMap]) 325.35 558.73 P 0 F 0.52 0.1 ( section in) 385.32 558.73 B 2 F 1.2 (win.ini) 435.2 558.73 P 0 F 0.52 0.1 (. For example, if) 477.18 558.73 B 0.52 0.1 (all displays you use ar) 198 546.33 B 0.52 0.1 (e 8-bit, set the variables in the) 301 546.33 B 2 F 1.2 ([ColorMap]) 438.41 546.33 P 0 F 0.52 0.1 ( section.) 498.38 546.33 B 0.29 0.1 (If you r) 198 525.93 B 0.29 0.1 (un W) 231.98 525.93 B 0.29 0.1 (abi on mor) 256.09 525.93 B 0.29 0.1 (e than one display and you want the variables to af) 305.42 525.93 B 0.29 0.1 (fect) 538.9 525.93 B 0.52 0.1 (W) 198 513.53 B 0.52 0.1 (abi only on a particular display) 207.18 513.53 B 0.52 0.1 (, cr) 349.96 513.53 B 0.52 0.1 (eate a section whose title is the display) 364.08 513.53 B 0.51 0.1 (name and set the variables in that section. For example, to apply the variables) 198 501.13 B 0.52 0.1 (to W) 198 488.73 B 0.52 0.1 (abi only when you display it on the display jethr) 219.21 488.73 B 0.52 0.1 (o:0.0, cr) 442.95 488.73 B 0.52 0.1 (eate a section) 478.03 488.73 B 0.52 0.1 (called) 198 476.33 B 2 F 1.2 ([jethro:0.0]) 227.86 476.33 P 0 F 0.52 0.1 (.) 299.82 476.33 B 0.52 0.1 (The W) 198 455.93 B 0.52 0.1 (abi pr) 227.32 455.93 B 0.52 0.1 (ogram r) 254.15 455.93 B 0.52 0.1 (eads the) 290.42 455.93 B 2 F 1.2 ([ColorMap]) 331.35 455.93 P 0 F 0.52 0.1 ( section \336rst, and then the) 391.31 455.93 B 2 F 1.2 ([) 198 443.53 P 1 F 0.52 0.1 (host) 204 443.53 B 2 F 1.2 (:0.0]) 221.05 443.53 P 0 F 0.52 0.1 ( sections, so that variables set in) 251.03 443.53 B 2 F 1.2 ([) 401.39 443.53 P 1 F 0.52 0.1 (host) 407.39 443.53 B 2 F 1.2 (:0.0]) 424.43 443.53 P 0 F 0.52 0.1 ( sections super) 454.42 443.53 B 0.52 0.1 (cede) 521.92 443.53 B 0.52 0.1 (variables set in the) 198 431.13 B 2 F 1.2 ([ColorMap]) 287 431.13 P 0 F 0.52 0.1 ( section for the speci\336ed displays. If you set) 346.97 431.13 B -0.04 0.1 (the same variables in both sections, the) 198 418.73 B 2 F -0.09 ([) 376.26 418.73 P 1 F -0.04 0.1 (host) 382.26 418.73 B 2 F -0.09 (:0.0]) 399.31 418.73 P 0 F -0.04 0.1 ( variables ar) 429.29 418.73 B -0.04 0.1 (e used for those) 484.23 418.73 B 0.52 0.1 (displays. This may be helpful if you use multiple displays and one of them is) 198 406.33 B 0.52 0.1 (24-bit, for example. Y) 198 393.93 B 0.52 0.1 (ou could set variables speci\336c to the 24-bit display by) 295.22 393.93 B 0.52 0.1 (cr) 198 381.53 B 0.52 0.1 (eating a) 206.4 381.53 B 2 F 1.2 ([) 245.66 381.53 P 1 F 0.52 0.1 (host) 251.66 381.53 B 2 F 1.2 (:0.0]) 268.71 381.53 P 0 F 0.52 0.1 ( section, and set variables for all 8-bit displays in the) 298.7 381.53 B 2 F 1.2 ([ColorMap]) 198 369.13 P 0 F 0.52 0.1 ( section.) 257.97 369.13 B 34 600.6 36 623 R 7 X 1 K V 34 473 36 565.4 R V 34 365.8 36 450.2 R V FMENDPAGE %%EndPage: "164" 187 %%Page: "163" 187 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Color Fr) 198 108.7 B -0.58 0.09 (om W) 228.68 108.7 B -0.58 0.09 (indows to W) 249.99 108.7 B -0.58 0.09 (abi) 295.56 108.7 B 0 F 0.09 (163) 544.25 108.7 S 1 20 Q (B) 526.35 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 ( V) 126 453.67 P -0.88 (ariable for a 24-Bit Display) 137.69 453.67 P 0 10 Q 0.08 0.1 (The W) 198 432.33 B 0.08 0.1 (abi pr) 226.89 432.33 B 0.08 0.1 (ogram uses an 8-bit PseudoColor visual even on 24-bit displays, so) 253.28 432.33 B 0.52 0.1 (all the variables described above apply to 24-bit displays as well as 8-bit) 198 419.93 B 0.52 0.1 (displays.) 198 407.53 B 0.52 0.1 (An additional variable,) 198 387.13 B 2 F 1.2 (UseRootWindow) 306.73 387.13 P 0 F 0.52 0.1 (, may be useful if you \336nd W) 383.77 387.13 B 0.52 0.1 (abi has) 517.52 387.13 B 0.52 0.1 (pr) 198 374.73 B 0.52 0.1 (oblems drawing to your 24-bit display) 207.98 374.73 B 0.52 0.1 (.) 382.51 374.73 B 2 F 1.2 (UseRootWindow=) 388.23 374.73 P 8 F 1.2 (n) 472.18 374.73 P 0 F 0.52 0.1 (tells whether or) 481.29 374.73 B 0.52 0.1 (not W) 198 362.33 B 0.52 0.1 (abi can draw to and r) 225.12 362.33 B 0.52 0.1 (ead fr) 323.79 362.33 B 0.52 0.1 (om the r) 350.4 362.33 B 0.52 0.1 (oot window \050the \322backgr) 389.14 362.33 B 0.52 0.1 (ound\323) 503.66 362.33 B 0.1 0.1 (window of the desktop\051. The default value is 1 \050yes\051, unless the W) 198 349.93 B 0.1 0.1 (abi colormap) 496.02 349.93 B 0.52 0.1 (and the default colormap ar) 198 337.53 B 0.52 0.1 (e of dif) 325.77 337.53 B 0.52 0.1 (fer) 358.34 337.53 B 0.52 0.1 (ent sizes, in which case the default is 0) 370.52 337.53 B 0.52 0.1 (\050no\051.) 198 325.13 B 0.52 0.1 (Most users will never need to set) 198 304.73 B 2 F 1.2 (UseRootWindow) 352.71 304.73 P 0 F 0.52 0.1 (, and should not set it) 429.75 304.73 B 0.52 0.1 (because it may cause pr) 198 292.33 B 0.52 0.1 (oblems, especially on 8-bit displays. Y) 306.98 292.33 B 0.52 0.1 (ou should only) 480.24 292.33 B 0.52 0.1 (consider using it if you ar) 198 279.93 B 0.52 0.1 (e using a 24-bit display and W) 316.24 279.93 B 0.52 0.1 (abi appears to be) 455.42 279.93 B 0.45 0.1 (having pr) 198 267.53 B 0.45 0.1 (oblems drawing to the scr) 242.36 267.53 B 0.45 0.1 (een \050windows and icons do not look right,) 361.08 267.53 B 0.52 0.1 (for example\051.) 198 255.13 B 0.52 0.1 (If you ar) 198 234.73 B 0.52 0.1 (e experiencing such pr) 237.44 234.73 B 0.52 0.1 (oblems, experiment with) 340.69 234.73 B 2 F 1.2 (UseRootWindow) 456.99 234.73 P 0 F 0.52 0.1 ( to) 534.95 234.73 B 0.52 0.1 (see if it alleviates them. If this does nothing, or makes the drawing worse,) 198 222.33 B 0.52 0.1 (r) 198 209.93 B 0.52 0.1 (emove the variable entir) 201.87 209.93 B 0.52 0.1 (ely) 312.95 209.93 B 0.52 0.1 (.) 325.39 209.93 B 0 9 Q 0.09 (RedCubeCount=) 198 604 S 1 F 0.09 (n) 266.34 604 S 0 F 0.09 (Gr) 198 581.2 S 0.09 (eenCubeCount=) 208.43 581.2 S 1 F 0.09 (n) 274.81 581.2 S 0 F 0.09 (BlueCubeCount=) 198 558.4 S 1 F 0.09 (n) 268.46 558.4 S 0 F 0.47 0.09 (When) 291.6 604 B 2 F 1.08 (Technicolor=0) 318.52 604 P 0 F 0.47 0.09 (, these thr) 388.62 604 B 0.47 0.09 (ee variables de\336ne the) 429.41 604 B 0.47 0.09 (dimensions of the r) 291.6 592.6 B 0.47 0.09 (ed, gr) 371.16 592.6 B 0.47 0.09 (een, and blue components of the) 394.84 592.6 B 0.47 0.09 (color cube. The color cube comprises the additional r) 291.6 581.2 B 0.47 0.09 (eds,) 509.75 581.2 B 0.47 0.09 (gr) 291.6 569.8 B 0.47 0.09 (eens, and blues that) 300.17 569.8 B 0.47 0.09 (W) 384.73 569.8 B 0.47 0.09 (abi) 392.98 569.8 B 0.47 0.09 ( adds to its colormap. These) 405.33 569.8 B 0.47 0.09 (variables allow you to alter the number of r) 291.6 558.4 B 0.47 0.09 (eds, gr) 471.55 558.4 B 0.47 0.09 (eens, and) 499.13 558.4 B 0.47 0.09 (blues, r) 291.6 547 B 0.47 0.09 (espectively) 321.79 547 B 0.47 0.09 (, that will be used in the) 366.13 547 B 0.47 0.09 (W) 469.35 547 B 0.47 0.09 (abi) 477.6 547 B 0.47 0.09 ( colormap.) 489.95 547 B 0.47 0.09 (The range is 4 thr) 291.6 535.6 B 0.47 0.09 (ough 9, with a default of 5.) 364.17 535.6 B -0.06 0.09 (Y) 291.6 512.8 B -0.06 0.09 (ou can adjust these variables if you \336nd that applications you) 296.86 512.8 B 0.47 0.09 (r) 291.6 501.4 B 0.47 0.09 (un need mor) 295.17 501.4 B 0.47 0.09 (e colors of a particular shade. These variables) 347.8 501.4 B 0.47 0.09 (usually do not af) 291.6 490 B 0.47 0.09 (fect color \337ashing.) 361.43 490 B 1 F 0.09 (T) 198 642 S 0.09 (able) 202.58 642 S 0.09 (B-) 219.43 642 S 0.09 (1) 228.09 642 S 0 F 0.47 0.09 (V) 241.2 642 B 0.47 0.09 (ariables for 8-Bit PseudoColor V) 246.95 642 B 0.47 0.09 (isuals) 382.03 642 B 1 F 0.47 0.09 (\050Continued\051) 408.14 642 B 3 F 0.09 (V) 198 621 S 0.09 (ariable) 204.09 621 S 0.09 (Description) 291.6 621 S 198 633 558 633 2 L V 0 Z N 198 616 558 616 2 L V 0.5 H N 198 485 558 485 2 L V 0.3 H N 34 206.6 36 463 R 7 X 1 K V 34 555.4 36 610 R V 34 532.6 36 610 R V 34 487 36 518.8 R V FMENDPAGE %%EndPage: "163" 186 %%Page: "162" 186 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (162) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (B) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 9 Q 0 X 0 K 0.09 (T) 198 642 S 0.09 (able) 202.58 642 S 0.09 (B-) 219.43 642 S 0.09 (1) 228.09 642 S 0 F 0.47 0.09 (V) 241.2 642 B 0.47 0.09 (ariables for 8-Bit PseudoColor V) 246.95 642 B 0.47 0.09 (isuals) 382.03 642 B 3 F 0.09 (V) 198 621 S 0.09 (ariable) 204.09 621 S 0.09 (Description) 291.6 621 S 2 F (PercentFree) 198 604 T 0 F 0.09 (=) 257.32 604 S 1 F 0.09 (n) 262.85 604 S 0 F 0.11 0.09 (When) 291.6 604 B 2 F 0.25 (Technicolor=0) 318.16 604 P 0 F 0.11 0.09 (,) 388.26 604 B 2 F 0.25 (PercentFree) 393.05 604 P 0 F 0.11 0.09 ( speci\336es how much of) 452.36 604 B 0.12 0.09 (the default X colormap) 291.6 592.6 B 0.12 0.09 (W) 387.67 592.6 B 0.12 0.09 (abi) 395.92 592.6 B 0.12 0.09 ( should fr) 408.27 592.6 B 0.12 0.09 (ee up after allocating its) 447.76 592.6 B 0.28 0.09 (colors. The range of acceptable values is 0 thr) 291.6 581.2 B 0.28 0.09 (ough 100, with a) 477.3 581.2 B 0.47 0.09 (default of 50, which means) 291.6 569.8 B 0.47 0.09 (W) 405.32 569.8 B 0.47 0.09 (abi) 413.57 569.8 B 0.47 0.09 ( fr) 425.92 569.8 B 0.47 0.09 (ees 50% of the color cells.) 435.29 569.8 B 0.47 0.09 (Setting) 291.6 547 B 2 F 1.08 (PercentFree) 322.76 547 P 0 F 0.47 0.09 ( higher could r) 382.08 547 B 0.47 0.09 (educe color \337ashing as) 443.31 547 B 0.47 0.09 (you activate and deactivate the) 291.6 535.6 B 0.47 0.09 (W) 422.52 535.6 B 0.47 0.09 (abi) 430.77 535.6 B 0.47 0.09 ( window) 443.12 535.6 B 0.47 0.09 (, because the) 478.87 535.6 B 0.47 0.09 (other X windows use most of the colors that wer) 291.6 524.2 B 0.47 0.09 (e in ef) 492.26 524.2 B 0.47 0.09 (fect) 517.6 524.2 B 0.47 0.09 (when they started. However) 291.6 512.8 B 0.47 0.09 (, setting) 408.02 512.8 B 2 F 1.08 (PercentFree) 443.41 512.8 P 0 F 0.47 0.09 ( to 100) 502.73 512.8 B 0.47 0.09 (means) 291.6 501.4 B 0.47 0.09 (W) 320.63 501.4 B 0.47 0.09 (abi) 328.88 501.4 B 0.47 0.09 ( fr) 341.23 501.4 B 0.47 0.09 (ees all the color cells it allocated, which leaves) 350.59 501.4 B 0.47 0.09 (the same number of fr) 291.6 490 B 0.47 0.09 (ee color cells as ther) 383.05 490 B 0.47 0.09 (e wer) 465.96 490 B 0.47 0.09 (e befor) 488.62 490 B 0.47 0.09 (e) 516.83 490 B 0.47 0.09 (W) 524.03 490 B 0.47 0.09 (abi) 532.28 490 B -0.02 0.09 (started. This may cause \337ashing as the default X colormap and) 291.6 478.6 B 0.47 0.09 (the) 291.6 467.2 B 0.47 0.09 (W) 307.14 467.2 B 0.47 0.09 (abi) 315.39 467.2 B 0.47 0.09 ( colormap ar) 327.74 467.2 B 0.47 0.09 (e swapped in and out.) 379.93 467.2 B 0.47 0.09 (Setting) 291.6 444.4 B 2 F 1.08 (PercentFree) 322.76 444.4 P 0 F 0.47 0.09 ( lower r) 382.08 444.4 B 0.47 0.09 (educes the chance that other X) 414.49 444.4 B -0.01 0.09 (applications will \336nd insuf) 291.6 433 B -0.01 0.09 (\336cient fr) 400.65 433 B -0.01 0.09 (ee color entries available. If) 434.58 433 B 0.47 0.09 (an X application does not \336nd enough fr) 291.6 421.6 B 0.47 0.09 (ee color cells, it may) 458.73 421.6 B -0.05 0.09 (display incorr) 291.6 410.2 B -0.05 0.09 (ect colors, r) 348.16 410.2 B -0.05 0.09 (eturn an err) 394.36 410.2 B -0.05 0.09 (or message, or detect that) 442.24 410.2 B 0.47 0.09 (the default X colormap is too full and swap in its own virtual) 291.6 398.8 B 0.09 0.09 (colormap. This causes mor) 291.6 387.4 B 0.09 0.09 (e color \337ashing when you move the) 400.12 387.4 B 0.47 0.09 (mouse out of the X application\325s window) 291.6 376 B 0.47 0.09 (.) 460.8 376 B 0.09 (SolidColorCount=) 198 359 S 1 F 0.09 (n) 272.44 359 S 0 F 0.47 0.09 (When) 291.6 359 B 2 F 1.08 (Technicolor=0) 318.52 359 P 0 F 0.47 0.09 (, this variable de\336nes how many) 388.62 359 B 0.47 0.09 (shades of each of the seven colors \050r) 291.6 347.6 B 0.47 0.09 (ed, gr) 440.25 347.6 B 0.47 0.09 (een, blue, cyan,) 463.93 347.6 B 0.26 0.09 (magenta, yellow) 291.6 336.2 B 0.26 0.09 (, and gray\051 ar) 358.2 336.2 B 0.26 0.09 (e allocated. A total of 7 shades x) 413.36 336.2 B 2 F 1.08 (SolidColorCount) 291.6 324.8 P 0 F 0.47 0.09 ( colors ar) 372.49 324.8 B 0.47 0.09 (e allocated. The range of) 410.48 324.8 B 0.47 0.09 (acceptable values is 1 thr) 291.6 313.4 B 0.47 0.09 (ough 16, with a default of 7.) 394.48 313.4 B 0.17 0.09 (Set this variable higher to let) 291.6 302 B 0.17 0.09 (W) 411.24 302 B 0.17 0.09 (abi) 419.49 302 B 0.17 0.09 ( allocate mor) 431.84 302 B 0.17 0.09 (e colors so that) 484.42 302 B 0.47 0.09 (applications r) 291.6 290.6 B 0.47 0.09 (unning under) 347.56 290.6 B 0.47 0.09 (W) 406.88 290.6 B 0.47 0.09 (abi) 415.12 290.6 B 0.47 0.09 ( don\325t \336nd it necessary to) 427.47 290.6 B 0.47 0.09 (allocate new colors.) 291.6 279.2 B 0.47 0.09 (Set this variable lower if most colors have alr) 291.6 256.4 B 0.47 0.09 (eady been) 477.65 256.4 B 0.47 0.09 (de\336ned by X applications befor) 291.6 245 B 0.47 0.09 (e) 420.45 245 B 0.47 0.09 (W) 427.64 245 B 0.47 0.09 (abi) 435.9 245 B 0.47 0.09 ( starts, or if you will be) 448.24 245 B 0.47 0.09 (manually de\336ning all your colors anyway \050thr) 291.6 233.6 B 0.47 0.09 (ough a \322paint\323) 481.58 233.6 B 0.47 0.09 (pr) 291.6 222.2 B 0.47 0.09 (ogram, for example\051.) 300.57 222.2 B 198 633 558 633 2 L V 0 Z N 198 616 558 616 2 L V 0.5 H N 198 217.2 558 217.2 2 L V 0.3 H N 34 589.6 36 598.6 R 7 X 1 K V 34 544 36 553 R V 34 464.2 36 484.6 R V 34 430 36 450.4 R V 34 395.8 36 404.8 R V 34 373 36 382 R V 34 299 36 319.4 R V 34 276.2 36 285.2 R V 34 253.4 36 262.4 R V FMENDPAGE %%EndPage: "162" 185 %%Page: "161" 185 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Color Fr) 198 108.7 B -0.58 0.09 (om W) 228.68 108.7 B -0.58 0.09 (indows to W) 249.99 108.7 B -0.58 0.09 (abi) 295.56 108.7 B 0 F 0.09 (161) 544.25 108.7 S 1 20 Q (B) 526.35 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K -0.08 0.1 (When) 198 641.33 B 2 F -0.19 (Technicolor=1) 227.33 641.33 P 0 F -0.08 0.1 (, W) 305.29 641.33 B -0.08 0.1 (abi uses a standar) 319.58 641.33 B -0.08 0.1 (d X colormap as its colormap. This) 399.52 641.33 B 0.52 0.1 (often causes color \337ashing on 8-bit displays when you switch between W) 198 628.93 B 0.52 0.1 (abi) 532.61 628.93 B 0.52 0.1 (windows and other X windows.) 198 616.53 B 0.45 0.1 (If your X server has mor) 198 596.13 B 0.45 0.1 (e than one har) 309.94 596.13 B 0.45 0.1 (dwar) 375.49 596.13 B 0.45 0.1 (e colormap, but the colormaps ar) 399.1 596.13 B 0.45 0.1 (e) 550.07 596.13 B 0.45 0.1 (normally alr) 198 583.73 B 0.45 0.1 (eady in use by other X applications when you start W) 254.24 583.73 B 0.45 0.1 (abi, you can) 499.64 583.73 B 0.52 0.1 (set) 198 571.33 B 2 F 1.2 (Technicolor) 213.7 571.33 P 0 F 0.52 0.1 ( to 0 to alleviate color \337ashing.) 279.67 571.33 B 0.46 0.1 (If your X server has one colormap, as is the case with most 8-bit displays, you) 198 550.93 B 0.52 0.1 (may set) 198 538.53 B 2 F 1.2 (Technicolor) 236.5 538.53 P 0 F 0.52 0.1 ( to 1 to give W) 302.46 538.53 B 0.52 0.1 (abi, and the W) 369.46 538.53 B 0.52 0.1 (indows applications) 436.07 538.53 B 0.52 0.1 (r) 198 526.13 B 0.52 0.1 (unning under it, the most \337exibility in allocating and changing color) 201.97 526.13 B 0.52 0.1 (. If you) 515.24 526.13 B 0.52 0.1 (need the color \337exibility and \336nd that color \337ashing is annoying, try) 198 513.73 B 0.52 0.1 (maximizing the W) 198 501.33 B 0.52 0.1 (abi window when you use the W) 281.47 501.33 B 0.52 0.1 (indows application. This) 433.03 501.33 B -0.02 0.1 (pr) 198 488.93 B -0.02 0.1 (events the mouse pointer fr) 207.98 488.93 B -0.02 0.1 (om drifting into other windows and causing their) 331.61 488.93 B 0.52 0.1 (colormaps to be swapped in.) 198 476.53 B 1 14 Q -0.88 (Other Color V) 126 443.47 P -0.88 (ariables) 204.83 443.47 P 0 10 Q 0.08 0.1 (The other W) 198 422.13 B 0.08 0.1 (abi color variables af) 253.32 422.13 B 0.08 0.1 (fect W) 347 422.13 B 0.08 0.1 (abi only when it uses 8-bit PseudoColor) 375.06 422.13 B 0.2 0.1 (visuals \050on 8-bit and 24-bit displays\051 and) 198 409.73 B 2 F 0.46 (Technicolor) 385.92 409.73 P 0 F 0.2 0.1 ( is set to 0. Y) 451.88 409.73 B 0.2 0.1 (ou can see) 508.26 409.73 B -0.08 0.1 (if W) 198 397.33 B -0.08 0.1 (abi is using 8-bit PseudoColor by r) 216.13 397.33 B -0.08 0.1 (unning the X pr) 371.76 397.33 B -0.08 0.1 (ogram) 442.77 397.33 B 2 F -0.18 (xwininfo) 474.57 397.33 P 0 F -0.08 0.1 (, which) 522.54 397.33 B 0.52 0.1 (should be pr) 198 384.93 B 0.52 0.1 (esent on most UNIX systems with X windows.) 255.88 384.93 B 0.52 0.1 (In a UNIX window) 198 364.53 B 0.52 0.1 (, type the following command:) 284.99 364.53 B 4 9 Q (xwininfo) 198 348.8 T 0 10 Q 0.52 0.1 (and then select the W) 198 332.73 B 0.52 0.1 (abi window when pr) 296.13 332.73 B 0.52 0.1 (ompted.) 391.9 332.73 B 0.52 0.1 (Look for the following lines:) 198 316.33 B 2 9 Q (Depth:8) 198 300.6 T (Visual Class: PseudoColor) 198 289.6 T 0 10 Q 0.52 0.1 (If you see these lines, you can use the variables in T) 198 269.93 B 0.52 0.1 (able) 435.29 269.93 B 0.52 0.1 (B-) 456.51 269.93 B 0.52 0.1 (1.) 466.14 269.93 B 0.52 0.1 (If) 198 249.53 B 2 F 1.2 (xwininfo) 208.01 249.53 P 0 F 0.52 0.1 ( is not available, use the) 255.99 249.53 B 2 F 1.2 (xdpyinfo) 369.57 249.53 P 0 F 0.52 0.1 ( command. This displays) 417.54 249.53 B 0.52 0.1 (information about your X server) 198 237.13 B 0.52 0.1 (, including the visuals that ar) 345.43 237.13 B 0.52 0.1 (e available.) 479.52 237.13 B 0.52 0.1 (In a UNIX window) 198 216.73 B 0.52 0.1 (, type the following command:) 284.99 216.73 B 4 9 Q 1.08 (xdypinfo | grep class) 198 201 P 0 10 Q 0.52 0.1 (If you see the class PseudoColor) 198 180.93 B 0.52 0.1 (, you can use the variables in T) 345.29 180.93 B 0.52 0.1 (able) 487.21 180.93 B 0.52 0.1 (B-) 508.43 180.93 B 0.52 0.1 (1.) 518.06 180.93 B 34 580.4 36 635.6 R 7 X 1 K V 34 547.6 36 557.6 R V 34 485.6 36 520.4 R V 34 381.6 36 391.6 R V 34 313 36 339.4 R V 34 198 36 276.6 R V FMENDPAGE %%EndPage: "161" 184 %%Page: "160" 184 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (160) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (B) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.33 0.1 (colors \321 seven shades of each of the seven solid colors \050r) 198 641.33 B 0.33 0.1 (ed, gr) 458.72 641.33 B 0.33 0.1 (een, blue, cyan,) 484.87 641.33 B 0.52 0.1 (magenta, yellow) 198 628.93 B 0.52 0.1 (, and gray\051. In addition, it allocates 15 mor) 272.29 628.93 B 0.52 0.1 (e colors \321 \336ve) 467.68 628.93 B 0.52 0.1 (shades of each of the primary colors \050r) 198 616.53 B 0.52 0.1 (ed, gr) 374.41 616.53 B 0.52 0.1 (een, and blue\051. Some of these) 400.75 616.53 B 0.52 0.1 (additional r) 198 604.13 B 0.52 0.1 (eds, gr) 251.45 604.13 B 0.52 0.1 (eens, and blues may be duplicates of the 49 shades of solid) 282.12 604.13 B 0.52 0.1 (colors, so the total number of colors allocated may be something less than 64) 198 591.73 B 0.52 0.1 (colors. On an eight-plane display \050which has 256 colors in its colormap\051, this) 198 579.33 B 0.52 0.1 (leaves the majority of colors in the default colormap unchanged. W) 198 566.93 B 0.52 0.1 (abi then) 505.5 566.93 B -0.08 0.1 (copies the changed default map into its own virtual colormap. Finally) 198 554.53 B -0.08 0.1 (, the W) 510.77 554.53 B -0.08 0.1 (abi) 541.75 554.53 B 0.3 0.1 (pr) 198 542.13 B 0.3 0.1 (ogram fr) 207.98 542.13 B 0.3 0.1 (ees half of the color cells it allocated in the default colormap so that) 247.45 542.13 B 0.52 0.1 (they can be allocated by other X applications.) 198 529.73 B 1 15 Q -0.94 (W) 54 496 P -0.94 (abi) 67.86 496 P -0.94 ( Color V) 85.63 496 P -0.94 (ariables) 134.31 496 P 0 10 Q 0.22 0.1 (The W) 198 474.33 B 0.22 0.1 (abi pr) 227.02 474.33 B 0.22 0.1 (ogram pr) 253.54 474.33 B 0.22 0.1 (ovides variables that in\337uence how the W) 295.62 474.33 B 0.22 0.1 (abi colormap is) 485.54 474.33 B 0.52 0.1 (cr) 198 461.93 B 0.52 0.1 (eated and how W) 206.4 461.93 B 0.52 0.1 (abi af) 286.5 461.93 B 0.52 0.1 (fects the default X colormap. One variable,) 311.7 461.93 B 2 F -0.21 (Technicolor) 198 449.53 P 0 F -0.09 0.1 (, af) 263.22 449.53 B -0.09 0.1 (fects W) 276.67 449.53 B -0.09 0.1 (abi on all display types. The other variables depend on) 308.9 449.53 B 2 F 1.2 (Technicolor) 198 437.13 P 0 F 0.52 0.1 ( being set to 0, and apply only when W) 263.96 437.13 B 0.52 0.1 (abi is using the 8-bit) 443.98 437.13 B 0.52 0.1 (PseudoColor visual. Y) 198 424.73 B 0.52 0.1 (ou set the variables in your) 298.61 424.73 B 2 F 1.2 (win.ini) 426.92 424.73 P 0 F 0.52 0.1 ( \336le.) 468.9 424.73 B 2 14 Q -2.1 (Technicolor) 126 391.67 P 1 F -0.88 ( V) 218.35 391.67 P -0.88 (ariable) 230.04 391.67 P 0 10 Q 0.52 0.1 (The) 198 370.33 B 2 F 1.2 (Technicolor) 218.15 370.33 P 0 F 0.52 0.1 ( variable allows you to make a trade-of) 284.11 370.33 B 0.52 0.1 (f between color) 463.65 370.33 B 0.52 0.1 (\337ashing, or \322technicolor) 198 357.93 B 0.52 0.1 (,\323 and \337exibility in allocating and changing colors in) 307.24 357.93 B 0.52 0.1 (Micr) 198 345.53 B 0.52 0.1 (osoft W) 218.97 345.53 B 0.52 0.1 (indows applications r) 253.87 345.53 B 0.52 0.1 (unning in the W) 352.67 345.53 B 0.52 0.1 (abi pr) 426.83 345.53 B 0.52 0.1 (ogram. If you want) 453.66 345.53 B 0.52 0.1 (applications r) 198 333.13 B 0.52 0.1 (unning in the W) 260.23 333.13 B 0.52 0.1 (abi pr) 334.39 333.13 B 0.52 0.1 (ogram to be able to allocate all the colors) 361.21 333.13 B 0.52 0.1 (they want, you can set) 198 320.73 B 2 F 1.2 (Technicolor=1) 304.29 320.73 P 0 F 0.52 0.1 (, and put up with color \337ashing in) 382.25 320.73 B 0.52 0.1 (inactive X windows. If it does not matter if applications in W) 198 308.33 B 0.52 0.1 (abi get the exact) 477.56 308.33 B 0.52 0.1 (colors they want, you can set) 198 295.93 B 2 F 1.2 (Technicolor=0) 334.45 295.93 P 0 F 0.52 0.1 (, and color \337ashing is) 412.41 295.93 B 0.52 0.1 (minimized as W) 198 283.53 B 0.52 0.1 (abi tries to shar) 271.83 283.53 B 0.52 0.1 (e colors with other X applications.) 342.69 283.53 B 0.52 0.1 (The default value is 0 \050color \337ashing of) 198 263.13 B 0.52 0.1 (f\051, unless ther) 377.33 263.13 B 0.52 0.1 (e is mor) 439.67 263.13 B 0.52 0.1 (e than one) 476.49 263.13 B 0.52 0.1 (har) 198 250.73 B 0.52 0.1 (dwar) 212.88 250.73 B 0.52 0.1 (e colormap for the display scr) 236.49 250.73 B 0.52 0.1 (een. If ther) 373.16 250.73 B 0.52 0.1 (e is mor) 422.62 250.73 B 0.52 0.1 (e than one har) 459.44 250.73 B 0.52 0.1 (dwar) 525.21 250.73 B 0.52 0.1 (e) 548.82 250.73 B 0.52 0.1 (colormap, it is assumed one will be available for W) 198 238.33 B 0.52 0.1 (abi, and the value defaults) 432.25 238.33 B 0.52 0.1 (to 1.) 198 225.93 B 0.03 0.1 (When) 198 205.53 B 2 F 0.07 (Technicolor=0) 227.44 205.53 P 0 F 0.03 0.1 (, W) 305.4 205.53 B 0.03 0.1 (abi allocates colors fr) 319.8 205.53 B 0.03 0.1 (om the default X colormap and) 414.65 205.53 B 0.42 0.1 (then copies them to the W) 198 193.13 B 0.42 0.1 (abi colormap, as described in \322The W) 316.95 193.13 B 0.42 0.1 (abi Colormap\323) 487.65 193.13 B 0.52 0.1 (on page) 198 180.73 B 0.52 0.1 (159, in an attempt to shar) 236.94 180.73 B 0.52 0.1 (e as many colors as possible.) 353.58 180.73 B 53.23 430.63 188.23 470.09 C 53.23 430.63 188.23 470.09 R 7 X 0 K V 56.69 389.66 188.66 466.63 R V 9 9 Q 0 X -0.79 (\322Where to Set Color V) 56.69 460.63 P -0.79 (ariables\323 on) 140.79 460.63 P -0.62 (page) 56.69 450.63 P -0.62 (164 explains where to set) 79.17 450.63 P -0.62 (the variables in) 56.69 440.63 P 2 F -1.35 (win.ini) 117.75 440.63 P 9 F -0.62 (.) 155.5 440.63 P 0 72 612 720 C 34 613.2 36 648 R 7 X 1 K V 34 588.4 36 598.4 R V 34 421.4 36 573.6 R V 34 342.2 36 377 R V 34 259.8 36 302.6 R V 34 202.2 36 212.2 R V FMENDPAGE %%EndPage: "160" 183 %%Page: "159" 183 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Color Fr) 198 108.7 B -0.58 0.09 (om W) 228.68 108.7 B -0.58 0.09 (indows to W) 249.99 108.7 B -0.58 0.09 (abi) 295.56 108.7 B 0 F 0.09 (159) 544.25 108.7 S 1 20 Q (B) 526.35 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.5 0.1 (The X server has a default visual, the method used to handle color when an X) 198 641.33 B 0.52 0.1 (application does not r) 198 628.93 B 0.52 0.1 (equest a speci\336c visual. The W) 297.85 628.93 B 0.52 0.1 (abi pr) 437.52 628.93 B 0.52 0.1 (ogram uses the X) 464.34 628.93 B 0.52 0.1 (server) 198 616.53 B 0.52 0.1 (\325s default visual whenever possible.) 226.69 616.53 B 0.41 0.1 (On the most common types of color display) 198 596.13 B 0.41 0.1 (, 8-bit or 8-plane, the usual default) 397.07 596.13 B 0.52 0.1 (is a visual called) 198 583.73 B 1 F 0.52 0.1 (PseudoColor) 276.99 583.73 B 0 F 0.52 0.1 (, which is ther) 328.43 583.73 B 0.52 0.1 (efor) 393.57 583.73 B 0.52 0.1 (e the visual that the W) 411.31 583.73 B 0.52 0.1 (abi) 514.35 583.73 B 0.52 0.1 (pr) 198 571.33 B 0.52 0.1 (ogram uses most often.) 207.98 571.33 B 0.5 0.1 (Eight-plane displays generally have one har) 198 550.93 B 0.5 0.1 (dwar) 398.9 550.93 B 0.5 0.1 (e colormap, into which the X) 422.51 550.93 B 0.27 0.1 (server loads a default colormap when it \336rst starts up. The default X colormap) 198 538.53 B 0.1 0.1 (is changeable, so X applications can change individual color cells in the default) 198 526.13 B 0.52 0.1 (colormap to allocate colors they need.) 198 513.73 B 0.52 0.1 (X applications can also pr) 198 493.33 B 0.52 0.1 (ovide their own colormaps, called) 315.9 493.33 B 1 F 0.52 0.1 (virtual colormaps) 474.55 493.33 B 0 F 0.52 0.1 (,) 547.74 493.33 B 0.15 0.1 (which ar) 198 480.93 B 0.15 0.1 (e loaded into the har) 237.52 480.93 B 0.15 0.1 (dwar) 331.24 480.93 B 0.15 0.1 (e colormap. The X server can maintain mor) 354.85 480.93 B 0.15 0.1 (e) 550.37 480.93 B 0.52 0.1 (than one virtual colormap at the same time, but only one can be used in the) 198 468.53 B 0.52 0.1 (har) 198 456.13 B 0.52 0.1 (dwar) 212.88 456.13 B 0.52 0.1 (e colormap at any given instant. This means that if the active) 236.49 456.13 B 0.52 0.1 (application swaps in its own colormap, all other \050inactive\051 applications\325) 198 443.73 B 0.52 0.1 (windows must use this same colormap. As a consequence, the color cells) 198 431.33 B 0.52 0.1 (assigned to pixels might now contain colors completely dif) 198 418.93 B 0.52 0.1 (fer) 467.52 418.93 B 0.52 0.1 (ent fr) 479.7 418.93 B 0.52 0.1 (om those) 504.28 418.93 B 0.52 0.1 (intended, r) 198 406.53 B 0.52 0.1 (esulting in undesirable color schemes for the inactive windows.) 247.97 406.53 B 0.52 0.1 (As you change focus fr) 198 386.13 B 0.52 0.1 (om one window to another) 303.32 386.13 B 0.52 0.1 (, colors \337ash as each) 427.15 386.13 B 0.52 0.1 (application\325s colormap is loaded and used by all r) 198 373.73 B 0.52 0.1 (unning applications.) 427.25 373.73 B 0.52 0.1 (T) 198 353.33 B 0.52 0.1 (o minimize color \337ashing, only color) 203.31 353.33 B 0.52 0.1 (-intensive X applications use virtual) 371.32 353.33 B 0.52 0.1 (colormaps. The W) 198 340.93 B 0.52 0.1 (abi pr) 280.21 340.93 B 0.52 0.1 (ogram is a color) 307.04 340.93 B 0.52 0.1 (-intensive X application by virtue of) 380.65 340.93 B -0.03 0.1 (the many color) 198 328.53 B -0.03 0.1 (-intensive W) 265.43 328.53 B -0.03 0.1 (indows applications it r) 322.05 328.53 B -0.03 0.1 (uns, so color \337ashing can be) 428.7 328.53 B 0.52 0.1 (a pr) 198 316.13 B 0.52 0.1 (oblem, but you can alleviate it by contr) 216.19 316.13 B 0.52 0.1 (olling certain aspects of the W) 395.61 316.13 B 0.52 0.1 (abi) 533.2 316.13 B 0.1 (colormap.) 198 303.73 S 1 15 Q -0.94 (The) 54 270 P -0.94 (W) 79.31 270 P -0.94 (abi) 93.17 270 P -0.94 ( Colormap) 110.94 270 P 0 10 Q 0.52 0.1 (When the W) 198 248.33 B 0.52 0.1 (abi pr) 254.39 248.33 B 0.52 0.1 (ogram uses PseudoColor visuals, it cr) 281.21 248.33 B 0.52 0.1 (eates a virtual) 453.42 248.33 B 0.39 0.1 (colormap but tries to r) 198 235.93 B 0.39 0.1 (etain many of the colors alr) 300.31 235.93 B 0.39 0.1 (eady allocated in the default) 425.27 235.93 B 0.09 0.1 (colormap. This r) 198 223.53 B 0.09 0.1 (educes the number of colors that might be changed for other X) 272.17 223.53 B 0.52 0.1 (applications that ar) 198 211.13 B 0.52 0.1 (e r) 286.07 211.13 B 0.52 0.1 (unning.) 298.05 211.13 B 0.52 0.1 (When the W) 198 190.73 B 0.52 0.1 (abi pr) 254.39 190.73 B 0.52 0.1 (ogram starts, it uses the curr) 281.21 190.73 B 0.52 0.1 (ent default colormap as the) 412.02 190.73 B 0.34 0.1 (starting point for cr) 198 178.33 B 0.34 0.1 (eating a virtual colormap. First, the W) 286.99 178.33 B 0.34 0.1 (abi pr) 459.83 178.33 B 0.34 0.1 (ogram changes) 486.48 178.33 B 0.52 0.1 (some of the color cells in the default colormap to pr) 198 165.93 B 0.52 0.1 (ovide a range of colors) 435.45 165.93 B -0.09 0.1 (needed for the W) 198 153.53 B -0.09 0.1 (indows applications you may subsequently r) 275.27 153.53 B -0.09 0.1 (un. It allocates 49) 477.39 153.53 B 34 625.6 36 648 R 7 X 1 K V 34 535.2 36 602.8 R V 34 382.8 36 450.4 R V 34 300.4 36 360 R V 34 232.6 36 255 R V 34 150.2 36 217.8 R V FMENDPAGE %%EndPage: "159" 182 %%Page: "158" 182 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (158) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (B) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (Micr) 198 641.33 B 0.52 0.1 (osoft W) 218.97 641.33 B 0.52 0.1 (indows and X W) 253.87 641.33 B 0.52 0.1 (indows each use a color table that is) 330.22 641.33 B 0.02 0.1 (har) 198 628.93 B 0.02 0.1 (dwar) 212.88 628.93 B 0.02 0.1 (e-dependent, so the color tables vary fr) 236.49 628.93 B 0.02 0.1 (om one display type to another) 412.44 628.93 B 0.02 0.1 (.) 552.78 628.93 B 0.39 0.1 (Both window systems also let applications pr) 198 616.53 B 0.39 0.1 (ovide their own color tables, and) 404.71 616.53 B 0.52 0.1 (her) 198 604.13 B 0.52 0.1 (e is wher) 212.67 604.13 B 0.52 0.1 (e color handling in the two systems dif) 254.25 604.13 B 0.52 0.1 (fers markedly) 433.14 604.13 B 0.52 0.1 (.) 495.34 604.13 B 1 15 Q -0.94 (Micr) 54 570.4 P -0.94 (osoft W) 84 570.4 P -0.94 (indows Color Allocation) 128.99 570.4 P 0 10 Q 0.52 0.1 (Micr) 198 548.73 B 0.52 0.1 (osoft W) 218.97 548.73 B 0.52 0.1 (indows tries to match the colors in an application\325s color palette,) 253.87 548.73 B 0.52 0.1 (called the) 198 536.33 B 1 F 0.52 0.1 (logical palette) 245.14 536.33 B 0 F 0.52 0.1 (, to colors alr) 302.58 536.33 B 0.52 0.1 (eady allocated in the default palette.) 362.47 536.33 B -0.03 0.1 (W) 198 523.93 B -0.03 0.1 (indows uses one of two methods for this. The method chosen depends on the) 207.54 523.93 B 0.52 0.1 (particular display) 198 511.53 B 0.52 0.1 (.) 277.87 511.53 B 0.52 0.1 (For some displays, Micr) 198 491.13 B 0.52 0.1 (osoft W) 307.65 491.13 B 0.52 0.1 (indows uses a single color palette, one that) 342.55 491.13 B 0.52 0.1 (cannot be changed. If an application r) 198 478.73 B 0.52 0.1 (equests a color that is not in the palette,) 371.01 478.73 B 0 0.1 (W) 198 466.33 B 0 0.1 (indows either uses the closest color it can \336nd in the palette, or appr) 207.54 466.33 B 0 0.1 (oximates) 514.87 466.33 B 0.52 0.1 (the color by making a pattern composed of pixels of dif) 198 453.93 B 0.52 0.1 (fer) 452.62 453.93 B 0.52 0.1 (ent colors. For) 464.8 453.93 B 0.52 0.1 (example, a light yellow might be appr) 198 441.53 B 0.52 0.1 (oximated using a checkerboar) 372.63 441.53 B 0.52 0.1 (d pattern) 509.05 441.53 B 0.39 0.1 (of bright yellow and white. This is called) 198 429.13 B 1 F 0.39 0.1 (dithering) 388.03 429.13 B 0 F 0.39 0.1 (. Usually) 426.14 429.13 B 0.39 0.1 (, if the color is for a) 465.73 429.13 B 0.14 0.1 (line, W) 198 416.73 B 0.14 0.1 (indows uses the closest color) 229.7 416.73 B 0.14 0.1 (. If the color is for \336lling a shape, W) 359.97 416.73 B 0.14 0.1 (indows) 521.7 416.73 B 0.52 0.1 (dithers the color) 198 404.33 B 0.52 0.1 (.) 272.13 404.33 B 0.12 0.1 (For other displays, Micr) 198 383.93 B 0.12 0.1 (osoft W) 306.52 383.93 B 0.12 0.1 (indows uses a palette manager) 341.02 383.93 B 0.12 0.1 (, and can change) 479.74 383.93 B 0.37 0.1 (colors in the default palette. If an application r) 198 371.53 B 0.37 0.1 (equests a color that is not in the) 409.85 371.53 B 0.31 0.1 (palette, and an unallocated color cell exists, the color is added to the palette. If) 198 359.13 B 0.52 0.1 (ther) 198 346.73 B 0.52 0.1 (e ar) 216.03 346.73 B 0.52 0.1 (e no mor) 233 346.73 B 0.52 0.1 (e unallocated color cells, W) 273.95 346.73 B 0.52 0.1 (indows either matches the logical) 398.74 346.73 B 0.52 0.1 (palette color to the closest color it can \336nd in the default palette, or dithers it.) 198 334.33 B 0.52 0.1 (Because all windows r) 198 313.93 B 0.52 0.1 (unning in Micr) 300.41 313.93 B 0.52 0.1 (osoft W) 369.09 313.93 B 0.52 0.1 (indows use the default palette,) 403.99 313.93 B 0.52 0.1 (W) 198 301.53 B 0.52 0.1 (indows allocates colors for the active window \336rst, to make sur) 207.54 301.53 B 0.52 0.1 (e its colors) 497.82 301.53 B 0.51 0.1 (ar) 198 289.13 B 0.51 0.1 (e corr) 206.96 289.13 B 0.51 0.1 (ect. The inactive windows could potentially show some colors that ar) 232.97 289.13 B 0.51 0.1 (e) 550.01 289.13 B 0.51 0.1 (not exactly what the application r) 198 276.73 B 0.51 0.1 (equested. However) 351.81 276.73 B 0.51 0.1 (, for the most part, colors) 439.14 276.73 B 0.52 0.1 (in inactive windows ar) 198 264.33 B 0.52 0.1 (e close to what was intended.) 302.7 264.33 B 1 15 Q -0.94 (X W) 54 230.6 P -0.94 (indows Color Allocation) 81.5 230.6 P 0 10 Q 0.52 0.1 (X W) 198 208.93 B 0.52 0.1 (indows color handling is mor) 217.43 208.93 B 0.52 0.1 (e complex, and varies with the display type) 352.49 208.93 B 0.52 0.1 (and the capabilities of the) 198 196.53 B 1 F 0.52 0.1 (X server) 319.2 196.53 B 0 F 0.52 0.1 (. The X server is a pr) 353.93 196.53 B 0.52 0.1 (ogram that contr) 449.41 196.53 B 0.52 0.1 (ols all) 525.9 196.53 B 0.52 0.1 (aspects of the display for X applications. It usually supports several color) 198 184.13 B 0.52 0.1 (handling methods, called) 198 171.73 B 1 F 0.52 0.1 (visuals) 316.61 171.73 B 0 F 0.52 0.1 (.) 345.64 171.73 B 34 600.8 36 610.8 R 7 X 1 K V 34 463 36 555.4 R V 34 380.6 36 411 R V 34 285.8 36 365.8 R V 34 168.4 36 215.6 R V FMENDPAGE %%EndPage: "158" 181 %%Page: "157" 181 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (157) 544.25 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (Color Fr) 198 509.31 P -2.5 (om W) 263.44 509.31 P -2.5 (indows to) 308.84 509.31 P -2.5 (W) 385.92 509.31 P -2.5 (abi) 404.39 509.31 P 1 24 Q 4 K -3.12 (B) 522.49 508.64 S 34 502.64 36 522.64 R 7 X 1 K V 0 10 Q 0 X 0 K 0.08 0.1 (The subject of color handling in Micr) 198 459.68 B 0.08 0.1 (osoft W) 364.7 459.68 B 0.08 0.1 (indows and the X W) 399.16 459.68 B 0.08 0.1 (indow System) 491.02 459.68 B 0.52 0.1 (is a complicated one. This appendix gives a brief overview of the major) 198 447.28 B 0.52 0.1 (featur) 198 434.88 B 0.52 0.1 (es, and some speci\336c information on how to in\337uence color behavior) 224.76 434.88 B 0.52 0.1 (when using the W) 198 422.48 B 0.52 0.1 (abi pr) 280.89 422.48 B 0.52 0.1 (ogram.) 307.72 422.48 B 0.52 0.1 (A good sour) 198 402.08 B 0.52 0.1 (ce of detailed information about X W) 254.98 402.08 B 0.52 0.1 (indow color handling is the) 424.65 402.08 B 1 F 0.52 0.1 (Xlib Pr) 198 389.68 B 0.52 0.1 (ogramming Manual) 228.93 389.68 B 0 F 0.52 0.1 (, by O\325Reilly & Associates, Inc.) 312.4 389.68 B 1 15 Q -0.94 (Color Palettes and Maps) 54 355.94 P 0 10 Q 0.52 0.1 (Many popular color display devices ar) 198 334.28 B 0.52 0.1 (e able to generate thousands or even) 374.57 334.28 B 0.52 0.1 (millions of dif) 198 321.88 B 0.52 0.1 (fer) 262.45 321.88 B 0.52 0.1 (ent colors, but can display only 256 or fewer colors at one) 274.64 321.88 B 0.52 0.1 (time. Because of this, the colors available for display at a given time must be) 198 309.48 B 0.52 0.1 (de\336ned and listed, or) 198 297.08 B 1 F 0.52 0.1 (allocated) 298.95 297.08 B 0 F 0.52 0.1 (, in a place wher) 335.01 297.08 B 0.52 0.1 (e the window system can look) 410.84 297.08 B 0.18 0.1 (them up. Colors ar) 198 284.68 B 0.18 0.1 (e identi\336ed by) 282.92 284.68 B 1 F 0.18 0.1 (RGB) 351.06 284.68 B 0 F 0.18 0.1 ( values, which ar) 371.35 284.68 B 0.18 0.1 (e numbers that indicate) 448.27 284.68 B 0.52 0.1 (the amounts of r) 198 272.28 B 0.52 0.1 (ed, gr) 273.69 272.28 B 0.52 0.1 (een, and blue light needed to pr) 300.02 272.28 B 0.52 0.1 (oduce the color) 446.72 272.28 B 0.52 0.1 (.) 516.41 272.28 B 0.52 0.1 (Micr) 198 259.88 B 0.52 0.1 (osoft W) 218.97 259.88 B 0.52 0.1 (indows and X W) 253.87 259.88 B 0.52 0.1 (indows both use a table of RGB values stor) 330.22 259.88 B 0.52 0.1 (ed in) 527.53 259.88 B 0.52 0.1 (memory to determine what colors ar) 198 247.48 B 0.52 0.1 (e available for use. Micr) 365.45 247.48 B 0.52 0.1 (osoft W) 475.34 247.48 B 0.52 0.1 (indows) 510.24 247.48 B 0.52 0.1 (calls its table of colors a) 198 235.08 B 1 F 0.52 0.1 (color palette) 310.51 235.08 B 0 F 0.52 0.1 (, and X W) 361.08 235.08 B 0.52 0.1 (indows calls it a) 406.57 235.08 B 1 F 0.52 0.1 (colormap) 483.95 235.08 B 0 F 0.52 0.1 (. Each) 521.57 235.08 B 0.52 0.1 (entry in the table is called a) 198 222.68 B 1 F 0.52 0.1 (color cell) 327.95 222.68 B 0 F 0.52 0.1 (, and speci\336es the RGB values for a) 365.09 222.68 B 0.1 0.1 (particular color) 198 210.28 B 0.1 0.1 (. Each pixel on a display is assigned a number corr) 267.1 210.28 B 0.1 0.1 (esponding to) 496.1 210.28 B 0.52 0.1 (a color cell and the RGB value stor) 198 197.88 B 0.52 0.1 (ed in the color cell determines the color) 357.15 197.88 B 0.52 0.1 (displayed by the pixel.) 198 185.48 B 34 398.74 36 466.34 R 7 X 1 K V 34 330.94 36 340.94 R V 34 268.94 36 278.94 R V 34 182.14 36 229.34 R V FMENDPAGE %%EndPage: "157" 180 %%Page: "156" 180 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (156) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (A) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (Initialization Files) 54 638 P 0 10 Q 0.52 0.1 (Initialization \050) 198 616.33 B 2 F 1.2 (.ini) 262.45 616.33 P 0 F 0.52 0.1 (\051 \336les ar) 286.44 616.33 B 0.52 0.1 (e contained within the) 323.45 616.33 B 2 F 1.2 ($HOME/wabi/windows) 429.1 616.33 P 0 F 0.52 0.1 (dir) 198 603.93 B 0.52 0.1 (ectory) 211.08 603.93 B 0.52 0.1 (. These \336les ar) 238.02 603.93 B 0.52 0.1 (e used to contr) 303.57 603.93 B 0.52 0.1 (ol certain con\336guration items for the) 371.52 603.93 B 0.52 0.1 (W) 198 591.53 B 0.52 0.1 (abi pr) 207.18 591.53 B 0.52 0.1 (ogram and Micr) 234 591.53 B 0.52 0.1 (osoft W) 307.71 591.53 B 0.52 0.1 (indows pr) 342.61 591.53 B 0.52 0.1 (ogram. Some of these \336les ar) 389.17 591.53 B 0.52 0.1 (e) 521.07 591.53 B 0.52 0.1 (updated automatically by the applications you install. When you install) 198 579.13 B 0.3 0.1 (applications, the installation pr) 198 566.73 B 0.3 0.1 (ograms may add) 339.23 566.73 B 2 F 0.68 (.ini) 418.73 566.73 P 0 F 0.3 0.1 ( \336les for the applications) 442.71 566.73 B 0.52 0.1 (to this dir) 198 554.33 B 0.52 0.1 (ectory) 242.85 554.33 B 0.52 0.1 (. T) 269.79 554.33 B 0.52 0.1 (able) 280.81 554.33 B 0.52 0.1 (A-) 302.03 554.33 B 0.52 0.1 (3 lists initialization \336les and the functions each) 313.34 554.33 B 0.1 (pr) 198 541.93 S 0.1 (ovides.) 207.98 541.93 S 1 9 Q 0.09 (T) 198 520.6 S 0.09 (able) 202.58 520.6 S 0.09 (A-) 219.43 520.6 S 0.09 (3) 229.09 520.6 S 0 F 0.47 0.09 (Initialization Files) 241.2 520.6 B 3 F 0.47 0.09 (Name of File) 198 499.6 B 0.47 0.09 (Function of File) 288 499.6 B 2 F (win.ini) 198 482.6 T 0 F 0.47 0.09 (This \336le pr) 288 482.6 B 0.47 0.09 (ovides compatibility with W) 332.73 482.6 B 0.47 0.09 (indows applications) 449.29 482.6 B 0.47 0.09 (\050many applications modify it automatically at the time of) 288 471.2 B 0.08 0.09 (installation\051. This \336le also stor) 288 459.8 B 0.08 0.09 (es the window color settings you) 410.4 459.8 B 0.47 0.09 (make fr) 288 448.4 B 0.47 0.09 (om the W) 319.46 448.4 B 0.47 0.09 (indows Contr) 359.41 448.4 B 0.47 0.09 (ol Panel. Y) 415.58 448.4 B 0.47 0.09 (ou should not edit) 459.01 448.4 B 0.47 0.09 (this \336le.) 288 437 B 2 F (system.ini) 198 420 T 0 F 0.05 0.09 (This \336le pr) 288 420 B 0.05 0.09 (ovides compatibility with W) 331.9 420 B 0.05 0.09 (indows applications. By) 447.23 420 B 0.47 0.09 (editing this \336le, you can specify an alternate shell pr) 288 408.6 B 0.47 0.09 (ogram.) 503.85 408.6 B 2 F (wabi.ini) 198 391.6 T 0 F 0.47 0.09 (T) 288 391.6 B 0.47 0.09 (h) 293.6 391.6 B 0.47 0.09 (is \336le is used to stor) 298.92 391.6 B 0.47 0.09 (e) 381.58 391.6 B 0.47 0.09 (W) 388.78 391.6 B 0.47 0.09 (abi) 397.03 391.6 B 0.47 0.09 (-speci\336c settings that you make) 409.38 391.6 B 0.47 0.09 (thr) 288 380.2 B 0.47 0.09 (ough Con\336guration Manager) 299.82 380.2 B 0.47 0.09 (. This \336le also stor) 419.05 380.2 B 0.47 0.09 (es default) 494.34 380.2 B 0.47 0.09 (system settings for various operating system platforms. In) 288 368.8 B 0.03 0.09 (general, you should not edit this \336le. Make all changes thr) 288 357.4 B 0.03 0.09 (ough) 523.8 357.4 B 0.47 0.09 (Con\336guration Manager) 288 346 B 0.47 0.09 (.) 383.51 346 B 2 F (progman.ini) 198 329 T 0 F 0.47 0.09 (This \336le is used by Application Manager) 288 329 B 0.47 0.09 (, or by Pr) 454.84 329 B 0.47 0.09 (ogram) 493.37 329 B 0.03 0.09 (Manager after you install Micr) 288 317.6 B 0.03 0.09 (osoft W) 411.78 317.6 B 0.03 0.09 (indows. It maintains lists) 442.73 317.6 B 0.47 0.09 (of gr) 288 306.2 B 0.47 0.09 (oups and their contents and other miscellaneous settings.) 307.45 306.2 B 0.47 0.09 (Do not edit this \336le.) 288 294.8 B 2 F (colorset.ini) 198 277.8 T 0 F 0.22 0.09 (This \336le is used to pr) 288 277.8 B 0.22 0.09 (ovide the color set names and colors used) 373.9 277.8 B 0.47 0.09 (in Con\336guration Manager) 288 266.4 B 0.47 0.09 (\325s Color Settings.) 395.67 266.4 B 198 511.6 557.17 511.6 2 L V 0 Z N 198 494.6 557.17 494.6 2 L V 0.5 H N 198 261.4 557.17 261.4 2 L V 0.3 H N 34 551 36 585.8 R 7 X 1 K V FMENDPAGE %%EndPage: "156" 179 %%Page: "155" 179 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi File Layout) 206.39 108.7 B 0 F 0.09 (155) 544.25 108.7 S 1 20 Q (A) 524.13 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 2 15 Q 0 X 0 K -2.25 ($HOME/wabi) 54 638 P 1 F -0.94 ( Dir) 144 638 P -0.94 (ectories and Files) 168.21 638 P 0 10 Q 0.1 0.1 (The \336rst time you start the W) 198 616.33 B 0.1 0.1 (abi pr) 330.17 616.33 B 0.1 0.1 (ogram, it cr) 356.58 616.33 B 0.1 0.1 (eates a system of dir) 408.63 616.33 B 0.1 0.1 (ectories and) 500.66 616.33 B 0.52 0.1 (\336les within a) 198 603.93 B 2 F 1.22 0.1 (wabi) 260.48 603.93 B 0 F 0.52 0.1 ( subdir) 284.86 603.93 B 0.52 0.1 (ectory in your home dir) 317.15 603.93 B 0.52 0.1 (ectory) 426.35 603.93 B 0.52 0.1 (. T) 453.29 603.93 B 0.52 0.1 (able) 464.31 603.93 B 0.52 0.1 (A-) 485.53 603.93 B 0.52 0.1 (2 lists the) 496.84 603.93 B 0.52 0.1 (dir) 198 591.53 B 0.52 0.1 (ectories and \336les cr) 211.08 591.53 B 0.52 0.1 (eated the \336rst time you start the W) 299.06 591.53 B 0.52 0.1 (abi pr) 458.44 591.53 B 0.52 0.1 (ogram.) 485.26 591.53 B 1 9 Q 0.09 (T) 198 570.2 S 0.09 (able) 202.58 570.2 S 0.09 (A-) 219.43 570.2 S 0.09 (2) 229.09 570.2 S 2 F 1.08 ($HOME/wabi) 241.2 570.2 P 0 F 0.47 0.09 ( Dir) 295.12 570.2 B 0.47 0.09 (ectories and Files) 311.16 570.2 B 3 F 0.47 0.09 (Name of) 198 549.2 B 0.47 0.09 (File or Directory) 198 537.8 B 0.09 (Function) 288 537.8 S 2 F (autoexec.bat) 198 520.8 T 0 F 0.47 0.09 (This file is required to complete the installation of application) 288 520.8 B 0.47 0.09 (pr) 288 509.4 B 0.47 0.09 (ograms that modify it automatically) 296.97 509.4 B 0.47 0.09 (. This \336le also contains) 444.18 509.4 B 0.47 0.09 (path statements that the) 288 498 B 0.47 0.09 (W) 389.89 498 B 0.47 0.09 (abi) 398.14 498 B 0.47 0.09 ( pr) 410.49 498 B 0.47 0.09 (ogram uses to locate installed) 422.27 498 B 0.18 0.09 (applications. Path statements ar) 288 486.6 B 0.18 0.09 (e the) 417.55 486.6 B 1 F 0.18 0.09 (only) 439.71 486.6 B 0 F 0.18 0.09 ( commands that) 456.05 486.6 B 0.18 0.09 (W) 524.05 486.6 B 0.18 0.09 (abi) 532.3 486.6 B 0.47 0.09 (uses in your) 288 475.2 B 2 F 1.08 (autoexec.bat) 341.38 475.2 P 0 F 0.47 0.09 ( \336le. If you add commands,) 406.09 475.2 B 0.47 0.09 (W) 522.27 475.2 B 0.47 0.09 (abi) 530.52 475.2 B 0.47 0.09 (ignor) 288 463.8 B 0.47 0.09 (es them.) 309.59 463.8 B 2 F (conf) 198 446.8 T (ig.sys) 219.57 446.8 T 0 F 0.47 0.09 (This \336le is r) 288 446.8 B 0.47 0.09 (equir) 336.65 446.8 B 0.47 0.09 (ed to complete the installation of application) 357.86 446.8 B 0.47 0.09 (pr) 288 435.4 B 0.47 0.09 (ograms that modify it automatically) 296.97 435.4 B 0.47 0.09 (. The W) 444.18 435.4 B 0.47 0.09 (abi pr) 475.69 435.4 B 0.47 0.09 (ogram) 499.81 435.4 B 0.47 0.09 (ignor) 288 424 B 0.47 0.09 (es all statements in this \336le.) 309.59 424 B 2 F (fc) 198 407 T 0 F 0.47 0.09 (This dir) 288 407 B 0.47 0.09 (ectory contains font information speci\336c to each) 320.1 407 B 0.47 0.09 (display on which you r) 288 395.6 B 0.47 0.09 (un the) 383.76 395.6 B 0.47 0.09 (W) 412.94 395.6 B 0.47 0.09 (abi) 421.19 395.6 B 0.47 0.09 ( pr) 433.54 395.6 B 0.47 0.09 (ogram. If a font cache is) 445.31 395.6 B 0.47 0.09 (cr) 288 384.2 B 0.47 0.09 (eated for a display) 295.56 384.2 B 0.47 0.09 (, it is stor) 371.31 384.2 B 0.47 0.09 (ed her) 409.78 384.2 B 0.47 0.09 (e.) 435.76 384.2 B 2 F (tmp) 198 367.2 T 0 F 0.47 0.09 (T) 288 367.2 B 0.47 0.09 (his directory is required by some application) 293.6 367.2 B 0.47 0.09 ( pr) 478.24 367.2 B 0.47 0.09 (ograms. This) 490.01 367.2 B 0.47 0.09 (dir) 288 355.8 B 0.47 0.09 (ectory contains no) 299.77 355.8 B 0.47 0.09 (W) 377.64 355.8 B 0.47 0.09 (abi) 385.89 355.8 B 0.47 0.09 ( pr) 398.24 355.8 B 0.47 0.09 (ogram operating information,) 410.02 355.8 B 0.47 0.09 (and may contain nothing at all, but you should not delete it.) 288 344.4 B 2 F (wabihome) 198 327.4 T 0 F 0.47 0.09 (This \336le is a link to the) 288 327.4 B 0.47 0.09 (W) 385.54 327.4 B 0.47 0.09 (abi) 393.79 327.4 B 0.47 0.09 ( system dir) 406.14 327.4 B 0.47 0.09 (ectory.) 451.84 327.4 B 2 F (windows) 198 310.4 T 0 F 0.47 0.09 (This dir) 288 310.4 B 0.47 0.09 (ectory contains) 320.1 310.4 B 0.47 0.09 (W) 384.85 310.4 B 0.47 0.09 (abi) 393.1 310.4 B 0.47 0.09 ( pr) 405.45 310.4 B 0.47 0.09 (ogram r) 417.22 310.4 B 0.47 0.09 (esour) 449.84 310.4 B 0.47 0.09 (ce and) 472.12 310.4 B 0.47 0.09 (initialization \336les. Printer) 288 299 B 0.47 0.09 (-r) 392.21 299 B 0.47 0.09 (elated \336les ar) 398.77 299 B 0.47 0.09 (e denoted by thr) 453.65 299 B 0.47 0.09 (ee) 521.71 299 B 0.47 0.09 (extensions:) 288 287.6 B 2 F 1.08 (.pfm) 335.82 287.6 P 0 F 0.47 0.09 (,) 357.39 287.6 B 2 F 1.08 (.ppb) 362.53 287.6 P 0 F 0.47 0.09 (, and) 384.1 287.6 B 2 F 1.08 (.ebf) 407.53 287.6 P 0 F 0.47 0.09 (.) 429.1 287.6 B 0.47 0.09 (The) 288 276.2 B 2 F 1.08 (dosprompt.pif) 306.12 276.2 P 0 F 0.47 0.09 ( \336le is used to load a DOS emulator) 376.22 276.2 B 0.47 0.09 (.) 522.96 276.2 B 0.47 0.09 (This dir) 288 264.8 B 0.47 0.09 (ectory also contains links to various executable \336les) 320.1 264.8 B 0.47 0.09 (r) 288 253.4 B 0.47 0.09 (esiding in the) 291.48 253.4 B 0.47 0.09 (W) 350.35 253.4 B 0.47 0.09 (abi) 358.6 253.4 B 0.47 0.09 ( system dir) 370.95 253.4 B 0.47 0.09 (ectory) 416.65 253.4 B 0.47 0.09 (. Several) 440.87 253.4 B 2 F 1.08 (.ini) 478.51 253.4 P 0 F 0.47 0.09 ( \336les ar) 500.08 253.4 B 0.47 0.09 (e) 530.28 253.4 B 0.47 0.09 (also stor) 288 242 B 0.47 0.09 (ed in this dir) 322.39 242 B 0.47 0.09 (ectory; they ar) 375.51 242 B 0.47 0.09 (e described in) 434.56 242 B 0.47 0.09 (\322Initialization Files\323 on page) 288 230.6 B 0.47 0.09 (156.) 408.66 230.6 B 0.47 0.09 (The dir) 288 219.2 B 0.47 0.09 (ectory may also contain initialization \050) 317.88 219.2 B 2 F 1.08 (.ini) 475.78 219.2 P 0 F 0.47 0.09 (\051 \336les) 497.35 219.2 B 0.47 0.09 (installed by applications.) 288 207.8 B 2 F (windows/system) 198 190.8 T 0 F 0.47 0.09 (This dir) 288 190.8 B 0.47 0.09 (ectory contains utilities and \336les r) 320.1 190.8 B 0.47 0.09 (elated to installed) 459.42 190.8 B 0.47 0.09 (printer drivers. Many ar) 288 179.4 B 0.47 0.09 (e links to \336les in the) 387.64 179.4 B 0.47 0.09 (W) 473.88 179.4 B 0.47 0.09 (abi) 482.13 179.4 B 0.47 0.09 ( system) 494.48 179.4 B 0.47 0.09 (dir) 288 168 B 0.47 0.09 (ectory) 299.77 168 B 0.47 0.09 (. The dir) 323.99 168 B 0.47 0.09 (ectory also may contain font \336les and) 359.01 168 B 0.47 0.09 (dynamic link libraries \050) 288 156.6 B 2 F 1.08 (.dll) 384.03 156.6 P 0 F 0.47 0.09 (\051 installed by applications.) 405.6 156.6 B 198 561.2 557.17 561.2 2 L V 0 Z N 198 532.8 557.17 532.8 2 L V 0.5 H N 198 151.6 557.17 151.6 2 L V 0.3 H N 34 633 36 648 R 7 X 1 K V 34 517.8 36 526.8 R V 34 443.8 36 452.8 R V 34 392.6 36 401.6 R V 34 296 36 316.4 R V 34 227.6 36 259.4 R V 34 153.6 36 174 R V FMENDPAGE %%EndPage: "155" 178 %%Page: "154" 178 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (154) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (A) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (W) 54 638 P -0.94 (abi) 67.86 638 P -0.94 ( System Dir) 85.63 638 P -0.94 (ectories and Files) 156.84 638 P 0 10 Q -0 0.1 (A system of dir) 198 616.33 B -0 0.1 (ectories and \336les is cr) 267.23 616.33 B -0 0.1 (eated during the \336rst phase of installation.) 363.58 616.33 B 0.02 0.1 (These dir) 198 603.93 B 0.02 0.1 (ectories and \336les contain UNIX binary pr) 239.96 603.93 B 0.02 0.1 (ograms and other executable) 425.14 603.93 B 0 0.1 (\336les. T) 198 591.53 B 0 0.1 (able) 226.89 591.53 B 0 0.1 (A-) 248.11 591.53 B 0 0.1 (1 lists the dir) 259.41 591.53 B 0 0.1 (ectories cr) 317.61 591.53 B 0 0.1 (eated during the installation pr) 363.23 591.53 B 0 0.1 (ocess on all) 503.85 591.53 B 0.52 0.1 (operating systems. Do not alter these dir) 198 579.13 B 0.52 0.1 (ectories or \336les within them in any) 383.88 579.13 B 0.52 0.1 (way unless you ar) 198 566.73 B 0.52 0.1 (e following a pr) 281.46 566.73 B 0.52 0.1 (ocedur) 354.35 566.73 B 0.52 0.1 (e documented in this manual.) 385.54 566.73 B 0.28 0.1 (Y) 198 299.33 B 0.28 0.1 (our W) 203.85 299.33 B 0.28 0.1 (abi system dir) 231.63 299.33 B 0.28 0.1 (ectory may contain additional dir) 295.71 299.33 B 0.28 0.1 (ectories speci\336c to your) 447.89 299.33 B 0.52 0.1 (operating system.) 198 286.93 B 1 9 Q 0.09 (T) 198 545.4 S 0.09 (able) 202.58 545.4 S 0.09 (A-) 219.43 545.4 S 0.09 (1) 229.09 545.4 S 0 F 0.47 0.09 (W) 241.2 545.4 B 0.47 0.09 (abi) 249.45 545.4 B 0.47 0.09 ( System Dir) 261.8 545.4 B 0.47 0.09 (ectories and Files) 309.87 545.4 B 3 F 0.47 0.09 (Name of Directory) 198 524.4 B 0.47 0.09 (Directory Contents) 288 524.4 B 2 F (bin) 198 507.4 T 0 F 0.33 0.09 (Th) 288 507.4 B 0.33 0.09 (is dir) 298.92 507.4 B 0.33 0.09 (ectory contains UNIX executable \336les and scripts, such) 319.96 507.4 B 0.47 0.09 (as) 288 496 B 2 F 1.1 0.09 (wabi,) 299.29 496 B 0 F 0.47 0.09 ( the) 326.7 496 B 0.47 0.09 (W) 345.04 496 B 0.47 0.09 (abi) 353.3 496 B 0.47 0.09 ( startup script,) 365.64 496 B 2 F 1.08 (wabiprog) 428.39 496 P 0 F 0.47 0.09 (, the main) 471.54 496 B 0.47 0.09 (W) 515.66 496 B 0.47 0.09 (abi) 523.91 496 B 0.47 0.09 (executable, and) 288 484.6 B 2 F 1.08 (wabifs) 354.3 484.6 P 0 F 0.47 0.09 (, the) 386.66 484.6 B 0.47 0.09 (W) 407.34 484.6 B 0.47 0.09 (abi) 415.59 484.6 B 0.47 0.09 ( font server) 427.94 484.6 B 0.47 0.09 (.) 474.44 484.6 B 2 F (lib) 198 467.6 T 0 F 0.11 0.09 (This dir) 288 467.6 B 0.11 0.09 (ectory contains font con\336guration \336les and default font) 319.74 467.6 B 0.43 0.09 (caches used by the) 288 456.2 B 0.43 0.09 (W) 367.7 456.2 B 0.43 0.09 (abi) 375.95 456.2 B 0.43 0.09 ( pr) 388.3 456.2 B 0.43 0.09 (ogram. This dir) 400.04 456.2 B 0.43 0.09 (ectory also contains) 463.53 456.2 B 0.47 0.09 (the) 288 444.8 B 2 F 1.08 (locale) 303.54 444.8 P 0 F 0.47 0.09 ( subdir) 335.89 444.8 B 0.47 0.09 (ectory which contains language-speci\336c) 364.93 444.8 B 0.47 0.09 (W) 288 433.4 B 0.47 0.09 (abi) 296.25 433.4 B 0.47 0.09 ( \336les.) 308.6 433.4 B 2 F (man) 198 416.4 T 0 F 0.47 0.09 (This dir) 288 416.4 B 0.47 0.09 (ectory contains the text pages displayed when you) 320.1 416.4 B 0.47 0.09 (enter the) 288 405 B 2 F 1.1 0.09 (man) 327.11 405 B 1.1 0.09 (wabi) 346.36 405 B 0 F 0.47 0.09 (command.) 371.41 405 B 2 F (printers) 198 388 T 0 F 0.47 0.09 (This dir) 288 388 B 0.47 0.09 (ectory contains PostScript printer description \336les, the) 320.1 388 B 0.47 0.09 (Adobe PostScript printer driver installation and r) 288 376.6 B 0.47 0.09 (esour) 490.99 376.6 B 0.47 0.09 (ce \336les,) 513.27 376.6 B 0.47 0.09 (and other \336les associated with printing on LaserJet and Epson) 288 365.2 B 0.09 (printers.) 288 353.8 S 2 F (wbin) 198 336.8 T 0 F 0.41 0.09 (This dir) 288 336.8 B 0.41 0.09 (ectory contains) 320.04 336.8 B 0.41 0.09 (W) 384.69 336.8 B 0.41 0.09 (abi) 392.94 336.8 B 0.41 0.09 ( utility pr) 405.29 336.8 B 0.41 0.09 (ograms, executable \336les,) 444.52 336.8 B 0.47 0.09 (libraries, and initialization \336les.) 288 325.4 B 198 536.4 557.17 536.4 2 L V 0 Z N 198 519.4 557.17 519.4 2 L V 0.5 H N 198 320.4 557.17 320.4 2 L V 0.3 H N 34 633 36 648 R 7 X 1 K V 34 542.4 36 551.4 R V 34 493 36 502 R V 34 464.6 36 473.6 R V 34 402 36 411 R V 34 362.2 36 371.2 R V 34 322.4 36 331.4 R V FMENDPAGE %%EndPage: "154" 177 %%Page: "153" 177 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (153) 544.25 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (W) 198 509.31 P -2.5 (abi) 216.47 509.31 P -2.5 ( File Layout) 240.16 509.31 P 1 24 Q 4 K -3.12 (A) 519.83 508.64 S 34 502.64 36 522.64 R 7 X 1 K V 0 10 Q 0 X 0 K 0 0.1 (This appendix discusses the str) 198 459.68 B 0 0.1 (uctur) 338.42 459.68 B 0 0.1 (e and \336le layout of the W) 362.43 459.68 B 0 0.1 (abi softwar) 475.31 459.68 B 0 0.1 (e. This) 525.72 459.68 B 0.01 0.1 (hierar) 198 447.28 B 0.01 0.1 (chy of dir) 224.82 447.28 B 0.01 0.1 (ectories and \336les pr) 268.23 447.28 B 0.01 0.1 (ovides the W) 356.26 447.28 B 0.01 0.1 (abi pr) 414.56 447.28 B 0.01 0.1 (ogram with the r) 440.88 447.28 B 0.01 0.1 (esour) 516.75 447.28 B 0.01 0.1 (ces) 541.53 447.28 B 0.52 0.1 (it needs to r) 198 434.88 B 0.52 0.1 (un your applications. Ther) 252.84 434.88 B 0.52 0.1 (e ar) 374.26 434.88 B 0.52 0.1 (e two main ar) 391.23 434.88 B 0.52 0.1 (eas in this \336le layout:) 454.74 434.88 B 7 14 Q 0.14 (\245) 198 416.48 S 1 10 Q 0.52 0.1 (The W) 210.6 416.48 B 0.52 0.1 (abi system dir) 238.35 416.48 B 0.52 0.1 (ectory) 296.87 416.48 B 0 F 0.52 0.1 ( \320 This ar) 322.08 416.48 B 0.52 0.1 (ea is cr) 364.98 416.48 B 0.52 0.1 (eated when you install the W) 396.96 416.48 B 0.52 0.1 (abi) 530.55 416.48 B 0.52 0.1 (softwar) 210.6 404.08 B 0.52 0.1 (e fr) 244.68 404.08 B 0.52 0.1 (om the distribution media. The dir) 259.98 404.08 B 0.52 0.1 (ectories within this dir) 418.62 404.08 B 0.52 0.1 (ectory) 521.94 404.08 B 0.52 0.1 (contain UNIX executable and binary \336les, many of which ar) 210.6 391.68 B 0.52 0.1 (e copied into) 485.16 391.68 B -0.09 0.1 (other dir) 210.6 379.28 B -0.09 0.1 (ectories. The location of the W) 249.96 379.28 B -0.09 0.1 (abi system dir) 385.14 379.28 B -0.09 0.1 (ectory depends on your) 448.49 379.28 B 0.52 0.1 (operating system. It could be) 210.6 366.88 B 2 F 1.2 (/usr/wabi) 346.7 366.88 P 0 F 0.52 0.1 (,) 400.67 366.88 B 2 F 1.2 (/usr/lpp/Wabi) 406.39 366.88 P 0 F 0.52 0.1 (,) 484.35 366.88 B 2 F 1.2 (/opt/SUNWwabi/wabi) 210.6 354.48 P 0 F 0.52 0.1 (, or some other dir) 318.54 354.48 B 0.52 0.1 (ectory) 403.77 354.48 B 0.52 0.1 (. The installation) 430.71 354.48 B 0.05 0.1 (instr) 210.6 342.08 B 0.05 0.1 (uctions you r) 231.19 342.08 B 0.05 0.1 (eceived with the W) 290.55 342.08 B 0.05 0.1 (abi softwar) 376.73 342.08 B 0.05 0.1 (e indicates the location. This) 427.19 342.08 B 0.52 0.1 (appendix describes the \336le layout at the level of the W) 210.6 329.68 B 0.52 0.1 (abi system dir) 459.73 329.68 B 0.52 0.1 (ectory) 524.29 329.68 B 0.52 0.1 (and below) 210.6 317.28 B 0.52 0.1 (.) 257.53 317.28 B 7 14 Q 0.14 (\245) 198 298.88 S 1 10 Q 0.52 0.1 (The) 210.6 298.88 B 2 F 1.2 ($HOME/wabi) 229.01 298.88 P 1 F 0.52 0.1 ( user dir) 288.98 298.88 B 0.52 0.1 (ectory) 324.62 298.88 B 0 F 0.52 0.1 ( \320 This ar) 349.82 298.88 B 0.52 0.1 (ea is cr) 392.73 298.88 B 0.52 0.1 (eated within your home) 424.7 298.88 B 0.24 0.1 (dir) 210.6 286.48 B 0.24 0.1 (ectory the \336rst time you start the W) 223.68 286.48 B 0.24 0.1 (abi pr) 384.68 286.48 B 0.24 0.1 (ogram. \050However) 411.22 286.48 B 0.24 0.1 (, if you set the) 490.6 286.48 B 2 F 0.17 (WABIDIR) 210.6 274.08 P 0 F 0.07 0.1 ( variable, your) 252.58 274.08 B 2 F 0.17 (wabi) 321.1 274.08 P 0 F 0.07 0.1 ( user dir) 345.08 274.08 B 0.07 0.1 (ectory may be located elsewher) 382.91 274.08 B 0.07 0.1 (e.\051 The) 524.71 274.08 B 0.52 0.1 (dir) 210.6 261.68 B 0.52 0.1 (ectory is expanded and modi\336ed as you install applications. The) 223.68 261.68 B 0.52 0.1 (dir) 210.6 249.28 B 0.52 0.1 (ectories located within this dir) 223.68 249.28 B 0.52 0.1 (ectory contain r) 362.78 249.28 B 0.52 0.1 (esour) 434.32 249.28 B 0.52 0.1 (ce, pr) 459.09 249.28 B 0.52 0.1 (ogram, and) 484.21 249.28 B 0.52 0.1 (initialization \336les. Symbolic links in this dir) 210.6 236.88 B 0.52 0.1 (ectory point to other locations.) 409.96 236.88 B 0.52 0.1 (In addition to these dir) 198 216.48 B 0.52 0.1 (ectories, the W) 303.6 216.48 B 0.52 0.1 (abi pr) 370.39 216.48 B 0.52 0.1 (ogram uses initialization \050) 397.22 216.48 B 2 F 1.22 0.1 (.ini) 516.42 216.48 B 0 F 0.52 0.1 (\051) 540.81 216.48 B -0.06 0.1 (\336les to pr) 198 204.08 B -0.06 0.1 (ovide application compatibility and to contr) 240.34 204.08 B -0.06 0.1 (ol pr) 438.85 204.08 B -0.06 0.1 (ogram con\336guration.) 459.92 204.08 B 0.52 0.1 (Initialization \336les ar) 198 191.68 B 0.52 0.1 (e located in the) 289.49 191.68 B 2 F 1.22 0.1 ($HOME/wabi/windows) 362.59 191.68 B 0 F 0.52 0.1 ( dir) 472.33 191.68 B 0.52 0.1 (ectory) 488.53 191.68 B 0.52 0.1 (. By) 515.47 191.68 B 0.52 0.1 (changing settings in these \336les, you can change various W) 198 179.28 B 0.52 0.1 (abi con\336guration) 463.92 179.28 B 0.52 0.1 (items. Initialization \336les ar) 198 166.88 B 0.52 0.1 (e discussed in \322Initialization Files\323 on page) 319.72 166.88 B 0.52 0.1 (156.) 521.05 166.88 B FMENDPAGE %%EndPage: "153" 176 %%Page: "152" 176 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (152) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (9) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V FMENDPAGE %%EndPage: "152" 175 %%Page: "151" 175 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Installing and Using DOS Applications) 198 108.7 B 0 F 0.09 (151) 544.25 108.7 S 1 20 Q (9) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 9 Q 0 X 0 K 0.47 0.09 (Installed DOS) 198 604 B 0.47 0.09 (pr) 198 592.6 B 0.47 0.09 (ogram does not) 206.97 592.6 B 0.47 0.09 (appear in any) 198 581.2 B 0.47 0.09 (Application Gr) 198 569.8 B 0.47 0.09 (oup.) 259.41 569.8 B -0.06 0.09 (No icon cr) 288 604 B -0.06 0.09 (eated for) 329.76 604 B 0.47 0.09 (this application.) 288 592.6 B -0.15 0.09 (Y) 378 604 B -0.15 0.09 (ou must cr) 383.26 604 B -0.15 0.09 (eate a pr) 426.15 604 B -0.15 0.09 (ogram item for a) 460.47 604 B 0.47 0.09 (DOS application. See page) 378 592.6 B 0.47 0.09 (148 for) 488.93 592.6 B 0.47 0.09 (mor) 378 581.2 B 0.47 0.09 (e information.) 394.5 581.2 B 0.47 0.09 (DOS application) 198 552.8 B 0.47 0.09 (won\325t install or) 198 541.4 B 0.09 (r) 198 530 S 0.09 (un.) 201.57 530 S 0.47 0.09 (DOS emulator not) 288 552.8 B 0.47 0.09 (installed, or not) 288 541.4 B 0.47 0.09 (con\336gur) 288 530 B 0.47 0.09 (ed) 322 530 B 0.09 (corr) 288 518.6 S 0.09 (ectly) 304.2 518.6 S 0.09 (.) 322.48 518.6 S 0.47 0.09 (See the DOS emulator) 378 552.8 B 0.47 0.09 (documentation to make sur) 378 541.4 B 0.47 0.09 (e you) 490.96 541.4 B 0.47 0.09 (have installed and con\336gur) 378 530 B 0.47 0.09 (ed the) 490.28 530 B 0.47 0.09 (emulator corr) 378 518.6 B 0.47 0.09 (ectly) 433.88 518.6 B 0.47 0.09 (. See page) 452.17 518.6 B 0.47 0.09 (142 for) 495.6 518.6 B 0.47 0.09 (information about connecting it to) 378 507.2 B 0.47 0.09 (the W) 378 495.8 B 0.47 0.09 (abi pr) 401.79 495.8 B 0.47 0.09 (ogram.) 425.91 495.8 B 0.47 0.09 (Can\325t start DOS) 198 478.8 B 0.47 0.09 (application by) 198 467.4 B 0.47 0.09 (clicking its icon.) 198 456 B 0.47 0.09 (Missing) 288 478.8 B 0.47 0.09 (placeholders in) 288 467.4 B 0.47 0.09 (DOS emulator) 288 456 B 0.47 0.09 (startup command) 288 444.6 B 0.47 0.09 (or DOS emulator) 288 433.2 B 0.47 0.09 (not in UNIX path.) 288 421.8 B 0.47 0.09 (Make sur) 378 478.8 B 0.47 0.09 (e you have inserted the) 416.35 478.8 B 0.47 0.09 (corr) 378 467.4 B 0.47 0.09 (ect placeholders in the DOS) 394.2 467.4 B 0.36 0.09 (emulator connection. Use a full path) 378 456 B 0.47 0.09 (in the emulator command if the) 378 444.6 B 0.47 0.09 (dir) 378 433.2 B 0.47 0.09 (ectory is not in your UNIX path.) 389.77 433.2 B 0.47 0.09 (See page) 378 421.8 B 0.47 0.09 (142.) 416.3 421.8 B 0.47 0.09 (The path speci\336ed) 288 404.8 B 0.47 0.09 (in the Command,) 288 393.4 B 0.47 0.09 (or the W) 288 382 B 0.47 0.09 (orking) 323.23 382 B 0.47 0.09 (Dir) 288 370.6 B 0.47 0.09 (ectory may no) 301.23 370.6 B 0.47 0.09 (longer be valid.) 288 359.2 B 0.47 0.09 (If the DOS application \336les have) 378 404.8 B 0.3 0.09 (been moved, or if you have changed) 378 393.4 B 0.47 0.09 (the W) 378 382 B 0.47 0.09 (abi drive connection to the) 401.79 382 B 0.47 0.09 (dir) 378 370.6 B 0.47 0.09 (ectory) 389.77 370.6 B 0.47 0.09 (, the Pr) 413.99 370.6 B 0.47 0.09 (ogram Item) 443.66 370.6 B 0.47 0.09 (Pr) 378 359.2 B 0.47 0.09 (operties must be changed. See) 387 359.2 B 0.47 0.09 (page) 378 347.8 B 0.47 0.09 (146 for information about the) 399.89 347.8 B 0.47 0.09 (Pr) 378 336.4 B 0.47 0.09 (ogram Item Pr) 387 336.4 B 0.47 0.09 (operties dialog.) 446.49 336.4 B 0.47 0.09 (Application not) 198 319.4 B 0.47 0.09 (fully functional.) 198 308 B 0.47 0.09 (Application) 288 319.4 B 0.47 0.09 (function) 288 308 B 0.47 0.09 (incompatible with) 288 296.6 B 0.01 0.09 (DOS emulator or X) 288 285.2 B 0.09 (system.) 288 273.8 S 0.47 0.09 (See documentation for the DOS) 378 319.4 B 0.47 0.09 (emulator for known pr) 378 308 B 0.47 0.09 (oblems. Also) 472.29 308 B 0.47 0.09 (see any supplemental) 378 296.6 B 0.47 0.09 (documentation included with your) 378 285.2 B 0.47 0.09 (W) 378 273.8 B 0.47 0.09 (abi softwar) 386.25 273.8 B 0.47 0.09 (e.) 432.05 273.8 B 1 F 0.09 (T) 198 642 S 0.09 (able) 202.58 642 S 0.09 (9-) 219.43 642 S 0.09 (1) 227.09 642 S 0 F 0.47 0.09 (DOS Application Pr) 241.2 642 B 0.47 0.09 (oblems and Solutions) 323 642 B 1 F 0.47 0.09 (\050Continued\051) 413.94 642 B 3 F 0.09 (Symptom) 198 621 S 0.47 0.09 (Possible Cause) 288 621 B 0.09 (Solution) 378 621 S 198 633 540 633 2 L V 0 Z N 198 616 540 616 2 L V 0.5 H N 198 268.8 540 268.8 2 L V 0.3 H N 34 578.2 36 610 R 7 X 1 K V 34 515.6 36 558.8 R V 34 418.8 36 484.8 R V 34 356.2 36 410.8 R V 34 333.4 36 410.8 R V 34 270.8 36 325.4 R V FMENDPAGE %%EndPage: "151" 174 %%Page: "150" 174 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (150) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (9) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Starting a DOS Application) 126 640 B 5 10 Q 0.1 (\251) 199.15 619.33 S 3 F 0.52 0.1 (Open the icon representing the DOS application.) 210.6 619.33 B 0 F 0.52 0.1 (The DOS emulator starts and loads the DOS application.) 210.6 606.93 B 0.1 (or) 210.6 586.53 S 5 F 0.1 (\251) 199.15 566.13 S 3 F 0.52 0.1 (In W) 210.6 566.13 B 0.52 0.1 (indows Program Manager) 233.64 566.13 B 0.52 0.1 (, open the File menu and select Run, then) 354.6 566.13 B 0.52 0.1 (enter the DOS command to run the DOS application.) 210.6 553.73 B 1 15 Q -0.94 (Refer) 54 520 P -0.94 (ence Material for T) 85.41 520 P -0.94 (asks Related to Using DOS Applications) 196.61 520 P 0 10 Q 0.52 0.1 (This section pr) 198 498.33 B 0.52 0.1 (ovides r) 265.3 498.33 B 0.52 0.1 (efer) 302.03 498.33 B 0.52 0.1 (ence material for tasks r) 319.1 498.33 B 0.52 0.1 (elated to installing and) 428.92 498.33 B 0.52 0.1 (r) 198 485.93 B 0.52 0.1 (unning DOS-based applications.) 201.97 485.93 B 1 14 Q -0.88 (T) 126 452.87 P -0.88 (r) 133 452.87 P -0.88 (oubleshooting DOS Application Pr) 138.19 452.87 P -0.88 (oblems) 333.67 452.87 P 0 10 Q 0.52 0.1 (T) 198 431.53 B 0.52 0.1 (able) 203.31 431.53 B 0.52 0.1 (9-) 224.52 431.53 B 0.52 0.1 (1 suggests solutions to pr) 233.05 431.53 B 0.52 0.1 (oblems you might experience during DOS) 349.42 431.53 B 0.52 0.1 (application installation and use.) 198 419.13 B 1 9 Q 0.09 (T) 198 397.8 S 0.09 (able) 202.58 397.8 S 0.09 (9-) 219.43 397.8 S 0.09 (1) 227.09 397.8 S 0 F 0.47 0.09 (DOS Application Pr) 241.2 397.8 B 0.47 0.09 (oblems and Solutions) 323 397.8 B 3 F 0.09 (Symptom) 198 376.8 S 0.47 0.09 (Possible Cause) 288 376.8 B 0.09 (Solution) 378 376.8 S 0 F 0.47 0.09 (DOS emulator will) 198 359.8 B 0.47 0.09 (not start.) 198 348.4 B 0.47 0.09 (DOS emulator not) 288 359.8 B 0.47 0.09 (installed on) 288 348.4 B 0.09 (system.) 288 337 S 0.47 0.09 (Y) 378 359.8 B 0.47 0.09 (ou must install the DOS emulator) 383.26 359.8 B 0.47 0.09 (onto your UNIX system befor) 378 348.4 B 0.47 0.09 (e you) 499.97 348.4 B 0.13 0.09 (can use it thr) 378 337 B 0.13 0.09 (ough the W) 430.72 337 B 0.13 0.09 (abi pr) 477.55 337 B 0.13 0.09 (ogram.) 501.33 337 B 0.47 0.09 (The W) 288 320 B 0.47 0.09 (abi pr) 314.37 320 B 0.47 0.09 (ogram) 338.49 320 B 0.47 0.09 (cannot locate the) 288 308.6 B 0.47 0.09 (DOS emulator) 288 297.2 B 0.09 (pr) 288 285.8 S 0.09 (ogram.) 296.97 285.8 S 0.47 0.09 (T) 378 320 B 0.47 0.09 (ry specifying a full path name in) 382.79 320 B 0.47 0.09 (the startup command, even if the) 378 308.6 B 0.47 0.09 (emulator) 378 297.2 B 0.47 0.09 (\325s dir) 415.54 297.2 B 0.47 0.09 (ectory is on your) 436.6 297.2 B 0.47 0.09 (UNIX path. See page) 378 285.8 B 0.47 0.09 (142 for mor) 466.5 285.8 B 0.47 0.09 (e) 514.08 285.8 B 0.09 (information.) 378 274.4 S 0.47 0.09 (Impr) 288 257.4 B 0.47 0.09 (operly) 308.11 257.4 B 0.47 0.09 (con\336gur) 288 246 B 0.47 0.09 (ed startup) 322 246 B 0.47 0.09 (command string.) 288 234.6 B 0.47 0.09 (Make sur) 378 257.4 B 0.47 0.09 (e you can start the) 416.35 257.4 B 0.47 0.09 (emulator fr) 378 246 B 0.47 0.09 (om a UNIX command) 424.24 246 B -0.18 0.09 (line \336rst. Use this UNIX command as) 378 234.6 B 0.47 0.09 (the basis for your startup command) 378 223.2 B 0.47 0.09 (string, with placeholders inserted if) 378 211.8 B 0.47 0.09 (necessary) 378 200.4 B 0.47 0.09 (. See page) 416.3 200.4 B 0.47 0.09 (142 for mor) 459.74 200.4 B 0.47 0.09 (e) 507.32 200.4 B 0.09 (information.) 378 189 S 198 388.8 540 388.8 2 L V 0 Z N 198 371.8 540 371.8 2 L V 0.5 H N 198 184 540 184 2 L V 0.3 H N 34 616 36 626 R 7 X 1 K V 34 550.4 36 572.8 R V 34 373.8 36 382.8 R V 34 271.4 36 291.8 R V 34 186 36 263.4 R V FMENDPAGE %%EndPage: "150" 173 %%Page: "149" 173 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Installing and Using DOS Applications) 198 108.7 B 0 F 0.09 (149) 544.25 108.7 S 1 20 Q (9) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Cr) 126 640 B 0.73 0.3 (eating a DOS Pr) 139.7 640 B 0.73 0.3 (ogram Gr) 236.6 640 B 0.73 0.3 (oup) 295.41 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open W) 210.6 619.33 B 0.52 0.1 (indows Program Manager) 249.38 619.33 B 0.52 0.1 (.) 370.34 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the File menu and choose New) 210.6 598.93 B 0.52 0.1 (.) 384.31 598.93 B 0 F 0.52 0.1 (The New Pr) 210.6 586.53 B 0.52 0.1 (ogram Object dialog box opens.) 265.6 586.53 B 3 F 0.1 (3.) 197.5 566.13 S 0.52 0.1 (Select Program Group and choose OK.) 210.6 566.13 B 0 F 0.52 0.1 (The Pr) 210.6 553.73 B 0.52 0.1 (ogram Gr) 240.75 553.73 B 0.52 0.1 (oup Pr) 284.75 553.73 B 0.52 0.1 (operties dialog box opens.) 315.66 553.73 B 3 F 0.1 (4.) 197.5 533.33 S 0.52 0.1 (Enter a description.) 210.6 533.33 B 0 F 0.06 0.1 (This text will appear below the gr) 210.6 520.93 B 0.06 0.1 (oup icon. Y) 362.91 520.93 B 0.06 0.1 (ou should enter something that) 413.48 520.93 B 0.52 0.1 (indicates this gr) 210.6 508.53 B 0.52 0.1 (oup is for DOS applications.) 283.34 508.53 B 3 F 0.1 (5.) 197.5 488.13 S 0.52 0.1 (Enter a group \336le name.) 210.6 488.13 B 0 F 0.52 0.1 (Make this entry only if you want the gr) 210.6 475.73 B 0.52 0.1 (oup \336le name to be dif) 391.64 475.73 B 0.52 0.1 (fer) 495.78 475.73 B 0.52 0.1 (ent fr) 507.97 475.73 B 0.52 0.1 (om) 532.54 475.73 B 0.52 0.1 (the identi\336er entry) 210.6 463.33 B 0.52 0.1 (.) 295.22 463.33 B 3 F 0.1 (6.) 197.5 442.93 S 0.52 0.1 (Choose OK.) 210.6 442.93 B 0 F 0.52 0.1 (A gr) 210.6 430.53 B 0.52 0.1 (oup window with the name you speci\336ed opens. Y) 231.12 430.53 B 0.52 0.1 (ou can now cr) 463.83 430.53 B 0.52 0.1 (eate) 528.73 430.53 B 0.52 0.1 (icons for DOS applications in this gr) 210.6 418.13 B 0.52 0.1 (oup.) 377.05 418.13 B 5 12 Q 0.69 0.12 (t) 104.4 384.4 B 6 F 0.73 0.3 (Cr) 126 384.4 B 0.73 0.3 (eating a DOS Pr) 139.7 384.4 B 0.73 0.3 (ogram Item) 236.6 384.4 B 3 10 Q 0.1 (1.) 197.5 363.73 S 0.52 0.1 (Open W) 210.6 363.73 B 0.52 0.1 (indows Program Manager) 249.38 363.73 B 0.52 0.1 (.) 370.34 363.73 B 0.1 (2.) 197.5 343.33 S 0.52 0.1 (Select or create a group in which you want to place a DOS application.) 210.6 343.33 B 0.1 (3.) 197.5 322.93 S 0.52 0.1 (Open the File menu and choose New) 210.6 322.93 B 0.52 0.1 (.) 384.31 322.93 B 0 F 0.52 0.1 (The New Pr) 210.6 310.53 B 0.52 0.1 (ogram Object dialog box opens.) 265.6 310.53 B 3 F 0.1 (4.) 197.5 290.13 S 0.52 0.1 (Select Program Item and choose OK.) 210.6 290.13 B 0 F 0.52 0.1 (The Pr) 210.6 277.73 B 0.52 0.1 (ogram Item Pr) 240.75 277.73 B 0.52 0.1 (operties dialog box opens.) 306.92 277.73 B 3 F 0.1 (5.) 197.5 257.33 S 0.52 0.1 (Enter the appropriate information in the Program Item Properties dialog) 210.6 257.33 B 0.1 (box.) 210.6 244.93 S 0 F 0.52 0.1 (The text you enter in the Description \336eld appears under the icon.) 210.6 232.53 B 3 F 0.1 (6.) 197.5 212.13 S 0.52 0.1 (Choose OK.) 210.6 212.13 B 0 F 0.52 0.1 (An icon r) 210.6 199.73 B 0.52 0.1 (epr) 253.52 199.73 B 0.52 0.1 (esenting the DOS application appears in the gr) 268.38 199.73 B 0.52 0.1 (oup selected in) 482.57 199.73 B 0.1 (Step) 210.6 187.33 S 0.1 (2.) 232.9 187.33 S 53.33 311.88 191.33 359.9 C 53.33 311.88 191.33 359.9 R 7 X 0 K V 56.79 279.47 188.76 356.44 R V 9 9 Q 0 X -0.62 (\322A DOS Application\325) 56.79 350.44 P -0.62 (s Icon\323 on) 134.79 350.44 P -0.62 (page) 56.79 340.44 P -0.62 (148 provides more) 79.28 340.44 P -0.62 (information about creating icons) 56.79 330.44 P -0.62 (for DOS applications.) 56.79 320.44 P 0 72 612 720 C 54.57 219.06 192.57 258.76 C 54.57 219.06 192.57 258.76 R 7 X 0 K V 58.03 178.33 190 255.3 R V 9 9 Q 0 X -0.62 (Figure) 58.03 249.3 P -0.62 (9-) 86 249.3 P -0.62 (3 on page) 93.99 249.3 P -0.62 (146 shows) 135.21 249.3 P -0.62 (this dialog box, along with) 58.03 239.3 P -0.62 (information about completing it.) 58.03 229.3 P 0 72 612 720 C 34 562.8 36 572.8 R 7 X 1 K V 34 439.6 36 449.6 R V 34 340 36 350 R V 34 286.8 36 296.8 R V 34 208.8 36 218.8 R V FMENDPAGE %%EndPage: "149" 172 %%Page: "148" 172 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (148) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (9) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 13 Q 0 X 0 K -0.84 0.13 (A DOS Application\325) 198 639.33 B -0.84 0.13 (s Icon) 306.39 639.33 B 0 10 Q 0.52 0.1 (The simplest way to use a DOS application under the W) 198 618.33 B 0.52 0.1 (abi pr) 455.2 618.33 B 0.52 0.1 (ogram is by) 482.02 618.33 B 0.41 0.1 (double-clicking an icon r) 198 605.93 B 0.41 0.1 (epr) 311.11 605.93 B 0.41 0.1 (esenting the application. When you open the icon,) 325.97 605.93 B 0.21 0.1 (the W) 198 593.53 B 0.21 0.1 (abi pr) 224.15 593.53 B 0.21 0.1 (ogram detects that the application is a DOS application, starts your) 250.66 593.53 B 0.52 0.1 (DOS emulator pr) 198 581.13 B 0.52 0.1 (ogram, and the DOS emulator r) 276.36 581.13 B 0.52 0.1 (uns the DOS application.) 421.33 581.13 B 1 15 Q -0.94 (Instructions for T) 54 547.4 P -0.94 (asks Related to DOS Applications) 158.23 547.4 P 0 10 Q 0.52 0.1 (This section pr) 198 525.73 B 0.52 0.1 (ovides detailed, step-by-step instr) 265.3 525.73 B 0.52 0.1 (uctions for performing a) 419.77 525.73 B 0.52 0.1 (variety of tasks r) 198 513.33 B 0.52 0.1 (elated to the installation and use of DOS-based applications.) 274.8 513.33 B 5 12 Q 0.69 0.12 (t) 104.4 479.6 B 6 F 0.73 0.3 (Entering a DOS Emulator Startup Command) 126 479.6 B 3 10 Q 0.1 (1.) 197.5 458.93 S 0.52 0.1 (Open Con\336guration Manager) 210.6 458.93 B 0.52 0.1 (.) 348.51 458.93 B 0.1 (2.) 197.5 438.53 S 0.52 0.1 (Open the DOS icon.) 210.6 438.53 B 0 F 0.52 0.1 (Alternately) 210.6 426.13 B 0.52 0.1 (, open the Options menu and choose DOS or pr) 260.59 426.13 B 0.52 0.1 (ess Alt, s, d.) 478.71 426.13 B 0.52 0.1 (The DOS Emulator Connection dialog box opens.) 210.6 405.73 B 3 F 0.1 (3.) 197.5 385.33 S 0.52 0.1 (Enter a path name, startup command, and optional placeholder) 210.6 385.33 B 0.52 0.1 (parameters for your DOS emulator) 210.6 372.93 B 0.52 0.1 (.) 374.13 372.93 B 0 F 0.52 0.1 (This is the command you would use to start the emulator in your native) 210.6 360.53 B 0.52 0.1 (operating system. If you do not include the complete path name to the) 210.6 348.13 B 0.52 0.1 (executable \336le, you must have the DOS emulator dir) 210.6 335.73 B 0.52 0.1 (ectory in your path in) 450.99 335.73 B 0.52 0.1 (the UNIX envir) 210.6 323.33 B 0.52 0.1 (onment. Note that the default emulator command the W) 280.94 323.33 B 0.52 0.1 (abi) 538.77 323.33 B 0.52 0.1 (pr) 210.6 310.93 B 0.52 0.1 (ogram pr) 220.57 310.93 B 0.52 0.1 (ovides assumes your path includes the DOS emulator dir) 262.95 310.93 B 0.52 0.1 (ectory) 524.98 310.93 B 0.52 0.1 (.) 551.91 310.93 B 3 F 0.1 (4.) 197.5 290.53 S 0.52 0.1 (Choose OK to save your settings.) 210.6 290.53 B 0 F 0.52 0.1 (The DOS Emulator Connection dialog box closes and your entry is) 210.6 278.13 B 0.52 0.1 (validated. An err) 210.6 265.73 B 0.52 0.1 (or box appears if the entry is invalid. Follow the) 288.65 265.73 B 0.52 0.1 (instr) 210.6 253.33 B 0.52 0.1 (uctions in the err) 231.19 253.33 B 0.52 0.1 (or box or Help to clear the err) 309.28 253.33 B 0.52 0.1 (or condition.) 446.63 253.33 B 5 12 Q 0.69 0.12 (t) 104.4 219.6 B 6 F 0.73 0.3 (Installing a DOS Application) 126 219.6 B 3 10 Q 0.1 (1.) 197.5 198.93 S 0.52 0.1 (Con\336gure a DOS emulator for use with the W) 210.6 198.93 B 0.52 0.1 (abi program.) 426.97 198.93 B 0.1 (2.) 197.5 178.53 S 0.52 0.1 (Using the DOS emulator) 210.6 178.53 B 0.52 0.1 (, install the DOS application as described in the) 326.79 178.53 B 0.52 0.1 (application\325) 210.6 166.13 B 0.52 0.1 (s documentation.) 265.65 166.13 B 54.17 572.14 192.17 626.16 C 54.17 572.14 192.17 626.16 R 7 X 0 K V 57.62 545.74 189.6 622.71 R V 9 9 Q 0 X -0.62 (See \322Create a Program Group) 57.62 616.71 P -0.62 (and Item for a DOS Application\323) 57.62 606.71 P -0.62 (on page) 57.62 596.71 P -0.62 (145 if you want to create) 91.98 596.71 P -0.62 (an icon for a DOS application.) 57.62 586.71 P 0 72 612 720 C 55.5 357.01 193.5 413.03 C 55.5 357.01 193.5 413.03 R 7 X 0 K V 58.96 332.61 190.93 409.58 R V 9 9 Q 0 X -0.62 (Read \322DOS Emulator) 58.96 403.58 P -0.62 (Connection\323 on page) 58.96 393.58 P -0.62 (142 for) 143.64 393.58 P -0.62 (more information about the) 58.96 383.58 P -0.62 (startup command and) 58.96 373.58 P -0.62 (placeholders in the command.) 58.96 363.58 P 0 72 612 720 C 57.5 252.01 195.5 287.53 C 57.5 252.01 195.5 287.53 R 7 X 0 K V 60.96 207.11 192.93 284.08 R V 9 9 Q 0 X -0.62 (\322Entry V) 60.96 278.08 P -0.62 (alidation\323 on page) 92.13 278.08 P -0.62 (34) 164.82 278.08 P -0.62 (discusses when and why your) 60.96 268.08 P -0.62 (entries are validated.) 60.96 258.08 P 0 72 612 720 C 53.5 159.91 191.5 209.43 C 53.5 159.91 191.5 209.43 R 7 X 0 K V 56.96 129.01 188.93 205.98 R V 9 9 Q 0 X -0.62 (Read \322DOS Emulator) 56.96 199.98 P -0.62 (Connection\323 on page) 56.96 189.98 P -0.62 (142 for) 141.63 189.98 P -0.62 (more about setting up and using) 56.96 179.98 P -0.62 (a DOS emulator program.) 56.96 169.98 P 0 72 612 720 C 34 602.6 36 612.6 R 7 X 1 K V 34 577.8 36 587.8 R V 34 422.8 36 445.2 R V 34 287.2 36 297.2 R V FMENDPAGE %%EndPage: "148" 171 %%Page: "147" 171 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Installing and Using DOS Applications) 198 108.7 B 0 F 0.09 (147) 544.25 108.7 S 1 20 Q (9) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (T) 126 638.67 P -0.88 (o Run a DOS Application) 133 638.67 P 0 10 Q 0.52 0.1 (T) 198 617.33 B 0.52 0.1 (o r) 203.31 617.33 B 0.52 0.1 (un an installed DOS-based application, you must have a DOS emulator) 215.95 617.33 B 0.26 0.1 (con\336gur) 198 604.93 B 0.26 0.1 (ed to r) 235.81 604.93 B 0.26 0.1 (un with the W) 265.51 604.93 B 0.26 0.1 (abi pr) 330.19 604.93 B 0.26 0.1 (ogram. See \322DOS Emulator Connection\323 on) 356.76 604.93 B 0.52 0.1 (page) 198 592.53 B 0.52 0.1 (142 for mor) 222.35 592.53 B 0.52 0.1 (e about setting up and using a DOS emulator) 275.26 592.53 B 0.52 0.1 (.) 482.38 592.53 B 0.52 0.1 (Y) 198 572.13 B 0.52 0.1 (ou can use the W) 203.85 572.13 B 0.52 0.1 (abi pr) 282.24 572.13 B 0.52 0.1 (ogram to start DOS applications the same way as) 309.07 572.13 B 0.52 0.1 (Micr) 198 559.73 B 0.52 0.1 (osoft W) 218.97 559.73 B 0.52 0.1 (indows 3.1 applications\321either thr) 253.87 559.73 B 0.52 0.1 (ough W) 413.96 559.73 B 0.52 0.1 (indows Pr) 449.88 559.73 B 0.52 0.1 (ogram) 496.47 559.73 B 0.52 0.1 (Manager) 198 547.33 B 0.52 0.1 (\325s Run item on the File menu or by opening an icon.) 239 547.33 B 1 13 Q -0.84 0.13 (An Application\325) 198 514.93 B -0.84 0.13 (s Startup Command) 283.39 514.93 B 0 10 Q 0.52 0.1 (Y) 198 493.93 B 0.52 0.1 (ou can r) 203.85 493.93 B 0.52 0.1 (un a DOS application with the File menu\325s Run option in the) 241.29 493.93 B 0 0.1 (W) 198 481.53 B 0 0.1 (indows Pr) 207.54 481.53 B 0 0.1 (ogram Manager by entering in the Run dialog the command to r) 253.61 481.53 B 0 0.1 (un) 543.36 481.53 B 0.52 0.1 (the application. This is the same command you would use to r) 198 469.13 B 0.52 0.1 (un the) 484.18 469.13 B 0.52 0.1 (application on a PC r) 198 456.73 B 0.52 0.1 (unning DOS, except that the drive letter indicates a path) 295.14 456.73 B 0.52 0.1 (in your UNIX \336le system.) 198 444.33 B 0.11 0.1 (T) 198 423.93 B 0.11 0.1 (o r) 203.31 423.93 B 0.11 0.1 (un a DOS application, open the File menu and choose Run. The Run dialog) 215.54 423.93 B 0.52 0.1 (box opens, as shown in Figur) 198 411.53 B 0.52 0.1 (e) 332.28 411.53 B 0.52 0.1 (9-) 339.76 411.53 B 0.52 0.1 (4.) 348.29 411.53 B 1 9 Q 0.09 (Figur) 198 285.58 S 0.09 (e) 218.77 285.58 S 0.09 (9-) 224.69 285.58 S 0.09 (4) 232.36 285.58 S 0 F 0.47 0.09 (Run Dialog Box) 248.4 285.58 B 0 10 Q 0.52 0.1 (The Command entry \336eld in the Run dialog box is wher) 198 260.91 B 0.52 0.1 (e you tell the W) 455.48 260.91 B 0.52 0.1 (abi) 527.78 260.91 B 0.52 0.1 (pr) 198 248.52 B 0.52 0.1 (ogram the location and the name of the application\325s startup command.) 207.98 248.52 B 0.52 0.1 (When you choose OK, the W) 198 228.11 B 0.52 0.1 (abi pr) 329.79 228.11 B 0.52 0.1 (ogram detects that the application r) 356.61 228.11 B 0.52 0.1 (equir) 519.62 228.11 B 0.52 0.1 (es) 543.21 228.11 B 0.52 0.1 (DOS, starts your DOS emulator) 198 215.72 B 0.52 0.1 (, and loads and r) 341.54 215.72 B 0.52 0.1 (uns the DOS application.) 419.23 215.72 B 54.17 460.05 192.17 500.23 C 54.17 460.05 192.17 500.23 R 7 X 0 K V 57.62 419.8 189.6 496.77 R V 9 9 Q 0 X -0.62 (See \322Starting a DOS Application\323) 57.62 490.77 P -0.62 (on page) 57.62 480.77 P -0.62 (150 for the steps) 91.98 480.77 P (required.) 57.62 470.77 T 0 72 612 720 C 54 144 558 648 C 198 299.98 558 408.2 C 0 X 0 K %%BeginBinary: 1595 504 222 241.92 106.56 0 195.69 298.64 BEGINBITMAPBWc 7j" O.07 7"Z 0FO-7"9j" 0BO)01 9# FE7F9" F19" 8F8#J# FC5F;7F808#J" F3DF868#J# F3DF;61C68"J" F7<60J" A399"J# DE"J$ FCE7FFGFBEF5F8#J$ F9F3O"F7F6EF9.J$ FF070470478383C0FCFCC1E0E7DFBEF779)8$J$ FE73113113398998C4CE7FDFD5EFB;'8"J$ 33333381999CCCFFFFFFF>";" 39C09"@# F2CFFF8#<"9# FCE698CE7F8$9) FE0F078099C0FC04CCE0E78YJ"e @408#J" F001L008#J"@" FFFFL807FJW O" 8"j"="e" F0E3F807F8"Z"="U" F7EBF7F3FJ" O,FE 8# F67F J":" O%07CFJ# O$FE73J# O$FCF9J& O%FF8383C1C1J% O&39899C9CJ$ O&81999FJ"8" O&3980J"9" O%F99FJ#8# O$FE739C9CJ' O$FF078099C1C18#JQ F7FFO! 8"j" F0E3F8Z GJ"e O"40J" O"00J"@" O"807FJW O" J"e" O"807FJ"U" O"7F3FJ" O,FE 8$ F0007F8#J# F7FFMFC07J" O$F3:#8'8# 7E03FCFCCFFCFFFCFE7F;":%J& 79FFFFFFFFE0C19998783;"9"J' 7C78H0719C9993339<#8(J& CCC1CC1CC11CC1C1E0AF339CC033F;-J# 79CCC4FC30CC4CC44CF99CCCE8701;$9'J# 01CCCCCCCCCCF39CCEEF33F;"9":#J% 7C84E780DCE673339E"J) 9FB073C1E678783999F<"8":$JT C8CCCF9CCC@8&=$J# F0007E7E60C1C1E0@F8008ZJ# 0?FFFF>$ F8003F>$ FFFFFFJ"e O"40J" O"00J"@" O"807FJW O" J"e" O"807FJ"U" O"7F3FJ" O,FE J% O%F9F3FF9F J$ O'83981FJ& O%F8033998CFJ% O%F9F33999J" O'01J" O'3FJ# O'3998J$ O'83981FJ& O%FFFFFFF9FFJ# O%F000J# O%FFFFJ" O(FF J"e O"40J" O"00J"@" O"807FJW O" 7j O. 7Z O/ ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 34 589.2 36 611.6 R 7 X 1 K V 34 544 36 554 R V 34 478.2 36 500.6 R V 34 453.4 36 463.4 R V 34 408.2 36 418.2 R V 34 224.78 36 234.78 R V FMENDPAGE %%EndPage: "147" 170 %%Page: "146" 170 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (146) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (9) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (T) 198 641.33 B 0.52 0.1 (o cr) 203.31 641.33 B 0.52 0.1 (eate an icon that r) 220.39 641.33 B 0.52 0.1 (epr) 302.72 641.33 B 0.52 0.1 (esents a DOS application, you choose the Pr) 317.58 641.33 B 0.52 0.1 (ogram) 519.07 641.33 B 0.04 0.1 (Item button in the New Pr) 198 628.93 B 0.04 0.1 (ogram Object dialog box. When you do, the Pr) 316.61 628.93 B 0.04 0.1 (ogram) 526.08 628.93 B 0.52 0.1 (Item Pr) 198 616.53 B 0.52 0.1 (operties dialog box shown in Figur) 231.76 616.53 B 0.52 0.1 (e) 391.92 616.53 B 0.52 0.1 (9-) 399.41 616.53 B 0.52 0.1 (3 opens.) 407.93 616.53 B 1 9 Q 0.09 (Figur) 198 466.1 S 0.09 (e) 218.77 466.1 S 0.09 (9-) 224.69 466.1 S 0.09 (3) 232.36 466.1 S 0 F 0.47 0.09 (Pr) 248.4 466.1 B 0.47 0.09 (ogram Item Pr) 257.4 466.1 B 0.47 0.09 (operties Dialog Box) 316.89 466.1 B 0 10 Q 0.02 0.1 (Note that for a DOS application, the command you enter in the Command Line) 198 441.44 B 0.52 0.1 (entry \336eld is the same command you would use to start the application in) 198 429.04 B 0.52 0.1 (DOS. It must be in DOS format and include the W) 198 416.64 B 0.52 0.1 (abi drive location, and may) 427.73 416.64 B 0.52 0.1 (include parameters or switches. Do not include the DOS emulator command.) 198 404.24 B 0.52 0.1 (When you start the application fr) 198 391.84 B 0.52 0.1 (om the icon, the W) 350.21 391.84 B 0.52 0.1 (abi pr) 436.28 391.84 B 0.52 0.1 (ogram detects that) 463.1 391.84 B 0.52 0.1 (the application r) 198 379.44 B 0.52 0.1 (equir) 273.07 379.44 B 0.52 0.1 (es DOS, starts your DOS emulator) 296.66 379.44 B 0.52 0.1 (, and passes it the) 452.54 379.44 B 0.52 0.1 (command you enter her) 198 367.04 B 0.52 0.1 (e.) 307.63 367.04 B 0.52 0.1 (Micr) 198 346.64 B 0.52 0.1 (osoft W) 218.97 346.64 B 0.52 0.1 (indows applications generally have icons associated with the) 253.87 346.64 B 0.36 0.1 (executable \336les, but DOS executables do not. When you cr) 198 334.24 B 0.36 0.1 (eate a pr) 463.3 334.24 B 0.36 0.1 (ogram item) 502.52 334.24 B 0.52 0.1 (for a DOS application, the W) 198 321.84 B 0.52 0.1 (indows Pr) 329.97 321.84 B 0.52 0.1 (ogram Manager uses a generic icon) 376.55 321.84 B 0.52 0.1 (indicating that the pr) 198 309.44 B 0.52 0.1 (ogram is a DOS pr) 294.94 309.44 B 0.52 0.1 (ogram. However) 380.25 309.44 B 0.52 0.1 (, you can use a) 456.49 309.44 B 0.52 0.1 (dif) 198 297.04 B 0.52 0.1 (fer) 210.46 297.04 B 0.52 0.1 (ent icon if you like. The Change Icon button opens a dialog box that lets) 222.65 297.04 B 0.52 0.1 (you select a dif) 198 284.64 B 0.52 0.1 (fer) 267.27 284.64 B 0.52 0.1 (ent icon image to r) 279.45 284.64 B 0.52 0.1 (epr) 365.47 284.64 B 0.52 0.1 (esent the application when it is) 380.33 284.64 B 0.52 0.1 (minimized or displayed in a gr) 198 272.24 B 0.52 0.1 (oup window) 340.24 272.24 B 0.52 0.1 (.) 397.79 272.24 B 54 250.51 558 258.5 C 558 255.48 198 255.48 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K -0 0.1 (Note \320) 198 243.85 B 0 F -0 0.1 (DOS applications used with a DOS emulator thr) 230.9 243.85 B -0 0.1 (ough the W) 448.02 243.85 B -0 0.1 (abi pr) 499.81 243.85 B -0 0.1 (ogram) 526.12 243.85 B 54 220.12 558 228.11 C 558 225.09 198 225.09 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (do not use a Pr) 198 231.45 B 0.52 0.1 (ogram Information File \050PIF\051.) 267.52 231.45 B 54.94 397.45 193.71 446.09 C 54.94 397.45 193.71 446.09 R 7 X 0 K V 58.39 365.66 190.37 442.63 R V 9 9 Q 0 X -0.62 (See \322Creating a DOS Program) 58.39 436.63 P -0.62 (Item\323 on page) 58.39 426.63 P -0.62 (149 for the steps) 115.09 426.63 P -0.78 (required.to create a program item) 58.39 416.63 P -0.62 (for a DOS application.) 58.39 406.63 P 0 72 612 720 C 54 144 558 648 C 196.81 480.5 558 613.2 C 0 X 0 K %%BeginBinary: 3792 597 253 286.56 121.44 0 194.97 487.25 BEGINBITMAPBWc 7"j" C0O91F 7"Z" C3O8FC7"9"j" C2C0O404 :" 9F9# FC5F9# E3DF9"J#="9#<" 1773F806001FC608#J"=":";" FCF78C063FE0C8"J#B"<" FD830E08700:"J5 9F7766C781D9B3E37B8067878DEE0183363C3703C6DE61E1F09#J-8* F45F767CFC3F9F7F3FFC0678FCFFF3E7E3F87E7DE63F3F89#J5 E3DF77E71CE739C6339CC063186E73018738E739CC370C661B189"J)8/ 1773FC61866198073181FEC6301FE30C330CFF60C67FBC08#J"9#="=# FCF788683F3FCF9F08"J#9#9#8"9' FD830068733180C80CC060C660038J%:#:) =1CE739861CECE739CE760C673B18:"J&9#:) 9F80FC3F987F38FCC7E3F87E60E63F3F89#J&8$:) F47F80781D983BB61878C3C3703C60661E1F09#J&g"a E3FF60000000018309"J# 1F:07388#J# FCFF:03F08"J# FF;01E0J#B" >000000 8% 000000007"Z" C3O8FC J"j8"j 7F0=FC/J"Z"8"Y# 7F7F079CF9#9$C)J$ E03FF3FFF90C3398CCC673319C>E7399F9#9$E&J$ E79FFFFF9F99CCE70339?CF993F:"I"9%J# CF21E6733980?987F:+G"J" CE0F0F06130309C1C1CF9F@FF:+@"9%J" CCE666723319999CC4FF33C673319C@7F<%8"B(J# 7E7E7339CC3839E6070181C1?993F;#G)J" 070EFFFFFFFFE7FFF9FF@9F;#J$ FFE6O)E739CF:'G%J$ 9CE666727319FE0FFF83?F079E79,C%J$ E03E0F0F067303C9C1CCCFFFFFFFFF?FFFFFF9Q& 3FFFFFFFFF9# C0039#H"j FFFFF0=?"CZ FF>J"j O)FA/J" O)F8J"E" O)FCFFJ"j8Z 7F0=0J"Z" 7F7"@- F39FFF04783806070781C1FE0CE60F9#I- E7CF113398CCC673319CFCE64CE7:.=(8# FC1C11C11E0E0F03F3F307839F333399CCE70339E71C:)8$A) F9CC44C44CE626631339FFE6733980FC071C07<'8"F& CCCCCE066673339FFCFF1CFF>#;"B) CCE601C673319CFCE64CE7:"@"?,J#:" C93F3839E6070181C1CE0CE60F8FC1F3F9#<"9">(PJ# F3996339FFFFFFFFE7FFF98F9CF9$8*J# F83C1CCE026703F01333839FKF3E79Y@%J& FE0FFF83>FE0E0F07079#J%J& C0076FFFFFFFF>FCE62672739#J% FFFFO*FE06667EJ#8" O/FCE603J"j>"9" 7F0=E47FJZ=#8# 7>F9CC7273J' O.FC1E02670707JR O. J"j 7F0=J"Z" 7F7"F" 7FFF3CFFF93CCFA#A# 3E7F3E7C92;5 E619C1C26660F03F3E66183C10C1C0F27F5667338709E0707878381C0F0E704783806070781C1;&9(:5 9CC64E62663399C99CC4F3FF63CFE7333319CC67333398CC66667113398CCC673319C9(9';"92 F0C39CCE1E66677399F99CCE6700F39CE6733F819CCE67E7333399CCE70339C#?'8#8#:% 70193E7F333873CC873970F3E6733980=";#8#>#9"9#=" 4E73F9CF0F3F33F37E739F9#8*@#8(;% F9E76666663F3CE67399C93233C67333398CC666C673319C;0:5 C1CE7266703F01E6783C1CC1CF9E7F63F27983873E60707878081C0F0F9333839E6070181C19R"R#:5 3F9FFF6FFFF9FFFFFE7FFFFFFFF9FCFFFF9FFFFFFFFE7FFF9FF9$B"J"j C0007F3FDFC/9$9#<#="8"="9%@"Y# FFFFFFF07FFC7FFFFFFFFE0FFF83FBFE7F?#<#E#;%J" FFFFFFFFFFFFFFFFFFFF9FC J"j 7F0=JZ 7> J# O-F01FJ# O-F3CFJ"j 7F0=J"Z"=' 7F7F01C672664CCE7J' O-F3CCE7300CFCJ$ O10E1C079#;#A#J$ F039FE73F67CF0FCCFF9#8&B"J% E799E7FFFE7E673CE399CCCE7A"B"J* 4F1CBF01CF0799E1E0E667F:,@%JT F83C1C0306643E1F833C9FE0E0F077>9-?&J# F0F899CC6672667E3F393CFF4CCE626737>E0039#8#8$@$J# FE39E67E1F399964CE66@FFFF9#<#A"8" FF994F0170609"=$C# E7673FC367F7>&A"9"J"j 72467E73397837:FA/9-?&J" F0399C1CF307073E7983E79F7CE0E67077:F89U#>'J"E" E7FFF7FFFFFFFFF7:FCFF9#>"JZ C007CFI09#>" FFFF1FC"D" FFFF J"j O)FC/J"j8"Y# 7F0=FBFE7FJZG" 7>FC J#;" O+F839F3J# O+F399J# O+E7C9J+ O,F83C1C1E0707F3838383J* O-99CC4CC673F3393989J$J&8$ 7F0007F@F99C0CCCE63F3999J#J#8" 7F7FFB99CC03J":" O,C97FJ#8'8#H#9% 97E03FCFCCFFCFFFCFE7FF399C673F339J":%J. :79FFFFFFFF6F8399C04CE0707F3838399999FJ"9"JP"R :7C78:E7J#8(J" ;CCC1CC1CC11CC1C1E0:E0J-J% :79CCC4FC30CC4CC44CF99CCC7FE0FFFFFJ$9'J# :01CCCCCCCCCCF39CCE7FFFFJ"9":# :7C84E780J"H"j D9FFA/J"8":$G" ;C8CCCF9CCCF8J&=$G"E" 7F0007E7E60C1C1E0FCFFJZFZ 700J$ 9FC003FJ$ 9FFFFFF J"j O)FC/J"Y# O)FBFE7FJ" O8FC J% O/E7CFFE7F J% O0CE0E607FJ& O/E00CE6633FJ% O/E7CCE667J" O106J" O1FEJ# O1E663J% O0CE0E607FJ& O/FFFFFFE7FFJ# O/C003J# O/FFFFJ" O2FF J"j O)FA/J" O)F8J"E" O)FCFFJZ O)0 7"j C0O9 7Z O; ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 34 638 36 648 R 7 X 1 K V 34 613.2 36 623.2 R V 34 330.9 36 340.9 R V 34 268.9 36 278.9 R V FMENDPAGE %%EndPage: "146" 169 %%Page: "145" 169 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Installing and Using DOS Applications) 198 108.7 B 0 F 0.09 (145) 544.25 108.7 S 1 20 Q (9) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 54 640.01 558 648 C 558 644.98 198 644.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Caution \320) 198 633.34 B 0 F 0.52 0.1 (Y) 246.67 633.34 B 0.52 0.1 (ou should not install any applications in the W) 252.52 633.34 B 0.52 0.1 (abi drive C or the) 466.94 633.34 B 0.52 0.1 (DOS emulator) 198 620.94 B 0.52 0.1 (\325s drive C. Y) 264 620.94 B 0.52 0.1 (ou should connect drives for both pr) 320.1 620.94 B 0.52 0.1 (ograms to the) 488.06 620.94 B 0.52 0.1 (same dir) 198 608.54 B 0.52 0.1 (ectories in your UNIX \336le system, and install applications in those) 237.45 608.54 B 0.52 0.1 (drives. If you want the W) 198 596.14 B 0.52 0.1 (abi pr) 314.81 596.14 B 0.52 0.1 (ogram to access \336les alr) 341.63 596.14 B 0.52 0.1 (eady stor) 450.39 596.14 B 0.52 0.1 (ed in your) 492.48 596.14 B 54 572.42 558 580.41 C 558 577.38 198 577.38 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (DOS emulator) 198 583.74 B 0.52 0.1 (\325s drive C, r) 264 583.74 B 0.52 0.1 (ead \322The DOS Emulator) 318.12 583.74 B 0.52 0.1 (\325s Drive C\323 on page) 430 583.74 B 0.52 0.1 (142.) 523.32 583.74 B 1 13 Q -0.84 0.13 (Cr) 198 543.35 B -0.84 0.13 (eate a Pr) 211.74 543.35 B -0.84 0.13 (ogram Gr) 256.42 543.35 B -0.84 0.13 (oup and Item for a DOS Application) 307.23 543.35 B 0 10 Q 0.36 0.1 (After the application is installed, you should cr) 198 522.35 B 0.36 0.1 (eate a pr) 412.95 522.35 B 0.36 0.1 (ogram gr) 452.17 522.35 B 0.36 0.1 (oup and item) 493.93 522.35 B 0.52 0.1 (for the application so you can start it within the W) 198 509.95 B 0.52 0.1 (abi pr) 429.51 509.95 B 0.52 0.1 (ogram by opening an) 456.34 509.95 B 0.52 0.1 (icon. Micr) 198 497.55 B 0.52 0.1 (osoft W) 243.71 497.55 B 0.52 0.1 (indows applications cr) 278.61 497.55 B 0.52 0.1 (eate their own pr) 381.85 497.55 B 0.52 0.1 (ogram gr) 460.54 497.55 B 0.52 0.1 (oups and) 502.46 497.55 B 0.09 0.1 (items when you install them, but DOS applications do not because they ar) 198 485.15 B 0.09 0.1 (e not) 532.91 485.15 B 0.52 0.1 (designed to r) 198 472.75 B 0.52 0.1 (un in a window envir) 258.23 472.75 B 0.52 0.1 (onment.) 357.75 472.75 B 0.52 0.1 (Y) 198 452.35 B 0.52 0.1 (ou can cr) 203.85 452.35 B 0.52 0.1 (eate pr) 245.72 452.35 B 0.52 0.1 (ogram gr) 277.05 452.35 B 0.52 0.1 (oups and items for DOS applications the same way) 318.97 452.35 B 0.45 0.1 (you cr) 198 439.95 B 0.45 0.1 (eate them for Micr) 226.79 439.95 B 0.45 0.1 (osoft W) 311.26 439.95 B 0.45 0.1 (indows applications, using the New option in) 346.09 439.95 B 0.52 0.1 (W) 198 427.55 B 0.52 0.1 (indows Pr) 207.54 427.55 B 0.52 0.1 (ogram Manager) 254.13 427.55 B 0.52 0.1 (\325s File menu.) 327.53 427.55 B 0.52 0.1 (When you choose New in the File menu, the New Pr) 198 407.15 B 0.52 0.1 (ogram Object dialog box) 439.86 407.15 B 0.52 0.1 (shown in Figur) 198 394.75 B 0.52 0.1 (e) 267.64 394.75 B 0.52 0.1 (9-) 275.13 394.75 B 0.52 0.1 (2 opens.) 283.65 394.75 B 1 9 Q 0.09 (Figur) 198 282.84 S 0.09 (e) 218.77 282.84 S 0.09 (9-) 224.69 282.84 S 0.09 (2) 232.36 282.84 S 0 F 0.47 0.09 (New Pr) 248.4 282.84 B 0.47 0.09 (ogram Object Dialog Box) 279.74 282.84 B 0 10 Q 0.52 0.1 (Y) 198 258.18 B 0.52 0.1 (ou use this dialog box to cr) 203.85 258.18 B 0.52 0.1 (eate gr) 328.51 258.18 B 0.52 0.1 (oups and items. T) 359.38 258.18 B 0.52 0.1 (o cr) 440.51 258.18 B 0.52 0.1 (eate a gr) 457.59 258.18 B 0.52 0.1 (oup, select) 496.68 258.18 B 0.52 0.1 (Pr) 198 245.78 B 0.52 0.1 (ogram Gr) 208.01 245.78 B 0.52 0.1 (oup and enter a Description in the Pr) 252 245.78 B 0.52 0.1 (ogram Gr) 422.73 245.78 B 0.52 0.1 (oup Pr) 466.72 245.78 B 0.52 0.1 (operties) 497.64 245.78 B 0.52 0.1 (dialog that opens.) 198 233.38 B 131.59 604.33 171.08 647.58 C 131.59 604.33 171.08 647.58 R 7 X 0 K V 167.71 610.15 151.3 642.99 2 L 4 K V 0.5 H 2 Z 0 X N 134.96 610.15 151.3 642.99 2 L 7 X V 0 X N 134.96 610.15 167.71 610.15 2 L 7 X V 0 X N 10 24 Q (!) 147.7 614.18 T 0 72 612 720 C 54 144 558 648 C 197.54 297.24 558 391.42 C 0 X 0 K %%BeginBinary: 1936 394 182 189.12 87.36 0 195.92 300.85 BEGINBITMAPBWc "j FEO! 7"Z" 1FME07"8"j" 17FEJ20 9" FC9" E29" 1E8#B#9">$ F8BE7060FE3E0C038"C":">":" E778FF7F038"H#=$ EFC380E38C009"B5 BC56C61E63180C19B1E0766CF8DEE00C18DC30783C7809"C#9/ A263F69F3F0FE7DFCFFF01C1CFE30FC7E79"B5 1E566661B3300C39C739CE718CE730180CE73186E73008#C#8)8& E8BE67FBFF1861986601CC63CC331FEC038"C"8$:"9" E7637B00FE0FC18"D&:"8' EF6601FE00C01C00C18C33180CF%9%9' 61E739CE739CE618E38E731CEE739"C$9%9( BCE3F0CC3F0FE61F7F0FE30FC7E3809"B$:&8' A360E1E01E07660EEC3E0DC30783C19"Bd"a& 1F6003000000008#J# E8FF41CE08"J#<" E750FC0078"J#<" FF5078006J#<" 8000000 7% 100000007"Z" 1FME0 Jf BJ"A" AFE7FJ"T" B7FFCJ" LF8 ;# CF9F;" C7:#9"j" 01C380403:&Z" 7FC39C19995FB;$J$ C999C9>F83CE7;%J$ CC99CC03=F39CCF;$J$ CE180C>E7CC9F<#J" 19FC@3F;%J" CF19CE67?7F<#J" 9C1E@3F;%J" FFFFFFFF?9FJ" HCFJ$ FF39CE7J$ FF83CF3J$ FFFFFFF J"e B40<#J" F03F:00<# E79F<#J"A" DFEF9FFFF<%<#FV BFF7E03FF07F<%<# 3FF3E79FE73F<%<# 7FFBE7CFCF9F?. C860F030C1C11FCFF860E6607F?(8% 98CE66319CC44FCE66633F>+8" E039CE6733C0CCCFCE1967<%9"8#Ff 3FF3E7F99CCF99<#J"U# BFF79FEFE7F<#9":&J" DFEF66E719CE64637FC<#8- E79FE0F033C04CCFF019E0F0607F<(R# F03FFFFFFFFF3FE7FF<#># FFFF8007A#9# F07FFFFFA#=" FFFFFF J#:" DFE0F9FJ# DFCE7J# DF9F3J& EFF07078383J& EFE73133939J% EFF03333F>v"G#8" AAABFE7301<$U"G"9" F03F7FFEF23F<$@"F#8# E79FFFFFFCE63939<$@"F' DFEF7FFEFE0F01338383<%<"8"FR BFF7E03FCFFF<%<"8" 3873679FCCFE<%?" 703BE7CFFF>- 67C860F030C1C11FC860E08E>- E798CE66319CC44FCCCE6227>)8#D"e 6039CE6733C0CCCF666680<%9"9$D" 3873E7F99CC0666700<$>$C"A" BFF767CFE666FFFF<$8";$DV DFEFE766CE6667"8#9"8" FFF07FFFFF>"8#<" 7FFFFFFE>v" AAAB>W Jf BJ"U# AFEFE7FJ" LFC :j" :03:Z ; J% EF3E7FF3F J$ G07303FJ& EF00673319FJ% EF3E67333J" G03J" G7FJ# G7331J% FE707303FJ& EFFFFFFF3FFJ# EE001J# EFFFFJ" HFF J"e B80J" B00J"A" AFFFFJV B 7j O! Z O" ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 54.17 226.6 192.17 260.62 C 54.17 226.6 192.17 260.62 R 7 X 0 K V 57.62 180.2 189.6 257.17 R V 9 9 Q 0 X -0.62 (See \322Creating a DOS Program) 57.62 251.17 P -0.62 (Group\323 on page) 57.62 241.17 P -0.62 (149 for the steps) 121.82 241.17 P (required.) 57.62 231.17 T 0 72 612 720 C 34 617.61 36 640.01 R 7 X 1 K V 34 580.41 36 590.41 R V 34 391.42 36 491.82 R V FMENDPAGE %%EndPage: "145" 168 %%Page: "144" 168 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (144) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (9) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.04 0.1 (For example, suppose you want to r) 198 641.33 B 0.04 0.1 (un a DOS application called) 360.36 641.33 B 2 F 0.1 (CLEANUP.EXE) 489.39 641.33 P 0 F 0.52 0.1 (on a \336le called) 198 628.93 B 2 F 1.2 (PRICE.LST) 267.83 628.93 P 0 F 0.52 0.1 (, and you want to send the display to the same) 321.06 628.93 B 0.52 0.1 (system wher) 198 616.53 B 0.52 0.1 (e you ar) 255.73 616.53 B 0.52 0.1 (e displaying the W) 293.16 616.53 B 0.52 0.1 (abi pr) 378.74 616.53 B 0.52 0.1 (ogram. The DOS command line) 405.57 616.53 B 0.52 0.1 (you normally use to r) 198 604.13 B 0.52 0.1 (un this pr) 297.27 604.13 B 0.52 0.1 (ogram on) 342.14 604.13 B 2 F 1.2 (PRICE.LST) 389.14 604.13 P 0 F 0.52 0.1 ( looks like this:) 443.11 604.13 B 4 9 Q (CLEANUP.EXE PRICE.LST /X /Y) 198 588.4 T 0 10 Q 0.3 0.1 (Y) 198 568.73 B 0.3 0.1 (our DOS emulator command must include the) 203.85 568.73 B 2 F 0.69 (%f) 417.76 568.73 P 0 F 0.3 0.1 ( and) 429.76 568.73 B 2 F 0.69 (%c) 452.77 568.73 P 0 F 0.3 0.1 ( placeholders so the) 464.76 568.73 B 0.52 0.1 (W) 198 556.33 B 0.52 0.1 (abi pr) 207.18 556.33 B 0.52 0.1 (ogram can pass the DOS command line as ar) 234 556.33 B 0.52 0.1 (guments to the UNIX) 439.35 556.33 B 0.13 0.1 (command that starts the DOS emulator) 198 543.93 B 0.13 0.1 (. W) 374.63 543.93 B 0.13 0.1 (abi uses the) 389.13 543.93 B 2 F 0.29 (CLEANUP.EXE) 444.89 543.93 P 0 F 0.13 0.1 ( \336le name) 510.85 543.93 B -0.01 0.1 (in the) 198 531.53 B 2 F -0.02 (%f) 226.27 531.53 P 0 F -0.01 0.1 ( placeholder) 238.26 531.53 B -0.01 0.1 (, and the) 293.37 531.53 B 2 F -0.02 (PRICE.LST) 335.12 531.53 P 0 F -0.01 0.1 ( \336le name and) 389.09 531.53 B 2 F -0.02 (/X) 455.54 531.53 P 0 F -0.01 0.1 ( and) 467.54 531.53 B 2 F -0.02 (/Y) 489.93 531.53 P 0 F -0.01 0.1 ( parameters) 501.93 531.53 B 0.52 0.1 (in the) 198 519.13 B 2 F 1.2 (%c) 227.32 519.13 P 0 F 0.52 0.1 ( placeholder) 239.32 519.13 B 0.52 0.1 (.) 294.96 519.13 B 0.52 0.1 (In the example below) 198 498.73 B 0.52 0.1 (, the) 295.67 498.73 B 2 F 1.2 (-c) 318.66 498.73 P 0 F 0.52 0.1 ( switch instr) 330.66 498.73 B 0.52 0.1 (ucts the emulator to execute the) 387.08 498.73 B 0.49 0.1 (command that follows \050) 198 486.33 B 2 9 Q 1.01 (CLEANUP.EXE PRICE.LST /X /Y) 306.92 486.33 P 0 10 Q 0.49 0.1 (, for example\051. If your) 454.45 486.33 B 0.1 0.1 (DOS emulator is called) 198 473.93 B 2 F 0.23 (myemulator,) 305.03 473.93 P 0 F 0.1 0.1 ( the DOS emulator command might look) 370.99 473.93 B 0.52 0.1 (like this:) 198 461.53 B 4 9 Q (/usr/myemulator -display %d -c %f %c) 198 445.8 T 0 10 Q 0.12 0.1 (The) 198 426.13 B 2 F 0.28 (-c) 217.75 426.13 P 0 F 0.12 0.1 ( switch is just an example; your emulator may r) 229.74 426.13 B 0.12 0.1 (equir) 445.15 426.13 B 0.12 0.1 (e a dif) 468.73 426.13 B 0.12 0.1 (fer) 496.62 426.13 B 0.12 0.1 (ent switch) 508.8 426.13 B 0.52 0.1 (for passing commands. See the emulator) 198 413.73 B 0.52 0.1 (\325s documentation for information) 384.22 413.73 B 0.52 0.1 (about command-line switches.) 198 401.33 B 54 379.61 558 387.6 C 558 384.58 198 384.58 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 372.94 B 0 F 0.52 0.1 (If you do not include the complete path name to the emulator) 231.94 372.94 B 0.52 0.1 (\325s) 516.33 372.94 B 0.52 0.1 (executable \336le, you must have the DOS emulator dir) 198 360.54 B 0.52 0.1 (ectory in your UNIX) 438.39 360.54 B 0.52 0.1 (sear) 198 348.14 B 0.52 0.1 (ch path. The default emulator command that the W) 216.19 348.14 B 0.52 0.1 (abi pr) 451.05 348.14 B 0.52 0.1 (ogram pr) 477.88 348.14 B 0.52 0.1 (ovides) 520.25 348.14 B 54 324.42 558 332.41 C 558 329.38 198 329.38 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (assumes your path includes the emulator dir) 198 335.74 B 0.52 0.1 (ectory) 402.91 335.74 B 0.52 0.1 (.) 429.84 335.74 B 1 14 Q -0.88 (DOS Application Installation) 126 294.68 P 0 10 Q 0.25 0.1 (After you install the DOS emulator) 198 273.35 B 0.25 0.1 (, you can install DOS applications using the) 356.49 273.35 B 0.52 0.1 (DOS emulator) 198 260.95 B 0.52 0.1 (. Y) 262.52 260.95 B 0.52 0.1 (ou can start the emulator fr) 274.09 260.95 B 0.52 0.1 (om the operating system, or open) 399.58 260.95 B 0.45 0.1 (the W) 198 248.55 B 0.45 0.1 (abi T) 224.39 248.55 B 0.45 0.1 (ools gr) 246.48 248.55 B 0.45 0.1 (oup and open the DOS Session icon. Once you ar) 277.51 248.55 B 0.45 0.1 (e r) 502.36 248.55 B 0.45 0.1 (unning a) 514.26 248.55 B 0.52 0.1 (DOS session, pr) 198 236.15 B 0.52 0.1 (oceed to install the DOS application as indicated in the) 270.33 236.15 B 0.52 0.1 (application\325s installation instr) 198 223.75 B 0.52 0.1 (uctions.) 333.52 223.75 B 34 344.81 36 525.8 R 7 X 1 K V 34 232.82 36 255.22 R V FMENDPAGE %%EndPage: "144" 167 %%Page: "143" 167 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Installing and Using DOS Applications) 198 108.7 B 0 F 0.09 (143) 544.25 108.7 S 1 20 Q (9) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 9 Q 0 X 0 K 0.09 (Figur) 198 527.88 S 0.09 (e) 218.77 527.88 S 0.09 (9-) 224.69 527.88 S 0.09 (1) 232.36 527.88 S 0 F 0.47 0.09 (DOS Emulator Connection Dialog Box) 248.4 527.88 B 0 10 Q 0.52 0.1 (In the DOS emulator command, you should include thr) 198 503.22 B 0.52 0.1 (ee placeholders for) 451.73 503.22 B 0.52 0.1 (parameters that enable the W) 198 490.82 B 0.52 0.1 (abi pr) 331.76 490.82 B 0.52 0.1 (ogram to start a DOS application r) 358.58 490.82 B 0.52 0.1 (unning) 516.7 490.82 B 0.52 0.1 (under the DOS emulator:) 198 478.42 B 7 14 Q 0.14 (\245) 198 460.02 S 2 10 Q 1.22 0.1 (%d) 210.6 460.02 B 0 F 0.52 0.1 ( \320 This placeholder is used with the) 222.79 460.02 B 2 F 1.2 (-display) 389.37 460.02 P 0 F 0.52 0.1 ( switch of the emulator) 437.35 460.02 B 0.52 0.1 (command. \050The) 210.6 447.62 B 2 F 1.2 (-display) 285.06 447.62 P 0 F 0.52 0.1 ( switch works with most X-based DOS) 333.03 447.62 B 0.23 0.1 (emulators.\051 Including) 210.6 435.22 B 2 F 0.54 (%d) 311.48 435.22 P 0 F 0.23 0.1 ( with the) 323.48 435.22 B 2 F 0.54 (-display) 366.85 435.22 P 0 F 0.23 0.1 ( switch makes the DOS session) 414.83 435.22 B 0.51 0.1 (appear on the same display scr) 210.6 422.82 B 0.51 0.1 (een as the W) 352.52 422.82 B 0.51 0.1 (abi window) 410.3 422.82 B 0.51 0.1 (. The W) 463.78 422.82 B 0.51 0.1 (abi pr) 498.8 422.82 B 0.51 0.1 (ogram) 525.61 422.82 B 0.52 0.1 (r) 210.6 410.42 B 0.52 0.1 (eplaces) 214.47 410.42 B 2 F 1.2 (%d) 250.45 410.42 P 0 F 0.52 0.1 ( with a display name. If you start the W) 262.44 410.42 B 0.52 0.1 (abi pr) 444.94 410.42 B 0.52 0.1 (ogram with the) 471.77 410.42 B 2 F 1.2 (-display) 210.6 398.02 P 0 F 0.52 0.1 ( switch, the same r) 258.57 398.02 B 0.52 0.1 (emote host display name is substituted for) 344.52 398.02 B 2 F 1.2 (%d) 542.49 398.02 P 0 F 0.52 0.1 (in the DOS emulator command. If you do not start the W) 210.6 385.62 B 0.52 0.1 (abi pr) 472.27 385.62 B 0.52 0.1 (ogram with) 499.09 385.62 B 0.26 0.1 (the) 210.6 373.22 B 2 F 0.61 (-display) 227.62 373.22 P 0 F 0.26 0.1 ( switch,) 275.6 373.22 B 2 F 0.61 (%d) 313.52 373.22 P 0 F 0.26 0.1 ( is r) 325.51 373.22 B 0.26 0.1 (eplaced by the name speci\336ed by the) 342.45 373.22 B 2 F 0.61 (DISPLAY) 513.06 373.22 P 0 F 0.52 0.1 (variable in your UNIX envir) 210.6 360.82 B 0.52 0.1 (onment.) 339.85 360.82 B 7 14 Q 0.14 (\245) 198 342.42 S 2 10 Q 0.14 0.1 (%f) 210.6 342.42 B 0 F 0.06 0.1 ( \320 This placeholder is used as a parameter for a DOS emulator switch that) 222.79 342.42 B 0.52 0.1 (starts a DOS pr) 210.6 330.02 B 0.52 0.1 (ogram. Including) 280.7 330.02 B 2 F 1.2 (%f) 362.67 330.02 P 0 F 0.52 0.1 ( with a switch in the command line) 374.66 330.02 B 0.52 0.1 (allows you to start a DOS application thr) 210.6 317.62 B 0.52 0.1 (ough the W) 398.51 317.62 B 0.52 0.1 (abi pr) 451.34 317.62 B 0.52 0.1 (ogram using the) 478.16 317.62 B 0.52 0.1 (Run menu item or by double-clicking the pr) 210.6 305.22 B 0.52 0.1 (ogram\325s icon. The switch you) 412.48 305.22 B 0.52 0.1 (use with) 210.6 292.82 B 2 F 1.22 0.1 (%f) 252.91 292.82 B 0 F 0.52 0.1 ( is speci\336c to the emulator) 265.1 292.82 B 0.52 0.1 (. It is likely to be) 384.94 292.82 B 2 F 1.2 (-c) 465.08 292.82 P 0 F 0.52 0.1 ( or) 477.07 292.82 B 2 F 1.2 (-s) 492.92 292.82 P 0 F 0.52 0.1 (. The W) 504.91 292.82 B 0.52 0.1 (abi) 539.95 292.82 B 0.52 0.1 (pr) 210.6 280.42 B 0.52 0.1 (ogram r) 220.57 280.42 B 0.52 0.1 (eplaces) 256.85 280.42 B 2 F 1.2 (%f) 292.83 280.42 P 0 F 0.52 0.1 ( with the name of an executable DOS pr) 304.82 280.42 B 0.52 0.1 (ogram. The) 488.26 280.42 B 0.52 0.1 (W) 210.6 268.02 B 0.52 0.1 (abi pr) 219.77 268.02 B 0.52 0.1 (ogram uses the name of the executable \336le that you supply when) 246.6 268.02 B 0.52 0.1 (you cr) 210.6 255.62 B 0.52 0.1 (eate a pr) 239.46 255.62 B 0.52 0.1 (ogram item for the application, or when you r) 279 255.62 B 0.52 0.1 (un the) 490.08 255.62 B 0.52 0.1 (application thr) 210.6 243.22 B 0.52 0.1 (ough the Run item in W) 277.66 243.22 B 0.52 0.1 (indows Pr) 388.14 243.22 B 0.52 0.1 (ogram Manager) 434.73 243.22 B 0.52 0.1 (\325s File) 508.13 243.22 B 0.1 (menu.) 210.6 230.82 S 7 14 Q 0.14 (\245) 198 212.42 S 2 10 Q 1.22 0.1 (%c) 210.6 212.42 B 0 F 0.52 0.1 ( \320 This placeholder is used to specify mor) 222.79 212.42 B 0.52 0.1 (e parameters to the DOS) 413.72 212.42 B 0.52 0.1 (emulator switch that starts a DOS pr) 210.6 200.02 B 0.52 0.1 (ogram. Including) 378.39 200.02 B 2 F 1.2 (%c) 460.35 200.02 P 0 F 0.52 0.1 ( allows you to) 472.35 200.02 B 0.52 0.1 (specify an ar) 210.6 187.62 B 0.52 0.1 (gument such as a \336le name or some other parameter used in) 268.78 187.62 B -0.02 0.1 (the DOS command line to start the DOS application. Y) 210.6 175.22 B -0.02 0.1 (ou should use) 454.77 175.22 B 2 F -0.04 (%c) 520.71 175.22 P 0 F -0.02 0.1 ( only) 532.7 175.22 B 0.52 0.1 (if you use the) 210.6 162.82 B 2 F 1.2 (%f) 276.36 162.82 P 0 F 0.52 0.1 ( placeholder) 288.36 162.82 B 0.52 0.1 (. The W) 344 162.82 B 0.52 0.1 (abi pr) 379.04 162.82 B 0.52 0.1 (ogram r) 405.86 162.82 B 0.52 0.1 (eplaces) 442.13 162.82 B 2 F 1.22 0.1 (%c) 478.11 162.82 B 0 F 0.52 0.1 ( with the) 490.31 162.82 B 0.52 0.1 (r) 210.6 150.42 B 0.52 0.1 (emainder of the DOS command line that follows the .) 214.47 150.42 B 2 F 1.2 (EXE) 459.6 150.42 P 0 F 0.52 0.1 ( command.) 477.59 150.42 B 54 144 558 648 C 198 542.28 558 638 C 0 X 0 K %%BeginBinary: 2396 482 187 231.36 89.76 0 198.64 544.14 BEGINBITMAPBWc "j" FCO,1F 7"Z" 3FO*FC7"8"j" 2FFCO'04 9" F99" C58# FE3D8#D(9":#<" F17D01F803E03E00FF1801F0038"F%="8#<" CFFE07F07F3003F8638"F'>#<" DF870E38E380C0071C609"E%85 79830C18C141BDC61987C78786C060C3C378DE0F078F30F0DE09"F(81 459C1CF000C01FFEFE78FC7C0E007E3FCFF1F8FCF31F8FF08#E)81 DE3D81980C7E00FE1CE6C631CE700C00E738CE330DCE6339CE308#H"8#8%8* D17D1F18C60E318660C330CC33FD806330CC8"F':"9" CF839C1C0380C07E0E8"G$<"9#:" DF0C18C1E6060C01I%:*9% 870E38E36398C631CE60071CE79DCE63399"E'8*8' 79FE07F07F00FF7F98FE38FC6003F87E31F8FC731F8C9"E%:*8' 47F803E03E3D987718786001F03C30F078330F0C8#Dj DE3F;8# D1FF8" CF8" FF 7% 200000007"Z" 3FO*FC B'8":"=" F01F83E07F00FCE0CF:%:':"8# E000001FF3CF39CF3F3FE7CE7F:%;#@# DFFFFFEFE67C9F3FF3 FF3FC11CCCE0C3070F9FF070470478383C0C:%=4 D800006FE1FF01C44CCCCE66731F9FE73113113398998FE(8"8( FC7F3FCCCCCCE03F333333381999CFE#:"># FF3FCE3399E"@" CF27;#<#;":#<" AAA0CF398CCE678F;#;18% 0000F01F83E07F00CCCE0CE033073FE0F07338099C0C;"#A%8" F9CE67FE73F3CFFF3F9F?$>#B" F3E64FFCF9E7A"?&?&>$ 1FFF8383C1C1061839990FC1CC0FA"@%>'=% 3F39899C9CE6733399999F019CCC67A"@$A#?"8" 1F81999F3819F9E7A"@"8"?$@" 4F398003339980A"?"9"?"B" 67F99F7F9F?$>#8#>#8"?$ F9CE73FE739C9CCE73199CCC67?$>'=(>& FC1E79FF078099C1C1F01F07380C19CFC1CC0E667F?$?Q868#J# F3DF;61C68"J" F7<60J" A399"J# DE"J$ FCE7FFGFBEF5F8#J$ F9F3O"F7F6EF9.J$ FF070470478383C0FCFCC1E0E7DFBEF779)8$J$ FE73113113398998C4CE7FDFD5EFB;'8"J$ 33333381999CCCFFFFFFF>";" 39C09"@# F2CFFF8#<"9# FCE698CE7F8$9) FE0F078099C0FC04CCE0E78YJ"e @408#J" F001L008#J"@" FFFFL807FJW O" 8"j"="e" F0E3F807F8"Z"="U" F7EBF7F3FJ" O,FE 8# F67F J":" O%07CFJ# O$FE73J# O$FCF9J& O%FF8383C1C1J% O&39899C9CJ$ O&81999FJ"8" O&3980J"9" O%F99FJ#8# O$FE739C9CJ' O$FF078099C1C18#JQ F7FFO! 8"j" F0E3F8Z GJ"e O"40J" O"00J"@" O"807FJW O" J"e" O"807FJ"U" O"7F3FJ" O,FE 8$ F0007F8#J# F7FFMFC07J" O$F3:#8'8# 7E03FCFCCFFCFFFCFE7F;":%J& 79FFFFFFFFE0C19998783;"9"J' 7C78H0719C9993339<#8(J& CCC1CC1CC11CC1C1E0AF339CC033F;-J# 79CCC4FC30CC4CC44CF99CCCE8701;$9'J# 01CCCCCCCCCCF39CCEEF33F;"9":#J% 7C84E780DCE673339E"J) 9FB073C1E678783999F<"8":$JT C8CCCF9CCC@8&=$J# F0007E7E60C1C1E0@F8008ZJ# 0?FFFF>$ F8003F>$ FFFFFFJ"e O"40J" O"00J"@" O"807FJW O" J"e" O"807FJ"U" O"7F3FJ" O,FE J% O%F9F3FF9F J$ O'83981FJ& O%F8033998CFJ% O%F9F33999J" O'01J" O'3FJ# O'3998J$ O'83981FJ& O%FFFFFFF9FFJ# O%F000J# O%FFFFJ" O(FF J"e O"40J" O"00J"@" O"807FJW O" 7j O. 7Z O/ ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 34 638 36 648 R 7 X 1 K V 34 541.61 36 623.2 R V 34 474.42 36 488.42 R V 34 429.62 36 452.02 R V 34 265.28 36 275.28 R V FMENDPAGE %%EndPage: "121" 144 %%Page: "120" 144 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (120) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (8) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (About Application Installation) 54 535.2 P 0 10 Q 0.27 0.1 (Installing an application r) 198 513.53 B 0.27 0.1 (equir) 315.06 513.53 B 0.27 0.1 (es you to place the application in a dir) 338.64 513.53 B 0.27 0.1 (ectory on) 512.75 513.53 B 0.32 0.1 (your system or on a network \336le server by using the application\325s) 198 501.13 B 2 F 0.74 (install) 500.48 501.13 P 0 F 0.32 0.1 ( or) 542.45 501.13 B 2 F 1.2 (setup) 198 488.73 P 0 F 0.52 0.1 ( pr) 227.98 488.73 B 0.52 0.1 (ogram thr) 241.08 488.73 B 0.52 0.1 (ough the Micr) 286.62 488.73 B 0.52 0.1 (osoft W) 351.25 488.73 B 0.52 0.1 (indows Pr) 386.15 488.73 B 0.52 0.1 (ogram Manager) 432.73 488.73 B 0.52 0.1 (.) 504.65 488.73 B 0.52 0.1 (Her) 198 468.33 B 0.52 0.1 (e ar) 215.17 468.33 B 0.52 0.1 (e some important points to consider befor) 232.14 468.33 B 0.52 0.1 (e installing an application:) 423.89 468.33 B 7 14 Q 0.14 (\245) 198 449.93 S 0 10 Q 0.25 0.1 (Y) 210.6 449.93 B 0.25 0.1 (ou ar) 216.45 449.93 B 0.25 0.1 (e r) 239.95 449.93 B 0.25 0.1 (esponsible for adhering to the terms of the softwar) 251.56 449.93 B 0.25 0.1 (e license of each) 481.69 449.93 B 0.52 0.1 (application you use under the W) 210.6 437.53 B 0.52 0.1 (abi pr) 360.21 437.53 B 0.52 0.1 (ogram.) 387.03 437.53 B 7 14 Q 0.14 (\245) 198 419.13 S 0 10 Q 0.52 0.1 (Y) 210.6 419.13 B 0.52 0.1 (ou should use the Run command in the File menu of Micr) 216.45 419.13 B 0.52 0.1 (osoft W) 482.54 419.13 B 0.52 0.1 (indows) 517.44 419.13 B 0.52 0.1 (Pr) 210.6 406.73 B 0.52 0.1 (ogram Manager to install applications.) 220.6 406.73 B 7 14 Q 0.14 (\245) 198 388.33 S 0 10 Q 0.52 0.1 (Befor) 210.6 388.33 B 0.52 0.1 (e you begin installing an application, be sur) 234.55 388.33 B 0.52 0.1 (e to r) 435.28 388.33 B 0.52 0.1 (ead the W) 459.18 388.33 B 0.52 0.1 (abi r) 504.95 388.33 B 0.52 0.1 (elease) 525.67 388.33 B 0.52 0.1 (notes or supplementary guide you r) 210.6 375.93 B 0.52 0.1 (eceived with your version of the W) 375.41 375.93 B 0.52 0.1 (abi) 536.21 375.93 B 0.52 0.1 (pr) 210.6 363.53 B 0.52 0.1 (ogram. It may contain important information about installing particular) 220.57 363.53 B 0.1 (applications.) 210.6 351.13 S 7 14 Q 0.14 (\245) 198 332.73 S 0 10 Q 0.52 0.1 (Some application installation windows \336ll the scr) 210.6 332.73 B 0.52 0.1 (een, pr) 436.47 332.73 B 0.52 0.1 (eventing you fr) 467.85 332.73 B 0.52 0.1 (om) 538.1 332.73 B 0.52 0.1 (using other windows on your desktop. For this r) 210.6 320.33 B 0.52 0.1 (eason, you should plan to) 433.58 320.33 B 0.52 0.1 (be unable to use your system for other work while you install an) 210.6 307.93 B 0.52 0.1 (application. See the \322Application Installation Q & A\323 on page) 210.6 295.53 B 0.52 0.1 (135 about a) 495.78 295.53 B 0.52 0.1 (possible workar) 210.6 283.13 B 0.52 0.1 (ound.) 283.25 283.13 B 7 14 Q 0.14 (\245) 198 264.73 S 0 10 Q 0.52 0.1 (In general, you should not install applications in drive C, even if the) 210.6 264.73 B 0.32 0.1 (application pr) 210.6 252.33 B 0.32 0.1 (ovides drive C as the default location for installation. Drive C) 274.3 252.33 B -0.08 0.1 (is connected to) 210.6 239.93 B 2 F -0.19 ($HOME/wabi) 280.22 239.93 P 0 F -0.08 0.1 (, which contains W) 340.19 239.93 B -0.08 0.1 (abi pr) 425.06 239.93 B -0.08 0.1 (ogram \336les that should) 451.28 239.93 B 0.16 0.1 (be kept separate fr) 210.6 227.53 B 0.16 0.1 (om application \336les. Y) 294.52 227.53 B 0.16 0.1 (ou should only use drive C for \336les) 394.9 227.53 B 0.52 0.1 (of which users must have their own copy) 210.6 215.13 B 0.52 0.1 (, and for applications that must) 399.24 215.13 B 0.52 0.1 (access a simulated har) 210.6 202.73 B 0.52 0.1 (d drive for their copy pr) 312.62 202.73 B 0.52 0.1 (otection scheme to work.) 424.4 202.73 B 0.52 0.1 (Y) 210.6 182.33 B 0.52 0.1 (ou can install an application in any other location you like. The only) 216.45 182.33 B 0.34 0.1 (limitations ar) 210.6 169.93 B 0.34 0.1 (e that you must have adequate space in the dir) 271.09 169.93 B 0.34 0.1 (ectory in which) 484.39 169.93 B 0.52 0.1 (you install the application, and you must have permission to write to the) 210.6 157.53 B 1 9 Q 0.47 0.09 (Opening a File When Starting an Application) 198 619 B 0 F 0.09 (133) 450 619 S 1 F 0.47 0.09 (Copying and Pasting Fr) 198 602 B 0.47 0.09 (om W) 288.86 602 B 0.47 0.09 (indows Applications to X) 311.22 602 B 0.09 (Applications) 198 590.6 S 0 F 0.09 (134) 450 602 S 1 F 0.47 0.09 (Copying and Pasting Fr) 198 573.6 B 0.47 0.09 (om X Applications to W) 288.86 573.6 B 0.47 0.09 (indows) 380.55 573.6 B 0.09 (Applications) 198 562.2 S 0 F 0.09 (135) 450 573.6 S 3 F 0.09 (T) 198 636 S 0.09 (ask) 203.09 636 S 0.09 (Page) 450 636 S 198 648 504 648 2 L V 0 Z N 198 631 504 631 2 L V 0.5 H N 198 557.2 504 557.2 2 L V 0.3 H N 54 173.6 192 230.48 C 54 173.6 192 230.48 R 7 X 0 K V 57.46 150.06 189.43 227.03 R V 9 9 Q 0 X -0.62 (\322Application Installation on a) 57.46 221.03 P -0.62 (Network Server\323 on page) 57.46 211.03 P -0.62 (122) 157.98 211.03 P -0.62 (discusses special considerations) 57.46 201.03 P -0.62 (for installing to network locations) 57.46 191.03 P -0.62 (in order to share an application.) 57.46 181.03 P 0 72 612 720 C 34 485.4 36 507.8 R 7 X 1 K V 34 403.4 36 456.6 R V 34 372.6 36 382.6 R V 34 317 36 327 R V 34 179 36 234.2 R V FMENDPAGE %%EndPage: "120" 143 %%Page: "119" 143 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (1) 544.74 108.7 S 0.09 (19) 548.83 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 545.14 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (Installing and Using) 198 531.81 P -2.5 (Micr) 198 509.81 P -2.5 (osoft W) 237.98 509.81 P -2.5 (indows Applications) 296.69 509.81 P 1 24 Q 4 K -3.12 (8) 525.15 509.14 S 34 503.14 36 523.14 R 7 X 1 K V 0 10 Q 0 X 0 K 0.52 0.1 (This chapter discusses using the W) 198 459.68 B 0.52 0.1 (abi pr) 357.53 459.68 B 0.52 0.1 (ogram to install and r) 384.36 459.68 B 0.52 0.1 (un Micr) 483.95 459.68 B 0.52 0.1 (osoft) 520.08 459.68 B 0.52 0.1 (W) 198 447.28 B 0.52 0.1 (indows application pr) 207.54 447.28 B 0.52 0.1 (ograms. Y) 308.02 447.28 B 0.52 0.1 (ou cannot install DOS-based applications) 353.2 447.28 B 0.52 0.1 (using the pr) 198 434.88 B 0.52 0.1 (ocedur) 253.42 434.88 B 0.52 0.1 (es described her) 284.6 434.88 B 0.52 0.1 (e. Chapter) 358.48 434.88 B 0.52 0.1 (9, \322Installing and Using DOS) 408.28 434.88 B 0.52 0.1 (Applications,\323 discusses DOS-based applications.) 198 422.48 B 0.14 0.1 (If you ar) 198 402.08 B 0.14 0.1 (e not familiar with the installation and use of softwar) 236.68 402.08 B 0.14 0.1 (e under the W) 477.89 402.08 B 0.14 0.1 (abi) 541.53 402.08 B 0.52 0.1 (pr) 198 389.68 B 0.52 0.1 (ogram and would like to learn mor) 207.98 389.68 B 0.52 0.1 (e about it, r) 369.31 389.68 B 0.52 0.1 (ead the next section, \322About) 422.15 389.68 B 0.52 0.1 (Application Installation.\323) 198 377.28 B 0.52 0.1 (If you want instr) 198 356.88 B 0.52 0.1 (uctions for speci\336c tasks r) 274.99 356.88 B 0.52 0.1 (elated to application installation or) 393.55 356.88 B 0.52 0.1 (use, skip the next section of this chapter and use the following table to locate) 198 344.48 B 0.52 0.1 (the instr) 198 332.08 B 0.52 0.1 (uctions you need.) 235.87 332.08 B 3 9 Q 0.09 (T) 198 304.74 S 0.09 (ask) 203.09 304.74 S 0.09 (Page) 450 304.74 S 1 F 0.47 0.09 (Installing a W) 198 287.74 B 0.47 0.09 (indows Application Fr) 252.44 287.74 B 0.47 0.09 (om Diskette) 336.65 287.74 B 0 F 0.09 (128) 450 287.74 S 1 F 0.47 0.09 (Installing a W) 198 270.74 B 0.47 0.09 (indows Application Fr) 252.44 270.74 B 0.47 0.09 (om CD-ROM) 336.65 270.74 B 0 F 0.09 (129) 450 270.74 S 1 F 0.47 0.09 (Running an Application Fr) 198 253.74 B 0.47 0.09 (om an Icon) 301.29 253.74 B 0 F 0.09 (131) 450 253.74 S 1 F 0.47 0.09 (Installing an Application on a Network Server) 198 236.74 B 0 F 0.09 (129) 450 236.74 S 1 F 0.47 0.09 (Installing an Application to a W) 198 219.74 B 0.47 0.09 (orkstation Fr) 320.77 219.74 B 0.47 0.09 (om a Network) 369.42 219.74 B 0.09 (Server) 198 208.34 S 0 F 0.09 (130) 450 219.74 S 1 F 0.47 0.09 (Running an Application Fr) 198 191.34 B 0.47 0.09 (om a Command in W) 301.29 191.34 B 0.47 0.09 (abi) 381.89 191.34 B 0 F 0.09 (131) 450 191.34 S 1 F 0.47 0.09 (Running an Application Fr) 198 174.34 B 0.47 0.09 (om a UNIX Command Line) 301.29 174.34 B 0 F 0.09 (131) 450 174.34 S 1 F 0.47 0.09 (Running an Application T) 198 157.34 B 0.47 0.09 (ranspar) 297.36 157.34 B 0.47 0.09 (ently) 325.79 157.34 B 0 F 0.09 (132) 450 157.34 S 198 316.74 504 316.74 2 L V 0.3 H 0 Z N 198 299.74 504 299.74 2 L V 0.5 H N 198 152.34 504 152.34 2 L V 0.3 H N 34 443.94 36 453.94 R 7 X 1 K V 34 419.14 36 429.14 R V 34 284.74 36 293.74 R V 34 188.34 36 197.34 R V FMENDPAGE %%EndPage: "119" 142 %%Page: "118" 142 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (1) 54 108.7 S 0.09 (18) 58.09 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (7) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 9 Q 0 X 0 K 0.47 0.09 (Can\325t connect) 198 604 B 0.34 0.09 (COM port to serial) 198 592.6 B 0.09 (device) 198 581.2 S 0.47 0.09 (Inadequate) 288 604 B 0.47 0.09 (permissions to) 288 592.6 B 0.47 0.09 (device \336le or) 288 581.2 B 0.09 (dir) 288 569.8 S 0.09 (ectory) 299.77 569.8 S 0.09 (.) 323.99 569.8 S 0.02 0.09 (Y) 378 604 B 0.02 0.09 (ou must have r) 383.26 604 B 0.02 0.09 (ead and write access) 444.24 604 B 0.47 0.09 (to your UNIX system\325s device \336les) 378 592.6 B 0.44 0.09 (and dir) 378 581.2 B 0.44 0.09 (ectories. Change permissions) 408.03 581.2 B 0.47 0.09 (in the operating system using the) 378 569.8 B 2 F 1.08 (chmod) 378 558.4 P 0 F 0.47 0.09 ( command.) 404.96 558.4 B 0.47 0.09 (No devices appear) 198 541.4 B 0.47 0.09 (in COM Port) 198 530 B 0.47 0.09 (Connections) 198 518.6 B 0.47 0.09 (device driver list) 198 507.2 B 0.47 0.09 (Invalid device) 288 541.4 B 0.47 0.09 (dir) 288 530 B 0.47 0.09 (ectories or \336le) 299.77 530 B 0.09 (patterns.) 288 518.6 S 0.47 0.09 (Locate the device \336les in your) 378 541.4 B 0.47 0.09 (operating system. Make sur) 378 530 B 0.47 0.09 (e the) 491.86 530 B 0.47 0.09 (COM device dir) 378 518.6 B 0.47 0.09 (ectories and COM) 443.91 518.6 B 0.14 0.09 (device \336le patterns that W) 378 507.2 B 0.14 0.09 (abi uses to) 484.42 507.2 B 0.47 0.09 (\336nd COM devices ar) 378 495.8 B 0.47 0.09 (e set corr) 463.34 495.8 B 0.47 0.09 (ectly) 500.85 495.8 B 0.47 0.09 (.) 519.14 495.8 B 0.47 0.09 (See page) 378 484.4 B 0.47 0.09 (1) 416.3 484.4 B 0.47 0.09 (1) 420.39 484.4 B 0.47 0.09 (1 for mor) 424.48 484.4 B 0.47 0.09 (e information.) 462.89 484.4 B 1 F 0.09 (T) 198 642 S 0.09 (able) 202.58 642 S 0.09 (7-) 219.43 642 S 0.09 (1) 227.09 642 S 0 F 0.47 0.09 (Port Pr) 241.2 642 B 0.47 0.09 (oblems and Solutions) 270.18 642 B 1 F 0.47 0.09 (\050Continued\051) 361.12 642 B 3 F 0.09 (Symptom) 198 621 S 0.47 0.09 (Probable Cause) 288 621 B 0.09 (Solution) 378 621 S 198 633 540 633 2 L V 0 Z N 198 616 540 616 2 L V 0.5 H N 198 479.4 540 479.4 2 L V 0.3 H N FMENDPAGE %%EndPage: "118" 141 %%Page: "117" 141 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Using W) 198 108.7 B -0.58 0.09 (abi Ports) 231.07 108.7 B 0 F 0.09 (1) 544.74 108.7 S 0.09 (17) 548.83 108.7 S 1 20 Q (7) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 3 10 Q 0 X 0 K 0.1 (4.) 197.5 641.33 S 0.52 0.1 (Choose the Advanced button.) 210.6 641.33 B 0 F 0.52 0.1 (The Advanced COM Port Options dialog box opens.) 210.6 628.93 B 3 F 0.1 (5.) 197.5 608.53 S 0.52 0.1 (Choose the Defaults button.) 210.6 608.53 B 0 F 0.52 0.1 (Default device dir) 210.6 596.13 B 0.52 0.1 (ectory and \336le pattern settings ar) 292.93 596.13 B 0.52 0.1 (e r) 444.43 596.13 B 0.52 0.1 (estor) 456.3 596.13 B 0.52 0.1 (ed.) 478.31 596.13 B 3 F 0.1 (6.) 197.5 575.73 S 0.52 0.1 (Choose OK.) 210.6 575.73 B 0 F 0.52 0.1 (Y) 210.6 563.33 B 0.52 0.1 (our change is saved.) 216.45 563.33 B 1 15 Q -0.94 (Refer) 54 529.6 P -0.94 (ence Material for T) 85.41 529.6 P -0.94 (asks Related to Ports) 196.61 529.6 P 0 10 Q -0.06 0.1 (This section pr) 198 507.93 B -0.06 0.1 (ovides r) 264.15 507.93 B -0.06 0.1 (efer) 300.3 507.93 B -0.06 0.1 (ence material for various tasks r) 317.37 507.93 B -0.06 0.1 (elated to con\336guring) 461.35 507.93 B 0.52 0.1 (and using W) 198 495.53 B 0.52 0.1 (abi ports.) 255.68 495.53 B 1 14 Q -0.88 (T) 126 462.47 P -0.88 (r) 133 462.47 P -0.88 (oubleshooting Pr) 138.19 462.47 P -0.88 (oblems W) 232.54 462.47 P -0.88 (ith Ports) 286.45 462.47 P 0 10 Q -0.05 0.1 (Y) 198 441.13 B -0.05 0.1 (ou may encounter pr) 203.85 441.13 B -0.05 0.1 (oblems when attempting to use a port. T) 298.05 441.13 B -0.05 0.1 (able) 479.37 441.13 B -0.05 0.1 (7-) 500.59 441.13 B -0.05 0.1 (1 suggests) 509.11 441.13 B 0.52 0.1 (solutions to pr) 198 428.73 B 0.52 0.1 (oblems you might experience when working with ports.) 264.33 428.73 B 1 9 Q 0.09 (T) 198 407.4 S 0.09 (able) 202.58 407.4 S 0.09 (7-) 219.43 407.4 S 0.09 (1) 227.09 407.4 S 0 F 0.47 0.09 (Port Pr) 241.2 407.4 B 0.47 0.09 (oblems and Solutions) 270.18 407.4 B 3 F 0.09 (Symptom) 198 386.4 S 0.47 0.09 (Probable Cause) 288 386.4 B 0.09 (Solution) 378 386.4 S 0 F 0.47 0.09 (Can\325t assign) 198 369.4 B 0.16 0.09 (COM1, device busy) 198 358 B 0.37 0.09 (Serial port is being) 288 369.4 B 0.47 0.09 (used by another) 288 358 B 0.47 0.09 (device, such as a) 288 346.6 B 0.26 0.09 (mouse or terminal,) 288 335.2 B 0.47 0.09 (or by a UNIX TIP) 288 323.8 B 0.09 (connection.) 288 312.4 S 0.47 0.09 (T) 378 369.4 B 0.47 0.09 (ry using a dif) 382.79 369.4 B 0.47 0.09 (fer) 438.24 369.4 B 0.47 0.09 (ent COM port, if) 449.2 369.4 B 0.47 0.09 (you have one that is not in use.) 378 358 B 0.47 0.09 (Can\325t access COM2) 198 295.4 B 0.47 0.09 (Serial port not) 288 295.4 B 0.47 0.09 (con\336gur) 288 284 B 0.47 0.09 (ed at) 322 284 B 0.47 0.09 (operating system) 288 272.6 B 0.09 (level.) 288 261.2 S 0.47 0.09 (See your operating system) 378 295.4 B 0.47 0.09 (documentation for information) 378 284 B 0.47 0.09 (about con\336guring serial ports.) 378 272.6 B 0.47 0.09 (Settings ar) 198 244.2 B 0.47 0.09 (e) 241.12 244.2 B 0.47 0.09 (disabled \050appear) 198 232.8 B 0.47 0.09 (dimmed\051 in Port) 198 221.4 B 0.47 0.09 (Settings dialog) 198 210 B 0.47 0.09 (LPT port selected) 288 244.2 B 0.47 0.09 (in Port list.) 288 232.8 B 0.47 0.09 (W) 378 244.2 B 0.47 0.09 (abi LPT ports connect to printers) 386.25 244.2 B 0.47 0.09 (contr) 378 232.8 B 0.47 0.09 (olled by UNIX only) 398.9 232.8 B 0.47 0.09 (. The serial) 478.8 232.8 B 0.47 0.09 (port settings \050baud rate, etc.\051 do not) 378 221.4 B 0.34 0.09 (apply to LPT ports. If you ar) 378 210 B 0.34 0.09 (e trying) 495.39 210 B 0.47 0.09 (to set up a serial printer dir) 378 198.6 B 0.47 0.09 (ectly) 491.65 198.6 B 0.47 0.09 (connected to your system, select a) 378 187.2 B 0.47 0.09 (COM port.) 378 175.8 B 198 398.4 540 398.4 2 L V 0 Z N 198 381.4 540 381.4 2 L V 0.5 H N 198 170.8 540 170.8 2 L V 0.3 H N FMENDPAGE %%EndPage: "117" 140 %%Page: "116" 140 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (1) 54 108.7 S 0.09 (16) 58.09 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (7) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Entering an Alter) 126 640 B 0.73 0.3 (nate COM Device File Patter) 227.85 640 B 0.73 0.3 (n) 402.52 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 619.33 B 0.52 0.1 (.) 348.51 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the Ports icon.) 210.6 598.93 B 0 F 0.52 0.1 (Alternately) 210.6 586.53 B 0.52 0.1 (, choose Ports fr) 260.59 586.53 B 0.52 0.1 (om the Options menu or pr) 334.07 586.53 B 0.52 0.1 (ess Alt, s, p.) 459.98 586.53 B 0.52 0.1 (The Port Settings dialog box opens.) 210.6 566.13 B 3 F 0.1 (3.) 197.5 545.73 S 0.52 0.1 (Choose the Connect button.) 210.6 545.73 B 0 F 0.52 0.1 (The COM Port Connections dialog box opens.) 210.6 533.33 B 3 F 0.1 (4.) 197.5 512.93 S 0.52 0.1 (Choose the Advanced button.) 210.6 512.93 B 0 F 0.52 0.1 (The Advanced COM Port Options dialog box opens.) 210.6 500.53 B 3 F 0.1 (5.) 197.5 480.13 S 0.52 0.1 (Select the COM Device File Patterns edit box and type one or more \336le) 210.6 480.13 B 0.52 0.1 (patterns \050naming conventions\051.) 210.6 467.73 B 0 F 0.52 0.1 (Separate multiple patterns with commas; do not include space characters.) 210.6 455.33 B 3 F 0.1 (6.) 197.5 434.93 S 0.52 0.1 (Choose OK to save your entry) 210.6 434.93 B 0.52 0.1 (.) 351.4 434.93 B 0 F 0.52 0.1 (Alternately) 210.6 422.53 B 0.52 0.1 (, choose Cancel to exit the dialog box without changing settings.) 260.59 422.53 B 0.15 0.1 (When you choose OK, the W) 210.6 402.13 B 0.15 0.1 (abi pr) 340.53 402.13 B 0.15 0.1 (ogram validates your entry) 366.98 402.13 B 0.15 0.1 (. If the entry is) 489.4 402.13 B -0.01 0.1 (valid, the W) 210.6 389.73 B -0.01 0.1 (abi pr) 264.78 389.73 B -0.01 0.1 (ogram sear) 291.08 389.73 B -0.01 0.1 (ches for serial device \336les using the \336le-naming) 341.14 389.73 B 0.52 0.1 (patterns you enter) 210.6 377.33 B 0.52 0.1 (ed.) 294.2 377.33 B 0.52 0.1 (An err) 210.6 356.93 B 0.52 0.1 (or message is displayed if your entry contains an invalid device \336le) 240.31 356.93 B 0.52 0.1 (pattern. Follow the instr) 210.6 344.53 B 0.52 0.1 (uctions in the err) 321.3 344.53 B 0.52 0.1 (or message to clear the err) 399.39 344.53 B 0.52 0.1 (or) 520.17 344.53 B 0.47 0.1 (condition and then enter a valid COM device \336le pattern. If you need mor) 210.6 332.13 B 0.47 0.1 (e) 549.95 332.13 B 0.52 0.1 (help clearing the err) 210.6 319.73 B 0.52 0.1 (or condition, choose the Help button in the err) 303 319.73 B 0.52 0.1 (or) 516.42 319.73 B 0.52 0.1 (message dialog box.) 210.6 307.33 B 5 12 Q 0.69 0.12 (t) 104.4 273.6 B 6 F 0.73 0.3 (Restoring Advanced COM Port Options Defaults) 126 273.6 B 3 10 Q 0.1 (1.) 197.5 252.93 S 0.52 0.1 (Open Con\336guration Manager) 210.6 252.93 B 0.52 0.1 (.) 348.51 252.93 B 0.1 (2.) 197.5 232.53 S 0.52 0.1 (Open the Ports icon.) 210.6 232.53 B 0 F 0.52 0.1 (Alternately) 210.6 220.13 B 0.52 0.1 (, choose Ports fr) 260.59 220.13 B 0.52 0.1 (om the Options menu or pr) 334.07 220.13 B 0.52 0.1 (ess Alt, s, p.) 459.98 220.13 B 0.52 0.1 (The Port Settings dialog box opens.) 210.6 199.73 B 3 F 0.1 (3.) 197.5 179.33 S 0.52 0.1 (Choose the Connect button.) 210.6 179.33 B 0 F 0.52 0.1 (The COM Port Connections dialog box opens.) 210.6 166.93 B 53.23 438.48 194.73 488.2 C 53.23 438.48 194.73 488.2 R 7 X 0 K V 56.69 407.78 188.66 484.75 R V 9 9 Q 0 X -0.62 ( \322Advanced COM Port Options\323) 56.69 478.75 P -0.62 (on page) 56.69 468.75 P -0.62 (1) 91.04 468.75 P -0.62 (1) 95.37 468.75 P -0.62 (1 provides details on) 99.71 468.75 P -0.62 (using alternate COM device \336le) 56.69 458.75 P -0.62 (patterns.) 56.69 448.75 P 0 72 612 720 C FMENDPAGE %%EndPage: "116" 139 %%Page: "115" 139 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Using W) 198 108.7 B -0.58 0.09 (abi Ports) 231.07 108.7 B 0 F 0.09 (1) 544.74 108.7 S 0.09 (15) 548.83 108.7 S 1 20 Q (7) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 3 10 Q 0 X 0 K 0.1 (3.) 197.5 641.33 S 0.52 0.1 (Choose the Defaults button.) 210.6 641.33 B 0 F 0.52 0.1 (The default connection is r) 210.6 628.93 B 0.52 0.1 (estor) 332.62 628.93 B 0.52 0.1 (ed for the port. The default connection is to) 354.63 628.93 B 0.52 0.1 (the operating system default printer) 210.6 616.53 B 0.52 0.1 (.) 375.12 616.53 B 3 F 0.1 (4.) 197.5 596.13 S 0.52 0.1 (Choose OK to save your change.) 210.6 596.13 B 0 F 0.52 0.1 (Alternately) 210.6 583.73 B 0.52 0.1 (, choose Cancel to exit the dialog box without changing settings.) 260.59 583.73 B 5 12 Q 0.69 0.12 (t) 104.4 550 B 6 F 0.73 0.3 (Entering an Alter) 126 550 B 0.73 0.3 (nate COM Device Dir) 227.85 550 B 0.73 0.3 (ectory) 358.46 550 B 3 10 Q 0.1 (1.) 197.5 529.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 529.33 B 0.52 0.1 (.) 348.51 529.33 B 0.1 (2.) 197.5 508.93 S 0.52 0.1 (Open the Ports icon.) 210.6 508.93 B 0 F 0.52 0.1 (Alternately) 210.6 496.53 B 0.52 0.1 (, select Ports fr) 260.59 496.53 B 0.52 0.1 (om the Options menu or pr) 328.3 496.53 B 0.52 0.1 (ess Alt, s, p.) 454.21 496.53 B 0.52 0.1 (The Port Settings dialog box opens.) 210.6 476.13 B 3 F 0.1 (3.) 197.5 455.73 S 0.52 0.1 (Choose the Connect button.) 210.6 455.73 B 0 F 0.52 0.1 (The COM Port Connections dialog box opens.) 210.6 443.33 B 3 F 0.1 (4.) 197.5 422.93 S 0.52 0.1 (Choose the Advanced button.) 210.6 422.93 B 0 F 0.52 0.1 (The Advanced COM Port Options dialog box opens.) 210.6 410.53 B 3 F 0.1 (5.) 197.5 390.13 S 0.52 0.1 (Select the COM Device Directories edit box and type the directory or) 210.6 390.13 B 0.52 0.1 (directories in which COM devices are located.) 210.6 377.73 B 0 F 0.52 0.1 (Separate multiple entries with commas; do not include spaces.) 210.6 365.33 B 3 F 0.1 (6.) 197.5 344.93 S 0.52 0.1 (Choose OK to save your entry) 210.6 344.93 B 0.52 0.1 (.) 351.4 344.93 B 0 F 0.52 0.1 (Alternately) 210.6 332.53 B 0.52 0.1 (, choose Cancel to exit the dialog box without changing settings.) 260.59 332.53 B 0.15 0.1 (When you choose OK, the W) 210.6 312.13 B 0.15 0.1 (abi pr) 340.53 312.13 B 0.15 0.1 (ogram validates your entry) 366.98 312.13 B 0.15 0.1 (. If the entry is) 489.4 312.13 B 0.38 0.1 (corr) 210.6 299.73 B 0.38 0.1 (ect and all dir) 228.61 299.73 B 0.38 0.1 (ectories ar) 291.75 299.73 B 0.38 0.1 (e valid, these dir) 338.31 299.73 B 0.38 0.1 (ectories ar) 414.27 299.73 B 0.38 0.1 (e sear) 460.84 299.73 B 0.38 0.1 (ched each time) 486.9 299.73 B 0.52 0.1 (you assign a device to a COM Port.) 210.6 287.33 B 0.52 0.1 (An err) 210.6 266.93 B 0.52 0.1 (or message is displayed if you enter an invalid dir) 240.31 266.93 B 0.52 0.1 (ectory) 470.94 266.93 B 0.52 0.1 (. Follow the) 497.87 266.93 B 0.52 0.1 (dir) 210.6 254.53 B 0.52 0.1 (ections in the err) 223.68 254.53 B 0.52 0.1 (or message to clear the err) 300.53 254.53 B 0.52 0.1 (or condition, then enter a) 421.31 254.53 B 0.31 0.1 (valid COM device driver dir) 210.6 242.13 B 0.31 0.1 (ectory) 340.29 242.13 B 0.31 0.1 (. If you need mor) 367.23 242.13 B 0.31 0.1 (e help clearing the err) 445.93 242.13 B 0.31 0.1 (or) 545.49 242.13 B 0.52 0.1 (condition, choose the Help button in the err) 210.6 229.73 B 0.52 0.1 (or message dialog box.) 411.3 229.73 B 51.35 424.63 189 478.51 C 51.35 424.63 189 478.51 R 7 X 0 K V 55.57 398.09 182.93 475.05 R V 9 9 Q 0 X -0.62 (For information about using an) 55.57 469.05 P -0.62 (alternate COM devices path,) 55.57 459.05 P -0.62 (read \322Advanced COM Port) 55.57 449.05 P -0.62 (Options\323 on page) 55.57 439.05 P -0.62 (1) 125.76 439.05 P -0.62 (1) 130.1 439.05 P -0.62 (1.) 134.43 439.05 P 0 72 612 720 C FMENDPAGE %%EndPage: "115" 138 %%Page: "114" 138 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (1) 54 108.7 S 0.09 (14) 58.09 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (7) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 3 10 Q 0 X 0 K 0.1 (3.) 197.5 641.33 S 0.52 0.1 (Choose OK to save your choices.) 210.6 641.33 B 0 F 0.52 0.1 (The settings you\325ve speci\336ed apply to the selected port.) 210.6 628.93 B 0.52 0.1 (Alternately) 210.6 608.53 B 0.52 0.1 (, choose Cancel to exit the dialog box without changing settings.) 260.59 608.53 B 5 12 Q 0.69 0.12 (t) 104.4 574.8 B 6 F 0.73 0.3 (Resetting COM Port Settings to Defaults) 126 574.8 B 3 10 Q 0.1 (1.) 197.5 554.13 S 0.52 0.1 (Select a COM port.) 210.6 554.13 B 0 F 0.37 0.1 (The settings in the dialog box r) 210.6 541.73 B 0.37 0.1 (e\337ect the curr) 352.21 541.73 B 0.37 0.1 (ent values for the selected port.) 414.73 541.73 B 3 F 0.1 (2.) 197.5 521.33 S 0.52 0.1 (Choose the Defaults button.) 210.6 521.33 B 0 F 0.52 0.1 (The default settings ar) 210.6 508.93 B 0.52 0.1 (e r) 312.92 508.93 B 0.52 0.1 (estor) 324.8 508.93 B 0.52 0.1 (ed for the port.) 346.8 508.93 B 3 F 0.1 (3.) 197.5 488.53 S 0.52 0.1 (Choose OK.) 210.6 488.53 B 0 F 0.52 0.1 (Y) 210.6 476.13 B 0.52 0.1 (our changes ar) 216.45 476.13 B 0.52 0.1 (e saved.) 283.73 476.13 B 5 12 Q 0.69 0.12 (t) 104.4 442.4 B 6 F 0.73 0.3 (Connecting a COM Port to a Serial Device Name) 126 442.4 B 3 10 Q 0.1 (1.) 197.5 421.73 S 0.52 0.1 (Select a COM port.) 210.6 421.73 B 0 F 0.37 0.1 (The settings in the dialog box r) 210.6 409.33 B 0.37 0.1 (e\337ect the curr) 352.21 409.33 B 0.37 0.1 (ent values for the selected port.) 414.73 409.33 B 3 F 0.1 (2.) 197.5 388.93 S 0.52 0.1 (Choose the Connect button.) 210.6 388.93 B 0 F 0.52 0.1 (The COM Port Connections dialog box opens.) 210.6 376.53 B 3 F 0.1 (3.) 197.5 356.13 S 0.52 0.1 (Open the drop-down list.) 210.6 356.13 B 0 F 0.52 0.1 (A list of available serial devices for the selected port appears.) 210.6 343.73 B 3 F 0.1 (4.) 197.5 323.33 S 0.52 0.1 (Select a device name.) 210.6 323.33 B 0.1 (5.) 197.5 302.93 S 0.52 0.1 (Choose OK to save your change.) 210.6 302.93 B 0 F 0.52 0.1 (The selected device is connected to the port.) 210.6 290.53 B 0.52 0.1 (Alternately) 210.6 270.13 B 0.52 0.1 (, choose Cancel to exit the dialog box without changing settings.) 260.59 270.13 B 5 12 Q 0.69 0.12 (t) 104.4 236.4 B 6 F 0.73 0.3 (Resetting a COM Port Connection to the Default) 126 236.4 B 3 10 Q 0.1 (1.) 197.5 215.73 S 0.52 0.1 (Select a COM port.) 210.6 215.73 B 0 F 0.37 0.1 (The settings in the dialog box r) 210.6 203.33 B 0.37 0.1 (e\337ect the curr) 352.21 203.33 B 0.37 0.1 (ent values for the selected port.) 414.73 203.33 B 3 F 0.1 (2.) 197.5 182.93 S 0.52 0.1 (Choose the Connect button.) 210.6 182.93 B 0 F 0.52 0.1 (The COM Port Connections dialog box opens.) 210.6 170.53 B 54 343.3 189 397.3 C 54 343.3 189 397.3 R 7 X 0 K V 57.46 316.88 189.43 393.84 R V 9 9 Q 0 X -0.62 (For information about COM port) 57.46 387.84 P -0.62 (connections to serial devices,) 57.46 377.84 P -0.62 (read \322COM Port Connections\323 on) 57.46 367.84 P -0.62 (page) 57.46 357.84 P -0.62 (1) 79.94 357.84 P -0.62 (10.) 84.27 357.84 P 0 72 612 720 C FMENDPAGE %%EndPage: "114" 137 %%Page: "113" 137 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Using W) 198 108.7 B -0.58 0.09 (abi Ports) 231.07 108.7 B 0 F 0.09 (1) 544.74 108.7 S 0.09 (13) 548.83 108.7 S 1 20 Q (7) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (LPT Ports and Printing) 126 638.67 P 0 10 Q 0.01 0.1 (The Port dr) 198 617.33 B 0.01 0.1 (op-down list in the Port Settings dialog box pr) 249.43 617.33 B 0.01 0.1 (ovides access to W) 458.25 617.33 B 0.01 0.1 (abi) 541.66 617.33 B 0.3 0.1 (LPT ports. Y) 198 604.93 B 0.3 0.1 (ou use an LPT port to connect to a printer thr) 254.22 604.93 B 0.3 0.1 (ough your operating) 461.03 604.93 B 0.52 0.1 (system. This is the r) 198 592.53 B 0.52 0.1 (ecommended way to print.) 289.44 592.53 B 0.17 0.1 (While you can choose an LPT port for printing fr) 198 572.13 B 0.17 0.1 (om the Port Settings\325 Port list,) 419.5 572.13 B 0.52 0.1 (it is usually easier to manage printing operations fr) 198 559.73 B 0.52 0.1 (om the Printer Settings) 432.97 559.73 B 0.52 0.1 (dialog box. This dialog box, and many other issues r) 198 547.33 B 0.52 0.1 (elated to printing, ar) 438.19 547.33 B 0.52 0.1 (e) 532.49 547.33 B 0.52 0.1 (discussed in detail in Chapter) 198 534.93 B 0.52 0.1 (4, \322Printing.\323) 337.07 534.93 B 1 15 Q -0.94 (Instructions for T) 54 501.2 P -0.94 (asks Related to Ports) 158.23 501.2 P 0 10 Q 0.52 0.1 (This section pr) 198 479.53 B 0.52 0.1 (ovides detailed, step-by-step instr) 265.3 479.53 B 0.52 0.1 (uctions for performing a) 419.77 479.53 B 0.52 0.1 (variety of tasks r) 198 467.13 B 0.52 0.1 (elated to ports.) 274.8 467.13 B 5 12 Q 0.69 0.12 (t) 104.4 433.4 B 6 F 0.73 0.3 (Selecting a Port) 126 433.4 B 3 10 Q 0.1 (1.) 197.5 412.73 S 0.52 0.1 (Open Con\336guration Manager) 210.6 412.73 B 0.52 0.1 (.) 348.51 412.73 B 0.1 (2.) 197.5 392.33 S 0.52 0.1 (Open the Ports icon.) 210.6 392.33 B 0 F 0.52 0.1 (Alternately) 210.6 379.93 B 0.52 0.1 (, choose Ports fr) 260.59 379.93 B 0.52 0.1 (om the Options menu or pr) 334.07 379.93 B 0.52 0.1 (ess Alt, s, p.) 459.98 379.93 B 0.52 0.1 (The Port Settings dialog box opens.) 210.6 359.53 B 3 F 0.1 (3.) 197.5 339.13 S 0.52 0.1 (Open the Port drop-down list and select a port.) 210.6 339.13 B 0 F 0.52 0.1 (If you select a COM port, the settings in the Port Settings dialog box apply) 210.6 326.73 B 0.52 0.1 (to the selected COM port.) 210.6 314.33 B 0.52 0.1 (If you select an LPT Port, the settings ar) 210.6 293.93 B 0.52 0.1 (e disabled \050dimmed\051 since they do) 394.07 293.93 B 0.52 0.1 (not apply to LPT ports. Only the Connect button is functional.) 210.6 281.53 B 5 12 Q 0.69 0.12 (t) 104.4 247.8 B 6 F 0.73 0.3 (Changing COM Port Settings) 126 247.8 B 3 10 Q 0.1 (1.) 197.5 227.13 S 0.52 0.1 (Select a COM port.) 210.6 227.13 B 0.1 (2.) 197.5 206.73 S 0.26 0.1 (Open the drop-down list of each setting you want to change and select an) 210.6 206.73 B 0.52 0.1 (item from the list.) 210.6 194.33 B 53.19 167.42 188.19 210.12 C 53.19 167.42 188.19 210.12 R 7 X 0 K V 56.65 129.7 188.62 206.67 R V 9 9 Q 0 X -0.62 (For an overview and description) 56.65 200.67 P -0.62 (of COM Port settings, read \322COM) 56.65 190.67 P -0.62 (Port Settings\323 on page) 56.65 180.67 P -0.62 (109.) 146.7 180.67 P 0 72 612 720 C FMENDPAGE %%EndPage: "113" 136 %%Page: "112" 136 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (1) 54 108.7 S 0.09 (12) 58.09 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (7) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 9 Q 0 X 0 K 0.09 (Figur) 198 521.76 S 0.09 (e) 218.77 521.76 S 0.09 (7-) 224.69 521.76 S 0.09 (3) 232.36 521.76 S 0 F 0.47 0.09 (Advanced COM Port Options Dialog Box) 248.4 521.76 B 0 10 Q 0.52 0.1 (Y) 198 497.1 B 0.52 0.1 (ou enter two pieces of information in this dialog box:) 203.85 497.1 B 7 14 Q 0.14 (\245) 198 478.7 S 1 10 Q 0.15 0.1 (COM Device Dir) 210.6 478.7 B 0.15 0.1 (ectories \320) 282.83 478.7 B 0 F 0.15 0.1 ( This is the list of dir) 321.64 478.7 B 0.15 0.1 (ectories in the native operating) 414.9 478.7 B 0.52 0.1 (system that the W) 210.6 466.3 B 0.52 0.1 (abi pr) 292.52 466.3 B 0.52 0.1 (ogram sear) 319.35 466.3 B 0.52 0.1 (ches for serial device drivers. Y) 369.94 466.3 B 0.52 0.1 (ou can) 512.63 466.3 B 0.52 0.1 (include mor) 210.6 453.9 B 0.52 0.1 (e than one dir) 265.76 453.9 B 0.52 0.1 (ectory in the list, pr) 329.73 453.9 B 0.52 0.1 (ovided you use commas to) 419.62 453.9 B 0.52 0.1 (separate dir) 210.6 441.5 B 0.52 0.1 (ectory names. Do not include spaces.) 264.62 441.5 B 7 14 Q 0.14 (\245) 198 423.1 S 1 10 Q 0.52 0.1 (COM Device File Patterns) 210.6 423.1 B 0 F 0.52 0.1 ( \320 This is the serial device driver \336le-naming) 322.75 423.1 B -0.03 0.1 (pattern used. Y) 210.6 410.7 B -0.03 0.1 (ou can include mor) 278.51 410.7 B -0.03 0.1 (e than one \336le pattern in the list, pr) 365.48 410.7 B -0.03 0.1 (ovided) 523.72 410.7 B 0.52 0.1 (you use commas to separate the patterns. Do not include spaces.) 210.6 398.3 B 0.52 0.1 (W) 210.6 377.9 B 0.52 0.1 (ildcar) 220.15 377.9 B 0.52 0.1 (d characters ar) 245.87 377.9 B 0.52 0.1 (e allowed in \336le pattern entries. An asterisk \050*\051 can) 313.14 377.9 B 0.52 0.1 (r) 210.6 365.5 B 0.52 0.1 (eplace a gr) 214.47 365.5 B 0.52 0.1 (oup of characters, and a question mark \050?\051 can r) 263.85 365.5 B 0.52 0.1 (eplace a single) 482.9 365.5 B 0.52 0.1 (character) 210.6 353.1 B 0.52 0.1 (. Y) 251.39 353.1 B 0.52 0.1 (ou can indicate a range of possible values for a single character) 262.95 353.1 B 0.52 0.1 (by using brackets. For example, you can use [0\3209] to match a value fr) 210.6 340.7 B 0.52 0.1 (om 0) 528.04 340.7 B 0.52 0.1 (thr) 210.6 328.3 B 0.52 0.1 (ough 9, or [b\320g] to match a value fr) 223.74 328.3 B 0.52 0.1 (om b thr) 386.49 328.3 B 0.52 0.1 (ough g. If you enter the) 425.98 328.3 B 0.37 0.1 (pattern tty[a\320z]*, the W) 210.6 315.9 B 0.37 0.1 (abi pr) 316.73 315.9 B 0.37 0.1 (ogram \336nds \336le names such as) 343.41 315.9 B 2 F 0.86 (ttya) 486.69 315.9 P 0 F 0.37 0.1 (,) 510.68 315.9 B 2 F 0.86 (ttyb20) 516.25 315.9 P 0 F 0.37 0.1 (,) 552.23 315.9 B 0.52 0.1 (or) 210.6 303.5 B 2 F 1.2 (ttyzxt23) 223.32 303.5 P 0 F 0.52 0.1 (, if they exist in the device dir) 271.3 303.5 B 0.52 0.1 (ectories.) 408.27 303.5 B 1 14 Q -0.88 (COM Ports and Printing) 126 270.43 P 0 10 Q -0.01 0.1 (The W) 198 249.1 B -0.01 0.1 (abi pr) 226.79 249.1 B -0.01 0.1 (ogram allows you to print to a COM port as well as to an LPT port.) 253.08 249.1 B 0.52 0.1 (When you print to a COM port, you bypass your native operating system\325s) 198 236.7 B 0.52 0.1 (print facility) 198 224.3 B 0.52 0.1 (. This allows you to access a printer dir) 253.55 224.3 B 0.52 0.1 (ectly) 433.57 224.3 B 0.52 0.1 (, rather than thr) 453.91 224.3 B 0.52 0.1 (ough) 526.65 224.3 B -0.11 0.1 (the operating system\325s print spooler) 198 211.9 B -0.11 0.1 (. Y) 359.66 211.9 B -0.11 0.1 (our printer must be physically connected) 370.59 211.9 B 0.07 0.1 (to your workstation\325s serial communications port. In general, it\325s best to use an) 198 199.5 B 0.52 0.1 (LPT port for printing.) 198 187.1 B 54 144 558 648 C 198 536.16 558 638 C 0 X 0 K %%BeginBinary: 3082 474 194 227.52 93.12 0 199.56 535.33 BEGINBITMAPBWc "j FCO+ 7"Z" 3FO)E07"8"j" 2FFCO&20 9" F99" C58# FE3D8#C$<)9#8" F17D1C00303003E03E0E0E03F801F0608"J$9"8& CF807F07FFC3003F8000C8"D"?%8"9#8" DF3E0E38E38E0E071C009"C5 79<3603F618F8DE0F0783F00C18C18F1E03061E1B78060C6E1E61E1BC3E9"C/9, 457707F619FCFF1F8FC7F01C01C1CF3F1F780E0E7F1E63F1FE7F8#C5 DE3D<630E73318CE339D86E70180180CD16030E739C300C06738C6739C6638#C+:&9' D17DE38C33301CC3301FEC30B603FC6198618C661986788"D"9";$9"9#;" CFC1FC1C01C1F80E0E3E8"D&8+9#;" DFFF8C31E1CC180C300C18C18CA60300060C07F18"8) 01FFCE71E18CC339DCEE700E38E38CE673071C738C673986639"C/9, 7980C7F0C1FCC31F8FC7F007F07F0C3F183803F87F0E63F1867F9"D/8, 47C3B0C0EEC30F0783B003E03E0C461E181801F06E0661E1863E8#Bj"` DE3F7608# D1FF8" CF8" FFJ" G00 7% 200000007"Z" 3FO)E0 J"j" =F083FJ"Z" =F78BF J"b" =F603<'8"8$:" F83E0F3F3F01F3F80F3FF3<$8"8"8$8$ F39CE73CFFF9E7FFCFFFFF<(;"A#8" E7C9F31E3F3E7FF3303060=":&8* F9706793838330C1E0860E1383C39F?"8&8* 0C6727933939319CCE4CE6333999FFC$9)9) 33333F339CCFCCE673399F63F1F30CC7CCC7C3?"8"9"9":#9) 2160018001C366731B0CCC6CCC63=":&9":#:( C967F8733F3F9F3FF9331998CC0CC7E3<28#9) F39CE7333F3CE738733939F9E7339CCE4C3999C633F9998C0CCC63<$82:# F83E0F01F07CF38383F80F33C1E0E60E7383C39F00F1* E07FF783F1F06307C7C7F3I#?) FFFF8000000300000003 J#8" =F60000J"S =F7 J"j" =F083FJZ =: J"j" =F083FJ"Z" =F78BF J"8" >0F87J"8" >3FE7;'8"8& E0F83CFCFC07CFE0133FFF80;$8"8"8#8%<$ CE739CF3FFE7FF9E7FF33F3C1FE0;'?#>$ 9F27CC78FCF99F3F39CFFC<":28$ E7C19E4E0E0FE7F3383F9F3060183841E1CF3C0839>"828$ 309C9E4CE4E7E033339F9E67333398C4CCFF39CFF3B'8#8$ CCCCFCE7E7F380F099CCCF>"8"9"8*;" 848007301F9FE7333019CCE1E7<":#8"8#9%9$ 279FE1FF33FF33F9CCFC3C07E0;(8#9":$9$ CE739CCCFCF39CE4E79F99CCCC3FFFFF;$8'8+ E0F83C07C1F3CE0E0F383F9FF0199839CCE1CF;Z8"8" 70F87F#B"8" C00FFFFFF# FFFF J"j" =F083FJZ =: :"e$e$e$e" E01FFFC03FFFC03FFF807F:"@$U$U$U" C00FFFBF9FFFBF9FFF7F3F:"U"B"B"A" CF8F1F1FFEE" 0F ?#?":"<'=% 079C83E7C07FFE7FFFE7FE7CFFE7>$?"A( FE739939CF3FFCFFFFE67F>$>#B" FCF993FE7C9F@"?&>'>$ 877FC1C1E0E09C1860E66430E0E607@"@&=(<% 8F9CC4CE4E6799CCCE6666667F00CE6633@"@%@"8#<"8" 87C0CCCFCEE067FF7C73@"@"8">$8">" 939CC0980CCE70C0@"?"9#=#9#=# 997CCFE799FC7E7FCFE6>$>#8$='>$ FE739CFF39CE4E6739CCCE646666CE6633>%>'<)=& FF079E7F83C04CE0E0E7C07C1CE0306730FFE0E607333F?$>Q, 483C3B87877BB85AF7C3F8B87DEE1C3F770AEEE1FB81F0EE165BBF7C2B970FF9Z>"T 4BF 8"J" FF0000 7& 84000000007"Z" 87MF8 Jh" @0FJ"X" ?FEE7F"g"E" F83FC7F"T$ FBF7FFFFF"t$ FAAA37FFFEA#9"d" F80FFBB7A'?" F9E7FFF9FFFA37B"9"?" F3FBB7C*:"@$ 07009FFA0F83E1818637FE0F39B+:$>$ E67319FFFB18C631819EB7E03EFCE733A,:"@$ F80E7339FFFA306C19C38637F9F327A#9$="B" F9FEFB300CB70FF"9";$@" FAE73600021FF"?$@" FBB7C01E0FB&9";$@" FF073C9FFABD37F07E27AP$=$@" FB306CB7FDFE33A#9&;#?$ F001FA18C6319937FFFCE739A#9%<$>$ FFFFFB0F83E1B60000FE0F3CF"`:$>$ FA37FFFEFFFFFFGt AAGd$ 340000F"T";"g" FBF08007F"e;" F800FZC" 00FJY @ Jh" @0FJ"X" ?FEE7J" MC7 F"g" F83FF"T$ FBF7FFFFJ" "8" 3FC8C1F600029CC0>#:"8#=$="9# 646639E0C4F7C01E7CCFE7<.>#<#8$ 01E030703F3F3019839FFBFCCCF07EFF39CE4E67Q FE003FCCFF;$?%;$<$ FFFFFFE1E1E1E1F60000FC007FG%;$<$ FFFFFFFFF7FFFEFFFFFFJ"g" @8007J$9" :F4000000J":"C" :F0FF0FF"e;Y F8FY F"g" F83FF"T$ FBF7FFFFJ" " 9F>$8& 9C186090C39FFBE1>+?# 99CCCE7E039999FFFBCCE03E>( 9C0CE07E79999F>$9" 99CCCEC3D"8">$9h" F9E1F600020F>";"8">$8"X" 3999CCF7C01EFEE7=*A#F" C07C06603E039CC39FF07EC7=TA# FDFE>#G" F003FF>#=">$ FFFFE1F60000G">$ FFF7FFFE J$<' :F40000C07FFE7FFFE7J">( :F0CF3FFCFFFFE67FF"e?" F89FFY<' 9C1860E66430J( D99CCCE6666667FJ"8# FE067FFJ$8" D980CCE70J#9# D99FC7E7FJ' D39CCCE646666J) CC07C1CE0306730FFJR CJ# C8007F"g";# F83FFFFFF"T$9"g" FBF7FFFF8007J"9" ( :F0FF07070783C10FF"e>( F8FE731313399C9FFY=% 3333399FJ" G01J"9" CF23FJ#9# BFCE6399CJ$8% BFE0F0783C1C999JT BJ# DFE00J# DFFFFJ"g" @8007J" @00J"C" ?FF0FF"g"8Y F83FF"T$ FBF7FFFFJ" $8& F0C1C090C39FFBF3=,?# F0F99CC67E039999FFFBC3E03E=)8" FE399CCE7E79999FF3=#;" FF99C3="<"A$ E7F9F60002@"9"A$ C699F7C01E=*A# F03CC1C0FE039CC39FF07E=%PA# FFFFFFCFFDFE=#H" C007FF=#G$ FFFFF60000@"<">$ FFFFF7FFFE J$ :F40000J" :F0F"e F8FY Jh" @0FJ"X" ?FEE7J" MC7 F"g"<$ F83F3E7FF3F"T$ FBF7FFFFJ" &># F80CCE4CE7313319CCFFE67FF7E03E67F3:&8$9#9#D# F9FCCE601F333339CE7F9CFF3319G*A& E4F0707F9FC9E0C03F707303999F@"<-=' 27F1E7313F9FE3CE667FF60002FFFFFF3FFFFF=%>"<$<$ 733FCE6733F7C01EFE001F<-9#:#<$ E0F33FE0F073393C1CCFFBE43FC9F07EFFFFFF:W$9":#9"g" FBCE679CFDFE8007:#A#9#9":" F0039F273E4EFF00:#B,8"C" FFFF30733E7F3E60E67FF60000FF0FG-9Y FFFFFFFE7FFFFFFFFFF7FFFE J#:$ 4FFFFF40000J" :F0F"e F8FY 8"j#j" FC401FF57F8"Z"Z FD67F5 9$ E0FFEF9#8":" DF7FFBDF :* F0EE1E11F0FD1E1D0F9+ E3EF6DEDEBEF7CEDECDF9"9& FCFBF07DEDED9' FF606C0DFBEF9% DF6FEDFD;& 6DEDEBEF7C9+ E0F0EE1E1DF0BD1E1DEF9Q% FDFFFFFF 8"<"E" FFFFFF 7"j 80O 7Z O" ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 34 403.4 36 425.8 R 7 X 1 K V FMENDPAGE %%EndPage: "109" 132 %%Page: "108" 132 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (108) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (7) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (About) 54 638 P -0.94 (W) 94.58 638 P -0.94 (abi) 108.44 638 P -0.94 ( Ports) 126.21 638 P 0 10 Q 0.52 0.1 (A port is a gateway thr) 198 616.33 B 0.52 0.1 (ough which you access the world beyond the W) 304.31 616.33 B 0.52 0.1 (abi) 524.01 616.33 B 0.52 0.1 (pr) 198 603.93 B 0.52 0.1 (ogram. For example, you can use a port to connect the W) 207.98 603.93 B 0.52 0.1 (abi pr) 469.56 603.93 B 0.52 0.1 (ogram to an) 496.39 603.93 B 0.24 0.1 (information service located in a distant city) 198 591.53 B 0.24 0.1 (, or to a local or r) 393.7 591.53 B 0.24 0.1 (emote printer) 471.61 591.53 B 0.24 0.1 (. The) 532.7 591.53 B 0.52 0.1 (W) 198 579.13 B 0.52 0.1 (abi pr) 207.18 579.13 B 0.52 0.1 (ogram pr) 234 579.13 B 0.52 0.1 (ovides two types of ports:) 276.38 579.13 B 7 14 Q 0.14 (\245) 198 560.73 S 1 10 Q 0.52 0.1 (COM Ports) 213.72 560.73 B 0 F 0.52 0.1 ( \320 Pr) 263.16 560.73 B 0.52 0.1 (ovide a way for you to connect to a serial device such as a) 284.5 560.73 B 0.47 0.1 (modem or a serial printer) 210.6 548.33 B 0.47 0.1 (. A W) 327.11 548.33 B 0.47 0.1 (abi COM port corr) 352.9 548.33 B 0.47 0.1 (esponds to a serial device) 437.62 548.33 B 0.52 0.1 (in your native operating system. A serial device is an operating system) 210.6 535.93 B 0.52 0.1 (pr) 210.6 523.53 B 0.52 0.1 (ogram that enables your computer to interact with physically connected) 220.57 523.53 B 0.08 0.1 (devices such as modems and serial printers. Ther) 210.6 511.13 B 0.08 0.1 (e ar) 432.99 511.13 B 0.08 0.1 (e four W) 449.53 511.13 B 0.08 0.1 (abi COM ports) 488.12 511.13 B 0.52 0.1 (available: COM1, COM2, COM3, and COM4. \050Y) 210.6 498.73 B 0.52 0.1 (our computer pr) 428.55 498.73 B 0.52 0.1 (obably) 504.04 498.73 B 0.52 0.1 (supports fewer than four COM ports.\051) 210.6 486.33 B 7 14 Q 0.14 (\245) 198 467.93 S 1 10 Q 0.52 0.1 (LPT Ports) 210.6 467.93 B 0 F 0.52 0.1 ( \320 Pr) 253.94 467.93 B 0.52 0.1 (ovide a way for you to connect to a system printer) 275.27 467.93 B 0.52 0.1 (. A W) 506.3 467.93 B 0.52 0.1 (abi) 532.18 467.93 B 0.52 0.1 (LPT port is a port you can assign to any printer your operating system can) 210.6 455.53 B 0.52 0.1 (access. Ther) 210.6 443.13 B 0.52 0.1 (e ar) 264.95 443.13 B 0.52 0.1 (e thr) 281.92 443.13 B 0.52 0.1 (ee LPT ports available: LPT1, LPT2, and LPT3.) 303.07 443.13 B 0.52 0.1 (Chapter) 198 422.73 B 0.52 0.1 (4, \322Printing,\323 discusses the uses of LPT ports and explains how to) 237.2 422.73 B 0.52 0.1 (connect them to printers in your operating system. The r) 198 410.33 B 0.52 0.1 (emainder of this) 457.44 410.33 B 0.52 0.1 (chapter discusses COM ports.) 198 397.93 B 1 14 Q -0.88 (COM Port Con\336guration) 126 364.87 P 0 10 Q 0.52 0.1 (Befor) 198 343.53 B 0.52 0.1 (e you can use a COM port, you must be able to access serial devices) 221.95 343.53 B 0.01 0.1 (located in your native operating system. Y) 198 331.13 B 0.01 0.1 (our operating system documentation) 388.23 331.13 B 0.52 0.1 (contains instr) 198 318.73 B 0.52 0.1 (uctions for accessing devices. Once you have access to a serial) 259.44 318.73 B 0.14 0.1 (device in your native operating system, you can con\336gur) 198 306.33 B 0.14 0.1 (e a W) 455.92 306.33 B 0.14 0.1 (abi COM port to) 480.55 306.33 B 0.52 0.1 (access the device.) 198 293.93 B 54 272.21 558 280.2 C 558 277.18 198 277.18 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.43 0.1 (Note \320) 198 265.54 B 0 F 0.43 0.1 (If a COM port is being used by a native operating system function, the) 231.75 265.54 B 0.52 0.1 (port is not available for use by the W) 198 253.14 B 0.52 0.1 (abi pr) 367.78 253.14 B 0.52 0.1 (ogram. This could occur if your) 394.6 253.14 B 0.52 0.1 (mouse connects thr) 198 240.74 B 0.52 0.1 (ough COM1 or if you connect your computer to a r) 286.26 240.74 B 0.52 0.1 (emote) 521.4 240.74 B 54 217.02 558 225.01 C 558 221.98 198 221.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (system using the UNIX) 198 228.34 B 2 F 1.2 (TIP) 307.7 228.34 P 0 F 0.52 0.1 ( command.) 325.69 228.34 B 52.92 522.28 194.92 570.31 C 52.92 522.28 194.92 570.31 R 7 X 0 K V 56.38 489.88 182.97 566.85 R V 9 9 Q 0 X -0.62 (For the steps required to make) 56.38 560.85 P -0.62 (or change port settings, see) 56.38 550.85 P -0.62 (\322Changing COM Port Settings\323) 56.38 540.85 P -0.62 (on page) 56.38 530.85 P -0.62 (1) 90.73 530.85 P -0.62 (13.) 95.07 530.85 P 0 72 612 720 C 34 483 36 505.4 R 7 X 1 K V FMENDPAGE %%EndPage: "108" 131 %%Page: "107" 131 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (107) 544.25 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (Using) 198 509.31 P -2.5 (W) 250.49 509.31 P -2.5 (abi) 268.96 509.31 P -2.5 ( Ports) 292.65 509.31 P 1 24 Q 4 K -3.12 (7) 525.15 508.64 S 0 10 Q 0 K 0.52 0.1 (This chapter discusses working with W) 198 459.68 B 0.52 0.1 (abi ports. A port pr) 377.32 459.68 B 0.52 0.1 (ovides a way to) 466.45 459.68 B 0.52 0.1 (connect your computer to an external device, such as a printer or a modem.) 198 447.28 B 0.43 0.1 (If you ar) 198 426.88 B 0.43 0.1 (e not familiar with COM ports and LPT ports and would like to learn) 237.26 426.88 B 0.52 0.1 (mor) 198 414.48 B 0.52 0.1 (e about them, r) 216.35 414.48 B 0.52 0.1 (ead the next section, \322About W) 285.91 414.48 B 0.52 0.1 (abi Ports) 428.29 414.48 B 1 F 0.52 0.1 (.\323) 468.58 414.48 B 0 F 0.14 0.1 (If you want to go dir) 198 394.08 B 0.14 0.1 (ectly to instr) 291.96 394.08 B 0.14 0.1 (uctions for speci\336c tasks r) 348.4 394.08 B 0.14 0.1 (elated to ports, skip) 465.46 394.08 B 0.52 0.1 (the next section of this chapter) 198 381.68 B 0.52 0.1 (. Use the following table to locate the) 337.59 381.68 B 0.52 0.1 (instr) 198 369.28 B 0.52 0.1 (uctions you need.) 218.59 369.28 B 3 9 Q 0.09 (T) 198 341.94 S 0.09 (ask) 203.09 341.94 S 0.09 (Page) 425.37 341.94 S 1 F 0.47 0.09 (Selecting a Port) 198 324.94 B 0.09 (1) 425.37 324.94 S 0.09 (13) 429.46 324.94 S 0.47 0.09 (Changing COM Port Settings) 198 307.94 B 0.09 (1) 425.37 307.94 S 0.09 (13) 429.46 307.94 S 0.47 0.09 (Resetting COM Port Settings to Defaults) 198 290.94 B 0.09 (1) 425.37 290.94 S 0.09 (14) 429.46 290.94 S 0.47 0.09 (Connecting a COM Port to a Serial Device Name) 198 273.94 B 0.09 (1) 425.37 273.94 S 0.09 (14) 429.46 273.94 S 0.47 0.09 (Resetting a COM Port Connection to the Default) 198 256.94 B 0.09 (1) 425.37 256.94 S 0.09 (14) 429.46 256.94 S 0.47 0.09 (Entering an Alternate COM Device Dir) 198 239.94 B 0.47 0.09 (ectory) 349.64 239.94 B 0.09 (1) 425.37 239.94 S 0.09 (15) 429.46 239.94 S 0.47 0.09 (Entering an Alternate COM Device File Pattern) 198 222.94 B 0.09 (1) 425.37 222.94 S 0.09 (16) 429.46 222.94 S 0.47 0.09 (Restoring Advanced COM Port Options Defaults) 198 205.94 B 0.09 (1) 425.37 205.94 S 0.09 (16) 429.46 205.94 S 198 353.94 515.37 353.94 2 L V 0.3 H 0 Z N 198 336.94 515.37 336.94 2 L V 0.5 H N 198 200.94 515.37 200.94 2 L V 0.3 H N FMENDPAGE %%EndPage: "107" 130 %%Page: "106" 130 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (106) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (6) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (application, the printer seems locally connected to a port on a PC, but in) 198 641.33 B 0.52 0.1 (r) 198 628.93 B 0.52 0.1 (eality) 201.87 628.93 B 0.52 0.1 (, it may be in another wing of the building, connected to a print server) 225.77 628.93 B 0.52 0.1 (on your network. The W) 198 616.53 B 0.52 0.1 (abi pr) 310 616.53 B 0.52 0.1 (ogram can make any drive, local or r) 336.82 616.53 B 0.52 0.1 (emote in) 505.9 616.53 B 0.52 0.1 (r) 198 604.13 B 0.52 0.1 (eality) 201.87 604.13 B 0.52 0.1 (, appear to an application as either local or r) 225.77 604.13 B 0.52 0.1 (emote. Y) 428.73 604.13 B 0.52 0.1 (ou must determine) 467.91 604.13 B 0.52 0.1 (which type of drive an application needs and set the drive accor) 198 591.73 B 0.52 0.1 (dingly) 492.52 591.73 B 0.52 0.1 (.) 520.86 591.73 B 1 14 Q -0.88 (W) 126 558.67 P -0.88 (indows Sockets Networking) 138.93 558.67 P 0 10 Q 0.52 0.1 (W) 198 537.33 B 0.52 0.1 (indows Sockets is a network interface allowing Micr) 207.54 537.33 B 0.52 0.1 (osoft W) 446.64 537.33 B 0.52 0.1 (indows) 481.54 537.33 B 0.52 0.1 (applications to exchange data over a network. W) 198 524.93 B 0.52 0.1 (indows Sockets is based on) 421.14 524.93 B 0.52 0.1 (the sockets interface, a network interface used by most UNIX operating) 198 512.53 B 0.52 0.1 (systems, and is tailor) 198 500.13 B 0.52 0.1 (ed for the Micr) 294.26 500.13 B 0.52 0.1 (osoft W) 362.87 500.13 B 0.52 0.1 (indows envir) 397.77 500.13 B 0.52 0.1 (onment.) 457.78 500.13 B 0.52 0.1 (Applications can make W) 198 479.73 B 0.52 0.1 (indows Sockets calls, and W) 314.94 479.73 B 0.52 0.1 (abi carries them out) 443.54 479.73 B 0.52 0.1 (using TCP/IP) 198 467.33 B 0.52 0.1 (. The W) 260.19 467.33 B 0.52 0.1 (abi pr) 295.23 467.33 B 0.52 0.1 (ogram\325s W) 322.05 467.33 B 0.52 0.1 (indows Sockets capability is always) 371.21 467.33 B 0.19 0.1 (available to applications, and no con\336guration is necessary) 198 454.93 B 0.19 0.1 (. Note that the W) 464.33 454.93 B 0.19 0.1 (abi) 541.38 454.93 B 0.25 0.1 (pr) 198 442.53 B 0.25 0.1 (ogram r) 207.98 442.53 B 0.25 0.1 (uns only the client version of applications that use W) 244.08 442.53 B 0.25 0.1 (indows Sockets.) 485.4 442.53 B 0.11 0.1 (The W) 198 422.13 B 0.11 0.1 (abi pr) 226.91 422.13 B 0.11 0.1 (ogram is not guaranteed to support every application that uses the) 253.32 422.13 B 0.43 0.1 (W) 198 409.73 B 0.43 0.1 (indows Sockets network interface. Only certi\336ed applications, such as Lotus) 207.54 409.73 B 0.52 0.1 (Notes, ar) 198 397.33 B 0.52 0.1 (e supported for W) 239.23 397.33 B 0.52 0.1 (indows Sockets.) 322.78 397.33 B 1 14 Q -0.88 (Networking for E-Mail Applications) 126 364.27 P 0 10 Q 0.02 0.1 (W) 198 342.93 B 0.02 0.1 (abi-certi\336ed electr) 207.18 342.93 B 0.02 0.1 (onic mail applications do not use a PC network interface to) 288.58 342.93 B 0.52 0.1 (exchange messages. When Micr) 198 330.53 B 0.52 0.1 (osoft Mail and cc:Mail clients r) 342.36 330.53 B 0.52 0.1 (un in Micr) 483.44 330.53 B 0.52 0.1 (osoft) 531.62 330.53 B 0.13 0.1 (W) 198 318.13 B 0.13 0.1 (indows, they use a distributed \336le system pr) 207.54 318.13 B 0.13 0.1 (ovided by PC network softwar) 408.63 318.13 B 0.13 0.1 (e.) 547.69 318.13 B 0.52 0.1 (When they r) 198 305.73 B 0.52 0.1 (un in the W) 254.84 305.73 B 0.52 0.1 (abi pr) 308.5 305.73 B 0.52 0.1 (ogram, they use the distributed \336le system) 335.32 305.73 B 0.52 0.1 (pr) 198 293.33 B 0.52 0.1 (ovided by your operating system. Ther) 207.98 293.33 B 0.52 0.1 (efor) 386.49 293.33 B 0.52 0.1 (e, the Con\336guration Manager) 404.23 293.33 B 0.52 0.1 (does not pr) 198 280.93 B 0.52 0.1 (esent any network options that af) 250.03 280.93 B 0.52 0.1 (fect electr) 403.46 280.93 B 0.52 0.1 (onic mail pr) 447.33 280.93 B 0.52 0.1 (ograms.) 502.6 280.93 B 1 14 Q -0.88 (Network-A) 126 247.87 P -0.88 (war) 189.2 247.87 P -0.88 (e Applications) 210.71 247.87 P 0 10 Q 0.52 0.1 (Some applications that r) 198 226.53 B 0.52 0.1 (un in the W) 308.91 226.53 B 0.52 0.1 (abi pr) 362.57 226.53 B 0.52 0.1 (ogram, while not actually) 389.39 226.53 B -0.02 0.1 (communicating over the network, ar) 198 214.13 B -0.02 0.1 (e \322network-awar) 362.7 214.13 B -0.02 0.1 (e.\323 Such applications take) 439.05 214.13 B 0.52 0.1 (steps to pr) 198 201.73 B 0.52 0.1 (event pr) 246.15 201.73 B 0.52 0.1 (oblems caused by multiple users having access to the same) 284.04 201.73 B 0.52 0.1 (\336les: locking \336les when open, cr) 198 189.33 B 0.52 0.1 (eating temporary \336les for each user) 344.92 189.33 B 0.52 0.1 (, storing) 506.63 189.33 B 0.52 0.1 (times in Gr) 198 176.93 B 0.52 0.1 (eenwich T) 249.27 176.93 B 0.52 0.1 (ime for accurate time stamps acr) 295.66 176.93 B 0.52 0.1 (oss time zones, and so) 444.63 176.93 B 0.44 0.1 (on. Network-awar) 198 164.53 B 0.44 0.1 (e applications may need to know if they ar) 281.38 164.53 B 0.44 0.1 (e using a local or) 476.98 164.53 B 0.52 0.1 (network drive. Chapter) 198 152.13 B 0.52 0.1 (3, \322Setting Up Drives,\323 discusses network drives.) 307.79 152.13 B 54 586 191.65 631 C 54 586 191.65 631 R 7 X 0 K V 57.46 550.58 189.43 627.54 R V 9 9 Q 0 X -0.62 (See \322Setting a Network Drive\323) 57.46 621.54 P -0.62 (and \322Setting a Local Drive\323 on) 57.46 611.54 P -0.62 (page) 57.46 601.54 P -0.62 (62 for the steps to set up) 79.94 601.54 P -0.62 (drives as local or remote.) 57.46 591.54 P 0 72 612 720 C 34 588.4 36 623.2 R 7 X 1 K V 34 521.6 36 531.6 R V 34 464 36 486.4 R V 34 394 36 449.2 R V 34 327.2 36 337.2 R V 34 148.8 36 183.6 R V FMENDPAGE %%EndPage: "106" 129 %%Page: "105" 129 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (105) 544.25 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (On the Network) 198 509.31 P 1 24 Q 4 K -3.12 (6) 525.15 508.64 S 0 10 Q 0 K 0.52 0.1 (The W) 198 459.68 B 0.52 0.1 (abi pr) 227.32 459.68 B 0.52 0.1 (ogram gives W) 254.15 459.68 B 0.52 0.1 (indows applications access to your computer) 322.85 459.68 B 0.52 0.1 (\325s) 529.37 459.68 B 0.52 0.1 (network capabilities, and pr) 198 447.28 B 0.52 0.1 (ovides some PC network interface support. This) 326.09 447.28 B 0.52 0.1 (chapter explains W) 198 434.88 B 0.52 0.1 (abi network support.) 284.98 434.88 B 1 15 Q -0.94 (About) 54 401.14 P -0.94 (W) 94.58 401.14 P -0.94 (abi) 108.44 401.14 P -0.94 ( Networking) 126.21 401.14 P 0 10 Q 0.52 0.1 (The W) 198 379.48 B 0.52 0.1 (abi pr) 227.32 379.48 B 0.52 0.1 (ogram pr) 254.15 379.48 B 0.52 0.1 (ovides a networked envir) 296.53 379.48 B 0.52 0.1 (onment in ways that combine) 413.1 379.48 B 0.52 0.1 (UNIX networking and PC networking. A computer r) 198 367.08 B 0.52 0.1 (unning UNIX is very) 439.76 367.08 B 0.52 0.1 (likely connected to a TCP/IP network, and pr) 198 354.68 B 0.52 0.1 (obably uses distributed \336le) 407.83 354.68 B 0.52 0.1 (system softwar) 198 342.28 B 0.52 0.1 (e, which allows the computer to access dir) 266.7 342.28 B 0.52 0.1 (ectories on r) 460.71 342.28 B 0.52 0.1 (emote) 516.91 342.28 B 0.52 0.1 (computers as if those dir) 198 329.88 B 0.52 0.1 (ectories wer) 311.37 329.88 B 0.52 0.1 (e on a local har) 366.3 329.88 B 0.52 0.1 (d drive. A personal) 436.32 329.88 B 0.52 0.1 (computer r) 198 317.48 B 0.52 0.1 (unning DOS and Micr) 248.63 317.48 B 0.52 0.1 (osoft W) 349.86 317.48 B 0.52 0.1 (indows is often connected to a PC) 384.76 317.48 B 0.52 0.1 (network, thr) 198 305.08 B 0.52 0.1 (ough one of several PC network pr) 254.72 305.08 B 0.52 0.1 (oducts using one of several) 415.2 305.08 B 0.52 0.1 (networking interfaces. The W) 198 292.68 B 0.52 0.1 (abi pr) 332.11 292.68 B 0.52 0.1 (ogram uses the TCP/IP network and a) 358.93 292.68 B 0 0.1 (distributed \336le system to pr) 198 280.28 B 0 0.1 (ovide some of the services of a PC network, such as) 323.01 280.28 B 0.06 0.1 (shar) 198 267.88 B 0.06 0.1 (ed \336le systems and devices. The W) 217.22 267.88 B 0.06 0.1 (abi pr) 373.8 267.88 B 0.06 0.1 (ogram also supports the W) 400.17 267.88 B 0.06 0.1 (indows) 521.78 267.88 B 0.52 0.1 (Sockets networking interface to allow certi\336ed applications, such as Lotus) 198 255.48 B 0.52 0.1 (Notes, to communicate thr) 198 243.08 B 0.52 0.1 (ough the network dir) 319.43 243.08 B 0.52 0.1 (ectly) 417.15 243.08 B 0.52 0.1 (.) 437.49 243.08 B 1 14 Q -0.88 (The Invisible UNIX Network) 126 210.01 P 0 10 Q 0.52 0.1 (The W) 198 188.68 B 0.52 0.1 (abi pr) 227.32 188.68 B 0.52 0.1 (ogram makes abundant use of the UNIX host\325s TCP/IP network) 254.15 188.68 B 0.52 0.1 (and distributed \336le system capabilities, but this is mostly transpar) 198 176.28 B 0.52 0.1 (ent to the) 500.43 176.28 B 0.52 0.1 (applications r) 198 163.88 B 0.52 0.1 (unning in W) 260.23 163.88 B 0.52 0.1 (abi. The printers and drives that you connect) 317.1 163.88 B 0.52 0.1 (thr) 198 151.48 B 0.52 0.1 (ough Con\336guration Manager ar) 211.14 151.48 B 0.52 0.1 (e often r) 356.55 151.48 B 0.52 0.1 (esiding on the network. T) 394.69 151.48 B 0.52 0.1 (o an) 511.59 151.48 B 34 456.34 36 466.34 R 7 X 1 K V 34 431.54 36 441.54 R V 34 289.34 36 299.34 R V 34 239.74 36 274.54 R V FMENDPAGE %%EndPage: "105" 128 %%Page: "104" 128 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (104) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (5) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V FMENDPAGE %%EndPage: "104" 127 %%Page: "103" 127 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (International Settings) 198 108.7 B 0 F 0.09 (103) 544.25 108.7 S 1 20 Q (5) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 9 Q 0 X 0 K 0.47 0.09 (Fr) 198 593 B 0.47 0.09 (ench \320 Canada) 206.57 593 B 2 F 0.09 (fr_CA) 316.55 593 S 0.09 (KEYB_cf) 388.55 593 S 0 F 0.47 0.09 (Fr) 198 576 B 0.47 0.09 (ench \320 France) 206.57 576 B 2 F 0.09 (fr) 316.55 576 S 0.09 (KEYB_fr) 388.55 576 S 0 F 0.47 0.09 (Fr) 198 559 B 0.47 0.09 (ench \320 Switzerland) 206.57 559 B 2 F 0.09 (fr_CH) 316.55 559 S 0.09 (KEYB_sf) 388.55 559 S 0 F 0.47 0.09 (Spanish - Latin America) 198 542 B 2 F 0.09 (en_LA) 316.55 542 S 0.09 (KEYB_la) 388.55 542 S 0 F 0.47 0.09 (Spanish \320 Spain) 198 525 B 2 F 0.09 (es) 316.55 525 S 0.09 (KEYB_sp) 388.55 525 S 0 F 0.47 0.09 (German \320 Germany) 198 508 B 2 F 0.09 (de) 316.55 508 S 0.09 (KEYB_gr) 388.55 508 S 0 F 0.47 0.09 (German \320 Switzerland) 198 491 B 2 F 0.09 (de_CH) 316.55 491 S 0.09 (KEYB_sg) 388.55 491 S 0 F 0.47 0.09 (Italian \320 Italy) 198 474 B 2 F 0.09 (it) 316.55 474 S 0.09 (KEYB_it) 388.55 474 S 0 F 0.47 0.09 (Norwegian \320 Norway) 198 457 B 2 F 0.09 (no) 316.55 457 S 0.09 (KEYB_no) 388.55 457 S 0 F 0.47 0.09 (Portuguese \320 Portugal) 198 440 B 2 F 0.09 (pt) 316.55 440 S 0.09 (KEYB_po) 388.55 440 S 0 F 0.47 0.09 (Swedish \320 Sweden) 198 423 B 2 F 0.09 (sv) 316.55 423 S 0.09 (KEYB_sv) 388.55 423 S 1 F 0.09 (T) 198 642 S 0.09 (able) 202.58 642 S 0.09 (5-) 219.43 642 S 0.09 (1) 227.09 642 S 0 F 0.47 0.09 (Locales Used for Envir) 241.2 642 B 0.47 0.09 (onment V) 334.79 642 B 0.47 0.09 (ariables) 374.42 642 B 1 F 0.47 0.09 (\050Continued\051) 408.8 642 B 3 F 0.47 0.09 (Language \320 Country) 198 610 B 0.09 (Locale) 316.55 610 S 0.09 (Equivalent) 388.55 621 S 0.47 0.09 (DOS V) 388.55 610 B 0.47 0.09 (ariable) 418.17 610 B 198 633 488.27 633 2 L V 0 Z N 198 605 488.27 605 2 L V 0.5 H N 198 418 488.27 418 2 L V 0.3 H N FMENDPAGE %%EndPage: "103" 126 %%Page: "102" 126 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (102) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (5) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 3 10 Q 0 X 0 K 0.1 (4.) 197.5 641.33 S 0.52 0.1 (Open the Negative list, and select a format for showing negative values.) 210.6 641.33 B 0 F 0.52 0.1 (The choices vary accor) 210.6 628.93 B 0.52 0.1 (ding to the symbol you selected.) 313.91 628.93 B 3 F 0.1 (5.) 197.5 608.53 S 0.52 0.1 (Open the Digits list, and select the number of digits you want displayed) 210.6 608.53 B 0.52 0.1 (after the decimal point.) 210.6 596.13 B 0 F 0.52 0.1 (Y) 210.6 583.73 B 0.52 0.1 (ou can choose fr) 216.45 583.73 B 0.52 0.1 (om 0 thr) 291.13 583.73 B 0.52 0.1 (ough 9 digits. This af) 330.08 583.73 B 0.52 0.1 (fects only curr) 426.92 583.73 B 0.52 0.1 (ency values,) 492.42 583.73 B 0.52 0.1 (not all numbers.) 210.6 571.33 B 3 F 0.1 (6.) 197.5 550.93 S 0.52 0.1 (Choose OK to save your changes.) 210.6 550.93 B 0 F 0.38 0.1 (Alternately) 210.6 538.53 B 0.38 0.1 (, choose Cancel to leave the curr) 260.59 538.53 B 0.38 0.1 (ency settings as they wer) 407.78 538.53 B 0.38 0.1 (e when) 522 538.53 B 0.52 0.1 (you enter) 210.6 526.13 B 0.52 0.1 (ed the dialog box.) 253.98 526.13 B 3 F 0.1 (7.) 197.5 505.73 S 0.52 0.1 (Choose OK in the International Settings dialog if you do not want to) 210.6 505.73 B 0.52 0.1 (change any other settings.) 210.6 493.33 B 0 F 0 0.1 (Alternately) 210.6 480.93 B 0 0.1 (, choose Cancel to leave all the international settings as they wer) 260.59 480.93 B 0 0.1 (e) 550.51 480.93 B 0.52 0.1 (when you enter) 210.6 468.53 B 0.52 0.1 (ed the International Settings dialog box.) 282.25 468.53 B 1 15 Q -0.94 (Refer) 54 434.8 P -0.94 (ence Material for International Settings) 85.41 434.8 P 0 10 Q 0.52 0.1 (This section pr) 198 413.13 B 0.52 0.1 (ovides r) 265.3 413.13 B 0.52 0.1 (efer) 302.03 413.13 B 0.52 0.1 (ence material for tasks r) 319.1 413.13 B 0.52 0.1 (elated to international) 428.92 413.13 B 0.1 (settings.) 198 400.73 S 1 14 Q -0.88 (Locales For) 126 367.67 P 8 F -2.1 (LANG) 191.36 367.67 P 1 F -0.88 ( and) 224.94 367.67 P 8 F -2.1 (WABI_KEYB) 251.18 367.67 P 1 F -0.88 ( V) 326.73 367.67 P -0.88 (ariables) 338.42 367.67 P 0 10 Q -0.03 0.1 (T) 198 346.33 B -0.03 0.1 (able) 203.31 346.33 B -0.03 0.1 (5-) 224.52 346.33 B -0.03 0.1 (1 lists the locale names available for use with the) 233.05 346.33 B 2 F -0.08 (LANG) 455.12 346.33 P 0 F -0.03 0.1 ( and) 479.11 346.33 B 2 F -0.08 (WABI_KEYB) 501.46 346.33 P 0 F 0.52 0.1 (variables and the languages and r) 198 333.93 B 0.52 0.1 (egions these variables r) 352.7 333.93 B 0.52 0.1 (epr) 459.54 333.93 B 0.52 0.1 (esent. It also) 474.4 333.93 B 0.52 0.1 (includes the equivalent DOS keyboar) 198 321.53 B 0.52 0.1 (d variables.) 367.89 321.53 B 1 9 Q 0.09 (T) 198 300.2 S 0.09 (able) 202.58 300.2 S 0.09 (5-) 219.43 300.2 S 0.09 (1) 227.09 300.2 S 0 F 0.47 0.09 (Locales Used for Envir) 241.2 300.2 B 0.47 0.09 (onment V) 334.79 300.2 B 0.47 0.09 (ariables) 374.42 300.2 B 3 F 0.47 0.09 (Language \320 Country) 198 268.2 B 0.09 (Locale) 316.55 268.2 S 0.09 (Equivalent) 388.55 279.2 S 0.47 0.09 (DOS V) 388.55 268.2 B 0.47 0.09 (ariable) 418.17 268.2 B 0 F 0.47 0.09 (English \320 United States) 198 251.2 B 2 F 1.1 0.09 (en_US or C) 316.55 251.2 B 0.09 (KEYB_us) 388.55 251.2 S 0 F 0.47 0.09 (English \320 United) 198 234.2 B 0.09 (Kingdom) 198 222.8 S 2 F 0.09 (en_UK) 316.55 234.2 S 0.09 (KEYB_uk) 388.55 234.2 S 0 F 0.47 0.09 (Danish \320 Denmark) 198 205.8 B 2 F 0.09 (da) 316.55 205.8 S 0.09 (KEYB_dk) 388.55 205.8 S 0 F 0.47 0.09 (Dutch \320 Netherlands) 198 188.8 B 2 F 0.09 (nl) 316.55 188.8 S 0.09 (KEYB_nl) 388.55 188.8 S 0 F 0.47 0.09 (Finnish \320 Finland) 198 171.8 B 2 F 0.09 (f) 316.55 171.8 S 0.09 (i) 322.03 171.8 S 0.09 (KEYB_su) 388.55 171.8 S 0 F 0.47 0.09 (Fr) 198 154.8 B 0.47 0.09 (ench \320 Belgium) 206.57 154.8 B 2 F 0.09 (fr_BE) 316.55 154.8 S 0.09 (KEYB_be) 388.55 154.8 S 198 291.2 488.27 291.2 2 L V 0 Z N 198 263.2 488.27 263.2 2 L V 0.5 H N 198 149.8 488.27 149.8 2 L V 0.3 H N 54 272.09 195.5 346.11 C 54 272.09 195.5 346.11 R 7 X 0 K V 57.46 265.69 189.43 342.65 R V 9 9 Q 0 X -0.62 (See \322Setting the LANG) 57.46 336.65 P -0.62 (Environment V) 57.46 326.65 P -0.62 (ariable\323 on) 115.11 326.65 P -0.62 (page) 57.46 316.65 P -0.62 (97 and \322Setting the) 79.94 316.65 P -0.62 (W) 57.46 306.65 P -0.62 (ABI_KEYB Environment) 65.61 306.65 P -0.62 (V) 57.46 296.65 P -0.62 (ariable\323 on page) 62.79 296.65 P -0.62 (97 to see how) 128.98 296.65 P -0.62 (to set the variables.) 57.46 286.65 P 0 72 612 720 C FMENDPAGE %%EndPage: "102" 125 %%Page: "101" 125 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (International Settings) 198 108.7 B 0 F 0.09 (101) 544.25 108.7 S 1 20 Q (5) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Changing Number Settings) 126 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (In the International Settings dialog, choose Modify in the Number) 210.6 619.33 B 0.52 0.1 (Settings panel.) 210.6 606.93 B 0 F 0.52 0.1 (The Number Settings dialog opens.) 210.6 594.53 B 3 F 0.1 (2.) 197.5 574.13 S 0.52 0.1 (Open the Decimal Digits list and select the number of digits you want) 210.6 574.13 B 0.52 0.1 (displayed after a decimal point.) 210.6 561.73 B 0 F 0.52 0.1 (Choose fr) 210.6 549.33 B 0.52 0.1 (om 0 to 6 decimal digits.) 254.46 549.33 B 3 F 0.1 (3.) 197.5 528.93 S 0.52 0.1 (Open the Decimal Indicator list and select a character to indicate a) 210.6 528.93 B 0.52 0.1 (decimal point.) 210.6 516.53 B 0 F 0.52 0.1 (Most locales use a comma or a period.) 210.6 504.13 B 3 F 0.1 (4.) 197.5 483.73 S 0.52 0.1 (Open the Separator list and select a character to separate thousands.) 210.6 483.73 B 0 F 0.52 0.1 (Most locales use a comma or a period.) 210.6 471.33 B 3 F 0.1 (5.) 197.5 450.93 S 0.52 0.1 (Select Display Leading Zero to include a leading zero in numbers less) 210.6 450.93 B 0.52 0.1 (than 1.) 210.6 438.53 B 0 F 0.52 0.1 (A number such as .95 will display as 0.95 if you check this box.) 210.6 426.13 B 3 F 0.1 (6.) 197.5 405.73 S 0.52 0.1 (Choose OK to save your changes.) 210.6 405.73 B 0 F 0.52 0.1 (Alternately) 210.6 393.33 B 0.52 0.1 (, choose Cancel to leave the number settings as they wer) 260.59 393.33 B 0.52 0.1 (e when) 519.34 393.33 B 0.52 0.1 (you enter) 210.6 380.93 B 0.52 0.1 (ed the dialog box.) 253.98 380.93 B 3 F 0.1 (7.) 197.5 360.53 S 0.52 0.1 (Choose OK in the International Settings dialog if you do not want to) 210.6 360.53 B 0.52 0.1 (change any other settings.) 210.6 348.13 B 0 F 0 0.1 (Alternately) 210.6 335.73 B 0 0.1 (, choose Cancel to leave all the international settings as they wer) 260.59 335.73 B 0 0.1 (e) 550.51 335.73 B 0.52 0.1 (when you enter) 210.6 323.33 B 0.52 0.1 (ed the International Settings dialog box.) 282.25 323.33 B 5 12 Q 0.69 0.12 (t) 104.4 289.6 B 6 F 0.73 0.3 (Changing Curr) 126 289.6 B 0.73 0.3 (ency Settings) 215.69 289.6 B 3 10 Q 0.1 (1.) 197.5 268.93 S 0.52 0.1 (In the International Settings dialog, choose Modify in the Currency) 210.6 268.93 B 0.52 0.1 (Settings panel.) 210.6 256.53 B 0 F 0.52 0.1 (The Curr) 210.6 244.13 B 0.52 0.1 (ency Settings dialog opens.) 251.98 244.13 B 3 F 0.1 (2.) 197.5 223.73 S 0.52 0.1 (Open the Symbol list, and select a symbol to use for currency) 210.6 223.73 B 0.52 0.1 (.) 500.19 223.73 B 0 F 0.52 0.1 (The symbol you select is used in the Placement and Negative \336elds.) 210.6 211.33 B 3 F 0.1 (3.) 197.5 190.93 S 0.52 0.1 (Open the Placement list, and select a format for placing the currency) 210.6 190.93 B 0.52 0.1 (symbol relative to the amount.) 210.6 178.53 B 0 F 0.52 0.1 (The choices vary accor) 210.6 166.13 B 0.52 0.1 (ding to the symbol you selected.) 313.91 166.13 B 54 533.73 195.5 573.91 C 54 533.73 195.5 573.91 R 7 X 0 K V 57.46 493.49 189.43 570.45 R V 9 9 Q 0 X -0.62 (See \322Number Settings\323 on) 57.46 564.45 P -0.62 (page) 57.46 554.45 P -0.62 (95 for a discussion of the) 79.94 554.45 P -0.62 (Number Settings dialog box.) 57.46 544.45 P 0 72 612 720 C 54 183.33 195.5 223.51 C 54 183.33 195.5 223.51 R 7 X 0 K V 57.46 143.09 189.43 220.05 R V 9 9 Q 0 X -0.62 (See \322Currency Settings\323 on) 57.46 214.05 P -0.62 (page) 57.46 204.05 P -0.62 (96 for a discussion of the) 79.94 204.05 P -0.62 (Currency Settings dialog box.) 57.46 194.05 P 0 72 612 720 C FMENDPAGE %%EndPage: "101" 124 %%Page: "100" 124 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (100) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (5) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 3 10 Q 0 X 0 K 0.1 (6.) 197.5 641.33 S 0.52 0.1 (Choose OK in the International Settings dialog if you do not want to) 210.6 641.33 B 0.52 0.1 (change any other settings.) 210.6 628.93 B 0 F 0 0.1 (Alternately) 210.6 616.53 B 0 0.1 (, choose Cancel to leave all the international settings as they wer) 260.59 616.53 B 0 0.1 (e) 550.51 616.53 B 0.52 0.1 (when you enter) 210.6 604.13 B 0.52 0.1 (ed the International Settings dialog box.) 282.25 604.13 B 5 12 Q 0.69 0.12 (t) 104.4 570.4 B 6 F 0.73 0.3 (Changing T) 126 570.4 B 0.73 0.3 (ime Settings) 195.63 570.4 B 3 10 Q 0.1 (1.) 197.5 549.73 S 0.52 0.1 (In the International Settings dialog, choose Modify in the T) 210.6 549.73 B 0.52 0.1 (ime Settings) 492.21 549.73 B 0.1 (panel.) 210.6 537.33 S 0 F 0.52 0.1 (The T) 210.6 524.93 B 0.52 0.1 (ime Settings dialog opens.) 236.43 524.93 B 3 F 0.1 (2.) 197.5 504.53 S 0.52 0.1 (In the T) 210.6 504.53 B 0.52 0.1 (ime Settings dialog, choose 12 for 12-hour time, or 24 for 24-hour) 247.98 504.53 B 0.1 (time.) 210.6 492.13 S 0 F 0.4 0.1 (If you select 12 hours, the \336elds Befor) 210.6 479.73 B 0.4 0.1 (e Noon and After Noon ar) 382.34 479.73 B 0.4 0.1 (e displayed.) 502.9 479.73 B 0.52 0.1 (If you select 24 hours, the \336eld Suf) 210.6 459.33 B 0.52 0.1 (\336x is displayed.) 369.59 459.33 B 3 F 0.1 (3.) 197.5 438.93 S 0.27 0.1 (If you selected 12 hours, use the Before Noon and After Noon entry \336elds) 210.6 438.93 B 0.09 0.1 (to enter characters you want to follow the morning and afternoon/evening) 210.6 426.53 B 0.1 (times.) 210.6 414.13 S 0 F 0.52 0.1 (For example, in the Befor) 210.6 401.73 B 0.52 0.1 (e Noon \336eld, you might enter AM and your time) 326.14 401.73 B 0.52 0.1 (zone. In the After Noon \336eld, you might enter PM and your time zone.) 210.6 389.33 B 3 F 0.1 (4.) 197.5 368.93 S 0.52 0.1 (If you selected 24 hours, use the Suf) 210.6 368.93 B 0.52 0.1 (\336x entry \336eld to enter characters you) 381.54 368.93 B 0.52 0.1 (want to add to the time.) 210.6 356.53 B 0 F 0.52 0.1 (For example, you might enter your time zone.) 210.6 344.13 B 3 F 0.1 (5.) 197.5 323.73 S 0.52 0.1 (In the Separator \336eld, select a character from the drop-down list, or type) 210.6 323.73 B 0.52 0.1 (one of your choice. This character separates hours and minutes.) 210.6 311.33 B 0 F 0.52 0.1 (Common separators ar) 210.6 298.93 B 0.52 0.1 (e the slash \050/\051, period \050.\051, and hyphen \050-\051.) 314.74 298.93 B 3 F 0.1 (6.) 197.5 278.53 S 0.52 0.1 (Select Display Leading Zero if you want single-digit hours to be) 210.6 278.53 B 0.52 0.1 (displayed using two digits.) 210.6 266.13 B 0 F 0.52 0.1 (One o\325clock will display as 01:00 instead of 1:00.) 210.6 253.73 B 3 F 0.1 (7.) 197.5 233.33 S 0.52 0.1 (Choose OK to save your changes.) 210.6 233.33 B 0 F 0.52 0.1 (Alternately) 210.6 220.93 B 0.52 0.1 (, choose Cancel to leave the time format as it was when you) 260.59 220.93 B 0.52 0.1 (enter) 210.6 208.53 B 0.52 0.1 (ed the dialog box.) 233.52 208.53 B 3 F 0.1 (8.) 197.5 188.13 S 0.52 0.1 (Choose OK in the International Settings dialog if you do not want to) 210.6 188.13 B 0.52 0.1 (change any other settings.) 210.6 175.73 B 0 F 0 0.1 (Alternately) 210.6 163.33 B 0 0.1 (, choose Cancel to leave all the international settings as they wer) 260.59 163.33 B 0 0.1 (e) 550.51 163.33 B 0.52 0.1 (when you enter) 210.6 150.93 B 0.52 0.1 (ed the International Settings dialog box.) 282.25 150.93 B 54 464.13 195.5 504.31 C 54 464.13 195.5 504.31 R 7 X 0 K V 57.46 423.89 189.43 500.85 R V 9 9 Q 0 X -0.62 (See \322T) 57.46 494.85 P -0.62 (ime Settings\323 on page) 83.47 494.85 P -0.62 (94) 171.51 494.85 P -0.62 (for a discussion of the T) 57.46 484.85 P -0.62 (ime) 149.41 484.85 P -0.62 (Settings dialog box.) 57.46 474.85 P 0 72 612 720 C FMENDPAGE %%EndPage: "100" 123 %%Page: "99" 123 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (International Settings) 198 108.7 B 0 F 0.09 (99) 548.83 108.7 S 1 20 Q (5) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 3 10 Q 0 X 0 K 0.1 (3.) 197.5 641.33 S 0.52 0.1 (Select the Separator entry \336eld and enter a character to separate date,) 210.6 641.33 B 0.52 0.1 (month, and year) 210.6 628.93 B 0.52 0.1 (.) 286.72 628.93 B 0 F 0.52 0.1 (Common separators ar) 210.6 616.53 B 0.52 0.1 (e the slash \050/\051, period \050.\051, and hyphen \050-\051.) 314.74 616.53 B 3 F 0.1 (4.) 197.5 596.13 S 0.52 0.1 (For each component of the date, open the Format list and select a format) 210.6 596.13 B 0.52 0.1 (to use.) 210.6 583.73 B 0 F 0.52 0.1 (The Sample panel shows how your selections af) 210.6 571.33 B 0.52 0.1 (fect the date format.) 429.91 571.33 B 3 F 0.1 (5.) 197.5 550.93 S 0.52 0.1 (Choose OK to save your changes.) 210.6 550.93 B 0 F 0.46 0.1 (Alternately) 210.6 538.53 B 0.46 0.1 (, choose Cancel to leave the date as it was when you enter) 260.59 538.53 B 0.46 0.1 (ed the) 526.63 538.53 B 0.52 0.1 (dialog box.) 210.6 526.13 B 3 F 0.1 (6.) 197.5 505.73 S 0.52 0.1 (Choose OK in the International Settings dialog if you do not want to) 210.6 505.73 B 0.52 0.1 (change any other settings.) 210.6 493.33 B 0 F 0 0.1 (Alternately) 210.6 480.93 B 0 0.1 (, choose Cancel to leave all the international settings as they wer) 260.59 480.93 B 0 0.1 (e) 550.51 480.93 B 0.52 0.1 (when you enter) 210.6 468.53 B 0.52 0.1 (ed the International Settings dialog box.) 282.25 468.53 B 5 12 Q 0.69 0.12 (t) 104.4 434.8 B 6 F 0.73 0.3 (Changing the Long Date For) 126 434.8 B 0.73 0.3 (mat) 299.17 434.8 B 3 10 Q 0.1 (1.) 197.5 414.13 S 0.52 0.1 (In the International Settings dialog, choose Modify in the Date Settings) 210.6 414.13 B 0.1 (panel.) 210.6 401.73 S 0 F 0.52 0.1 (The Date Settings dialog box opens.) 210.6 389.33 B 3 F 0.1 (2.) 197.5 368.93 S 0.52 0.1 (In the Long Date panel, select the part of the date to display \336rst in the) 210.6 368.93 B 0.52 0.1 (Display First \336eld.) 210.6 356.53 B 0 F 0.52 0.1 (The components of the date ar) 210.6 344.13 B 0.52 0.1 (e r) 349.98 344.13 B 0.52 0.1 (earranged in the Format section of the) 361.86 344.13 B 0.52 0.1 (dialog. The Sample panel shows how your selections af) 210.6 331.73 B 0.52 0.1 (fect the date format.) 464.16 331.73 B 3 F 0.1 (3.) 197.5 311.33 S 0.52 0.1 (For each component of the date, open the Format list and select a format) 210.6 311.33 B 0.52 0.1 (to use.) 210.6 298.93 B 0 F 0.52 0.1 (The formats ar) 210.6 286.53 B 0.52 0.1 (e displayed in the Sample panel.) 277.58 286.53 B 3 F 0.1 (4.) 197.5 266.13 S 0.52 0.1 (For each component of the date, select the Separator \336eld and type the) 210.6 266.13 B 0.52 0.1 (character you want to follow that part of the date.) 210.6 253.73 B 0 F 0.52 0.1 (The separators ar) 210.6 241.33 B 0.52 0.1 (e displayed in the Sample panel.) 289.71 241.33 B 3 F 0.1 (5.) 197.5 220.93 S 0.52 0.1 (Choose OK to save your changes.) 210.6 220.93 B 0 F 0.46 0.1 (Alternately) 210.6 208.53 B 0.46 0.1 (, choose Cancel to leave the date as it was when you enter) 260.59 208.53 B 0.46 0.1 (ed the) 526.63 208.53 B 0.52 0.1 (dialog box.) 210.6 196.13 B 54 328.53 195.5 368.71 C 54 328.53 195.5 368.71 R 7 X 0 K V 57.46 288.29 189.43 365.25 R V 9 9 Q 0 X -0.62 (See \322Date Settings\323 on page) 57.46 359.25 P -0.62 (93) 170.86 359.25 P -0.62 (for a discussion of the Date) 57.46 349.25 P -0.62 (Settings dialog box.) 57.46 339.25 P 0 72 612 720 C FMENDPAGE %%EndPage: "99" 122 %%Page: "98" 122 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (98) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (5) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (In the Bourne or Korn shell:) 210.6 641.33 B 4 9 Q 1.08 ( WABI_KEYB=fr;export WABI_KEYB) 210.6 628.93 P 0 10 Q 0.52 0.1 (Or) 210.6 608.53 B 0.52 0.1 (, to set the envir) 221.86 608.53 B 0.52 0.1 (onment variable statements r) 296.02 608.53 B 0.52 0.1 (equir) 428.79 608.53 B 0.52 0.1 (ed to establish Fr) 452.38 608.53 B 0.52 0.1 (ench) 530.84 608.53 B 0.52 0.1 (international settings with an English-language \050U.S.\051 keyboar) 210.6 596.13 B 0.52 0.1 (d, enter the) 494.63 596.13 B 0.52 0.1 (following at the command line:) 210.6 583.73 B 0.52 0.1 (In the C shell:) 210.6 564 B 4 9 Q 1.08 ( setenv LANG fr) 210.6 552.6 P 1.08 ( setenv WABI_KEYB C) 210.6 541.2 P 0 10 Q 0.52 0.1 (In the Bourne or Korn shell:) 210.6 521.13 B 4 9 Q 1.08 ( LANG=fr;export LANG) 210.6 508.73 P 1.08 ( WABI_KEYB=C;export WABI_KEYB) 210.6 496.33 P 3 10 Q 0.1 (2.) 197.5 475.93 S 0.52 0.1 (Start the) 210.6 475.93 B 0.52 0.1 (W) 253.72 475.93 B 0.52 0.1 (abi) 263.07 475.93 B 0.52 0.1 ( program.) 277.8 475.93 B 5 12 Q 0.69 0.12 (t) 104.4 442.2 B 6 F 0.73 0.3 (Changing Inter) 126 442.2 B 0.73 0.3 (national Settings) 217.58 442.2 B 3 10 Q 0.1 (1.) 197.5 421.53 S 0.52 0.1 (Open Con\336guration Manager) 210.6 421.53 B 0.52 0.1 (.) 348.51 421.53 B 0.1 (2.) 197.5 401.13 S 0.52 0.1 (Open) 210.6 401.13 B 0.52 0.1 (the International icon.) 239.65 401.13 B 0 F 0.52 0.1 (Alternately) 210.6 388.73 B 0.52 0.1 (, open the Options menu and choose International or pr) 260.59 388.73 B 0.52 0.1 (ess) 516.21 388.73 B 0.52 0.1 (Alt, s, i.) 210.6 376.33 B 0.52 0.1 (The International Settings dialog box opens.) 210.6 355.93 B 3 F 0.1 (3.) 197.5 335.53 S 0.52 0.1 (Change the settings you want.) 210.6 335.53 B 0.1 (4.) 197.5 315.13 S 0.52 0.1 (Choose OK.) 210.6 315.13 B 0 F 0.52 0.1 (The International Settings dialog box closes.) 210.6 302.73 B 0.52 0.1 (Alternately) 210.6 282.33 B 0.52 0.1 (, choose Cancel to r) 260.59 282.33 B 0.52 0.1 (emove any changes you made in the dialog.) 349.87 282.33 B 5 12 Q 0.69 0.12 (t) 104.4 248.6 B 6 F 0.73 0.3 (Changing the Short Date For) 126 248.6 B 0.73 0.3 (mat) 299.95 248.6 B 3 10 Q 0.1 (1.) 197.5 227.93 S 0.52 0.1 (In the International Settings dialog, choose Modify in the Date Settings) 210.6 227.93 B 0.1 (panel.) 210.6 215.53 S 0 F 0.52 0.1 (The Date Settings dialog box opens.) 210.6 203.13 B 3 F 0.1 (2.) 197.5 182.73 S 0.52 0.1 (In the Short Date panel, select the part of the date to display \336rst in the) 210.6 182.73 B 0.52 0.1 (Display First \336eld.) 210.6 170.33 B 0 F 0.52 0.1 (The Sample panel shows how your selections af) 210.6 157.93 B 0.52 0.1 (fect the date format.) 429.91 157.93 B 54 352.4 195.5 400.91 C 54 352.4 195.5 400.91 R 7 X 0 K V 57.46 320.49 189.43 397.45 R V 9 9 Q 0 X -0.62 (Read \322About International) 57.46 391.45 P -0.62 (Settings\323 on page) 57.46 381.45 P -0.62 (91 for more) 129.15 381.45 P -0.62 (information about International) 57.46 371.45 P (Settings.) 57.46 361.45 T 0 72 612 720 C 54 144 195.5 184.18 C 54 144 195.5 184.18 R 7 X 0 K V 57.46 103.75 189.43 180.72 R V 9 9 Q 0 X -0.62 (See \322Date Settings\323 on page) 57.46 174.72 P -0.62 (93) 170.86 174.72 P -0.62 (for a discussion of the Date) 57.46 164.72 P -0.62 (Settings dialog box.) 57.46 154.72 P 0 72 612 720 C FMENDPAGE %%EndPage: "98" 121 %%Page: "97" 121 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (International Settings) 198 108.7 B 0 F 0.09 (97) 548.83 108.7 S 1 20 Q (5) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 15 Q 0 X 0 K -0.94 (Instructions for T) 54 638 P -0.94 (asks Related to International Settings) 158.23 638 P 0 10 Q 0.52 0.1 (This section pr) 198 616.33 B 0.52 0.1 (ovides detailed, step-by-step instr) 265.3 616.33 B 0.52 0.1 (uctions for performing a) 419.77 616.33 B 0.52 0.1 (variety of tasks r) 198 603.93 B 0.52 0.1 (elated to international settings for your W) 274.8 603.93 B 0.52 0.1 (abi envir) 466.5 603.93 B 0.52 0.1 (onment.) 506.78 603.93 B 5 12 Q 0.69 0.12 (t) 104.4 570.2 B 6 F 0.73 0.3 (Setting the) 126 570.2 B 2 F 1.44 (LANG) 195.35 570.2 P 6 F 0.73 0.3 ( Envir) 224.13 570.2 B 0.73 0.3 (onment V) 256.67 570.2 B 0.73 0.3 (ariable) 315.21 570.2 B 3 10 Q 0.1 (1.) 197.5 549.53 S 0.52 0.1 (At the operating system prompt, enter one of the following commands) 210.6 549.53 B 0.52 0.1 (before starting your X W) 210.6 537.13 B 0.52 0.1 (indow desktop:) 326.88 537.13 B 0 F 0.52 0.1 (In the C shell:) 210.6 512.33 B 4 9 Q 1.08 ( setenv LANG) 210.6 499.93 P 1 10 Q 0.52 0.1 (locale) 290.41 499.93 B 0 F 0.52 0.1 (In the Bourne or Korn shell:) 210.6 479.53 B 4 9 Q 1.08 ( LANG=) 210.6 467.13 P 1 10 Q 0.52 0.1 (locale) 250.5 467.13 B 4 9 Q 1.08 (;export LANG) 273.49 467.13 P 0 10 Q 0.18 0.1 (For example, to specify Fr) 210.6 446.73 B 0.18 0.1 (ench as the locale/keyboar) 328.14 446.73 B 0.18 0.1 (d type, enter one of the) 449.92 446.73 B 0.52 0.1 (following commands:) 210.6 434.33 B 0.52 0.1 (In the C shell:) 210.6 414.6 B 4 9 Q 1.08 ( setenv LANG fr) 210.6 403.2 P 0 10 Q 0.52 0.1 (In the Bourne or Korn shell:) 210.6 383.13 B 4 9 Q 1.08 ( LANG=fr;export LANG) 216.84 370.73 P 3 10 Q 0.1 (2.) 197.5 350.33 S 0.52 0.1 (Start your X W) 210.6 350.33 B 0.52 0.1 (indow desktop.) 280.1 350.33 B 5 12 Q 0.69 0.12 (t) 104.4 316.6 B 6 F 0.73 0.3 (Setting the) 126 316.6 B 2 F 1.44 (WABI_KEYB) 195.35 316.6 P 6 F 0.73 0.3 ( Envir) 260.11 316.6 B 0.73 0.3 (onment V) 292.65 316.6 B 0.73 0.3 (ariable) 351.19 316.6 B 3 10 Q 0.1 (1.) 197.5 295.93 S 0.52 0.1 (At the operating system prompt, enter one of the following commands) 210.6 295.93 B 0.52 0.1 (before starting the) 210.6 283.53 B 0.52 0.1 (W) 300.49 283.53 B 0.52 0.1 (abi) 309.85 283.53 B 0.52 0.1 ( program:) 324.58 283.53 B 0 F 0.52 0.1 (In the C shell:) 210.6 260.4 B 4 9 Q 1.08 ( setenv WABI_KEYB) 210.6 249 P 1 10 Q 0.52 0.1 (locale) 317.37 249 B 0 F 0.52 0.1 (In the Bourne or Korn shell:) 210.6 228.93 B 4 9 Q 1.08 ( WABI_KEYB=) 210.6 216.53 P 1 10 Q 0.52 0.1 (locale) 277.47 216.53 B 4 9 Q 1.08 (;export WABI_KEYB) 300.45 216.53 P 0 10 Q 0.52 0.1 (For example, to specify Fr) 210.6 196.13 B 0.52 0.1 (ench as the locale for the keyboar) 329.51 196.13 B 0.52 0.1 (d in the W) 482.71 196.13 B 0.52 0.1 (abi) 530.53 196.13 B 0.52 0.1 (pr) 210.6 183.73 B 0.52 0.1 (ogram, enter one of the following commands:) 220.57 183.73 B 0.52 0.1 (In the C shell:) 210.6 164 B 4 9 Q 1.08 ( setenv WABI_KEYB fr) 210.6 152.6 P 53.23 470 194.73 510.06 C 53.23 470 194.73 510.06 R 7 X 0 K V 56.69 429.63 188.66 506.6 R V 9 9 Q 0 X -0.62 (T) 56.69 500.6 P -0.62 (able) 61.18 500.6 P -0.62 (5-) 80.67 500.6 P -0.62 (1 on page) 88.65 500.6 P -0.62 (102 lists the) 129.88 500.6 P -0.62 (locales you can use to set the) 56.69 490.6 P 2 F -1.35 (LANG) 56.69 480.6 P 9 F -0.62 ( and) 78.26 480.6 P 2 F -1.35 (WABI_KEYB) 97 480.6 P 9 F -0.62 ( variables.) 145.53 480.6 P 0 72 612 720 C 54.19 239.29 195.69 277.8 C 54.19 239.29 195.69 277.8 R 7 X 0 K V 57.65 197.38 189.62 274.35 R V 9 9 Q 0 X -0.62 ( \322About Localizing W) 57.65 268.35 P -0.62 (abi\323 on) 137.86 268.35 P -0.62 (page) 57.65 258.35 P -0.62 (90 explains why you might) 80.14 258.35 P -0.62 (set these variables.) 57.65 248.35 P 0 72 612 720 C FMENDPAGE %%EndPage: "97" 120 %%Page: "96" 120 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (96) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (5) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (The Decimal Indicator) 198 641.33 B 0.52 0.1 (, Separator) 299.02 641.33 B 0.52 0.1 (, and Display Leading Zer) 347.55 641.33 B 0.52 0.1 (o selections also) 467.39 641.33 B 0.28 0.1 (af) 198 628.93 B 0.28 0.1 (fect numbers used in curr) 206.35 628.93 B 0.28 0.1 (ency amounts. The Decimal number does) 323.01 628.93 B 1 F 0.28 0.1 (not) 514.06 628.93 B 0 F 0.28 0.1 ( af) 527.68 628.93 B 0.28 0.1 (fect) 538.91 628.93 B 0.52 0.1 (the curr) 198 616.53 B 0.52 0.1 (ency formats because the Curr) 233.86 616.53 B 0.52 0.1 (ency Settings dialog has its own setting) 372.97 616.53 B 0.52 0.1 (for the number of digits following a decimal point.) 198 604.13 B 0.03 0.1 (When you choose OK and exit the dialog, your new settings ar) 198 583.73 B 0.03 0.1 (e r) 480.62 583.73 B 0.03 0.1 (e\337ected in the) 492 583.73 B 0.52 0.1 (Number Settings panel of the International Settings dialog box.) 198 571.33 B 1 14 Q -0.88 (Curr) 126 538.27 P -0.88 (ency Settings) 153.75 538.27 P 0 10 Q 0.4 0.1 (The curr) 198 516.93 B 0.4 0.1 (ent curr) 236.61 516.93 B 0.4 0.1 (ency format is displayed in the Curr) 272.36 516.93 B 0.4 0.1 (ency Settings panel of the) 437.96 516.93 B 0.52 0.1 (International Settings dialog box. T) 198 504.53 B 0.52 0.1 (o change the curr) 357.86 504.53 B 0.52 0.1 (ency format, you choose) 437.53 504.53 B -0.1 0.1 (the Modify button in the Curr) 198 492.13 B -0.1 0.1 (ency Settings panel. The Curr) 332.34 492.13 B -0.1 0.1 (ency Settings dialog) 465.09 492.13 B 0.52 0.1 (box shown in Figur) 198 479.73 B 0.52 0.1 (e) 287.2 479.73 B 0.52 0.1 (5-) 294.69 479.73 B 0.52 0.1 (5 opens.) 303.21 479.73 B 1 9 Q 0.09 (Figur) 198 330.41 S 0.09 (e) 218.77 330.41 S 0.09 (5-) 224.69 330.41 S 0.09 (5) 232.36 330.41 S 0 F 0.47 0.09 (Curr) 248.4 330.41 B 0.47 0.09 (ency Settings Dialog Box) 267.49 330.41 B 0 10 Q 0.52 0.1 (The Curr) 198 305.74 B 0.52 0.1 (ency Settings dialog contains these \336elds:) 239.38 305.74 B 7 14 Q 0.14 (\245) 198 287.34 S 1 10 Q 0.52 0.1 (Symbol \320) 210.6 287.34 B 0 F 0.52 0.1 (Speci\336es the character to use as the monetary symbol. Y) 252.71 287.34 B 0.52 0.1 (ou can) 508.59 287.34 B 0.1 0.1 (select an item fr) 210.6 274.94 B 0.1 0.1 (om the list, or select the entry \336eld and type a character) 282.2 274.94 B 0.1 0.1 (. The) 532.87 274.94 B 0.52 0.1 (symbol you specify is used in the Placement and Negative \336elds.) 210.6 262.54 B 7 14 Q 0.14 (\245) 198 250.14 S 1 10 Q 0.52 0.1 (Placement) 210.6 250.14 B 0 F 0.52 0.1 (\320 Determines wher) 256.45 250.14 B 0.52 0.1 (e to place the symbol character) 342.98 250.14 B 0.52 0.1 (, r) 484.07 250.14 B 0.52 0.1 (elative to the) 493.65 250.14 B 0.52 0.1 (amount. Y) 210.6 237.74 B 0.52 0.1 (ou must select a placement format fr) 257.14 237.74 B 0.52 0.1 (om the list.) 424.83 237.74 B 7 14 Q 0.14 (\245) 198 225.34 S 1 10 Q 0.52 0.1 (Negative \320) 210.6 225.34 B 0 F 0.52 0.1 (Indicates how to display negative values. Y) 258.82 225.34 B 0.52 0.1 (ou must select a) 456.8 225.34 B 0.52 0.1 (negative format fr) 210.6 212.94 B 0.52 0.1 (om the list.) 293.11 212.94 B 7 14 Q 0.14 (\245) 198 200.54 S 1 10 Q 0.45 0.1 (Digits \320) 210.6 200.54 B 0 F 0.45 0.1 (Determines how many digits to display after the decimal character) 247.95 200.54 B 0.45 0.1 (.) 552.35 200.54 B 0.52 0.1 (Y) 210.6 188.14 B 0.52 0.1 (ou must select a number fr) 216.45 188.14 B 0.52 0.1 (om 0 thr) 339.41 188.14 B 0.52 0.1 (ough 9 in the list.) 378.37 188.14 B 0.03 0.1 (When you choose OK and exit the dialog, your new settings ar) 198 167.74 B 0.03 0.1 (e r) 480.62 167.74 B 0.03 0.1 (e\337ected in the) 492 167.74 B 0.52 0.1 (Curr) 198 155.34 B 0.52 0.1 (ency Settings panel of the International Settings dialog box.) 219.23 155.34 B 54 329.6 195.5 385.6 C 54 329.6 195.5 385.6 R 7 X 0 K V 57.46 305.18 189.43 382.14 R V 9 9 Q 0 X -0.62 (See \322Changing Currency) 57.46 376.14 P -0.62 (Settings\323 on page) 57.46 366.14 P -0.62 (101 for the) 129.15 366.14 P -0.62 (steps to change the currency) 57.46 356.14 P (format.) 57.46 346.14 T 0 72 612 720 C 54 144 558 648 C 198 344.81 558 476.4 C 0 X 0 K %%BeginBinary: 2585 387 239 185.76 114.72 0 197.89 346.73 BEGINBITMAPBWc "j" FEO 1F 7"Z" 1FLFC7"8"j" 17FEI04 9" FC9" E29" 1E8#C#=#8" F8BE0F8001F0068"D#=& E71FC003F80030C68"D#=#8" EF38E0071CC09"C3 BC306619B6C78DE0F30C060C3C79E66F0763E09"C-8% A2700619F7CFCFF1FB0C07807E7F8FE7F09"C"80 1E60C7186E339D8C03F0C330C6719CE6308#F*8% E8BE861FEC33019800F8FF619867808"D"<%;# E77000D8001C63E08"D#8#9$:# EF3066180C060CC06070G-9$ 38E639861CEC339CF0071CE79CE6309"C3 BC1FC7F9860FCC31F87003F87E38E6618FE7F09"C3 A30F83D986078C30F06001F03C1866618763E09"Cc"b# 1F6060008#J# E8FF<1CE08"J#<# E7501C00FC08"J"<# FF6800780J#<# 800000000 7% 100000007"Z" 1FLFC J"f" >F803J"A" >F001E"b&8. FE0FE000007FF3FFFFFFFFD55555FFFFFFFFF1FR%>%9" EFEFFFFEBFFFFF7FE1J">"8" :FCFFFFJ"8" CBF7FJ% CFC1E73FFJ#>% 9C07CB9CE677FF"H% F3F3E64FFF9"8"8"<"H% 81FC3FE1B3E61F7F9"B"H% 3CC0F3E63FFFJ% CB3E61F7F9'="=$>% 3F9E411C0F07C3EC0004F3E64FFF9'="=$>% 879E444C6673E1EF001CB3E6677F9&>">#>% F1CCCCCCE6F0803CF9CE73FF9"J#>% FC5C07CBC1E797F9#A">#9"f" 3CE1C0E0FCF201=">">":":"8" 66E1FBF040809#8#=">"?"8" 81F30F07F3FF00009#P<"=$9":$:" FFF3FFEC0000F82AAAAA038$I$9X FE0027EFFFFC8$I$ FFFF8FE80000:"I" FFE0Fb" 0FEX J"f" >F803J"V" >F7F9J" JF1 J":" B07CFJ# AFE73J# AFCF9J& BFF8383C1C1J% C39899C9CJ$ C81999FE"f"="8" FE7F3980FS$="9" EFFFFEF99FJ"<#8# :FCFE739C9CJ' AFF078099C1C1JQ BJ"f" >F401F$A" FCF87FF09#A$<#9"A" 01CFF8733FC07CF8039"=":#BX 3CF9F03F9# 3E4F:);#;$ 4E0F070704783830FC7FEC00049*:$;$ 3CCCE6727311339899F87F3FEF803C9);#=# 01CE067E73333399FC3FE0FC9)D" 3FCCE67E03333019FB=%;#=" 7F3333F9F033FF<#8";$;$ 727399F8787FEC0000:):$;$9"f" CE0307073338399CFCFFFFEFFFFCF8039T:"C"V" FFF7F98$I$E" FE003FE80000F18$I" FFFFFFE0Fd EX J% BFCF9FFCF J$ DC1CC0FJ% C019CCC67J"8" CF9E7J" D80J" D9FJ$ D9CCC67J$ DC1CC0FJ& BFFFFFFFCFFJ"f" >F401J" >F0J"A" >F803JX > E"f" FE7FFS$ EFFFFEJ" :FC F) FCE7C3C3E7FE7E739#9"=, 3E7FCFF9C3999987F87879EFC07C9"9#>' 1EFCFF81F999E7FE7E9"B"8"9" 0EF3F97C:(<$:$ 70781C1849E60F87E3F3EC00049)<$:$ 26673319CCC9E4E7C3F9E7EF803C9"8%=$;# 329C0CCCCCE1F9CFE0FC9&8">";" 38603399CC079FFB:#8$<#<" 67F3CE1CFF8199FF9%9"<&8$ 3C673319E7C3C381E79EEC00009);#P% 3E70781C064F3E0FF9E7F9EFFFFC9)<" FFFFFF9FFFFFFFFFFF8$A"<% FE001FFCF3E800008&?"<# FFFFFFF83FFFFFE0;#?d FFFFEX E"b& FE0FE000007FFR% EFEFFFFEJ" :FC J# 9C07CF" E19%?" 01E7FF3FCC9% 3CFFFFF39#A" 3E7FFC:%>"=$ 67032187F9EC0004:%>"=$ 66633333F3EF001C;$>"># 73333FE7803C=">"># 87CFC07C="G# F3E0FC9&>">" 3CE6633333C0FB9&>">" 01E7033987FFFF9&F$ FFFFF3FFFFEC00008$I$ FE001FEFFFFC8%H$ FFFFFF07E80000;"H" FFE0Fb" 0FEX 7j O Z O" ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C FMENDPAGE %%EndPage: "96" 119 %%Page: "95" 119 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (International Settings) 198 108.7 B 0 F 0.09 (95) 548.83 108.7 S 1 20 Q (5) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 7 14 Q 0 X 0 K 0.14 (\245) 198 641.33 S 1 10 Q 0.52 0.1 (Separator \320) 210.6 641.33 B 0 F 0.52 0.1 (Speci\336es what character\050s\051 to place between hours and minutes.) 261.69 641.33 B 0.52 0.1 (This is a text entry \336eld, so you can type in any characters \050up to nine,) 210.6 628.93 B 0.52 0.1 (including spaces\051 to use as separators.) 210.6 616.53 B 7 14 Q 0.14 (\245) 198 604.13 S 1 10 Q 0.52 0.1 (Display Leading Zer) 210.6 604.13 B 0.52 0.1 (o) 296.66 604.13 B 0 F 0.52 0.1 (\320 Determines how single-digit hours ar) 304.32 604.13 B 0.52 0.1 (e displayed.) 483.44 604.13 B 0.52 0.1 (Checking the box makes a zer) 210.6 591.73 B 0.52 0.1 (o appear befor) 347.42 591.73 B 0.52 0.1 (e single-digit hours. A leading) 413.92 591.73 B 0.52 0.1 (zer) 210.6 579.33 B 0.52 0.1 (o makes times align better in columns.) 224.45 579.33 B 0.03 0.1 (When you choose OK and exit the dialog, your new settings ar) 198 558.93 B 0.03 0.1 (e r) 480.62 558.93 B 0.03 0.1 (e\337ected in the) 492 558.93 B 0.52 0.1 (T) 198 546.53 B 0.52 0.1 (ime Settings panel of the International Settings dialog box.) 203.68 546.53 B 1 14 Q -0.88 (Number Settings) 126 513.47 P 0 10 Q 0.52 0.1 (The curr) 198 492.13 B 0.52 0.1 (ent number format is displayed in the Number Settings panel of the) 236.73 492.13 B 0.52 0.1 (International Settings dialog box. T) 198 479.73 B 0.52 0.1 (o change the number format, choose the) 357.86 479.73 B 0.41 0.1 (Modify button in the Number Settings panel. The Number Settings dialog box) 198 467.33 B 0.52 0.1 (shown in Figur) 198 454.93 B 0.52 0.1 (e) 267.64 454.93 B 0.52 0.1 (5-) 275.13 454.93 B 0.52 0.1 (4 opens.) 283.65 454.93 B 1 9 Q 0.09 (Figur) 198 312.45 S 0.09 (e) 218.77 312.45 S 0.09 (5-) 224.69 312.45 S 0.09 (4) 232.36 312.45 S 0 F 0.47 0.09 (Number Settings Dialog Box) 248.4 312.45 B 0 10 Q 0.52 0.1 (The Number Settings dialog contains these \336elds:) 198 287.78 B 7 14 Q 0.14 (\245) 198 269.38 S 1 10 Q 0.52 0.1 (Decimal Digits \320) 210.6 269.38 B 0 F 0.52 0.1 (Determines how many digits to display after the decimal) 285.4 269.38 B 0.52 0.1 (character) 210.6 256.98 B 0.52 0.1 (. Y) 251.39 256.98 B 0.52 0.1 (ou can select a number fr) 262.95 256.98 B 0.52 0.1 (om 0 thr) 378.72 256.98 B 0.52 0.1 (ough 6 in the list.) 417.68 256.98 B 7 14 Q 0.14 (\245) 198 244.58 S 1 10 Q 0.06 0.1 (Decimal Indicator \320) 210.6 244.58 B 0 F 0.06 0.1 (Speci\336es which character to indicate a decimal point. Y) 295.59 244.58 B 0.06 0.1 (ou) 543.56 244.58 B 0.52 0.1 (can select a character fr) 210.6 232.18 B 0.52 0.1 (om the list, or select the entry \336eld and type a) 317.56 232.18 B 0.1 (character) 210.6 219.78 S 0.1 (.) 251.39 219.78 S 7 14 Q 0.14 (\245) 198 207.38 S 1 10 Q 0.52 0.1 (Separator \320) 210.6 207.38 B 0 F 0.52 0.1 (Indicates the character to use after the thousands digit. Y) 261.69 207.38 B 0.52 0.1 (ou can) 522.05 207.38 B 0.52 0.1 (select a character fr) 210.6 194.98 B 0.52 0.1 (om the list, or select the entry \336eld and type a character) 298.89 194.98 B 0.52 0.1 (.) 554.16 194.98 B 7 14 Q 0.14 (\245) 198 182.58 S 1 10 Q 0.19 0.1 (Display Leading Zer) 210.6 182.58 B 0.19 0.1 (o \320) 295.99 182.58 B 0 F 0.19 0.1 (Speci\336es whether to display a zer) 311.2 182.58 B 0.19 0.1 (o befor) 463.12 182.58 B 0.19 0.1 (e the decimal) 494.83 182.58 B 0.52 0.1 (point, in numbers less than one.) 210.6 170.18 B 54 314.03 195.5 360.8 C 54 314.03 195.5 360.8 R 7 X 0 K V 57.46 280.38 189.43 357.34 R V 9 9 Q 0 X -0.72 (See \322Changing Number Settings\323) 57.46 351.34 P -0.62 (on page) 57.46 341.34 P -0.62 (101 for the steps to) 91.81 341.34 P -0.62 (change the number format.) 57.46 331.34 P 0 72 612 720 C 54 144 558 648 C 198 326.85 558 451.6 C 0 X 0 K %%BeginBinary: 2834 442 229 212.16 109.92 0 198.45 330.37 BEGINBITMAPBWc "j FCO' 7"Z" 3FO%E07"8"j" 2FFCO"20 9" F99" C58# FE3D8#G#8"9#8" F17DE0C00C0F80308"H"=% CFF01FC001868"J#8" DF:38E0009"G1 79D8CC337B8DC0F1B03061E3CF33783B1F9"J)8% 454FFCFE1F9F03C03F3FC7F3F808#G"8. DE3DCC9CCE730DC01F861986338CE7318#J)8% D17D418CC33FD8007C7F90CC33C008"H"=#;" CFC600E71F8"J&:# DF801803066010380J,9# 5C3CC7318CE739D8038E739E7319"H,8# 79CFF318CFE1F9801FC3F1C77F3F9"G-8$ 47C1C7B318CDC0F1800F81E0C33B1F008#Gi# DE3F03008#J" D1FF?E78"J" CF@7E8"J" FF@3CJ" C00 7% 200000007"Z" 3FO%E0 J"b% 4FC1FC00000J"R% 4FDDFDFFFFCJ"="f" ?F8FC01J"A" GF800J. GF9FFFFFFFFEAAAAAFFFFFFFFF8J"C%9" >80DFFFFFBFF0J"J"8" 5C36FFFFJ"J"8" 5996DFBFJ% LFE0F39FF9%8'<"J% C07FFFFCFE7E03CFFE7FF96DCE733BF9%:%<"=$B% CF3FFFFF79FFFFE7F3D80008F9F327FF:"<"?"=$B% 9F7CE7DE0038D9F30FBF:'8&:"=$B% 9C1E0CC11E0ECE06430E7FCFDF0078F9F31FFF:'8&:">#B% 99CCE4C44CE6CCC66667FF9F80F8D9F30FBF<%9$D"C% FCCCCE06E6667FC1F9F327FF:#8#:#;">"C% 980CCCE6670F81F7D9F333BF:#?";">"C% 99FCE7FFFFFCE739FF:$:&C$B% 39CCE479CCC66667D80000DE0F3CBF9/B$>g C07C1E0CCCCE027E03CE06730E7FDFFFF89U%B$=":"8" E7FFFFFFD00000F820409#J"D"8" 80078C000009#=#<"b"@":$:" FFFFFE0FFC1FFC15555501B#80J":" K83E7J" K39J# JFE7C9%8&J& C07FFFFCFE7E7FFF33=7FC1C1E0E09%<"8"B$B& CF3FFFFF3F9FD800089CC4CE4E67:"J$B% 9F8DE0038C0CCCFCE:0@$B"8" 9C1E0CC11E0E7E60F03383830C1C27DF00789CC0:0A#A"9# 99CCE4C44CE67E626633393999CC7F80F87CCFE7<+8"A"A#8$ FCCCCE067E6667333F81FFC1FF39CE4E67:#8#;";">"B' 980CCCE6399FF783C04CE0E0E7:#E">"BQ 99FCFFFF:$;$D$="g 39CCE4663339D80000FA9(8(@$=" C07C1E0CCCCE0270338380CC1CE7DFFFF8F89Z@$="A" 0D00000FC01@#G"?X FC1FC0@#>"b" FFFFFC1FJW 4 J"f" GFC01J"V" GFBFCJ"b%I" 4FC1FC00000F8J"R% 4FDDFDFFFFCJ" ?F8 J% KFE7CFFE7J" >80 J$ ME0E607J% L00CE66339#=&J"8" E07FF98787867F;7C739#:"8&B$C" CF3FF9F33333333FD80008C0J$C# =DE0038CFE6:*9"B$C$ F8381E0E1830C1C3E799DF0078CE66339*:"C#C$ E1F398CCE633999CC79F80F8E0E6079*H"B& FC7399CE0678199CCFC1FFFFFFFE7F9(A">">"g FF3019CCE673999FF7FA9$E">">" CF33F93FFFF8;"E"=$="A" 98FFD80000FC019)8%B$=X E078381E02780CC187878799DFFFF89$Q&B$ FFFFF9F3FFFFFF3FD000009#J" 800F8C09#="8#9"b" FFFFF9FE7FFC1F;"<"8#9W FFFFFFFF 9# 80039# 9FF39# AFEB9(8"9#8"9& B7DBF01E7FFFF3F9F33F80FE61FE1C099&?"8"9& BBBBF3CFFFFFFCFCCCFCCCFC9%C" BD7BF3E7F9959# 6BEFBF3E670E073833CF9FC1E0F0330781FF9E0E183F9FE7F9#8%8,9# BD7B66633339F9CCE66331331FF3CE63398C1E9#8&8*9$ BBBB67E7338199CE067333339FE7CE67FE0CCE9#8"8"8$:#:# B7DB7039F80CE6CFC0FFCF9#8#8%<# AFEB7E67C3F9F9FCCFE79';$8%9# 9FF3F3CE6663CCE6631F9FCE67FCCC95 :8003F01E70E07380E7F80C1E030333381F80E0E783F9E1CE1E1E9P%R, E7FFFFE79FFFFFFFFFFCFFFFFFFCFFA$ CFF007A$:#:#8" 1FFFFFF83FFE7FF9>"8"<#:#8" FFFFFFFFFFFFFF 7j O' Z O( ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C FMENDPAGE %%EndPage: "95" 118 %%Page: "94" 118 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (94) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (5) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 7 14 Q 0 X 0 K 0.14 (\245) 198 641.33 S 1 10 Q 0.52 0.1 (Format) 210.6 641.33 B 0 F 0.52 0.1 (\320 Determines how to display each component of the date. These ar) 243.74 641.33 B 0.52 0.1 (e) 549.19 641.33 B 0.45 0.1 (list boxes fr) 210.6 628.93 B 0.45 0.1 (om which you select the format of the month, date, and year) 263.38 628.93 B 0.45 0.1 (. In) 539.91 628.93 B 0.52 0.1 (the Long Date panel, you also select a format for the day of the week.) 210.6 616.53 B 0.06 0.1 (As you make changes, the Sample panels show the ef) 198 596.13 B 0.06 0.1 (fects of your selections on) 438.46 596.13 B 0.52 0.1 (the date formats. When you choose OK and exit the dialog, your new settings) 198 583.73 B 0.47 0.1 (ar) 198 571.33 B 0.47 0.1 (e r) 206.96 571.33 B 0.47 0.1 (e\337ected in the Date Settings panel of the International Settings dialog box.) 218.79 571.33 B 1 14 Q -0.88 (T) 126 538.27 P -0.88 (ime Settings) 133.78 538.27 P 0 10 Q 0.52 0.1 (The curr) 198 516.93 B 0.52 0.1 (ent time format is displayed in the T) 236.73 516.93 B 0.52 0.1 (ime Settings panel of the) 403.94 516.93 B 0.52 0.1 (International Settings dialog box. T) 198 504.53 B 0.52 0.1 (o change the time format, you choose the) 357.86 504.53 B 0.25 0.1 (Modify button in the T) 198 492.13 B 0.25 0.1 (ime Settings panel. The T) 301.52 492.13 B 0.25 0.1 (ime Settings dialog box shown) 415.92 492.13 B 0.52 0.1 (in Figur) 198 479.73 B 0.52 0.1 (e) 234.36 479.73 B 0.52 0.1 (5-) 241.85 479.73 B 0.52 0.1 (3 opens.) 250.37 479.73 B 1 9 Q 0.09 (Figur) 198 342.39 S 0.09 (e) 218.77 342.39 S 0.09 (5-) 224.69 342.39 S 0.09 (3) 232.36 342.39 S 0 F 0.47 0.09 (T) 248.4 342.39 B 0.47 0.09 (ime Settings Dialog Box) 253.51 342.39 B 0 10 Q 0.52 0.1 (The T) 198 317.72 B 0.52 0.1 (ime Settings dialog contains these \336elds:) 223.83 317.72 B 7 14 Q 0.14 (\245) 198 299.32 S 1 10 Q 0.52 0.1 (12/24 hours \320) 210.6 299.32 B 0 F 0.52 0.1 (Speci\336es either 12-hour or 24-hour format.) 271.77 299.32 B 7 14 Q 0.14 (\245) 198 286.92 S 1 10 Q 0.52 0.1 (Befor) 210.6 286.92 B 0.52 0.1 (e noon \320) 232.02 286.92 B 0 F 0.52 0.1 (Speci\336es characters to place after A.M. times in 12-hour time.) 270.85 286.92 B 0.52 0.1 (This is a text entry \336eld, so you can type in any characters \050up to \336ve,) 210.6 274.52 B 0.52 0.1 (including spaces\051. If you like, you can add the time zone after AM, or) 210.6 262.12 B 0.52 0.1 (r) 210.6 249.72 B 0.52 0.1 (emove AM.) 214.47 249.72 B 7 14 Q 0.14 (\245) 198 237.32 S 1 10 Q 0.52 0.1 (After noon \320) 210.6 237.32 B 0 F 0.52 0.1 (Speci\336es characters to place after P) 267.04 237.32 B 0.52 0.1 (.M. times in 12-hour time.) 425.97 237.32 B 0.52 0.1 (This is a text entry \336eld, so you can type in any characters \050up to \336ve,) 210.6 224.92 B 0.52 0.1 (including spaces\051. If you like, you can add the time zone after PM, or) 210.6 212.52 B 0.52 0.1 (r) 210.6 200.12 B 0.52 0.1 (emove PM.) 214.47 200.12 B 7 14 Q 0.14 (\245) 198 187.72 S 1 10 Q 0.52 0.1 (Suf\336x \320) 210.6 187.72 B 0 F 0.52 0.1 (Speci\336es characters to place after 24-hour times. This is a text entry) 246.6 187.72 B 0.52 0.1 (\336eld, so you can type in any characters \050up to \336ve, including spaces\051. Y) 210.6 175.32 B 0.52 0.1 (ou) 536.76 175.32 B 0.52 0.1 (can enter the time zone, for example. This \336eld is visible only when you) 210.6 162.92 B 0.52 0.1 (select 24-hour time.) 210.6 150.52 B 54 349.6 195.5 385.6 C 54 349.6 195.5 385.6 R 7 X 0 K V 57.46 305.18 189.43 382.14 R V 9 9 Q 0 X -0.62 (See \322Changing T) 57.46 376.14 P -0.62 (ime Settings\323 on) 123.81 376.14 P -0.62 (page) 57.46 366.14 P -0.62 (100 for the steps to change) 79.94 366.14 P -0.62 (the time format.) 57.46 356.14 P 0 72 612 720 C 54 144 558 648 C 198 356.79 558 476.4 C 0 X 0 K %%BeginBinary: 2684 398 234 191.04 112.32 0 195.02 355.98 BEGINBITMAPBWc 7"j" C0M03 7"Z" C3M837"9"j C2C0I :" 9F9# FC5F9# E3DF9"E$9"8# 170FFD807C01808#J% FCF75FE000C318"F$8#8# FD00C00001C73000:"E. 9FC19BDC1E01830F1E799BC1D8F89#F- F45F9FFE3F01E01F9E799FE3F9FC9#F- E3DF9CE66180FC30CC319C67398C9"G'8% 1798C67F803E3F986619E08#J";# FCF750718F88"J&:" FD4600183300C1CJ&8$ 77381C739CC67398C:"H+ 9F3F00FE1F8E399863F9FC9#H+ F47F1E007C0F06199861D8F89#Ef# E3FF18009"J# 1F:07388#J# FCFF:03F08"J# FF;01E0J# >0000 8% 000000007"Z C3M H#:# E07FFE07H#:#="f" CF3FFCF3C01F9'?#:#="A" F9F0F987F3F3BFDFFBFD800F9&@%8&:. E1E67933E37FEFF3E1F7FEFE1FCF9FFFFFFFFEAAAAAFFFFFFFFF8F9"9"?&8&>%:" F9C3FE70E7C3CCE7FE7CCF8FFDFFFFFB0F:+:$9#8">"8" FE73F3C3F078399861CFE077F3EFFF0FFFFF:+=":"@"8" FCF3E793F1339998CCFFFC7FFDFB:&8#>";#>% F9F3CF33F399CFF99E4FFFE0F39F:%:">";#>% F3E79F03E1F33CCFFDCE733B:%:";%8&>% E7E73FF3FC70E7F3E7E7FE7E7C0FFF9F327FA#:&8&>% 19CCFF7FEFF3CFF7FEFCFFCFFD9F30FB:$8&:#:#A% E04F03383C19E1CFBFDFFBFDFF9F31FF9$S:%8%?% FFFFCFCF3FF3C0FCF3FC0FFD9F30FBH%8&>% E07FFFFFFE07FFFFFFFF9F327F;"B%8%?% FFFFFF803FFFFFF803FD9F333BJ#:#?% 4FFFFFFFFFFCE739FJ% EFDE0F3CBJ"f A90J"9"8" A800204J"8" E0000J"9%:" AC0015555501FG"f"9X FE7FHV H$ FCF9F9J"f" AC01FH$B"V" F878F1BFCFJ" M8F9%A$ FC07FFCFF33861:$ F3FF9FH$ E01909;+9#F#9# 830C1C307F0783C1C1CFE799F83FFE7F:,9$E# 073999CC673F13399CC4FFCFC999F39F:"9$8"J# F3E73F33CC6E7CF;"8"?$F& 01E0FFFFFFFC1C1E0E0E;"8#J& 3FE7FF;F9CC4CE4E6;"9"J% 393F;FC0CCCFC:,J#8" 07839C1CF07F3383C1CCCF6F9CC069WJ"9" 6C9FE9#J#8# F800?F399E4E69#Cf=' FFFFF83C04CE0E0EGX&8*8# 7E7338199FE067333339FE7CE673CCCF=&8#:$ 670E73339980CEFCFC06>"8%=" E69C3F9F9FFE<%:$8% 3CE666339CCE6631F9FCE69/8, F8003F01E70E07380E7F80C1E03081F80E0E783F9E1E1CE1E19P&Q"P' FE7FFFFE7FF9CFFFFFFFFFCFA% FCFF007FA%:";":" F1FFFFFF83E79F>%=";":" FFFFFFFFFFFFFF 7"j" C0M03 7Z O! ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C FMENDPAGE %%EndPage: "94" 117 %%Page: "93" 117 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (International Settings) 198 108.7 B 0 F 0.09 (93) 548.83 108.7 S 1 20 Q (5) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (Date Settings) 126 638.67 P 0 10 Q 0.52 0.1 (The curr) 198 617.33 B 0.52 0.1 (ent date format is displayed in the Date Settings panel of the) 236.73 617.33 B 0.52 0.1 (International Settings dialog box. T) 198 604.93 B 0.52 0.1 (o change the date format, choose the) 357.86 604.93 B 0.45 0.1 (Modify button in the Date Settings panel. The Date Settings dialog box shown) 198 592.53 B 0.52 0.1 (in Figur) 198 580.13 B 0.52 0.1 (e) 234.36 580.13 B 0.52 0.1 (5-) 241.85 580.13 B 0.52 0.1 (2 opens.) 250.37 580.13 B 1 9 Q 0.09 (Figur) 198 283.8 S 0.09 (e) 218.77 283.8 S 0.09 (5-) 224.69 283.8 S 0.09 (2) 232.36 283.8 S 0 F 0.47 0.09 (Date Settings Dialog Box) 248.4 283.8 B 0 10 Q 0.42 0.1 (In the Date Settings dialog, you can specify dif) 198 259.13 B 0.42 0.1 (fer) 411.17 259.13 B 0.42 0.1 (ent formats for the short and) 423.36 259.13 B 0.52 0.1 (long versions of the date. The dialog contains these \336elds for the Short Date) 198 246.73 B 0.52 0.1 (and Long Date:) 198 234.33 B 7 14 Q 0.14 (\245) 198 215.93 S 1 10 Q 0.52 0.1 (Display First \320) 210.6 215.93 B 0 F 0.52 0.1 (Determines which component of the date to display \336rst.) 277.34 215.93 B -0.05 0.1 (When you select one, the other parts of the date ar) 210.6 203.53 B -0.05 0.1 (e r) 436.77 203.53 B -0.05 0.1 (earranged in the corr) 448.07 203.53 B -0.05 0.1 (ect) 542.67 203.53 B 0.52 0.1 (or) 210.6 191.13 B 0.52 0.1 (der) 220.02 191.13 B 0.52 0.1 (.) 234.43 191.13 B 7 14 Q 0.14 (\245) 198 178.73 S 1 10 Q 0.2 0.1 (Separator \320) 210.6 178.73 B 0 F 0.2 0.1 (Speci\336es what character\050s\051 to place after date components. These) 261.05 178.73 B 0.32 0.1 (ar) 210.6 166.33 B 0.32 0.1 (e text entry \336elds, so you can type in any characters \050up to \336ve, including) 219.57 166.33 B 0.52 0.1 (spaces\051 to use as separators.) 210.6 153.93 B 54 429.84 195.5 486 C 54 429.84 195.5 486 R 7 X 0 K V 57.46 405.58 189.43 482.54 R V 9 9 Q 0 X -0.62 (See \322Changing the Short Date) 57.46 476.54 P -0.62 (Format\323 on page) 57.46 466.54 P -0.62 (98 and) 125.14 466.54 P -0.98 (\322Changing the Long Date Format\323) 57.46 456.54 P -0.62 (on page) 57.46 446.54 P -0.62 (99 for the steps to) 91.81 446.54 P -0.62 (change the date formats.) 57.46 436.54 P 0 72 612 720 C 54 144 558 648 C 198 298.2 558 576.8 C 0 X 0 K %%BeginBinary: 6634 597 577 286.56 276.96 0 197.23 295.46 BEGINBITMAPBWc 7j" O901 7"Z" 0FO8C17"9j" 0BO541 9# FE7F9" F19" 8F8#J":#8" FC5F<7E0F80308#J* F3DF<7F800180001FC001868"J#9#8" F7=61C038E0009"J. DE<60C3E3C3C03061E3CF33783B1F9"J(8% D1=E7F3C7E03C03F3FC7F3F809"J- 8F=66318C301F861986338CE7318#J(8% F45F=60718FF007C7F90CC33C008#J#8#;" F3DF=E3F100E71F8"J(:# F7>C7318C003066010380J)9# @61C6318E7038E739E7319"J*8# DE<7F87F1C7E01FC3F1C77F3F9#J*8$ D1FF;7E03B8C3C00F81E0C33B1F009"Jf# 8F<03008#J" F47FGE78#J" F3FFG7E8"J" FFH3CJ" K00 7% 080000007"Z" 0FO8C1 9$8# FE073FFC079#8& FCF3FCFCF3FFCF8#;"9j" F01CF9E1F8,Z" F7FCFF0783807CF9C1860FEDF9+ FE1F13398CFCF99CCCE79&8" FFC733399CC0:";$ F39CCC079">" FCFF?"8" F3E79+ FE0733839E7C07C0660F9U J"f" O,C01FJ"A" O,800FJ"V" O,9F8FJ" O80F J% O0FEAAAAAFJ% O0FDFFFFFBJ"8" O0FFFFJ"8" O0FDFBJ% O0FFE0F39FJ% O0FDCE733BJ% O0FF9F327FJ% O0FD9F30FBJ% O0FF9F31FFJ% O0FD9F30FBJ% O0FF9F327FJ% O0FD9F333BJ% O0FFCE739FJ% O0FDE0F3CBJ% O0FFFFFFFFJ"8" O0FDFB:#8"8#<">#?#J"8" C079CFE01303FE07FE075FFFF:#;%9#>#?#G- CF3FE7FFFFF9FE79FCF3FCF3900000000200000400000000;"B#>#?#G"9% 9FFDFEFBFDFBFD8001555550;,8%<%8#9%I% 99C381CE0CF3E7F30C309FFBFF7CFCF7FEFCFCFE7FF7FEFC0700000000<+8$=$9":'C"A" 998CCCE4F3E0331999FFF3FF3CE70E7CE6E7FE7CF3FFCFC01F<*9%<%=%EX 9F9CCE0667E7F339F9F7FFBE79EE077C78EFFF7CF9<%9#;&=%=$ C39CCCE63C39BF33C1E0E1E0E0C20FC1860F<"8#8#<%<&=$ F9E70F3F99879CCE6330CE6266279CCCE7;$;"=%>$=" 39998C39CF9CE067666667C0:(8$8':%=#8$ C079C381CE039F3C3C9FF3FF3FCF80CEE70E7C84E7FE9CCC07:(P8&;$>$9" FFFFFF9FFFFF9FFBFF7FCF9FF7FEFCF7FEFCFF:#:"=&;%=%8" 80073FFDFEFFCF9CFBFDFCCCFBFDFCF3E7:#9#=#8$9#8$:( FFFFFC7FFE79C1E027FCF3E0E672FCF3FC07C0660F=%=#P9#Q9#P FFFFFFFFFF03FE07FE07I">#?# FFFFFFFFFF J"f" O,C01FJ"V" O,BFCFJ" O88F J& BF00000007FJ% BF7FFFFFF J#J#9# 7FE07DF83FFE7FJ#;"J# 7FCF39F>F39FJ# O/E7CFJ*J& 8FF8381E0E1830C1C27=FC1C1E0E0EJ+8"J& 7FE1F398CCE633999CC7FCF:F9CC4CE4E6J(8"J% 7FFC7399CE06781FF=FC0CCCFCJ'J#8" 8F3019CCE6739@F9CC06J$?"J"9" 7FCF33F9F:C9FEJ#J#8# 9398CBF399E4E6J+J' 7FE078381E02780CC1CE7#J" E0E672667F7F07MFF9R?"J"f" DFFA00FI"J" FFF80H$J"A" 600003EC01FC":$JX FF7FFFE3E H$ 400003H" 00C` BT J":" >C09FJ# >9E7FJ#<"e" C3E731131999CFJ& >F8F0333339J#9# >FE67980FJ":# >9E99FFB"b"C$ FE031999CFCP$?( 7FFFF3C0F01333039C1FJ"?( 4E3FFFFFFFF3FFFFF9# FC07:$ F3FFCF:"J" F9=FF;%:# C1860E7FF03F;%:#9# 9CCCE7FFF3FF7E03;" C0;$ 9CCC07=";#9$ FFF07F600023:"8";#9$ F3E7F33F7C01E3:&:":# 07C0660E7FFF7F079Q@" DFC";" F3FFC#9$ F87F600003C#9$ FFFF7FFFE3 H$ 400003H" 00C` BT J& D3F207987F3J' CFC3F27F933E3J":" CFFC3J$ D3E67F3J% E60F32393J% E66738333J& D3CFE67F303J" HF3J$ EE66733B"b"E% FE0339F0CF87CP$E& 7FFFF3F9FFCFFFFFJ" 4E39#J$ F9F9?FFFFFF 9# FCF39':$ FE6783C1C27FF87F3F9':#9# FF0F399CC7FFF33E7E03:%<" 9F39C0CF3C;# 019C;"=#9$ 3FF239600023;"=#9$ 39F8337C01E3;%:#9# 83C04E7FFF307F07:P;":" 3FDFC";" F3FFC#9$ F87F600003C$8$ FFFFFF7FFFE3 H$ 400003H" 00C` BT>j" 203JZ <4 8"j" F0O!1F8Z O# 9":# FCF01F>% F3CFFF3F8#;"8"j" F01CE7FCO,7F8'8$Z F7FCFE0E0F0306183FO,:* FCE62663F3E673339F<& 6673F3E703?% E673301FA# 33FF=$8" 63F3CE9F:* 060E6703F01F01983F9&P FFFFFFFFF3 =" 07=" FF :'8#;#>#?# FE03CFFFFE7F009FF81FE07FE07F;#;%9#>#?# 79FF3FFFFFCFF3CFCF3FCF3F;"C#>#?# 7CEFF7BFDFBFDF<+9%<%8":% CE1C0E70679F3F986184DFFBE7E77FEFCFCFE77FEFC07F<+9#=$9#9' CCCC6667279F0198CCCF9FF9FE70E7FE67FE7FE7CF3FFC=):%<%=% FCE670333F3F99CFBFFDF3CFE077C78FFFF7CF9F<%:"<&<%=$ CE1CE667E1F99E0F070F8E0E0C209C1860<#8#8"<&;'<% CFCC387FFCFC3CE6731FC30CE626627F99CCCE7F;%;"<&>#=# 79CCCC66CCFE7CE7033F66669C0C;(8#9#8#:%=' 03CE1C0E701CFFE1E49FF9067370E7C84C7FE7CF99CCC0:(P9#8":$>$9# FFFFFFFCFFFFFCDFFBFEFF7FEFFF7FEFCFFF@%;#8";%=( F9FE007FEFF7E6BFDFCCCCBFDFCF39CCCE7F@%;':(:( E3FFFFFFF3CFFE7E0F01CF3FCCCE0E6726CF3FC07C0660FF="8">#P9#Q9' FFFFF81FE07FE07FFFFFFFFFI#>#?# FFFFFFFFFFFF D#D" E01FC0D#9#?#:" E7FFFE7F9E7FF3 E'?+ F838411E0C279FF0703C1C306183861CD(?+ E03398C44CE67FC3E73199CC6733398CCFD'@'8# E7F399CCCE06F8E7339C0CF09CFFH#@'8# CCE6FE603399CCE79E1FJ$;# >9E67F39FCFJ";" @319CE'?+ F839CCCE0327C0F0703C04F019839E1CDR?$R FFFFF3 J" @FF D"i"b" C07F01D"V&Q" DFEFFFFE7F7FFDJ" $9&9" 3833C9DCF3CFFFE7F9>$F# 3393CFC07C>$ 38199F>#:- 3399DE619C1E060F078781C19E7F?#;)8$ 9C3F99CCC6267333319CEC0004=#;0 9E73DF0C39CCE666733F39C0CCFFEF803C=%;#8%9# 80F80E79380C0387399CE0FC=%;#8#8"8" FFFFFE7F39FC7FF3E1FB?#:):" FCFF9E79CCC666733331FF?"<. F17C1E0667078781C073FFEC0000?";T( FFF3FFEFFFFC7F73J";" 8E767J( 88FFFE800007F7FJ$ 8FFFFE0D"g C0DZ 0 Jb" >01JS > D"i"b" C07F01D"V&Q" DFEFFFFE7F7FFDJ" &8" 1C1C1841CFE7='D# 8619CC4CC4FFC07C@# CCCC=#=' 90990707338381E7E';$ E67313333989EC0004="=(:$ 99E7033333819CCFEF803C>&8#8"=# 9C1CCE4CCFE67339E0FC=R#:#;" DE669E1FFBH">" 23FFD):$ DF0F013383809F3FEC0000EQ;$ EFFFFCJ# 4FE7FJ#:$ 4F8FFE80000J";" 4FFE0D"g C0DZ 0 Jb" >01JS > D"i"b" C07F01D"V&Q" DFEFFFFE7F7FFDJ" %9# 3830C1CF0E07>%8$@# 33999CFFDE667FC07C># 3819>$ 339980@";"?$ 9F0FEC0004=%;"?$ 9E73999C67EF803C=&9#@# 80F80CC1CF67E7E0FC=PE" FBE#@" 6667FFD$?$ DF0F0FEC0000E#?& FFFFEFFFFC7F73J" >67J& :E800007F7FJ" :E0D"g C0DZ 0 Jb" >01JS > D"i" C07FD"V$ DFEFFFFEJ" # E1E73398FFDE1E6667C7C07C=%9#8" F3E73819DF9E87>$ E03399>#<$=$ E7F3464727EC0004?";%=$ 339F070667EF803C>%:$># F07809CFE7E607E0FC=P;#>" E7E7FBE$?" 9E6667FFE$>$ 9F0F0FEC0000E%=$ FFFFFFFFEFFFFC J$ :E80000J" :E0D"g C0DZ 0 J#9" AF81FF3J# AF3CFJ#<"j" @C073C0<07J)Z" @DFF3FE0E08E07383=F7J( AF87CE622633339J& AFF1E066667J#9" BCCE601J";" AF33FJ$ E633339J( AF81E0266607383J( AFFFFFFFFE7FFFF J" EFF J&9"9#<#8% EE79E7FFF3FCFFE7FE1C03E1E1FCFJ) O+CCCFFFFC3CCCCF8FJ"9" O.FF0FJ,8( EF30CE0F030783C3C0E0CF370707338381E7FJ)9'8"9$ GCE66313399998CE467313333989EC18C8E4FJ&8%8*8% EF861CE6733F9CE06677033333819CCFFCCCC3E0E0CCFJ"8&9"8#9"8% GC0301C39CCE6673399FC3FCFCC0FJ,;"=# GCFE73333FF99CCE70FFFE6E1CFCFJ%8$<";"8# EFCF3CE6699998C32CC3CCCJ5 G9E0F033383C3C0E039E7FF0F013383809F3FFE1E1CFFF3E1E1FJU"R8$P E9CFFFF9FJ"="9" O!3FE7FFJ#=" O FC7F8FJ#=" O FFFFFF J"j" @C0D07JZ @F 8"j F0O68Z O8 7j" O901 7Z O: ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C FMENDPAGE %%EndPage: "93" 116 %%Page: "92" 116 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (92) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (5) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (The International Settings dialog contains several \336elds, list boxes, and panels:) 198 641.33 B 7 14 Q 0.14 (\245) 198 622.93 S 1 10 Q 0.52 0.1 (Locale \320) 210.6 622.93 B 0 F 0.52 0.1 (Speci\336es the locale curr) 247.7 622.93 B 0.52 0.1 (ently in ef) 355.15 622.93 B 0.52 0.1 (fect. The locale is the language) 401.27 622.93 B 0.16 0.1 (library that the W) 210.6 610.53 B 0.16 0.1 (abi pr) 290.43 610.53 B 0.16 0.1 (ogram uses to determine default values for the other) 316.9 610.53 B 0.34 0.1 (items in the dialog. Y) 210.6 598.13 B 0.34 0.1 (ou cannot change the locale her) 306.92 598.13 B 0.34 0.1 (e. Y) 450.61 598.13 B 0.34 0.1 (ou can only change) 466.87 598.13 B 0.52 0.1 (it with the) 210.6 585.73 B 2 F 1.2 (LANG) 261.2 585.73 P 0 F 0.52 0.1 ( variable as described in \322Setting the LANG Envir) 285.19 585.73 B 0.52 0.1 (onment) 514.51 585.73 B 0.52 0.1 (V) 210.6 573.33 B 0.52 0.1 (ariable\323 on page) 217 573.33 B 0.52 0.1 (97.) 294.92 573.33 B 7 14 Q 0.14 (\245) 198 554.93 S 1 10 Q 0.52 0.1 (Separator) 210.6 554.93 B 0 F 0.52 0.1 ( \320 De\336nes the character separating items in a list. Y) 250.36 554.93 B 0.52 0.1 (ou enter) 484.55 554.93 B 0.52 0.1 (whatever character you want to use.) 210.6 542.53 B 7 14 Q 0.14 (\245) 198 524.13 S 1 10 Q 0.52 0.1 (Metric) 210.6 524.13 B 0 F 0.52 0.1 (/) 238.59 524.13 B 1 F 0.52 0.1 (English \320) 244.74 524.13 B 0 F 0.52 0.1 (Speci\336es the measur) 287.88 524.13 B 0.52 0.1 (ement system used by applications,) 380.78 524.13 B 0.52 0.1 (either metric \050meters and liters\051 or English \050inches and ounces\051. Depending) 210.6 511.73 B 0.52 0.1 (on which locale you ar) 210.6 499.33 B 0.52 0.1 (e using, the measur) 314.76 499.33 B 0.52 0.1 (ement system is pr) 404.05 499.33 B 0.52 0.1 (eset to one of) 490.21 499.33 B 0.52 0.1 (these values. Y) 210.6 486.93 B 0.52 0.1 (ou can change it to the one you want to use. For example, if) 277.87 486.93 B 0.52 0.1 (you ar) 210.6 474.53 B 0.52 0.1 (e using the locale en_us \050English, United States\051, the measur) 240.02 474.53 B 0.52 0.1 (ement) 515.79 474.53 B 0.52 0.1 (system is set to English automatically) 210.6 462.13 B 0.52 0.1 (, but you can change it to metric.) 381.32 462.13 B 7 14 Q 0.14 (\245) 198 443.73 S 1 10 Q 0.52 0.1 (Date Settings \320) 210.6 443.73 B 0 F 0.52 0.1 (Determines the format applications use for displaying the) 279 443.73 B 0.52 0.1 (date. The W) 210.6 431.33 B 0.52 0.1 (abi pr) 265.19 431.33 B 0.52 0.1 (ogram pr) 292.02 431.33 B 0.52 0.1 (ovides two formats: short, which is numbers) 334.39 431.33 B 0.05 0.1 (only) 210.6 418.93 B 0.05 0.1 (, and long, which can include the wor) 229.63 418.93 B 0.05 0.1 (ds for month and day of the week.) 399.79 418.93 B 0.52 0.1 (Y) 210.6 406.53 B 0.52 0.1 (ou can customize each of these formats. Y) 216.45 406.53 B 0.52 0.1 (ou determine the or) 407.35 406.53 B 0.52 0.1 (der of day) 498.1 406.53 B 0.52 0.1 (,) 544.32 406.53 B 0.52 0.1 (month, and year) 210.6 394.13 B 0.52 0.1 (, the character separating each component of the date, and) 285.28 394.13 B 0.52 0.1 (the format of each component of the date.) 210.6 381.73 B 7 14 Q 0.14 (\245) 198 363.33 S 1 10 Q 0.52 0.1 (T) 210.6 363.33 B 0.52 0.1 (ime Settings \320) 216.26 363.33 B 0 F 0.52 0.1 (Speci\336es the format of the time displayed in applications.) 279.57 363.33 B 0.52 0.1 (Y) 210.6 350.93 B 0.52 0.1 (ou specify 12-hour or 24-hour time, the character separating hours,) 216.45 350.93 B 0.52 0.1 (minutes, and seconds, and whether to use a leading zer) 210.6 338.53 B 0.52 0.1 (o in single digit) 465.09 338.53 B 0.1 (hours.) 210.6 326.13 S 7 14 Q 0.14 (\245) 198 307.73 S 1 10 Q 0.52 0.1 (Number Settings) 210.6 307.73 B 0 F 0.52 0.1 (\320 Determines) 285.07 307.73 B 0.52 0.1 (how numbers ar) 348.49 307.73 B 0.52 0.1 (e displayed in applications.) 423.47 307.73 B 0.52 0.1 (Y) 210.6 295.33 B 0.52 0.1 (ou can specify the character separating thousands, the decimal character) 216.45 295.33 B -0.06 0.1 (and the number of digits displayed after it, and whether to include a leading) 210.6 282.93 B 0.52 0.1 (zer) 210.6 270.53 B 0.52 0.1 (o in numbers less than one.) 224.45 270.53 B 7 14 Q 0.14 (\245) 198 252.13 S 1 10 Q 0.52 0.1 (Curr) 210.6 252.13 B 0.52 0.1 (ency Settings) 230.82 252.13 B 0 F 0.52 0.1 (\320 De\336nes the character to use as the curr) 290.09 252.13 B 0.52 0.1 (ency symbol,) 476.27 252.13 B 0.25 0.1 (wher) 210.6 239.73 B 0.25 0.1 (e to place the symbol in r) 233.71 239.73 B 0.25 0.1 (elation to the amount, how to depict negative) 348.27 239.73 B 0.52 0.1 (amounts, and how many decimal places to display after the decimal) 210.6 227.33 B 0.52 0.1 (character) 210.6 214.93 B 0.52 0.1 (.) 251.39 214.93 B 0.52 0.1 (Curr) 198 194.53 B 0.52 0.1 (ent settings for Date, T) 219.23 194.53 B 0.52 0.1 (ime, Number) 323.21 194.53 B 0.52 0.1 (, and Curr) 383.03 194.53 B 0.52 0.1 (ency ar) 430.31 194.53 B 0.52 0.1 (e shown thr) 463.39 194.53 B 0.52 0.1 (ough) 517.82 194.53 B 0.52 0.1 (samples displayed in the International Settings dialog. Y) 198 182.13 B 0.52 0.1 (ou can change any of) 455.62 182.13 B 0.52 0.1 (these settings by choosing the Modify button beside each one, to bring up an) 198 169.73 B 0.52 0.1 (additional dialog. The following sections describe the dialogs.) 198 157.33 B FMENDPAGE %%EndPage: "92" 115 %%Page: "91" 115 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (International Settings) 198 108.7 B 0 F 0.09 (91) 548.83 108.7 S 1 20 Q (5) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 15 Q 0 X 0 K -0.94 (About International Settings) 54 638 P 0 10 Q 0.52 0.1 (Applications r) 198 616.33 B 0.52 0.1 (unning in the W) 263 616.33 B 0.52 0.1 (abi pr) 337.16 616.33 B 0.52 0.1 (ogram use the international conventions) 363.99 616.33 B 0.52 0.1 (set by the locale assigned to the) 198 603.93 B 2 F 1.2 (LANG) 346.48 603.93 P 0 F 0.52 0.1 ( variable. Y) 370.46 603.93 B 0.52 0.1 (ou can customize these) 421.67 603.93 B 0.52 0.1 (international conventions to your pr) 198 591.53 B 0.52 0.1 (efer) 363.67 591.53 B 0.52 0.1 (ences using the W) 380.74 591.53 B 0.52 0.1 (abi Con\336guration) 463.04 591.53 B 0.52 0.1 (Manager) 198 579.13 B 0.52 0.1 (\325s International Settings. The international settings that you can) 239 579.13 B 0.24 0.1 (change ar) 198 566.73 B 0.24 0.1 (e: separator for lists, metric or English measur) 241.82 566.73 B 0.24 0.1 (ement, and formats for) 451.06 566.73 B 0.52 0.1 (date, time, numbers, and curr) 198 554.33 B 0.52 0.1 (ency) 333.67 554.33 B 0.52 0.1 (. If your UNIX system also lets you adjust) 353.55 554.33 B 0.52 0.1 (any of these settings, make sur) 198 541.93 B 0.52 0.1 (e your W) 338.99 541.93 B 0.52 0.1 (abi International Settings agr) 380.68 541.93 B 0.52 0.1 (ee with) 512.9 541.93 B 0.52 0.1 (the UNIX settings.) 198 529.53 B 0.35 0.1 (International settings af) 198 509.13 B 0.35 0.1 (fect applications that r) 305.75 509.13 B 0.35 0.1 (un with the W) 407.65 509.13 B 0.35 0.1 (abi pr) 472.6 509.13 B 0.35 0.1 (ogram if the) 499.26 509.13 B 0.52 0.1 (application is designed to use similar settings when it r) 198 496.73 B 0.52 0.1 (uns with Micr) 451.37 496.73 B 0.52 0.1 (osoft) 515.67 496.73 B 0.52 0.1 (W) 198 484.33 B 0.52 0.1 (indows 3.1. Some applications have their own menus or commands for) 207.54 484.33 B 0.52 0.1 (setting some formats. For example, a spr) 198 471.93 B 0.52 0.1 (eadsheet pr) 383.73 471.93 B 0.52 0.1 (ogram may pr) 436.4 471.93 B 0.52 0.1 (ovide its) 501.57 471.93 B 0.01 0.1 (own date, time, and number formats. An application\325s settings take pr) 198 459.53 B 0.01 0.1 (ecedence) 514.65 459.53 B 0.52 0.1 (over the W) 198 447.13 B 0.52 0.1 (abi pr) 247.81 447.13 B 0.52 0.1 (ogram\325s settings.) 274.64 447.13 B 0.52 0.1 (Y) 198 426.73 B 0.52 0.1 (ou use the International Settings dialog box shown in Figur) 203.85 426.73 B 0.52 0.1 (e) 476 426.73 B 0.52 0.1 (5-) 483.48 426.73 B 0.52 0.1 (1 to change) 492.01 426.73 B 0.52 0.1 (international settings. Y) 198 414.33 B 0.52 0.1 (ou open this dialog box fr) 305.72 414.33 B 0.52 0.1 (om within Con\336guration) 424.36 414.33 B 0.52 0.1 (Manager by opening the International icon, or by choosing International fr) 198 401.93 B 0.52 0.1 (om) 539.5 401.93 B 0.52 0.1 (the Options menu.) 198 389.53 B 1 9 Q 0.09 (Figur) 198 185.12 S 0.09 (e) 218.77 185.12 S 0.09 (5-) 224.69 185.12 S 0.09 (1) 232.36 185.12 S 0 F 0.47 0.09 (International Settings Dialog) 248.4 185.12 B 54 144 558 648 C 198 199.52 558 386.2 C 0 X 0 K %%BeginBinary: 5182 700 370 336 177.6 0 220.74 204.77 BEGINBITMAPBWc 7"j FCOF 8"Z" 3FODE08"8"j" 2FFCOA20 :" F9:" C59# FE3D9#J"<"9$9" F17D>600603003EC09"J":";% CFAC0C67F0006189"J";#8" DFFC0E38000:"J5 79>566F1E1E36DE1F1E61E1BC3E300C1878F3CCDE0EC7C:"J5 45>567F9E3F3EFF3F9E63F1FE7F300F00FCF3CCFF1FCFE9#J5 DE3D?418C61B8E3318C6739C6633007E186618CE339CC69#J5 D17D>56618C7FB0C3038C661986073001F1FE618CC330CF09"J#9&;" CFD31F863F300039F7C9"J&9':" DFAC6030C3398673300C198060EJ#8&8$9# EC73B18C6739866E39CE69CC6:"J#80 79@E3F3F8E63F1867F3007F0FC71CCC31FCFE:"J4 47@61E30C31DC661E1863BB003E07830CCC30EC7C9#Jj# DE3F>30C009#J# D1FFO"039C9"J# CFO#01F89"J# FFO#00F0J" O(00 8% 200000008"Z" 3FODE0 J"f" O3FC01J"A" O3F800J"V" O3F9F8J" O?F0 J$ O8EAAAAAJ% O8DFFFFFBFJ"8" O8FFFFJ"8" O8DFBFJ% O8FE0F39FFJ% O8DCE733BFE&J% C1C1FFCCE1O$F9F327FF:"9"<#8"J% CFF39CC4CCO$D9F30FBFF"8"J% CCCFO$F9F31FFFE"9"J% 80E1O$D9F30FBF;':"9"J% E0F07073839F9FFCO$F9F327FF;':"8#J% CE67273339FF9CC8CCO$D9F333BF="="8#J% F0C1E0E1O$FCE739FF=$;PJ% E73301O$DE0F3CBF?"=#J% 3F807FO%FFFFFFFF=$=#J"8" 273339FFFFO%DFBF:(J"8" C060F07013839FO-FFFF:RJ"8" O-DFBFJ(` O400000000155555J":$ O3F8000000 J"A" O3FC01JX O3 J"f" O3FC01J"V" O3FBFCJ" O?F8 E% E0000003E% EFFFFFFBJj@":" G483E7J"Z$@" G7F0DFFFFC39J"?# O,F8FE7CJ& O77FC1C1E0E0J& O89CC4CE4E67:"J% 03O3C0CCCFCE9#;"J#8$J"8" FE79CF<780733FF3F89CC0J#8):#8"C"A"9# 7E7E79FFE403FFFF99FF979FF3F807CCFE7:*C&8"J#8$ 7FC1C0F070C1860E133FFFFE4FFFFFBFF39CE4E679+@#E'J' FF0F9CC667319CCCE63FE3C7FE0F03338707783C04CE0E0E7:'8"B,9(@$@Q E39CCE7033C07F06109C1CCFF078199C3839780E2663333313D80008:'C.9(@$ F980CE67339CE186733199CCC071331999989F79FE6673333F33DF00789$J*?"B# FE799F43399FCCFF3339999F987C1F8;#F$8":#?"B" 9CC6E42603F99C39F3F79+B"=#=$B" FF03C1C0F013C0660E737F9F99633333FF:$Q8#<$8"9#;'A$<"g FFFFCFEE7FE66673C91999780667033387D80000FA9$?#=-9(@$<" FC007FECFF6707939C13C03338199C39997FFFFFF3FFFFFFDFFFF8F89$?"=P)J"A" FFFFFFEFF3FFFFFF9FFFFFFF=FC01<"F#G"C$$D,8(E& 79FFE7FFF3CFFE67FFF99FCCF30CE0F030783C3C0E0CF370707338381E7FE7E7FFF99C:"G%D)9'8"9$A" 7C83CC8E4FCE66313399998CE467313333989EC18C8E4FF9;,<%B&8%8*8%=# E0C307F3FE0C0260F0387F99CE0CCFF861CE6733F9CE06677033333819CCFFCCCC3E0E0CCFE3C7;,;&D"8&9"8#9"8%?% CE6673F87CE6666266333FF3F99FCC0FC0301C39CCE6673399FC3FCFCC0F0781903C;"8#8%>#D,;"=#=& E0FF1C666733FFCFCFCFE73333FF99CCE70FFFE6E1CFCFE186733199;'9#<#D%8$<";"8#B$ CE6603FFCC06387F999CFCF3CE6699998C32CC3CCC399999=%9#;%E5># 7FF3CCFE3F3FE7C33E1F9E0F033383C3C0E039E7FF0F013383809F3FFE1E1CFFF3E1E1FE426:"8"8"8#;'BU"R8$PB" 7973E66633FFE7FF3FFFFF9CFFFF9FC3:-J"="9"B% 03E03307F81E0F326670387F@3FE7FFE66673319"U#;$J#="G( DF3FFFFFFFFF7FC7F8F67078199E7999FJ#="FP$ O!FFFFFFE7FFFFC#J#8" F07FO-FC00CFC#J#8" FFFFO-FFFF1FJ" O@FF Jg O9J" O8FCJ"B" O8FEFFJX O8 9"j" C0OB3F9"Z DFOC 9"j" C0OB3F9"Z" DFOBBF J"g O8FEJ"V# O8FDFE7FJ" ODFC J( 4F87F8703F01CFCJ' 4F33F333FF3CCJ"9# 5FFE478J"J& 5F3O%E7E7FFF99C9$8#8"=(J" DC009FFE079FF07F3307F3CC30O$F99$8&='J# DFCFFFFCF3FF99FFF13F3333F01CO!E3C7J"8%J% 4F3F3F3FC84O"0781903C;,J& 9823C1FCFF8300983C0E1FO+E186733199<+="8"J$ 899CFE1F399998998CCF33CCO#399999;&8%:%J# 99999CFFC79999CCFFF8738787O#E426=%9#:RJ" 80FFF301CE1FO%C3=%9#J% 9FFCF33FCFCFO+E6667331="8"9"J( 9C398CO-67078199E7999F=*JP$ C1FE0783CC999C0E1FO+E7FFFF:U#J% CFFFO-FE007FCFJ% O=FFFFFF1FC#J" FC1FO1FFC# FFFFJg O9J" O8FCJ"B" O8FEFFJX O8 9"j" C0OB3F9"Z DFOC9" BF 9" 7F9j OC9"Z" 7FOAFE J"g O8FEJ"V# O8FDFE7EJ" ODFC J' 4F8787CFFCFCFJ'J& 4F33330FF0F0FO!E7E7FFF99CJ'J" 4FF333CFFCFCFO%F9J"J# 53FO%E3C79#8"9"8";$J% 7E7CFCC0F3FC7E7CO&0781903C:"<%;$J& 3C9E7FF33FFF3CFCO$E186733199:"F"J$ 1C39O(399999;.9"J# CCC11C0F070F9FF060130781C333O%E426:/8"J" 4CCCC44C66731FC3E73333133199F3O+C3:)9$8%J% 64CCCCCCE6733FF833399FF8703CF3O#E6667331:":%:"8QJ( 70033FFE60C3O"67078199E7999F?&9"JP$ 7F3F9E67F3F9O)E7FFFF:#8#9"8#J# 78C86673333199O-07CF:#8+J# 7CE00F073FC0F079933381C3O-FF1F9"W#J" 7FF9FFO.FF F"Jg 83O(F"J" FFO'FCJ"B" O8FEFEJX O8 9j OC9"Z 7FOB 9j OC9"Z" 7FOAFE J"g O8FEJ"V# O8FDFE7EJ" ODFC J& O;E7E7FFF99C:"="8":(?)J" 8381E7FCF8787CFFCFCFFCE7C3C3E7FE7E73AF9:"=%:(?)J# 393CFFE67FF8733330FF0F0FF9C3999987F87879=E3C79#E(@'J% 7E7CF03F333CFFCFCF81F999E7FE7E@0781903C:09"C"8"9"J& 7F9984307078279F3FE0C0260F03873FF3F97C=E186733199<.8$C$J$ 8C673133879F87CE6666266333FC7E7C87E3F3D399999<(9)C$J# 9CE73333F33FF166733FFFF87F3CFCC3F9E7AE426=":#:&D$J" E0FCC087FFFC3F39E1F9CFFC3:"8)9"9"F"J% 7CE7F333F87F3CCFE6F3339FAE66673319$8$8#8&E#J( 7F3991333398CE666333FFF0338199C67078199E7999F:5B&JP$ 583C19CF073383CFF81E0F326670387FFF878703CF3C3C381E79E?E7FFFF:Q"Q%Q?#P"J# FCF3FFFFFCF9E7F9AF04F@"?"F"J# F9FFFFGFF1F@"<"H"<"J" E307FCF3BFF@"<"H"<" FFFFFFFFJg O9J" O8FCJ"B" O8FEFEJX O8 9j OC9Z OC 8j OF 7Z OG ENDBITMAP %%EndBinary %%BeginBinary: 250 36 34 17.28 17.75 0 200.6 288.39 BEGINBITMAPBWc " C7 " EF# E07F7" 3F7" 017" 008" 03 8" 018# 0007 8" 02% EF8003F79# F03F9# F7BF8$ 01F03F8$ 0007BF7% BE00003F8$ 8007BF8$ 00003F8$ FC07BF8$ 02083F8$ 01F7BF8$ FC083F8$ FE07BF8$ FFF03F9" F8P ENDBITMAP %%EndBinary 214.5 307.5 226 375.75 2 L 0.5 H 2 Z N 216 287 226.25 213.25 2 L N 54 144 558 648 C 0 72 612 720 C 34 588.2 36 598.2 R 7 X 1 K V 34 526.2 36 561 R V 34 423.4 36 453.8 R V FMENDPAGE %%EndPage: "91" 114 %%Page: "90" 114 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (90) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (5) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (About Localizing) 54 542 P -0.94 (W) 160.17 542 P -0.94 (abi) 174.02 542 P 0 10 Q 0.52 0.1 (The W) 198 520.33 B 0.52 0.1 (abi pr) 227.32 520.33 B 0.52 0.1 (ogram can be localized thr) 254.15 520.33 B 0.52 0.1 (ough two envir) 375.52 520.33 B 0.52 0.1 (onment variables:) 445.79 520.33 B 2 F 1.2 (LANG) 530.05 520.33 P 0 F 0.52 0.1 (and) 198 507.93 B 2 F 1.2 (WABI_KEYB) 218.34 507.93 P 0 F 0.52 0.1 (. The) 272.31 507.93 B 2 F 1.2 (LANG) 298.17 507.93 P 0 F 0.52 0.1 ( variable af) 322.16 507.93 B 0.52 0.1 (fects your entir) 373.26 507.93 B 0.52 0.1 (e X W) 442.48 507.93 B 0.52 0.1 (indow desktop,) 469.91 507.93 B 0.52 0.1 (while the) 198 495.53 B 2 F 1.2 (WABI_KEYB) 243.65 495.53 P 0 F 0.52 0.1 ( variable af) 297.62 495.53 B 0.52 0.1 (fects only the W) 348.73 495.53 B 0.52 0.1 (abi pr) 422.11 495.53 B 0.52 0.1 (ogram.) 448.93 495.53 B 0.52 0.1 (If your version of the UNIX operating system contains international language) 198 475.13 B 0.52 0.1 (libraries, you can use the UNIX language \050) 198 462.73 B 2 F 1.2 (LANG) 393.29 462.73 P 0 F 0.52 0.1 (\051 envir) 417.28 462.73 B 0.52 0.1 (onment variable to) 447.25 462.73 B 0.05 0.1 (enable the W) 198 450.33 B 0.05 0.1 (abi pr) 256.06 450.33 B 0.05 0.1 (ogram to use a particular language, or) 282.42 450.33 B 1 F 0.05 0.1 (locale) 457.7 450.33 B 0 F 0.05 0.1 (, as it is called in) 480.68 450.33 B 0.29 0.1 (the UNIX world. W) 198 437.93 B 0.29 0.1 (abi uses the locale to determine sorting or) 286.37 437.93 B 0.29 0.1 (der and to obtain) 476.61 437.93 B 0.52 0.1 (default values for conventions such as time, date, and number formats, and) 198 425.53 B 0.52 0.1 (curr) 198 413.13 B 0.52 0.1 (ency symbols. Setting the) 216.58 413.13 B 2 F 1.2 (LANG) 335.79 413.13 P 0 F 0.52 0.1 ( variable does not convert the W) 359.78 413.13 B 0.52 0.1 (abi user) 508.22 413.13 B 0.52 0.1 (interface to another language. It enables applications r) 198 400.73 B 0.52 0.1 (unning in UNIX and in) 446.43 400.73 B 0.52 0.1 (W) 198 388.33 B 0.52 0.1 (abi to accept input that contains special characters and sort them corr) 207.18 388.33 B 0.52 0.1 (ectly) 525.09 388.33 B 0.52 0.1 (,) 545.43 388.33 B 0.52 0.1 (and display the conventions appr) 198 375.93 B 0.52 0.1 (opriate to the locale.) 351.2 375.93 B -0.07 0.1 (The) 198 355.53 B 2 F -0.16 (LANG) 217.56 355.53 P 0 F -0.07 0.1 ( envir) 241.55 355.53 B -0.07 0.1 (onment variable also sets the keyboar) 267.5 355.53 B -0.07 0.1 (d to the locale you specify) 436.66 355.53 B -0.07 0.1 (.) 552.87 355.53 B 0.52 0.1 (The W) 198 343.13 B 0.52 0.1 (abi pr) 227.32 343.13 B 0.52 0.1 (ogram supports the) 254.15 343.13 B 2 F 1.2 (WABI_KEYB) 346.93 343.13 P 0 F 0.52 0.1 ( variable to let you specify a) 400.9 343.13 B 0.52 0.1 (keyboar) 198 330.73 B 0.52 0.1 (d that is dif) 234.35 330.73 B 0.52 0.1 (fer) 287.45 330.73 B 0.52 0.1 (ent fr) 299.63 330.73 B 0.52 0.1 (om that speci\336ed by the) 324.21 330.73 B 2 F 1.2 (LANG) 437.58 330.73 P 0 F 0.52 0.1 ( variable. The) 461.57 330.73 B 2 F 1.2 (WABI_KEYB) 198 318.33 P 0 F 0.52 0.1 ( variable overrides the keyboar) 251.97 318.33 B 0.52 0.1 (d speci\336ed by the) 394.2 318.33 B 2 F 1.2 (LANG) 478.45 318.33 P 0 F 0.52 0.1 ( variable.) 502.43 318.33 B 0.52 0.1 (The) 198 305.93 B 2 F 1.2 (WABI_KEYB) 218.15 305.93 P 0 F 0.52 0.1 ( variable af) 272.12 305.93 B 0.52 0.1 (fects only the W) 323.22 305.93 B 0.52 0.1 (abi pr) 396.6 305.93 B 0.52 0.1 (ogram.) 423.43 305.93 B 0.11 0.1 (The) 198 285.53 B 2 F 0.25 (LANG) 217.74 285.53 P 0 F 0.11 0.1 ( and) 241.73 285.53 B 2 F 0.25 (WABI_KEYB) 264.37 285.53 P 0 F 0.11 0.1 ( variables use a two-letter or four) 318.34 285.53 B 0.11 0.1 (-letter abbr) 468.81 285.53 B 0.11 0.1 (eviation) 518.71 285.53 B 0.52 0.1 (to identify the locale. T) 198 273.13 B 0.52 0.1 (able) 303.02 273.13 B 0.52 0.1 (5-) 324.24 273.13 B 0.52 0.1 (1 on page) 332.77 273.13 B 0.52 0.1 (102 lists the locale abbr) 379.92 273.13 B 0.52 0.1 (eviations.) 486.21 273.13 B 1 14 Q -0.88 (Compose Key Sequences) 126 240.07 P 0 10 Q 0.52 0.1 (The W) 198 218.73 B 0.52 0.1 (abi pr) 227.32 218.73 B 0.52 0.1 (ogram supports Compose key sequences. If your keyboar) 254.15 218.73 B 0.52 0.1 (d) 516.84 218.73 B 0.13 0.1 (pr) 198 206.33 B 0.13 0.1 (ovides a Compose key) 207.98 206.33 B 0.13 0.1 (, you can use it to pr) 308.64 206.33 B 0.13 0.1 (oduce special characters. See your) 401.1 206.33 B 0.52 0.1 (keyboar) 198 193.93 B 0.52 0.1 (d documentation for details about using the Compose key to make) 234.35 193.93 B 0.52 0.1 (special characters.) 198 181.53 B 1 9 Q 0.47 0.09 (Changing T) 198 603 B 0.47 0.09 (ime Settings) 242.57 603 B 0 F 0.09 (100) 425.37 603 S 1 F 0.47 0.09 (Changing Number Settings) 198 586 B 0 F 0.09 (101) 425.37 586 S 1 F 0.47 0.09 (Changing Curr) 198 569 B 0.47 0.09 (ency Settings) 255.66 569 B 0 F 0.09 (101) 425.37 569 S 3 F 0.09 (T) 198 620 S 0.09 (ask) 203.09 620 S 0.09 (Page) 425.37 620 S 198 632 515.37 632 2 L V 0 Z N 198 615 515.37 615 2 L V 0.5 H N 198 564 515.37 564 2 L V 0.3 H N 54 391.01 191.65 461.06 C 54 391.01 191.65 461.06 R 7 X 0 K V 57.46 380.64 189.43 457.61 R V 9 9 Q 0 X -0.62 (The procedure for setting these) 57.46 451.61 P -0.62 (variables is on page) 57.46 441.61 P -0.62 (97.) 138.01 441.61 P -0.62 (T) 57.46 431.61 P -0.62 (able) 61.95 431.61 P -0.62 (5-) 81.43 431.61 P -0.62 (1 on page) 89.42 431.61 P -0.62 (102 lists the) 130.65 431.61 P -0.62 (locales you can use to set the) 57.46 421.61 P 2 F -1.35 (LANG) 57.46 411.61 P 9 F -0.62 ( and) 79.03 411.61 P 2 F -1.35 (WABI_KEYB) 97.76 411.61 P 9 F -0.62 ( variables.) 146.3 411.61 P 0 72 612 720 C 34 492.2 36 514.6 R 7 X 1 K V 34 302.6 36 312.6 R V FMENDPAGE %%EndPage: "90" 113 %%Page: "89" 113 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (89) 548.83 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (International Settings) 198 509.31 P 1 24 Q 4 K -3.12 (5) 525.15 508.64 S 0 10 Q 0 K 0.52 0.1 (This chapter discusses international settings, which ar) 198 459.68 B 0.52 0.1 (e options that vary with) 444.68 459.68 B 0.52 0.1 (your language, nation, or geographical r) 198 447.28 B 0.52 0.1 (egion.) 382.53 447.28 B 0.52 0.1 (The W) 198 426.88 B 0.52 0.1 (abi pr) 227.32 426.88 B 0.52 0.1 (ogram can be adapted for international use at two levels: in the) 254.15 426.88 B 0.52 0.1 (UNIX envir) 198 414.48 B 0.52 0.1 (onment, wher) 251.06 414.48 B 0.52 0.1 (e you set variables that specify the language library) 314.45 414.48 B 0.52 0.1 (you use and the keyboar) 198 402.08 B 0.52 0.1 (d type, and in Con\336guration Manager) 310.9 402.08 B 0.52 0.1 (, wher) 484.54 402.08 B 0.52 0.1 (e you set) 513.37 402.08 B 0.52 0.1 (your individual pr) 198 389.68 B 0.52 0.1 (efer) 282.93 389.68 B 0.52 0.1 (ence for international settings used by applications) 300 389.68 B 0.52 0.1 (r) 198 377.28 B 0.52 0.1 (unning in the W) 201.97 377.28 B 0.52 0.1 (abi pr) 276.13 377.28 B 0.52 0.1 (ogram.) 302.95 377.28 B 0.52 0.1 (If you ar) 198 356.88 B 0.52 0.1 (e unfamiliar with W) 237.44 356.88 B 0.52 0.1 (abi international settings and dialog boxes and) 329.24 356.88 B 0.52 0.1 (want to learn mor) 198 344.48 B 0.52 0.1 (e about them, r) 280.39 344.48 B 0.52 0.1 (ead the section, \322About International) 349.95 344.48 B 0.52 0.1 (Settings\323 on page) 198 332.08 B 0.52 0.1 (91.) 281.02 332.08 B 0.32 0.1 (If you want instr) 198 311.68 B 0.32 0.1 (uctions for speci\336c tasks r) 274.4 311.68 B 0.32 0.1 (elated to international settings, skip) 392.18 311.68 B 0.52 0.1 (the next section of this chapter) 198 299.28 B 0.52 0.1 (. Use the following table to locate the) 337.59 299.28 B 0.52 0.1 (instr) 198 286.88 B 0.52 0.1 (uctions you need.) 218.59 286.88 B 3 9 Q 0.09 (T) 198 243.54 S 0.09 (ask) 203.09 243.54 S 0.09 (Page) 425.37 243.54 S 1 F 0.47 0.09 (Setting the LANG Envir) 198 226.54 B 0.47 0.09 (onment V) 291.35 226.54 B 0.47 0.09 (ariable) 328.08 226.54 B 0 F 0.09 (97) 425.37 226.54 S 1 F 0.47 0.09 (Setting the W) 198 209.54 B 0.47 0.09 (ABI_KEYB Envir) 249.71 209.54 B 0.47 0.09 (onment V) 316.93 209.54 B 0.47 0.09 (ariable) 353.66 209.54 B 0 F 0.09 (97) 425.37 209.54 S 1 F 0.47 0.09 (Changing International Settings) 198 192.54 B 0 F 0.09 (98) 425.37 192.54 S 1 F 0.47 0.09 (Changing the Short Date Format) 198 175.54 B 0 F 0.09 (98) 425.37 175.54 S 1 F 0.47 0.09 (Changing the Long Date Format) 198 158.54 B 0 F 0.09 (99) 425.37 158.54 S 198 255.54 515.37 255.54 2 L V 0.3 H 0 Z N 198 238.54 515.37 238.54 2 L V 0.5 H N 198 153.54 515.37 153.54 2 L V 0.3 H N 34 373.94 36 396.34 R 7 X 1 K V FMENDPAGE %%EndPage: "89" 112 %%Page: "88" 112 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (88) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (4) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V FMENDPAGE %%EndPage: "88" 111 %%Page: "87" 111 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Printing) 198 108.7 S 0 F 0.09 (87) 548.83 108.7 S 1 20 Q (4) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 9 Q 0 X 0 K 0.47 0.09 (Desir) 198 604 B 0.47 0.09 (ed printer) 219.52 604 B 0.46 0.09 (driver not listed in) 198 592.6 B 0.47 0.09 (A) 198 581.2 B 0.47 0.09 (vailable Printer) 204.26 581.2 B 0.47 0.09 (Drivers panel) 198 569.8 B 0.47 0.09 (Printer not) 288 604 B 0.47 0.09 (of) 288 592.6 B 0.47 0.09 (\336cially) 295.92 592.6 B 0.47 0.09 (supported.) 288 581.2 B 0.47 0.09 (If the printer is PostScript, you should) 378 604 B 0.47 0.09 (be able to use one of the listed printer) 378 592.6 B 0.47 0.09 (drivers. The printer) 378 581.2 B 0.47 0.09 (\325s documentation) 459.17 581.2 B 0.47 0.09 (may list other drivers you can use, or) 378 569.8 B 0.47 0.09 (tell you what printer is emulated. If it) 378 558.4 B 0.25 0.09 (doesn\325t, contact the printer vendor) 378 547 B 0.25 0.09 (, who) 518.98 547 B 0.47 0.09 (might suggest other drivers to use.) 378 535.6 B 0.47 0.09 (Y) 378 518.6 B 0.47 0.09 (ou might also contact Adobe Systems,) 383.26 518.6 B 0.47 0.09 (Inc. \050the developer of PostScript\051 for) 378 507.2 B 0.47 0.09 (advice, or customer support fr) 378 495.8 B 0.47 0.09 (om your) 502.88 495.8 B 0.47 0.09 (UNIX vendor) 378 484.4 B 0.47 0.09 (.) 433.08 484.4 B -0.18 0.09 (Y) 378 467.4 B -0.18 0.09 (ou may also try out dif) 383.26 467.4 B -0.18 0.09 (fer) 474.9 467.4 B -0.18 0.09 (ent drivers on) 485.85 467.4 B 0.47 0.09 (your own to see which works. Y) 378 456 B 0.47 0.09 (ou can) 510.49 456 B 0.47 0.09 (view the PostScript printer de\336nition) 378 444.6 B 0.47 0.09 (\336les \050) 378 433.2 B 2 F 1.08 (*.ppd) 400.42 433.2 P 0 F 0.47 0.09 ( \336les\051 in the dir) 427.38 433.2 B 0.47 0.09 (ectory) 490.73 433.2 B 0.47 0.09 ($) 378 421.8 B 2 F 1.08 (HOME/wabi/wabihome/printers) 382.58 421.8 P 0 F 0.47 0.09 ( to) 528.18 421.8 B 0.3 0.09 (see what printer featur) 378 410.4 B 0.3 0.09 (es ar) 471.38 410.4 B 0.3 0.09 (e supported.) 490.37 410.4 B 0.45 0.09 (This could be time consuming, however) 378 399 B 0.45 0.09 (.) 542.06 399 B 0.47 0.09 (If the printer is not PostScript, Epson,) 378 382 B 0.47 0.09 (HP LaserJet, or a text-only printer) 378 370.6 B 0.47 0.09 (, you) 517.16 370.6 B 0.36 0.09 (cannot use it with W) 378 359.2 B 0.36 0.09 (abi. See page) 462.53 359.2 B 0.36 0.09 (70 for) 518.11 359.2 B 0.47 0.09 (a list of supported printers.) 378 347.8 B 0.47 0.09 (Generic/T) 198 330.8 B 0.47 0.09 (ext Only) 239.79 330.8 B 0.26 0.09 (printer driver does) 198 319.4 B 0.47 0.09 (not appear in) 198 308 B 0.47 0.09 (A) 198 296.6 B 0.47 0.09 (vailable Printer) 204.26 296.6 B 0.47 0.09 (drivers list) 198 285.2 B -1.1 0.09 (Micr) 288 330.8 B -1.1 0.09 (osoft W) 306.86 330.8 B -1.1 0.09 (indows) 336.67 330.8 B 0.47 0.09 (not installed.) 288 319.4 B 0.01 0.09 (T) 378 330.8 B 0.01 0.09 (o be able to print on a text-only printer) 382.77 330.8 B 0.01 0.09 (,) 539.72 330.8 B 0.47 0.09 (you must install Micr) 378 319.4 B 0.47 0.09 (osoft W) 466.26 319.4 B 0.47 0.09 (indows to) 497.64 319.4 B 0.47 0.09 (get the Generic/T) 378 308 B 0.47 0.09 (ext Only driver) 450.64 308 B 0.47 0.09 (. Note) 513.12 308 B 0.47 0.09 (that you can print simple text to a) 378 296.6 B 0.47 0.09 (PostScript printer if you con\336gur) 378 285.2 B 0.47 0.09 (e it) 513.99 285.2 B 0.47 0.09 (corr) 378 273.8 B 0.47 0.09 (ectly in the operating system.) 394.2 273.8 B 1 F 0.09 (T) 198 642 S 0.09 (able) 202.58 642 S 0.09 (4-) 219.43 642 S 0.09 (1) 227.09 642 S 0 F 0.47 0.09 (Printing Pr) 241.2 642 B 0.47 0.09 (oblems and Solutions) 286.32 642 B 1 F 0.47 0.09 (\050Continued\051) 377.26 642 B 3 F 0.09 (Symptom) 198 621 S 0.47 0.09 (Possible Cause) 288 621 B 0.09 (Solution) 378 621 S 198 633 554.4 633 2 L V 0 Z N 198 616 554.4 616 2 L V 0.5 H N 198 268.8 554.4 268.8 2 L V 0.3 H N 34 515.6 36 524.6 R 7 X 1 K V 34 316.4 36 336.8 R V FMENDPAGE %%EndPage: "87" 110 %%Page: "86" 110 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (86) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (4) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (Refer) 54 638 P -0.94 (ence Material for Printing) 85.41 638 P 0 10 Q 0.52 0.1 (This section pr) 198 616.33 B 0.52 0.1 (ovides r) 265.3 616.33 B 0.52 0.1 (efer) 302.03 616.33 B 0.52 0.1 (ence material for tasks r) 319.1 616.33 B 0.52 0.1 (elated to printing.) 428.92 616.33 B 1 14 Q -0.88 (T) 126 583.27 P -0.88 (r) 133 583.27 P -0.88 (oubleshooting Pr) 138.19 583.27 P -0.88 (oblems W) 232.54 583.27 P -0.88 (ith Printing) 286.45 583.27 P 0 10 Q 0.52 0.1 (T) 198 561.93 B 0.52 0.1 (able) 203.31 561.93 B 0.52 0.1 (4-) 224.52 561.93 B 0.52 0.1 (1 suggests solutions to pr) 233.05 561.93 B 0.52 0.1 (oblems you might experience when working) 349.42 561.93 B 0.52 0.1 (with printers.) 198 549.53 B 1 9 Q 0.09 (T) 198 528.2 S 0.09 (able) 202.58 528.2 S 0.09 (4-) 219.43 528.2 S 0.09 (1) 227.09 528.2 S 0 F 0.47 0.09 (Printing Pr) 241.2 528.2 B 0.47 0.09 (oblems and Solutions) 286.32 528.2 B 3 F 0.09 (Symptom) 198 507.2 S 0.47 0.09 (Possible Cause) 288 507.2 B 0.09 (Solution) 378 507.2 S 0 F 0.47 0.09 (Can\325t print) 198 490.2 B 0.47 0.09 (Invalid native) 288 490.2 B 0.47 0.09 (printer name or) 288 478.8 B 0.47 0.09 (print command.) 288 467.4 B 0.47 0.09 (Make sur) 378 490.2 B 0.47 0.09 (e you can print to the same) 416.35 490.2 B 0.47 0.09 (printer outside W) 378 478.8 B 0.47 0.09 (abi, using a UNIX) 450.18 478.8 B 0.47 0.09 (print command such as) 378 467.4 B 2 F 1.08 (lp) 477.3 467.4 P 0 F 0.47 0.09 ( or) 488.09 467.4 B 2 F 1.08 (lpr) 502.33 467.4 P 0 F 0.47 0.09 (. If) 517.85 467.4 B 0.47 0.09 (you can print in UNIX, try r) 378 456 B 0.47 0.09 (esetting) 494.01 456 B 0.47 0.09 (W) 378 444.6 B 0.47 0.09 (abi\325s printer connection \050the UNIX) 386.25 444.6 B 0.47 0.09 (printer name and command\051 to the) 378 433.2 B 0.47 0.09 (default value. See \322Restoring Printer) 378 421.8 B 0.47 0.09 (Name and Command Defaults\323 on) 378 410.4 B 0.47 0.09 (page) 378 399 B 0.47 0.09 (84 for instr) 399.89 399 B 0.47 0.09 (uctions. If you cannot) 444.9 399 B 0.47 0.09 (print using these defaults, the pr) 378 387.6 B 0.47 0.09 (oblem) 512.57 387.6 B 0.47 0.09 (is pr) 378 376.2 B 0.47 0.09 (obably outside W) 396.38 376.2 B 0.47 0.09 (abi.) 467.84 376.2 B 0.47 0.09 (Printer not) 288 359.2 B 0.47 0.09 (con\336gur) 288 347.8 B 0.47 0.09 (ed) 322 347.8 B 0.47 0.09 (corr) 288 336.4 B 0.47 0.09 (ectly in) 304.2 336.4 B 0.47 0.09 (operating system.) 288 325 B 0.29 0.09 (If the printer is not con\336gur) 378 359.2 B 0.29 0.09 (ed corr) 492.25 359.2 B 0.29 0.09 (ectly) 521.05 359.2 B 0.29 0.09 (,) 539.34 359.2 B 0.47 0.09 (you cannot print outside W) 378 347.8 B 0.47 0.09 (abi with a) 490.67 347.8 B 0.12 0.09 (UNIX print command. If this is the case,) 378 336.4 B 0.47 0.09 (see your system administrator or your) 378 325 B 0.17 0.09 (UNIX system documentation for help in) 378 313.6 B 0.47 0.09 (con\336guring the printer) 378 302.2 B 0.47 0.09 (.) 471.17 302.2 B 0.47 0.09 (Printer port) 288 285.2 B 0.47 0.09 (connected to) 288 273.8 B 0.47 0.09 (wr) 288 262.4 B 0.47 0.09 (ong printer) 299.06 262.4 B 0.47 0.09 (.) 344.82 262.4 B 0.29 0.09 (Check the Printer Output Connection to) 378 285.2 B 0.47 0.09 (make sur) 378 273.8 B 0.47 0.09 (e the port is connected to the) 415.78 273.8 B 0.47 0.09 (UNIX printer you want to print on. See) 378 262.4 B 1 F 0.47 0.09 (page) 378 251 B 0.47 0.09 (82) 397.17 251 B 0 F 0.47 0.09 ( for mor) 406.34 251 B 0.47 0.09 (e information.) 440.17 251 B 0.47 0.09 (Desir) 198 234 B 0.47 0.09 (ed operating) 219.52 234 B 0.47 0.09 (system printer not) 198 222.6 B 0.47 0.09 (listed in the) 198 211.2 B 0.47 0.09 (Native Printer) 198 199.8 B 0.47 0.09 (Name list.) 198 188.4 B 0.47 0.09 (Printer not) 288 234 B 0.47 0.09 (con\336gur) 288 222.6 B 0.47 0.09 (ed in) 322 222.6 B 0.47 0.09 (operating system.) 288 211.2 B 0.47 0.09 (See your system administrator or your) 378 234 B 0.17 0.09 (UNIX system documentation for help in) 378 222.6 B 0.47 0.09 (setting up a printer in the operating) 378 211.2 B 0.09 (system.) 378 199.8 S 198 519.2 554.4 519.2 2 L V 0 Z N 198 502.2 554.4 502.2 2 L V 0.5 H N 198 183.4 554.4 183.4 2 L V 0.3 H N 34 185.4 36 240 R 7 X 1 K V 34 208.2 36 240 R V 34 196.8 36 240 R V FMENDPAGE %%EndPage: "86" 109 %%Page: "85" 109 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Printing) 198 108.7 S 0 F 0.09 (85) 548.83 108.7 S 1 20 Q (4) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Printing to a File) 126 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 619.33 B 0.52 0.1 (.) 348.51 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the Printers icon.) 210.6 598.93 B 0 F 0.52 0.1 (Alternately) 210.6 586.53 B 0.52 0.1 (, open the Options menu and choose Printers or pr) 260.59 586.53 B 0.52 0.1 (ess Alt, s, r) 493.31 586.53 B 0.52 0.1 (.) 543.32 586.53 B 0.52 0.1 (The Printer Settings dialog box opens.) 210.6 566.13 B 3 F 0.1 (3.) 197.5 545.73 S 0.52 0.1 (Select a printer in the Installed Printers panel.) 210.6 545.73 B 0 F 0.52 0.1 (The selected printer is highlighted.) 210.6 533.33 B 3 F 0.1 (4.) 197.5 512.93 S 0.52 0.1 (Choose the Port button.) 210.6 512.93 B 0 F 0.52 0.1 (The Printer Port Selection dialog box opens.) 210.6 500.53 B 3 F 0.1 (5.) 197.5 480.13 S 0.52 0.1 (Select FILE in the scrollable list.) 210.6 480.13 B 0 F 0.52 0.1 (FILE is highlighted.) 210.6 467.73 B 3 F 0.1 (6.) 197.5 447.33 S 0.52 0.1 (Choose OK.) 210.6 447.33 B 0 F 0.52 0.1 (The Printer Port Selection dialog box closes, and the installed printer is) 210.6 434.93 B 0.12 0.1 (assigned to FILE in the Installed Printers panel of the Printer Settings dialog) 210.6 422.53 B 0.52 0.1 (box.) 210.6 410.13 B 3 F 0.1 (7.) 197.5 389.73 S 0.52 0.1 (Choose OK to close the Printer Settings dialog box.) 210.6 389.73 B 0.1 (8.) 197.5 369.33 S 0.52 0.1 (Issue a Print command from within an application.) 210.6 369.33 B 0 F 0.52 0.1 (A dialog box pr) 210.6 356.93 B 0.52 0.1 (ompts you for an output \336le name.) 282.78 356.93 B 3 F 0.1 (9.) 197.5 336.53 S 0.52 0.1 (Enter an output \336le name and choose OK.) 210.6 336.53 B 0 F 0.52 0.1 (The printed output is dir) 210.6 324.13 B 0.52 0.1 (ected to a \336le and saved under the name you) 324.7 324.13 B 0.1 (pr) 210.6 311.73 S 0.1 (ovide.) 220.57 311.73 S 55.5 548.19 197 596.7 C 55.5 548.19 197 596.7 R 7 X 0 K V 58.96 516.28 190.93 593.24 R V 9 9 Q 0 X -0.62 (See \322Print to a File\323 on page) 58.96 587.24 P -0.62 (80) 170.1 587.24 P -0.62 (for more on this topic.) 58.96 577.24 P 0 72 612 720 C FMENDPAGE %%EndPage: "85" 108 %%Page: "84" 108 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (84) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (4) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Restoring Printer Name and Command Defaults) 126 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 619.33 B 0.52 0.1 (.) 348.51 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the Printers icon.) 210.6 598.93 B 0 F 0.52 0.1 (Alternately) 210.6 586.53 B 0.52 0.1 (, open the Options menu and choose Printers or pr) 260.59 586.53 B 0.52 0.1 (ess Alt, s, r) 493.31 586.53 B 0.52 0.1 (.) 543.32 586.53 B 0.52 0.1 (The Printer Settings dialog box opens.) 210.6 566.13 B 3 F 0.1 (3.) 197.5 545.73 S 0.52 0.1 (Select an installed printer in the Installed Printers panel for which you) 210.6 545.73 B 0.52 0.1 (want to reset defaults.) 210.6 533.33 B 0 F 0.52 0.1 (The item is highlighted.) 210.6 520.93 B 3 F 0.1 (4.) 197.5 500.53 S 0.52 0.1 (Choose the Port button.) 210.6 500.53 B 0 F 0.52 0.1 (The Printer Port Selection dialog box opens and displays a list of available) 210.6 488.13 B 0.52 0.1 (ports, with the curr) 210.6 475.73 B 0.52 0.1 (ently assigned port highlighted. Do not select anything) 299.42 475.73 B 0.52 0.1 (unless you want to use a dif) 210.6 463.33 B 0.52 0.1 (fer) 339.9 463.33 B 0.52 0.1 (ent port.) 352.08 463.33 B 3 F 0.1 (5.) 197.5 442.93 S 0.52 0.1 (Choose the Connect button in the Printer Port Selection dialog box.) 210.6 442.93 B 0 F 0.52 0.1 (The Printer Output Connection dialog box opens.) 210.6 430.53 B 3 F 0.1 (6.) 197.5 410.13 S 0.52 0.1 (Choose the Defaults button.) 210.6 410.13 B 0 F 0.52 0.1 (Default Native Printer Name and Native Print Command entries r) 210.6 397.73 B 0.52 0.1 (eplace) 513.94 397.73 B 0.52 0.1 (existing settings.) 210.6 385.33 B 3 F 0.1 (7.) 197.5 364.93 S 0.52 0.1 (Choose OK to save your selection.) 210.6 364.93 B 0 F 0.52 0.1 (Alternately) 210.6 352.53 B 0.52 0.1 (, choose Cancel to exit the dialog box without making changes.) 260.59 352.53 B 5 12 Q 0.69 0.12 (t) 104.4 318.8 B 6 F 0.73 0.3 (Accessing the Printer Setup Dialogs) 126 318.8 B 3 10 Q 0.1 (1.) 197.5 298.13 S 0.52 0.1 (Open Con\336guration Manager) 210.6 298.13 B 0.52 0.1 (.) 348.51 298.13 B 0.1 (2.) 197.5 277.73 S 0.52 0.1 (Open the Printers icon.) 210.6 277.73 B 0 F 0.52 0.1 (Alternately) 210.6 265.33 B 0.52 0.1 (, open the Options menu and choose Printers or pr) 260.59 265.33 B 0.52 0.1 (ess Alt, s, r) 493.31 265.33 B 0.52 0.1 (.) 543.32 265.33 B 0.52 0.1 (The Printer Settings dialog box opens.) 210.6 244.93 B 3 F 0.1 (3.) 197.5 224.53 S 0.52 0.1 (Select the printer in the Installed Printers panel for which you want to) 210.6 224.53 B 0.52 0.1 (view dialog boxes or Help.) 210.6 212.13 B 0 F 0.52 0.1 (The item is highlighted.) 210.6 199.73 B 3 F 0.1 (4.) 197.5 179.33 S 0.52 0.1 (Choose the Setup button.) 210.6 179.33 B 0 F 0.06 0.1 (The initial dialog box pr) 210.6 166.93 B 0.06 0.1 (ovided by the printer driver opens. If you need help) 319.61 166.93 B 0.52 0.1 (with the printer setup, choose the Help button in this dialog box.) 210.6 154.53 B 54.36 401.12 195.86 449.63 C 54.36 401.12 195.86 449.63 R 7 X 0 K V 57.81 369.2 189.79 446.17 R V 9 9 Q 0 X -0.62 (\322Connect the Port to a Printer\323 on) 57.81 440.17 P -0.62 (page) 57.81 430.17 P -0.62 (76 discusses the Printer) 80.3 430.17 P -0.62 (Output Connection dialog box.) 57.81 420.17 P 0 72 612 720 C 56.5 153.37 198 213.2 C 56.5 153.37 198 213.2 R 7 X 0 K V 59.96 132.78 191.93 209.74 R V 9 9 Q 0 X -0.87 (Read \322Printer Driver Setup Dialog) 59.96 203.74 P -0.62 (Boxes and Help Screens\323 on) 59.96 193.74 P -0.62 (page) 59.96 183.74 P -0.62 (79 to learn about) 82.44 183.74 P -0.62 (driver-speci\336c dialogs and Help) 59.96 173.74 P (screens.) 59.96 163.74 T 0 72 612 720 C FMENDPAGE %%EndPage: "84" 107 %%Page: "83" 107 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Printing) 198 108.7 S 0 F 0.09 (83) 548.83 108.7 S 1 20 Q (4) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 54 640.01 558 648 C 558 644.98 198 644.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 633.34 B 0 F 0.52 0.1 (Y) 231.94 633.34 B 0.52 0.1 (ou must designate a default printer at the operating system level) 237.79 633.34 B 54 609.62 558 617.61 C 558 614.58 198 614.58 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (befor) 198 620.94 B 0.52 0.1 (e you can use .) 221.37 620.94 B 3 F 0.1 (8.) 197.5 592.55 S 0.3 0.1 (In the Assign Connection panel, open the Native Print Command list and) 210.6 592.55 B 0.52 0.1 (select a printer command.) 210.6 580.15 B 0 F 0.52 0.1 (The command is highlighted.) 210.6 567.75 B 0.52 0.1 (Alternately) 210.6 547.35 B 0.52 0.1 (, select the entry \336eld and type in a dif) 260.59 547.35 B 0.52 0.1 (fer) 438.27 547.35 B 0.52 0.1 (ent print command.) 450.45 547.35 B 0.52 0.1 (If you make no selection, the default print command is used.) 210.6 526.95 B 3 F 0.1 (9.) 197.5 506.55 S 0.52 0.1 (Choose OK.) 210.6 506.55 B 0 F 0.52 0.1 (The printer name and command you selected ar) 210.6 494.15 B 0.52 0.1 (e assigned to the) 430.46 494.15 B 0.31 0.1 (driver/port combination. The Printer Output Connections dialog box closes.) 210.6 481.75 B 3 F 0.1 (10.) 192.41 461.35 S 0.52 0.1 (Choose OK in the Printer Settings dialog box.) 210.6 461.35 B 0 F 0.52 0.1 (Y) 210.6 448.95 B 0.52 0.1 (our assignment is saved and the Printer Settings dialog box closes.) 216.45 448.95 B 5 12 Q 0.69 0.12 (t) 104.4 415.22 B 6 F 0.73 0.3 (De\336ning the W) 126 415.22 B 0.73 0.3 (abi Default Printer) 214.24 415.22 B 3 10 Q 0.1 (1.) 197.5 394.55 S 0.52 0.1 (Open Con\336guration Manager) 210.6 394.55 B 0.52 0.1 (.) 348.51 394.55 B 0.1 (2.) 197.5 374.15 S 0.52 0.1 (Open the Printers icon.) 210.6 374.15 B 0 F 0.52 0.1 (Alternately) 210.6 361.75 B 0.52 0.1 (, open the Options menu and choose Printers or pr) 260.59 361.75 B 0.52 0.1 (ess Alt, s, r) 493.31 361.75 B 0.52 0.1 (.) 543.32 361.75 B 0.52 0.1 (The Printer Settings dialog box opens.) 210.6 341.35 B 3 F 0.1 (3.) 197.5 320.95 S 0.52 0.1 (Select a driver/port combination in the Installed Printers list.) 210.6 320.95 B 0 F 0.52 0.1 (The item is highlighted.) 210.6 308.55 B 3 F 0.1 (4.) 197.5 288.15 S 0.52 0.1 (Choose the Set As Default button.) 210.6 288.15 B 0 F 0.52 0.1 (The selected driver/port combination is assigned as the default. The wor) 210.6 275.75 B 0.52 0.1 (d) 544.6 275.75 B -0.11 0.1 ([Default] appears after the printer/port combination in the Installed Printers) 210.6 263.35 B 0.1 (panel.) 210.6 250.95 S 3 F 0.1 (5.) 197.5 230.55 S 0.52 0.1 (Choose OK to close the Printer Settings dialog box and save your) 210.6 230.55 B 0.1 (selection.) 210.6 218.15 S 0 F 0.52 0.1 (Alternately) 210.6 205.75 B 0.52 0.1 (, choose Cancel to close the dialog box without making changes.) 260.59 205.75 B 56.5 335.56 198 381.22 C 56.5 335.56 198 381.22 R 7 X 0 K V 59.96 342.22 186.93 377.76 R V 9 9 Q 0 X -0.62 (\322W) 59.96 371.76 P -0.62 (abi Default Printer\323 on) 71.1 371.76 P -0.62 (page) 59.96 361.76 P -0.62 (78 discusses the default) 82.44 361.76 P (printer) 59.96 351.76 T (.) 84.93 351.76 T 0 72 612 720 C FMENDPAGE %%EndPage: "83" 106 %%Page: "82" 106 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (82) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (4) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 3 10 Q 0 X 0 K 0.1 (3.) 197.5 641.33 S 0.52 0.1 (Select an installed printer in the Installed Printers panel.) 210.6 641.33 B 0 F 0.52 0.1 (The printer is highlighted.) 210.6 628.93 B 3 F 0.1 (4.) 197.5 608.53 S 0.52 0.1 (Choose the Port button.) 210.6 608.53 B 0 F 0.52 0.1 (The Printer Port Selection dialog box opens and displays a list of available) 210.6 596.13 B 0.1 (ports.) 210.6 583.73 S 3 F 0.1 (5.) 197.5 563.33 S 0.52 0.1 (Select a port.) 210.6 563.33 B 0 F 0.52 0.1 (The port appears highlighted.) 210.6 550.93 B 3 F 0.1 (6.) 197.5 530.53 S 0.52 0.1 (Choose OK.) 210.6 530.53 B 0 F 0.52 0.1 (The installed printer driver you speci\336ed is assigned to the selected port.) 210.6 518.13 B 0.52 0.1 (Alternately) 210.6 497.73 B 0.52 0.1 (, choose Cancel to close the dialog box without making changes.) 260.59 497.73 B 3 F 0.1 (7.) 197.5 477.33 S 0.52 0.1 (Choose OK in the Printer Settings dialogs box.) 210.6 477.33 B 5 12 Q 0.69 0.12 (t) 104.4 443.6 B 6 F 0.73 0.3 (Connecting a Printer to a Driver/Port Combination) 126 443.6 B 3 10 Q 0.1 (1.) 197.5 422.93 S 0.52 0.1 (Open Con\336guration Manager) 210.6 422.93 B 0.52 0.1 (.) 348.51 422.93 B 0.1 (2.) 197.5 402.53 S 0.52 0.1 (Open the Printers icon.) 210.6 402.53 B 0 F 0.52 0.1 (Alternately) 210.6 390.13 B 0.52 0.1 (, open the Options menu and choose Printers or pr) 260.59 390.13 B 0.52 0.1 (ess Alt, s, r) 493.31 390.13 B 0.52 0.1 (.) 543.32 390.13 B 0.52 0.1 (The Printer Settings dialog box opens.) 210.6 369.73 B 3 F 0.1 (3.) 197.5 349.33 S 0.52 0.1 (Select an installed printer in the Installed Printers panel.) 210.6 349.33 B 0 F 0.52 0.1 (The printer is highlighted.) 210.6 336.93 B 3 F 0.1 (4.) 197.5 316.53 S 0.52 0.1 (Choose the Port button.) 210.6 316.53 B 0 F 0.52 0.1 (The Printer Port Selection dialog box opens and displays a list of available) 210.6 304.13 B 0.52 0.1 (ports.) 210.6 291.73 B 3 F 0.1 (5.) 197.5 271.33 S 0.52 0.1 (Select an LPT port.) 210.6 271.33 B 0.1 (6.) 197.5 250.93 S 0.52 0.1 (Choose Connect in the Printer Port Selection dialog box.) 210.6 250.93 B 0 F 0.52 0.1 (The Printer Output Connections dialog box opens.) 210.6 238.53 B 3 F 0.1 (7.) 197.5 218.13 S 0.52 0.1 (In the Assign Connection panel, open the Native Printer Name list and) 210.6 218.13 B 0.52 0.1 (select a printer name.) 210.6 205.73 B 0 F 0.52 0.1 (The name is highlighted.) 210.6 193.33 B 0.52 0.1 (Select if you want to connect to your operating system\325s) 210.6 172.93 B 0.52 0.1 (default printer) 210.6 160.53 B 0.52 0.1 (.) 276.46 160.53 B 54 222.73 195.5 282.91 C 54 222.73 195.5 282.91 R 7 X 0 K V 57.46 202.49 184.43 279.45 R V 9 9 Q 0 X -0.62 (See \322Connect the Port to a) 57.46 273.45 P -0.62 (Printer\323 on page) 57.46 263.45 P -0.62 (76 for) 123.14 263.45 P -0.62 (background information about) 57.46 253.45 P -0.62 (assigning a printer to a) 57.46 243.45 P -0.62 (W) 147.75 243.45 P -0.62 (abi) 155.9 243.45 P (port.) 57.46 233.45 T 0 72 612 720 C FMENDPAGE %%EndPage: "82" 105 %%Page: "81" 105 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Printing) 198 108.7 S 0 F 0.09 (81) 548.83 108.7 S 1 20 Q (4) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Installing a Printer Driver) 126 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 619.33 B 0.52 0.1 (.) 348.51 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the Printers icon.) 210.6 598.93 B 0 F 0.52 0.1 (Alternately) 210.6 586.53 B 0.52 0.1 (, open the Options menu and choose Printers or pr) 260.59 586.53 B 0.52 0.1 (ess Alt, s, r) 493.31 586.53 B 0.52 0.1 (.) 543.32 586.53 B 0.52 0.1 (The Printer Settings dialog box opens.) 210.6 566.13 B 3 F 0.1 (3.) 197.5 545.73 S 0.52 0.1 (Select a printer driver appearing in the A) 210.6 545.73 B 0.52 0.1 (vailable Printer Drivers panel.) 404.55 545.73 B 0 F 0.52 0.1 (The driver appears highlighted.) 210.6 533.33 B 3 F 0.1 (4.) 197.5 512.93 S 0.52 0.1 (Choose Install.) 210.6 512.93 B 0 F 0.09 0.1 (Driver installation begins. When installation is complete, a dialog box opens) 210.6 500.53 B 0.52 0.1 (informing you the driver was successfully installed.) 210.6 488.13 B 3 F 0.1 (5.) 197.5 467.73 S 0.52 0.1 (Choose OK.) 210.6 467.73 B 0 F 0.52 0.1 (The Printer Settings dialog box updates the list of Installed Printers to) 210.6 455.33 B 0.52 0.1 (include the driver) 210.6 442.93 B 0.52 0.1 (.) 291.89 442.93 B 5 12 Q 0.69 0.12 (t) 104.4 409.2 B 6 F 0.73 0.3 (Removing an Installed Printer) 126 409.2 B 3 10 Q 0.1 (1.) 197.5 388.53 S 0.52 0.1 (Open Con\336guration Manager) 210.6 388.53 B 0.52 0.1 (.) 348.51 388.53 B 0.1 (2.) 197.5 368.13 S 0.52 0.1 (Open the Printers icon.) 210.6 368.13 B 0 F 0.52 0.1 (Alternately) 210.6 355.73 B 0.52 0.1 (, open the Options menu and choose Printers or pr) 260.59 355.73 B 0.52 0.1 (ess Alt, s, r) 493.31 355.73 B 0.52 0.1 (.) 543.32 355.73 B 0.52 0.1 (The Printer Settings dialog box opens.) 210.6 335.33 B 3 F 0.1 (3.) 197.5 314.93 S 0.52 0.1 (Select an installed printer in the Installed Printers panel.) 210.6 314.93 B 0 F 0.52 0.1 (The printer appears highlighted.) 210.6 302.53 B 3 F 0.1 (4.) 197.5 282.13 S 0.52 0.1 (Choose Remove.) 210.6 282.13 B 0 F 0.52 0.1 (The highlighted printer is r) 210.6 269.73 B 0.52 0.1 (emoved fr) 335.23 269.73 B 0.52 0.1 (om the Installed Printers panel.) 381.86 269.73 B 5 12 Q 0.69 0.12 (t) 104.4 236 B 6 F 0.73 0.3 (Assigning an Installed Printer Driver to a Port) 126 236 B 3 10 Q 0.1 (1.) 197.5 215.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 215.33 B 0.52 0.1 (.) 348.51 215.33 B 0.1 (2.) 197.5 194.93 S 0.52 0.1 (Open the Printers icon.) 210.6 194.93 B 0 F 0.52 0.1 (Alternately) 210.6 182.53 B 0.52 0.1 (, open the Options menu and choose Printers or pr) 260.59 182.53 B 0.52 0.1 (ess Alt, s, r) 493.31 182.53 B 0.52 0.1 (.) 543.32 182.53 B 0.52 0.1 (The Printer Settings dialog box opens.) 210.6 162.13 B 54 561.68 195.5 610.19 C 54 561.68 195.5 610.19 R 7 X 0 K V 57.46 529.76 189.43 606.73 R V 9 9 Q 0 X -0.62 (Refer to \322About Printer Drivers\323) 57.46 600.73 P -0.62 (on page) 57.46 590.73 P -0.62 (74 for more information) 91.81 590.73 P -0.62 (about printer drivers.) 57.46 580.73 P 0 72 612 720 C 54 144 195.5 192.51 C 54 144 195.5 192.51 R 7 X 0 K V 57.46 112.09 189.43 189.05 R V 9 9 Q 0 X -0.62 (See \322Printer Drivers and Ports\323) 57.46 183.05 P -0.62 (on page) 57.46 173.05 P -0.62 (75 for background) 91.81 173.05 P -0.62 (information about assigning a) 57.46 163.05 P -0.62 (driver to a) 57.46 153.05 P -0.62 (W) 98.04 153.05 P -0.62 (abi) 106.19 153.05 P -0.62 ( port.) 118.18 153.05 P 0 72 612 720 C FMENDPAGE %%EndPage: "81" 104 %%Page: "80" 104 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (80) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (4) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 14 Q 0 X 0 K -0.88 (Print to an LPT Port or a COM Port) 126 638.67 P 0 10 Q 0.52 0.1 (Y) 198 617.33 B 0.52 0.1 (ou can assign a printer to either an LPT port or a COM port. In most cases,) 203.85 617.33 B 0.52 0.1 (you should assign a printer to an LPT port because this method of printing) 198 604.93 B 0.52 0.1 (makes use of your operating system\325s print r) 198 592.53 B 0.52 0.1 (esour) 403.12 592.53 B 0.52 0.1 (ces, such as spooling. Once) 427.89 592.53 B 0.11 0.1 (the W) 198 580.13 B 0.11 0.1 (abi pr) 224.05 580.13 B 0.11 0.1 (ogram hands of) 250.47 580.13 B 0.11 0.1 (f the print job to the print spooling system, printing) 321.45 580.13 B 0.52 0.1 (takes place in the backgr) 198 567.73 B 0.52 0.1 (ound, so you ar) 310.98 567.73 B 0.52 0.1 (e fr) 382.94 567.73 B 0.52 0.1 (ee to do other work in W) 398.24 567.73 B 0.52 0.1 (abi.) 512.97 567.73 B 0.52 0.1 (Y) 198 547.33 B 0.52 0.1 (ou can also print to a COM port. Doing so bypasses your operating system) 203.85 547.33 B 0.52 0.1 (print services and r) 198 534.93 B 0.52 0.1 (esults in printed output being sent dir) 286.67 534.93 B 0.52 0.1 (ectly to a serial) 461.2 534.93 B 0.52 0.1 (device. Y) 198 522.53 B 0.52 0.1 (ou might want to print to a COM port if you have a dedicated serial) 238.84 522.53 B 0.42 0.1 (printer attached dir) 198 510.13 B 0.42 0.1 (ectly to your system\325s serial port. However) 286.96 510.13 B 0.42 0.1 (, this method of) 482.86 510.13 B 0.52 0.1 (printing dir) 198 497.73 B 0.52 0.1 (ectly to a printer is not faster than printing thr) 251.22 497.73 B 0.52 0.1 (ough the operating) 463.9 497.73 B 0.52 0.1 (system\325s print system, and you must wait for the print job to \336nish befor) 198 485.33 B 0.52 0.1 (e) 531.87 485.33 B 0.52 0.1 (continuing to work in the W) 198 472.93 B 0.52 0.1 (abi pr) 327.47 472.93 B 0.52 0.1 (ogram.) 354.29 472.93 B 1 14 Q -0.88 (Print to a File) 126 439.87 P 0 10 Q 0.52 0.1 (Y) 198 418.53 B 0.52 0.1 (ou can dir) 203.85 418.53 B 0.52 0.1 (ect printed output to a \336le, rather than to an LPT port or a COM) 250.4 418.53 B 0.46 0.1 (port. When you print to a \336le, you cr) 198 406.13 B 0.46 0.1 (eate a print-r) 367.09 406.13 B 0.46 0.1 (eady \336le that can be printed) 426.26 406.13 B 0.52 0.1 (on any printer of the same type. For example, if you print using the Adobe) 198 393.73 B 0.52 0.1 (Default Printer) 198 381.33 B 0.52 0.1 (, a PostScript \336le is cr) 265.52 381.33 B 0.52 0.1 (eated, and you can print it on any) 364.4 381.33 B 0.52 0.1 (PostScript printer) 198 368.93 B 0.52 0.1 (. Y) 277.55 368.93 B 0.52 0.1 (ou might want to print to a \336le so you can send the \336le) 289.11 368.93 B 0.52 0.1 (electr) 198 356.53 B 0.52 0.1 (onically to someone who wants to print the \336le but not alter it.) 222.55 356.53 B 0.37 0.1 (T) 198 336.13 B 0.37 0.1 (o print to a \336le, you assign the installed printer driver to the FILE list item in) 203.31 336.13 B 0.24 0.1 (the Printer Port Selection dialog box. When you issue the print command fr) 198 323.73 B 0.24 0.1 (om) 540.68 323.73 B 0.52 0.1 (within an application, a dialog box opens, pr) 198 311.33 B 0.52 0.1 (ompting you for an output \336le) 403.34 311.33 B 0.52 0.1 (name. The print-r) 198 298.93 B 0.52 0.1 (eady \336le is saved under this name.) 278.43 298.93 B 1 15 Q -0.94 (Instructions for T) 54 265.2 P -0.94 (asks Related to Printing) 158.23 265.2 P 0 10 Q 0.52 0.1 (This section pr) 198 243.53 B 0.52 0.1 (ovides detailed, step-by-step instr) 265.3 243.53 B 0.52 0.1 (uctions for performing a) 419.77 243.53 B 0.52 0.1 (variety of tasks r) 198 231.13 B 0.52 0.1 (elated to setting up the W) 274.8 231.13 B 0.52 0.1 (abi pr) 392.84 231.13 B 0.52 0.1 (ogram for printing.) 419.67 231.13 B 54 209.41 558 217.4 C 558 214.38 198 214.38 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 202.74 B 0 F 0.52 0.1 (For information about tasks r) 231.94 202.74 B 0.52 0.1 (elated to a speci\336c printer driver) 365.92 202.74 B 0.52 0.1 (, r) 515.11 202.74 B 0.52 0.1 (efer to) 524.69 202.74 B 54 179.02 558 187.01 C 558 183.98 198 183.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (the on-line Help pr) 198 190.34 B 0.52 0.1 (ovided in the driver) 285.63 190.34 B 0.52 0.1 (\325s Setup dialog.) 378.37 190.34 B 56.5 353.63 198 405.31 C 56.5 353.63 198 405.31 R 7 X 0 K V 59.96 324.89 188.6 401.85 R V 9 9 Q 0 X -0.62 (Refer to \322Printing to a File\323 on) 59.96 395.85 P -0.62 (page) 59.96 385.85 P -0.62 (85 to learn how to direct) 82.44 385.85 P -0.62 (printed output to a PostScript) 59.96 375.85 P (\336le.) 59.96 365.85 T 0 72 612 720 C FMENDPAGE %%EndPage: "80" 103 %%Page: "79" 103 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Printing) 198 108.7 S 0 F 0.09 (79) 548.83 108.7 S 1 20 Q (4) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.52 0.1 (Ther) 198 641.33 B 0.52 0.1 (e ar) 218.9 641.33 B 0.52 0.1 (e two parts to a W) 235.87 641.33 B 0.52 0.1 (abi default printer assignment:) 319.83 641.33 B 7 14 Q 0.14 (\245) 198 622.93 S 1 10 Q 0.38 0.1 (A Printer T) 210.6 622.93 B 0.38 0.1 (ype) 259.29 622.93 B 0 F 0.38 0.1 ( \320 the type of printer assigned as the default. In Figur) 273.48 622.93 B 0.38 0.1 (e) 517.32 622.93 B 0.38 0.1 (4-) 524.81 622.93 B 0.38 0.1 (1, an) 533.33 622.93 B 0.52 0.1 (Adobe Default Printer appears as the default printer type.) 210.6 610.53 B 7 14 Q 0.14 (\245) 198 592.13 S 1 10 Q 0.52 0.1 (A Port) 210.6 592.13 B 0 F 0.52 0.1 ( \320 the W) 239.19 592.13 B 0.52 0.1 (abi port to which the default printer driver is assigned. In) 276.98 592.13 B 0.52 0.1 (Figur) 210.6 579.73 B 0.52 0.1 (e) 234.92 579.73 B 0.52 0.1 (4-) 242.4 579.73 B 0.52 0.1 (1, the default printer port is LPT1.) 250.93 579.73 B 0.52 0.1 (The printer driver/port combination you deem the default should connect to) 198 559.33 B 0.52 0.1 (the printer you use most fr) 198 546.93 B 0.52 0.1 (equently) 321.29 546.93 B 0.52 0.1 (. For example, if most of your printing is) 359.72 546.93 B 0.15 0.1 (done on an Apple\250 LaserW) 198 534.53 B 0.15 0.1 (riter\250 II NTX printer named \322speedy\323 located near) 323.51 534.53 B 0.52 0.1 (your of) 198 522.13 B 0.52 0.1 (\336ce, attach the Apple LaserW) 231.31 522.13 B 0.52 0.1 (riter II NTX v47.0 printer driver to a port) 365.4 522.13 B 0.52 0.1 (such as LPT1, and then set this printer driver/port combination as your) 198 509.73 B 0.52 0.1 (default. Then connect \322Apple LaserW) 198 497.33 B 0.52 0.1 (riter II NTX v47.0 on LPT1\323 to the) 369.86 497.33 B 0.52 0.1 (\322speedy\323 printer) 198 484.93 B 0.52 0.1 (. When you choose Print within an application\325s File menu,) 274.03 484.93 B 0.06 0.1 (the application sends the job to LPT1, and the W) 198 472.53 B 0.06 0.1 (abi pr) 416.14 472.53 B 0.06 0.1 (ogram r) 442.51 472.53 B 0.06 0.1 (edir) 478.32 472.53 B 0.06 0.1 (ects the print) 496.29 472.53 B 0.52 0.1 (job to \322speedy) 198 460.13 B 0.52 0.1 (.\323) 262.84 460.13 B 1 14 Q -0.88 (Printer Driver Setup Dialog Boxes and Help Scr) 126 427.07 P -0.88 (eens) 393.93 427.07 P 0 10 Q 0.34 0.1 (The Printer Settings dialog box, shown in Figur) 198 405.73 B 0.34 0.1 (e) 413.83 405.73 B 0.34 0.1 (4-) 421.31 405.73 B 0.34 0.1 (1, includes a button labeled) 429.84 405.73 B 0.52 0.1 (Setup. This button pr) 198 393.33 B 0.52 0.1 (ovides access to the dialog boxes and Help scr) 295.19 393.33 B 0.52 0.1 (eens) 507.27 393.33 B 0.52 0.1 (supplied with speci\336c printer drivers. These dialog boxes ar) 198 380.93 B 0.52 0.1 (e unique to each) 472.69 380.93 B 0.52 0.1 (printer driver and ar) 198 368.53 B 0.52 0.1 (e supplied by the printer driver vendor) 292.86 368.53 B 0.52 0.1 (.) 472.63 368.53 B 0.52 0.1 (For example, let\325s assume you ar) 198 348.13 B 0.52 0.1 (e working with the Adobe Default Printer) 348.11 348.13 B 0.21 0.1 (driver) 198 335.73 B 0.21 0.1 (. When you choose Setup, the initial dialog box supplied with the Adobe) 225.21 335.73 B 0.52 0.1 (Default Printer driver opens. Fr) 198 323.33 B 0.52 0.1 (om this initial dialog box, you can change a) 342.49 323.33 B 0.52 0.1 (variety of settings speci\336c to your printer) 198 310.93 B 0.52 0.1 (.) 386.86 310.93 B 54 289.21 558 297.2 C 558 294.18 198 294.18 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 282.54 B 0 F 0.52 0.1 (The W) 231.94 282.54 B 0.52 0.1 (abi pr) 261.27 282.54 B 0.52 0.1 (ogram does not support the downloading of fonts to a) 288.09 282.54 B 0.52 0.1 (printer) 198 270.14 B 0.52 0.1 (. The button r) 228.63 270.14 B 0.52 0.1 (epr) 291.43 270.14 B 0.52 0.1 (esenting this function appearing in the Adobe Printer) 306.29 270.14 B 54 246.42 558 254.41 C 558 251.39 198 251.39 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (Driver Setup dialog box is not functional.) 198 257.74 B 0 0.1 (Each printer driver supplies on-line Help speci\336c to the driver) 198 229.35 B 0 0.1 (. For information) 478.41 229.35 B 0.52 0.1 (about using a particular featur) 198 216.95 B 0.52 0.1 (e or function of a printer driver) 337.58 216.95 B 0.52 0.1 (, r) 481.29 216.95 B 0.52 0.1 (efer to the) 490.88 216.95 B 0.52 0.1 (driver) 198 204.55 B 0.52 0.1 (\325s on-line Help. Y) 226.68 204.55 B 0.52 0.1 (ou can access Help for a particular printer driver by) 305.84 204.55 B 0.52 0.1 (choosing the Setup button in the Printer Settings dialog box. A dialog box) 198 192.15 B 0.52 0.1 (associated with the printer driver opens. Choose Help in this dialog box to) 198 179.75 B 0.52 0.1 (view the printer driver) 198 167.35 B 0.52 0.1 (\325s Help information.) 303.65 167.35 B 55.5 520.59 197 569.1 C 55.5 520.59 197 569.1 R 7 X 0 K V 58.96 488.68 190.93 565.64 R V 9 9 Q 0 X -0.62 (See \322Assigning an Installed) 58.96 559.64 P -0.62 (Printer Driver to a Port\323 on) 58.96 549.64 P -0.62 (page) 58.96 539.64 P -0.62 (81 for the steps required to) 81.44 539.64 P -0.62 (make an LPT port assignment.) 58.96 529.64 P 0 72 612 720 C 54 520.09 195.5 572.2 C 54 520.09 195.5 572.2 R 7 X 0 K V 57.46 488.18 189.43 565.14 R V 9 9 Q 0 X -0.62 (See \322De\336ning the W) 57.46 559.14 P -0.62 (abi Default) 135.67 559.14 P -0.62 (Printer\323 on page) 57.46 549.14 P -0.62 (83 for the steps) 123.14 549.14 P -0.62 (required to assign a default) 57.46 539.14 P -0.62 (printer driver) 57.46 529.14 P -0.62 (.) 106.77 529.14 P 0 72 612 720 C 54 362.71 195.5 411.22 C 54 362.71 195.5 411.22 R 7 X 0 K V 57.46 330.79 189.43 407.76 R V 9 9 Q 0 X -0.62 (Refer to a print driver) 57.46 401.76 P -0.62 (\325) 139.7 401.76 P -0.62 (s on-line) 141.53 401.76 P -0.62 (Help for information about using) 57.46 391.76 P -0.62 (speci\336c features and functions of) 57.46 381.76 P -0.62 (the print driver) 57.46 371.76 P -0.62 (.) 113.15 371.76 P 0 72 612 720 C 56.5 167.62 198 216.13 C 56.5 167.62 198 216.13 R 7 X 0 K V 59.96 135.7 191.93 212.67 R V 9 9 Q 0 X -0.62 (Refer to \322Accessing the Printer) 59.96 206.67 P -0.62 (Setup Dialogs\323 on page) 59.96 196.67 P -0.62 (84 to) 154.5 196.67 P -0.62 (learn how to view driver-speci\336c) 59.96 186.67 P -0.62 (dialogs and Help.) 59.96 176.67 P 0 72 612 720 C FMENDPAGE %%EndPage: "79" 102 %%Page: "78" 102 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (78) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (4) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (Connecting a printer to a W) 198 641.33 B 0.52 0.1 (abi LPT port is as simple as opening the Native) 325.19 641.33 B 0.52 0.1 (Printer Name list and selecting a printer name.) 198 628.93 B 0.38 0.1 (In most cases, you will not have to alter the Native Print Command entry) 198 608.53 B 0.38 0.1 (. The) 532.41 608.53 B 0.52 0.1 (default entry supplied with the W) 198 596.13 B 0.52 0.1 (abi pr) 353.42 596.13 B 0.52 0.1 (ogram will usually be corr) 380.24 596.13 B 0.52 0.1 (ect.) 501.34 596.13 B 0.52 0.1 (However) 198 583.73 B 0.52 0.1 (, you can select the entry \336eld and type in a command if you want.) 239.24 583.73 B 0.04 0.1 (Y) 198 571.33 B 0.04 0.1 (ou can change the native print command to any command line that you know) 203.85 571.33 B 0.52 0.1 (works in your operating system to get the output you want fr) 198 558.93 B 0.52 0.1 (om the printer) 480.84 558.93 B 0.52 0.1 (.) 546.36 558.93 B 0.52 0.1 (See your operating system user manuals for information about commands) 198 546.53 B 0.52 0.1 (used for printing.) 198 534.13 B 0.52 0.1 (After you select a printer by name and choose OK in the Printer Output) 198 513.73 B 0.1 0.1 (Connections dialog box, the printer name and command is assigned to the LPT) 198 501.33 B 0.52 0.1 (port indicated at the top of the dialog box.) 198 488.93 B 0.49 0.1 (The Defaults button in the Printer Output Connections dialog box r) 198 468.53 B 0.49 0.1 (estor) 506.44 468.53 B 0.49 0.1 (es the) 528.45 468.53 B 0.52 0.1 (W) 198 456.13 B 0.52 0.1 (abi pr) 207.18 456.13 B 0.52 0.1 (ogram default printer connection. This connection assigns the default) 234 456.13 B 0.52 0.1 (printer speci\336ed in the Printer Settings dialog box to W) 198 443.73 B 0.52 0.1 (abi port LPT1. The) 450.98 443.73 B 0.52 0.1 (default also speci\336es a generic print command.) 198 431.33 B 0.52 0.1 (The default print command includes two placeholders for parameters used) 198 410.93 B 0.52 0.1 (with ar) 198 398.53 B 0.52 0.1 (guments to the print command:) 230.8 398.53 B 7 14 Q 0.14 (\245) 198 380.13 S 2 10 Q 0.24 (%p) 210.6 380.13 P 0 F 0.1 0.1 ( \320 The W) 222.59 380.13 B 0.1 0.1 (abi pr) 262 380.13 B 0.1 0.1 (ogram r) 288.41 380.13 B 0.1 0.1 (eplaces) 324.26 380.13 B 2 F 0.24 (%p) 359.82 380.13 P 0 F 0.1 0.1 ( with a printer name. If the printer name) 371.82 380.13 B 0.17 0.1 (is , the W) 210.6 367.73 B 0.17 0.1 (abi pr) 329.64 367.73 B 0.17 0.1 (ogram omits the ar) 356.11 367.73 B 0.17 0.1 (gument using) 442.01 367.73 B 2 F 0.39 (%p) 507.45 367.73 P 0 F 0.17 0.1 ( when a) 519.45 367.73 B 0.45 0.1 (print command is issued to the operating system. This makes the operating) 210.6 355.33 B 0.52 0.1 (system use its default printer) 210.6 342.93 B 0.52 0.1 (.) 343.38 342.93 B 7 14 Q 0.14 (\245) 198 324.53 S 2 10 Q 0.82 (%t) 210.6 324.53 P 0 F 0.36 0.1 ( \320 The W) 222.59 324.53 B 0.36 0.1 (abi pr) 262.76 324.53 B 0.36 0.1 (ogram r) 289.42 324.53 B 0.36 0.1 (eplaces) 325.53 324.53 B 2 F 0.82 (%t) 361.35 324.53 P 0 F 0.36 0.1 ( with the print job title. Many operating) 373.34 324.53 B 0.52 0.1 (systems r) 210.6 312.13 B 0.52 0.1 (equir) 253.43 312.13 B 0.52 0.1 (e a print job title statement.) 277.01 312.13 B 1 14 Q -0.88 (W) 126 279.07 P -0.88 (abi) 138.93 279.07 P -0.88 ( Default Printer) 155.51 279.07 P 0 10 Q 0.4 0.1 (The Installed Printers panel in the Printer Settings dialog box displays a list of) 198 257.73 B 0.52 0.1 (installed printers and labels one [Default]. This default printer is the W) 198 245.33 B 0.52 0.1 (abi) 523.24 245.33 B 0.52 0.1 (default printer) 198 232.93 B 0.52 0.1 (, the one used when you print fr) 263.86 232.93 B 0.52 0.1 (om within an application) 412.6 232.93 B 0.52 0.1 (r) 198 220.53 B 0.52 0.1 (unning in W) 201.97 220.53 B 0.52 0.1 (abi and do not specify a particular printer) 258.85 220.53 B 0.52 0.1 (. The W) 450.35 220.53 B 0.52 0.1 (abi default) 485.39 220.53 B 0.52 0.1 (printer is dif) 198 208.13 B 0.52 0.1 (fer) 255.42 208.13 B 0.52 0.1 (ent fr) 267.6 208.13 B 0.52 0.1 (om the operating system default printer) 292.18 208.13 B 0.52 0.1 (. However) 474.3 208.13 B 0.52 0.1 (, you) 521.25 208.13 B 0.29 0.1 (can connect the W) 198 195.73 B 0.29 0.1 (abi default printer to the operating system default printer so) 280.27 195.73 B 0.52 0.1 (that all print jobs \050both W) 198 183.33 B 0.52 0.1 (abi and UNIX\051 automatically go to the same printer) 315.89 183.33 B 0.52 0.1 (when you do not specify a printer) 198 170.93 B 0.52 0.1 (.) 353.49 170.93 B 34 242 36 252 R 7 X 1 K V 34 167.6 36 214.8 R V FMENDPAGE %%EndPage: "78" 101 %%Page: "77" 101 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Printing) 198 108.7 S 0 F 0.09 (77) 548.83 108.7 S 1 20 Q (4) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 9 Q 0 X 0 K 0.09 (Figur) 198 499.93 S 0.09 (e) 218.77 499.93 S 0.09 (4-) 224.69 499.93 S 0.09 (3) 232.36 499.93 S 0 F 0.47 0.09 (Printer Output Connections Dialog Box) 248.4 499.93 B 0 10 Q 0.45 0.1 (Y) 198 475.27 B 0.45 0.1 (our operating system r) 203.85 475.27 B 0.45 0.1 (ecognizes and addr) 307.74 475.27 B 0.45 0.1 (esses printers by their names. That) 396.33 475.27 B 0.52 0.1 (means that every printer you can use has a name. In addition, your operating) 198 462.87 B 0.52 0.1 (system uses a speci\336c command to initiate a print job. When you connect a) 198 450.47 B 0.52 0.1 (printer to a W) 198 438.07 B 0.52 0.1 (abi LPT port, you indicate the name of the printer you want to) 261.92 438.07 B 0.52 0.1 (assign to the port and the command r) 198 425.67 B 0.52 0.1 (equir) 370.74 425.67 B 0.52 0.1 (ed to start the printer printing.) 394.33 425.67 B 0.52 0.1 (It\325s all done fr) 198 405.27 B 0.52 0.1 (om the Printer Output Connections dialog box. As Figur) 262.38 405.27 B 0.52 0.1 (e) 520.68 405.27 B 0.52 0.1 (4-) 528.17 405.27 B 0.52 0.1 (3) 536.69 405.27 B 0.52 0.1 (illustrates, this dialog box contains a panel labeled Assign Connection. The) 198 392.87 B 0.09 0.1 (connection you specify in this panel applies to the port whose name appears in) 198 380.47 B 0.52 0.1 (the upper) 198 368.07 B 0.52 0.1 (-left corner of the dialog box.) 242.38 368.07 B 0.52 0.1 (The Assign Connection panel has two entry \336elds with dr) 198 347.67 B 0.52 0.1 (op-down lists:) 463.03 347.67 B 7 14 Q 0.14 (\245) 198 329.27 S 1 10 Q 0.3 0.1 (Native Printer Name) 210.6 329.27 B 0 F 0.3 0.1 ( \320 Displays a list containing the names of all the printers) 298.62 329.27 B 0.23 0.1 (your operating system is con\336gur) 210.6 316.87 B 0.23 0.1 (ed to r) 363.59 316.87 B 0.23 0.1 (ecognize and which you can access.) 393.12 316.87 B 0.52 0.1 (The \336rst name, , speci\336es your operating system default) 210.6 304.47 B 0.16 0.1 (printer) 210.6 292.07 B 0.16 0.1 (, which is the printer used when you print fr) 241.23 292.07 B 0.16 0.1 (om the operating system) 443.17 292.07 B 0.52 0.1 (without specifying a printer name. When you assign a port to) 210.6 279.67 B 0.52 0.1 (, print jobs sent to that port go to the curr) 210.6 267.27 B 0.52 0.1 (ent operating) 479.32 267.27 B 0.52 0.1 (system default printer) 210.6 254.87 B 0.52 0.1 (. If you change the default printer in your operating) 311.08 254.87 B 0.52 0.1 (system, the W) 210.6 242.47 B 0.52 0.1 (abi pr) 274.27 242.47 B 0.52 0.1 (ogram immediately uses the new default printer for) 301.1 242.47 B 0.1 (.) 210.6 230.07 S 7 14 Q 0.14 (\245) 198 211.67 S 1 10 Q 0.41 0.1 (Native Print Command) 210.6 211.67 B 0 F 0.41 0.1 ( \320 Displays a list of operating system print commands.) 308.93 211.67 B 54 144 558 648 C 198 514.33 558 638 C 0 X 0 K %%BeginBinary: 3631 534 238 256.32 114.24 0 198.89 519.11 BEGINBITMAPBWc 7j" O20F 7"Z" 0FO0FE7"9j" 0BO-02 9# FE7F9" F19" 8F8#G$;"<#<" FC5F0FE006F80F80188#H"8"8%8%;" F3DFF00C01FC000601801FC0038"H$:#<#<" F70C3800038E38E0009"H5 DE;19B66F1E1E36030630CF370C33C03061E1BC6F0783C798786F0F809"I(8#8. D1F67F9E3F3E07073F8C7003F1FE7F8FC7E798FC7F9FC09"H5 8F:39C6718C61B8060330C639CC3180600739C671986E7319CE71988#G(:":- F45F0FF186618C7FB030061986619FEC031986619E008#H";#<"@# F3DFE10707708F808"H#9%<#9#:# F70C01603003063066980C81C0J.8( :73B0038E31C639CC718038E7399CEE7319CE61989"J/8( DE58E3F3001FC3FC73F8FF1C01FC3F18FC7E398FC619F9#J/8) D1FF4861E3000F81EC33707B0C00F81E18783C19878618F809"Gf"j 8F3008# F47F8# F3FF8" FFJ" @00 7% 080000007"Z" 0FO0FE 9) F00FFFFE7E0300399#9$ F3FF79F3E1>$ 7CF3F9:$:" FC1C3EE79'8" F019CC7E7E79FF9'J"e" F3F9CCFE7E03KE01F>"J"@" 7FKC00FJ"U" O&CF8FJ" O10F:%9" FC1CFE02E79T J# O+079CJ$ O*FE7399J$ O*FCF993J" O,87J" O,8FJ" O,87J" O,93J" O,99J$ O*FE739CJ% O*FF079E7FJ$ O+FFFFFF J"e O&C8J" O&C0 J"@" O&E01FJW O& ;%8"<" 3FFFFE7FC13F=#8";# FFFF9CF3FF9$;#="j#e" E03E1F3E7FFC>0FE01F93Z#U" EFFE1F0F0E70307F3FE0E0E0F0782138383F>EFDFCF:2J" FCCE666666313F3FCE626267339333989FJ8F<%9#8$ 7E7E67336666F33399:%=" F8070F0E60:%9#8# F9E7E7E63E4E67F3:&8#9# F3F26666669CCE3393;%8* F30F0E70C1E0E6667078393839:P"VJ":" 3FBC1F3J" O)9C>#J# F07FM3E7F>#J' FFFFM3FE0E0F07073J& O*CE62672733J% O*E06667E7J"8" O*CEE0J#8# O)3E4EE7F3J#8# O)9CCE2733J' O)C1E026707073JQ O) J"e" O&D00FJ"j"8" 9FE703C0JZ$8"@" :57FFFF3E01FJz"8"8W :4AAA3E3J"j" :C030BJ"I" :8003J"I" :C00BJ+@" :800FE00060000607F00C03=%8$9#;&8&>$ 3E7FFF3F80FF3FCF9FC00C3000C066180000C00B7E03=%8%8"<$;":"<" 1E7FF3FF9E7FFFF3C781CC180C3803=";#:"5<% @706127983F9F2130618387C39C1C11E0E7FE870C198CCC66666619CCECCC670E03600023=59+<% 426673327939F9E633133398FC999CC44CE7FFECEC7E66667F18CCCCC66070B7C01E3=*8&9"8'8$<$ 32703333339F80E7339FCC9C0CCC87FCCC66666601CFE60E037F07=#8$9(8%=$<$ 3867301F9F019FCE19CCCCC0C38C1980CC061C0B7FDF@$:";(8";#<$ 3873FF3FCFFFFE81CC318CE66638037FFF=":":$9,9$<% 3C9F399FCFCE7FFEC00FE0F8C7F3E63667C6000B600003='9#8(g=%8"e" 3E70193CF83F39839C04CCE0E7FE80037FFFE3E01F=Z"z";"U" 2FE4AAA3DFCFI#;"j%C" 8007803034000038FI#;Z" FFFF500Jj :5JZ 99 J' O(E03FFF3FFFF3J%8" O(E79FFE7F3FJ" O)CFJ( O)CE0C307332187FJ( O)CCE6673333333FJ"9" O+70FFJ#8# O*0667387FJ"9# O*FE3F3FJ' O)9CE667323333J) O(E03E0E701833987FJS O(J# O(C003J# O(FFFFJ"e" O&D00FJ"j%8" 9FE47F000003C0JZ%8"@" :47F7FFFF3E01FJ"8W O#E3J"d" :800F J# O!7E03J"8#9" :B0063807;%8$8"<#;#8$ CF9FFFCFE03FCF07FE7F6C60CD8C6F;%8'D"9" C79FFCFFE79FFFFCFE73C098;"<"8#?, C3CFFCF9B3F0007E3983F001E730FF<48+@$ 9C1849E60FE7C84C187CFF83823823C1C1E0679800CE03039800C0606F600023;58*A$ 4C999CCC9E4E7E798CC4CFCFF398898899CC4CC7F183EC60603183EC0C07800E3;+9':)A# CC9C0CCCCCE7E039CCCC999999C0CCCE00C60CE31800C19C7C01;$8$>">#8#A# CE19CC07E7F99C19B3C3367E03>$;"@)B# CE1CFFF99800CE31B39800C67F07;":":#<"9+A" CFE7FE73CCF0007E00E3F000601C3FDF<&9%91A" 9C064F3E0FCE7F0783C04CE067FE830000000003000000000FFF;ZJ$ 46600003H#J$ 0007;7FFFE3H#F7> 9$;":" C1FFDFBFFE9"9"9#<" BEF7FFEFFB 92 BFE1DC3C23E1FA3AB4C61D7C3A7E9E1E3192 C7DEDBDBD7DEF9D9B36DECFBD9BE6DEDDB9"9. F9F7E0FBDBB76DEDFBDBBEEDEDFB9'9#:# FEC0D81BF7DE6C0DEE3B9%;#:# BEDFDBFB6DFDEFDB:'9":" DEDBDBD7DEF9EDED92 C1E1DC3C3BE17A3BB7761DFC3BBEEE1E3D9Q"U FB 8"<"J" FFFF7FF 7j O2 7Z O3 ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 52 385.83 193.5 446.73 C 52 385.83 193.5 446.73 R 7 X 0 K V 55.46 366.31 187.43 443.28 R V 9 9 Q 0 X -0.62 (\322Connecting a Printer to a) 55.46 437.28 P -0.62 (Driver/Port Combination\323 on) 55.46 427.28 P -0.62 (page) 55.46 417.28 P -0.62 (82 describes how to assign) 77.94 417.28 P -0.62 (a printer to a port.) 55.46 407.28 P 0 72 612 720 C 34 226.73 36 323.53 R 7 X 1 K V FMENDPAGE %%EndPage: "77" 100 %%Page: "76" 100 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (76) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (4) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 9 Q 0 X 0 K 0.09 (Figur) 198 498.93 S 0.09 (e) 218.77 498.93 S 0.09 (4-) 224.69 498.93 S 0.09 (2) 232.36 498.93 S 0 F 0.47 0.09 (Printer Port Selection Dialog Box) 248.4 498.93 B 0 10 Q 0.13 0.1 (This dialog box displays a list of W) 198 474.27 B 0.13 0.1 (abi ports. Y) 356.3 474.27 B 0.13 0.1 (ou select an item fr) 407.34 474.27 B 0.13 0.1 (om the list by) 493.44 474.27 B -0.05 0.1 (clicking on the item. When you choose OK, the printer driver you\325ve selected is) 198 461.87 B 0.15 0.1 (assigned to the port you\325ve selected. The driver/port combination is displayed) 198 449.47 B 0.52 0.1 (in the Installed Printers panel of the Printer Settings dialog box.) 198 437.07 B 0.52 0.1 (Fr) 198 416.67 B 0.52 0.1 (om now on, any time you dir) 207.52 416.67 B 0.52 0.1 (ect a print job to this port, the job will be) 341.97 416.67 B 0.52 0.1 (contr) 198 404.27 B 0.52 0.1 (olled by the printer driver assigned to the port.) 221.24 404.27 B 0.52 0.1 (If you select FILE in the Printer Port Selection dialog box, the job will be) 198 383.87 B 0.12 0.1 (printed to a \336le. Y) 198 371.47 B 0.12 0.1 (ou will be pr) 278.93 371.47 B 0.12 0.1 (ompted for the \336le name when you issue a print) 336.73 371.47 B 0.52 0.1 (command in an application.) 198 359.07 B 1 14 Q -0.88 (Connect the Port to a Printer) 126 326 P 0 10 Q 0.52 0.1 (The \336nal step to printing is connecting a W) 198 304.67 B 0.52 0.1 (abi port to an operating system) 395.68 304.67 B 0.52 0.1 (printer \050if you ar) 198 292.27 B 0.52 0.1 (e using an LPT port\051. Y) 274.9 292.27 B 0.52 0.1 (ou make this connection fr) 380.95 292.27 B 0.52 0.1 (om the) 502.78 292.27 B 0.52 0.1 (Printer Output Connections dialog box shown in Figur) 198 279.87 B 0.52 0.1 (e) 448.82 279.87 B 0.52 0.1 (4-) 456.31 279.87 B 0.52 0.1 (3. Y) 464.83 279.87 B 0.52 0.1 (ou access this) 481.49 279.87 B 0.41 0.1 (dialog box by choosing the Connect button in the Printer Port Selection dialog) 198 267.47 B 0.1 (box.) 198 255.07 S 54 144 558 648 C 198 513.33 558 638 C 0 X 0 K %%BeginBinary: 3013 503 239 241.44 114.72 0 197.71 515.78 BEGINBITMAPBWc "j" FCO.01 7"Z" 3FO-C17"8"j" 2FFCO*41 9" F99" C58# FE3D8#H$:#9%8" F17D07F00303F803E000C0068"J"8"9"8$:" CF4F806FC3007F0C68"I$;"9#:" DF061C000E0E38C09"I5 7950CDB378F0F1B03061E1B780C1878C1E0F1E61E1BC09"J&8. 454FB3FCF1F9F3F1F780F00FCC3F1F9E63F1FE08#I5 DE3D51CE338C630DC030E739C3007E186C61B9CC6739C608#H5 D17D507F8C330C63FD803FC61983001F1FEC7FB00C661988"J"<"9# CF4F0F800398"I#9%9& DF0600301803000C1980C603J#8"8) ;39D8730E39CEC73B9CC6739"J$8- 796C71F983F183807F0FCC3F1F8E63F189"J$8, 476C30F181E181803E078C1E0F0661E8#Hj DE3F68# D1FF8" CF8" FF 7% 200000007"Z" 3FO-C1 J"e" O"F00FJ"@" O"E007J"U" O"E7C7J" O-87J% O&FAAAAABFJ% O&F7FFFFEF;1<.B"8" FE7FE7FF3FFFFC07FFE7FFFE7FE03FCF9F80C00E7FF8407FFE7FFFE7C3FFFFB$8&<-B"8" F3FFCF67E79FFFFC9E7CF87FF9CF3FFCFFFFE673F7EF:$;"<">$9";"`";% C07C3FF9CF9F3CFE9FF80FFF83CE7F:(8/:"8'Q";% DFFC3E070703C1C1860E6643E7C84C1860E1F8383F799C1860E66433EFF739CCEF;'848'B% F99CC673199C9CCCE66667E798CC4CCE63F3989F9F9E7CFE7F99CCCE666673FE7CC9FF=$:#8)8#<"E% E67339CE06E039CCCCCE67F39980FCE0F67CC3EF;#9"8$8#8";";$E% F00C8080CCE6E7F9C09F980CCEFE7CC7FF;#9"8">#@#F% F3CC9F9FCFE799FCF67CC3EF;*8";#@%D% E7E4C673199CFCF39C46CE6739CCCE64FE7CC9FF<-9(9*B% E6070703C1FC07C1CE030673CE60E7F8399F8079F9C07C1CE0306733F67CCCEF;Z"Q"B% ;F9F3FF39CE7FJ% O&F783CF2FJ#;"B% @F87FC3FFFFFFFFJ#;"B"8" @FFFFFFF7EFJ"e" O"E407J"9"8" O"E00810J% O&05555540J"9%9" O"F0000000000FJW O" Jj" ;17FJ"X$ ;7FEFFFFEJ" KFC J& ;707C1E7E79J& ;6739CE7E61J&@";"e" ;4F93E63C79FEF00FJ"9"E"U" 1879FFFF7CC7 J"B" >42BCJ" <93J% ;6739CE66J$8"@" ;707C1EE7DCJ"PH":" ;7FE0F9J"=# KECCE7FJ#=# JC00C9F3FJ#>& JFFFCF070783839J& O&E731339399J$>% IE80000F03333F3J&?"@"8# ;707C1E7E70E0E7F019J'I"8# ;6739CE7E667F27F3F9J%@$=#8# ;4F93E63CEFFFFECE679399J"8#@"=' 187CFFJ" ?79J# >4273J"8"F"e" <9367E807J%G" ;6739CE66E0J'E"@" ;707C1E666067F00FJ"PEW ;7F J# JBFBCJ# JDF7CJ" JEFJ&@# ;707C1E7E70EEFCJ'?" ;6739CE7E667FF5J&@" ;4F93E63C7EFBJ"9"?" $ >1878FFE80000J#>" ?7E7FE0J" >42J"B$ <93EFFFFFJ& ;6739CE6666J' ;707C1E6670E7J"P ;7F J' ;707C1E7E7E7FJ& ;6739CE7E7CJ& ;4F93E63C78J"9" 18727FJ" ?66J# >4260J"8" <937EJ% ;6739CE66J$8" ;707C1E67J"PE"e" ;7FF00FJ"U" O"EFE7J" O-C7 J% ;40267E01J% ;4FE67E7FJ# O$FE0FJ"H#;" ?9FFCE79FJ&H# ;40667E03FFF9F3J%J( ;4FE67E7F4FF07070783C10FJ( O%FE731313399C9FJ% O'3333399FJ" O)01J$I"9" =02019FF23FJ&H#9# ;7FFFFFFFFFFCE6399CJ$8$ O$FE0F0783C1CFJS O$Ji"># ;0FF001J# O$FFFFJ"e" O"E807J&F" ;303F9FF8C0E0J$G"@" <30C183F00FJ#GW =6180J" ?C3J$ =C180C0J# <3F81J# <3001 J$ I000000J#8"?$ ;3FB0C30FFFFEJ`A" ;FC J"X" ;7FEFJ" KECJ" KDCJ& ;4FC060061FJ%A" 7FCCJ$A" =3E7F9F7CJ% 7CFFEFE7J"F" JFFC7J#8" ;404F0CJ& ;7FFFFFFFFFJ$ IE80000J" IE0Jj ;/JZ=$ ;23E7FF3 J$ O'707303J% O&00673319J"8" O&3E39J" O'60J# O'67F3J# O(3319J$ O'707303J% O&FFFFFF3F:"j":$ C0I0FFE001F:Z:$ KFFFFFFJ"e" O"E807J" O"E0J"@" O"F00FJW O" 7j" O.01 Z O0 ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 54 225.13 195.5 288.13 C 54 225.13 195.5 288.13 R 7 X 0 K V 57.46 207.71 186.93 284.68 R V 9 9 Q 0 X -0.62 (Follow the steps in \322Connecting) 57.46 278.68 P -0.62 (a Printer to a Driver/Port) 57.46 268.68 P -0.62 (Combination\323 on page) 57.46 258.68 P -0.62 (82.) 147.12 258.68 P 0 72 612 720 C FMENDPAGE %%EndPage: "76" 99 %%Page: "75" 99 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Printing) 198 108.7 S 0 F 0.09 (75) 548.83 108.7 S 1 20 Q (4) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.19 0.1 (The Epson FX-1050 driver can be used with any Epson printer in the FX-series,) 198 641.33 B 0.52 0.1 (and also with the LX and MX models. However) 198 628.93 B 0.52 0.1 (, you should install a driver) 416.32 628.93 B 0.52 0.1 (fr) 198 616.53 B 0.52 0.1 (om the A) 205.3 616.53 B 0.52 0.1 (vailable Printer Drivers that matches the model printer you have.) 247.13 616.53 B 0.52 0.1 (Note that if you have an Epson PostScript printer) 198 604.13 B 0.52 0.1 (, you should use the) 423.88 604.13 B 0.52 0.1 (appr) 198 591.73 B 0.52 0.1 (opriate PostScript driver) 219.18 591.73 B 0.52 0.1 (, not the Epson FX-1050 driver) 330.48 591.73 B 0.52 0.1 (.) 469.23 591.73 B 0.52 0.1 (After you\325ve installed the Micr) 198 571.33 B 0.52 0.1 (osoft W) 338.88 571.33 B 0.52 0.1 (indows softwar) 373.78 571.33 B 0.52 0.1 (e using the W) 444.44 571.33 B 0.52 0.1 (abi) 507.07 571.33 B 0.52 0.1 (pr) 198 558.93 B 0.52 0.1 (ogram\325s W) 207.98 558.93 B 0.52 0.1 (indows Install tool, you can also access a generic \050text only\051) 257.14 558.93 B 0.52 0.1 (printer driver supplied with the Micr) 198 546.53 B 0.52 0.1 (osoft W) 368.55 546.53 B 0.52 0.1 (indows pr) 403.45 546.53 B 0.52 0.1 (ogram. This driver) 450 546.53 B 0.52 0.1 (appears in the list of installed printers after W) 198 534.13 B 0.52 0.1 (indows installation is complete.) 409.31 534.13 B 0.06 0.1 (Y) 198 521.73 B 0.06 0.1 (ou can use this driver to print text \050not graphics\051 to most printers. Note that if) 203.85 521.73 B 0.52 0.1 (your application lets you save a document as an ASCII text \336le, you can print) 198 509.33 B 0.52 0.1 (a text \336le without the generic printer driver) 198 496.93 B 0.52 0.1 (. PostScript printers can print) 397.27 496.93 B 0.52 0.1 (text-only documents if they ar) 198 484.53 B 0.52 0.1 (e con\336gur) 335.97 484.53 B 0.52 0.1 (ed in the operating system to accept) 381.79 484.53 B 0.52 0.1 (simple text input.) 198 472.13 B 54 450.41 558 458.4 C 558 455.38 198 455.38 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 443.74 B 0 F 0.52 0.1 (The W) 231.94 443.74 B 0.52 0.1 (abi pr) 261.27 443.74 B 0.52 0.1 (ogram does not support the downloading of fonts to a) 288.09 443.74 B 0.52 0.1 (printer) 198 431.34 B 0.52 0.1 (. If you choose the button r) 228.63 431.34 B 0.52 0.1 (epr) 352.95 431.34 B 0.52 0.1 (esenting this function in a printer driver) 367.81 431.34 B 54 407.62 558 415.61 C 558 412.58 198 412.58 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (Setup dialog box, a W) 198 418.94 B 0.52 0.1 (abi err) 298.14 418.94 B 0.52 0.1 (or message box is displayed.) 327.8 418.94 B 1 14 Q -0.88 (Printer Drivers and Ports) 126 377.88 P 0 10 Q 0.52 0.1 (Once you\325ve installed a printer driver) 198 356.55 B 0.52 0.1 (, the next step is assigning the printer) 370.24 356.55 B 0.52 0.1 (driver to a W) 198 344.15 B 0.52 0.1 (abi port. \050The W) 258.49 344.15 B 0.52 0.1 (abi pr) 332.88 344.15 B 0.52 0.1 (ogram automatically assigns a newly) 359.7 344.15 B 0.52 0.1 (installed printer to LPT1, but you can change this if you want.\051) 198 331.75 B 0.1 0.1 (Assigning a printer driver to a port means that any time an application sends a) 198 311.35 B 0.52 0.1 (print job to that port, the driver you\325ve assigned to the port pr) 198 298.95 B 0.52 0.1 (ocesses the) 484.32 298.95 B 0.52 0.1 (document for printing on a particular printer) 198 286.55 B 0.52 0.1 (.) 403.92 286.55 B 0.52 0.1 (Y) 198 266.15 B 0.52 0.1 (ou can assign multiple drivers to the same port, and designate one as the) 203.85 266.15 B 0.52 0.1 (default driver for that port. The default will be used in most cases. However) 198 253.75 B 0.52 0.1 (,) 547.84 253.75 B 0.52 0.1 (some applications will automatically select the driver they r) 198 241.35 B 0.52 0.1 (equir) 471.9 241.35 B 0.52 0.1 (e fr) 495.49 241.35 B 0.52 0.1 (om the) 510.79 241.35 B 0.52 0.1 (drivers assigned to the port.) 198 228.95 B 0.52 0.1 (Y) 198 208.55 B 0.52 0.1 (ou assign an installed printer driver to a W) 203.85 208.55 B 0.52 0.1 (abi port by selecting the driver in) 401.18 208.55 B 0.52 0.1 (the Installed Printers panel and then choosing the Port button. When you) 198 196.15 B 0.52 0.1 (choose Port, the Printer Port Selection dialog box shown in Figur) 198 183.75 B 0.52 0.1 (e) 495.23 183.75 B 0.52 0.1 (4-) 502.71 183.75 B 0.52 0.1 (2 opens.) 511.24 183.75 B 54 274.42 195.5 322.93 C 54 274.42 195.5 322.93 R 7 X 0 K V 57.46 242.5 189.43 319.47 R V 9 9 Q 0 X -0.62 (\322Assigning an Installed Printer) 57.46 313.47 P -0.62 (Driver to a Port\323 on page) 57.46 303.47 P -0.62 (81) 155.24 303.47 P -0.62 (describes how to link a driver to a) 57.46 293.47 P -0.62 (COM port or an LPT port.) 57.46 283.47 P 0 72 612 720 C FMENDPAGE %%EndPage: "75" 98 %%Page: "74" 98 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (74) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (4) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 7 14 Q 0 X 0 K 0.14 (\245) 198 641.33 S 1 10 Q 0.52 0.1 (Set as Default) 210.6 641.33 B 0 F 0.52 0.1 (\320 Designates the selected printer/port combination as your) 272.8 641.33 B 0.52 0.1 (W) 210.6 628.93 B 0.52 0.1 (abi default printer) 219.77 628.93 B 0.52 0.1 (.) 302.49 628.93 B 7 14 Q 0.14 (\245) 198 610.53 S 1 10 Q 0.3 0.1 (Install) 210.6 610.53 B 0 F 0.3 0.1 ( \320 Allows you to install an available printer driver) 237.4 610.53 B 0.3 0.1 (. Once installed, the) 464.93 610.53 B 0.52 0.1 (driver name appears in the Installed Printers list.) 210.6 598.13 B 1 14 Q -0.88 (About Printer Drivers) 126 565.07 P 0 10 Q 0.52 0.1 (The \336rst step in setting up the W) 198 543.73 B 0.52 0.1 (abi pr) 348.46 543.73 B 0.52 0.1 (ogram to print is installing a printer) 375.28 543.73 B 0.52 0.1 (driver) 198 531.33 B 0.52 0.1 (. A printer driver is a softwar) 225.21 531.33 B 0.52 0.1 (e pr) 360.23 531.33 B 0.52 0.1 (ogram that exploits the featur) 378.21 531.33 B 0.52 0.1 (es and) 514.15 531.33 B 0.52 0.1 (functions of a printer) 198 518.93 B 0.52 0.1 (. The A) 294.26 518.93 B 0.52 0.1 (vailable Printer Drivers panel of the Printer) 327.08 518.93 B 0.52 0.1 (Settings dialog box displays a list of appr) 198 506.53 B 0.52 0.1 (oximately 200 available printer) 387.41 506.53 B 0.52 0.1 (drivers supplied with the W) 198 494.13 B 0.52 0.1 (abi pr) 326.6 494.13 B 0.52 0.1 (ogram. Y) 353.42 494.13 B 0.52 0.1 (ou scr) 394.27 494.13 B 0.52 0.1 (oll thr) 421.82 494.13 B 0.52 0.1 (ough this list to select) 449.65 494.13 B 0.27 0.1 (the driver that matches or supports your printer) 198 481.73 B 0.27 0.1 (. In some cases, a single driver) 416.58 481.73 B 0.41 0.1 (supports many types of printers. Refer to your printer manual for information) 198 469.33 B 0.52 0.1 (about the driver r) 198 456.93 B 0.52 0.1 (equir) 279.1 456.93 B 0.52 0.1 (ed by your printer) 302.68 456.93 B 0.52 0.1 (.) 386.44 456.93 B 54 435.21 558 443.2 C 558 440.18 198 440.18 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 428.54 B 0 F 0.52 0.1 (The only printer drivers you can install and use ar) 231.94 428.54 B 0.52 0.1 (e the drivers in the) 462.99 428.54 B 54 404.82 558 412.81 C 558 409.78 198 409.78 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (A) 198 416.14 B 0.52 0.1 (vailable Printer Drivers panel in the Printer Settings dialog box.) 204.96 416.14 B 0.04 0.1 (Y) 198 387.75 B 0.04 0.1 (ou install a printer driver by selecting it in the list of A) 203.85 387.75 B 0.04 0.1 (vailable Printer Drivers) 449.3 387.75 B 0.52 0.1 (and choosing the Install button to the right of the list. The W) 198 375.35 B 0.52 0.1 (abi pr) 476.16 375.35 B 0.52 0.1 (ogram) 502.98 375.35 B 0.49 0.1 (installs the driver you selected and displays the driver) 198 362.95 B 0.49 0.1 (\325s name in the Installed) 448.15 362.95 B 0.52 0.1 (Printers panel of the Printer Settings dialog box.) 198 350.55 B 0.52 0.1 (The W) 198 330.15 B 0.52 0.1 (abi pr) 227.32 330.15 B 0.52 0.1 (ogram uses an Adobe PostScript printer driver) 254.15 330.15 B 0.52 0.1 (, Adobe Default) 467.37 330.15 B 0.52 0.1 (Printer) 198 317.75 B 0.52 0.1 (, by default. This driver pr) 228.66 317.75 B 0.52 0.1 (ovides PostScript printing functionality and) 350.26 317.75 B 0.52 0.1 (supports many printers manufactur) 198 305.35 B 0.52 0.1 (ed by a variety of vendors. However) 361.12 305.35 B 0.52 0.1 (, you) 528.63 305.35 B 0.25 0.1 (pr) 198 292.95 B 0.25 0.1 (obably can \336nd an exact match for your printer model in the list of available) 207.98 292.95 B 0.52 0.1 (printer drivers. The driver for a speci\336c printer model pr) 198 280.55 B 0.52 0.1 (ovides support for) 458.92 280.55 B 0.31 0.1 (most of the printer) 198 268.15 B 0.31 0.1 (\325s featur) 284.15 268.15 B 0.31 0.1 (es. The default driver may not be able to use all the) 321.04 268.15 B 0.52 0.1 (printer) 198 255.75 B 0.52 0.1 (\325s built-in fonts, paper trays, etc.) 230.11 255.75 B 0.52 0.1 (The Printer Settings dialog includes the HP LaserJet III and Epson FX-1050 in) 198 235.35 B 0.52 0.1 (the list of Installed Printers. The HP LaserJet III driver can be used with any) 198 222.95 B 0.2 0.1 (LaserJet III printer) 198 210.55 B 0.2 0.1 (, and also with LaserJet IV printers, although the driver may) 280.89 210.55 B 0.52 0.1 (not be able to use all the LaserJet IV\325s capabilities. The driver cannot be used) 198 198.15 B 0.52 0.1 (with LaserJet II printers.) 198 185.75 B 55 489.3 196.5 537.81 C 55 489.3 196.5 537.81 R 7 X 0 K V 58.46 457.39 190.43 534.35 R V 9 9 Q 0 X -0.62 (See \322Installing a Printer Driver\323) 58.46 528.35 P -0.62 (on page) 58.46 518.35 P -0.62 (81 for the steps required) 92.81 518.35 P -0.62 (to install a printer driver) 58.46 508.35 P -0.62 (.) 148.86 508.35 P 0 72 612 720 C FMENDPAGE %%EndPage: "74" 97 %%Page: "73" 97 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Printing) 198 108.7 S 0 F 0.09 (73) 548.83 108.7 S 1 20 Q (4) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 9 Q 0 X 0 K 0.09 (Figur) 198 406.6 S 0.09 (e) 218.77 406.6 S 0.09 (4-) 224.69 406.6 S 0.09 (1) 232.36 406.6 S 0 F 0.47 0.09 (Printer) 248.4 406.6 B 0.47 0.09 (Settings) 279.44 406.6 B 0.47 0.09 ( Dialog Box) 311.7 406.6 B 0 10 Q 0.52 0.1 (In the Printer Settings dialog box you can:) 198 381.93 B 7 14 Q 0.14 (\245) 198 363.53 S 0 10 Q 0.52 0.1 (V) 210.6 363.53 B 0.52 0.1 (iew a list of installed printers) 217.37 363.53 B 7 14 Q 0.14 (\245) 198 351.13 S 0 10 Q 0.52 0.1 (Identify and change the W) 210.6 351.13 B 0.52 0.1 (abi default printer) 331.57 351.13 B 7 14 Q 0.14 (\245) 198 338.73 S 0 10 Q 0.52 0.1 (V) 210.6 338.73 B 0.52 0.1 (iew a list of available printer drivers) 217.37 338.73 B 7 14 Q 0.14 (\245) 198 326.33 S 0 10 Q 0.52 0.1 (Install and r) 210.6 326.33 B 0.52 0.1 (emove a printer driver) 266.12 326.33 B 7 14 Q 0.14 (\245) 198 313.93 S 0 10 Q 0.52 0.1 (Access a dialog box fr) 210.6 313.93 B 0.52 0.1 (om which you set up a printer driver) 310.95 313.93 B 7 14 Q 0.14 (\245) 198 301.53 S 0 10 Q 0.52 0.1 (Access a dialog box fr) 210.6 301.53 B 0.52 0.1 (om which you assign a printer driver to a W) 310.95 301.53 B 0.52 0.1 (abi port) 514.61 301.53 B 7 14 Q 0.14 (\245) 198 289.13 S 0 10 Q 0.52 0.1 (Access a dialog box fr) 210.6 289.13 B 0.52 0.1 (om which you connect a W) 310.95 289.13 B 0.52 0.1 (abi port to a UNIX printer) 435.17 289.13 B 0.52 0.1 (The Printer Settings dialog box has several unique buttons:) 198 268.73 B 7 14 Q 0.14 (\245) 198 250.33 S 1 10 Q 0.52 0.1 (Port) 210.6 250.33 B 0 F 0.52 0.1 ( \320 Opens the Printer Port Selection dialog box wher) 228.76 250.33 B 0.52 0.1 (e you assign the) 464.38 250.33 B 0.52 0.1 (selected printer driver to a W) 210.6 237.93 B 0.52 0.1 (abi port.) 344.81 237.93 B 7 14 Q 0.14 (\245) 198 219.53 S 1 10 Q 0.52 0.1 (Setup) 210.6 219.53 B 0 F 0.52 0.1 ( \320 Opens printer setup dialog boxes and Help scr) 234.43 219.53 B 0.52 0.1 (eens supplied by the) 459.56 219.53 B -0.08 0.1 (speci\336c printer drivers. Y) 210.6 207.13 B -0.08 0.1 (ou use these dialogs to change printer settings such) 323.83 207.13 B 0.52 0.1 (as page size, paper sour) 210.6 194.73 B 0.52 0.1 (ces, and page orientation.) 320.32 194.73 B 7 14 Q 0.14 (\245) 198 176.33 S 1 10 Q 0.52 0.1 (Remove) 210.6 176.33 B 0 F 0.52 0.1 ( \320 De-installs a printer driver by r) 242.85 176.33 B 0.52 0.1 (emoving it fr) 397.57 176.33 B 0.52 0.1 (om the Installed) 457.16 176.33 B 0.52 0.1 (Printers list.) 210.6 163.93 B 54 144 558 648 C 198 421 558 638 C 235 545 275.83 621.67 2 L 0.5 H 2 Z 0 X 0 K N 242.83 503.33 275.83 443.33 2 L N %%BeginBinary: 458 51 58 33.66 38.28 0 202.7 502.59 BEGINBITMAPBWc 8$ FC00038$ FBFFF78$ F7FFEF8# F6AA8$ ED55DF8# EEAB8# ED558# EFFF8% ED55C03F8% EFFFDFDF8# ED558# CFFF8" AF7& FC00000FBF7& FBFFFFFF3F7"8# F7FEBF7"8" FFFD7"8" EFFB:" F7:" EF:" DF7"8" F7BF7"8# FBFF7F:# FEFF7% FA0001FD7% F9FFFDFB7% FBFFF9F77% F7FFF3EF7% F00007DF7% FBFFFFBF7% F800007F7% FFFFFFFF % F03F3FE7$ F39FFF7& 8424C219217& 802264C80C$8" F02326C7#8# F3E709F1:# F9F8:# C9CC9$ 7219E1Q ENDBITMAP %%EndBinary %%BeginBinary: 6906 578 406 277.44 194.88 0 277.03 436.39 BEGINBITMAPBWc "j" FEO83F 7"Z" 1FO6F87"8"j" 17FEO308 9" FC9" E29" 1E8#J$:#8" F8BE:3F801807C0188"J"8"8% E738FCC00FE1F8E399863F9F9"J(8$ A3>1878C007C0F0611D8F809"Jh$ 1F:0180008#J" E8FFG738"J# E7H3F008"J" FFH1EJ" K00 7% 100000007"Z" 1FO6F8 J"h O(F0J"C" O(E07FJ"W" O(E7FCJ" O5F89#9' FE7F33FFFCFC07F9<";% E7F3FFFF9F8#>""A"E" FCC36600306603016000:,<"@#8"B" 81B398CE663030C633319B190C63B9019/9(9)A" FD819F8F8FC3E03F83E31FCF98C119F1807C6607F66063F83E31FCF98C00:j"aA" ;60019"J" FCM00:z)v>#9# ;AAD2AAAAAAAAAAA96AAAF83FFE7F9"Z># FDO F39FJ# O,E7CFJ& O-FC1C1E0E0E:";(9%J& 00003E7F9F0E070F3F01801CCF9CC4CE4E6:";(:$J% 3F3F3E7E1E667E673CF9F0CFC0CCCFCA$=$J#8" 9CFF9E3E79FCCF9CC06;(;$:"J"9" C0F0F0707F3FC9F0707FF3BC9FE:)9+J#8# 01C66667313F01E30E67E7313F3F3CF9FCFFAF399E4E6:*8"8"8"J' 3FCE67E7333F3FE383663301DF83C04CE0E0E<":&;"JR 70C9FF9E67E63FD<#9"J# 7E679CO C007;#:&J# C6663E7F9E6666JFFFF:&:)9"J"h 00C0F0F0739F0F0F0FF0733F01F3=E8:#ZJ" FFCF3=E0J"C" O(F0FFJY O(;" FF :":&8%9& C1CFFFF3C00FFE0FFF3FF9F80C00E7:":"8'<% 9CFFFCFFFFF9FCE7F9E7CF87:#@#=$ 3E7FF9F3F3CFE7:-8&;" 3FF07078384E0FE7FCFC19C007279F83839F;'8$8"8#8"8" E7313398CCE7F9CC99133989E7FF:(9#8) 3867333399CCFFCE3933333F3999F9F80F:&8%?# 3E60333019CFFCF80EF9FF;%:#:# 67F333F9F9FE387F:(9% 9C67333399CCE7CC99FCE7:59" 5C070733839CE0F9FFCFC19CCFE0F333CFF8399F8099F:R"R"T 9FFCI" F9A"="J"h FFE3BF0I"J"W# FFBEFFE7FJ" O5FC :%:"8#8& 3E603F9FF3999FFCFC060073;#="<$ 679F9FF3E7C3<"D$ CFF9E7F3>(8#;" C1E1E0E1F3830FC1C1CF:,8#8"8"J# 00679F9F9CCCCE63F3399F9CC4F3FFAFE03:)<"8"J% 3E603F9FC0CFCE67CC07E79FFFE7F;'8"="J" 67FF9F9CE1C001FFE7C?&J$ FCCFE7333FO C1C03F?&J% CCCE673339M799CC67F=)8"8"9"J$ 80C061E0E78783CFC104CFB039CCE:ZJ" 5B7F J% O.C1CF2667JQ O,J# O.003FJ# O.FFFFJ"h O(E8J" O(E0J"C" O(F0FFJY O( J"h O(F0J"W# O(EFFE7FJ" O5FC J" O,C0J$ O,9E7FF3 J& O,9FF0613303J& O,C3E7333319J"9" O,F839J# O,FE60J$ O,9E67F3J$ O.332319J( O,C0F0798303999FJ( O,FFFFFFFF3FFFFFJ# O,001FJ# O,FFFFJ"h O(E8J" O(E0J"C" O(F0FFJY O( J"h O(F0J"W# O(EFFE7FJ" O5FC J# O+FC07J" O,F3J" O,F9J' O-C1C11E0CF307J( O,F39CC44CE4F273J' O,039CCCCCE666J#:" O,F98003J"8$ O-9FE70E7FJ":" O-9C73J( O,FCC1CCCE0F9F07JS O+J$ O+F8007FJ$ O+FFFFFFJ"h O(E8J" O(E0J"C" O(F0FFJY O( J"h O(F0J"W# O(EFFE7FJ" O5FC J#:' O)E07FC07FFE7FFFE79"j;$9( FCO CF3FF9CF3FFCFFFFE67C9ZA" O"9FJ- O*F830FC1E1FCF9C1860E6643CJ. O)E1F399F9CCCFCF99CCCE66667CJ'9" O)FC7399FC0CFFE0J+ O)FF3019F9CE1FCF980CCEJ* O)CF33F9F9CFCFCF99FCJ$8% O+99F9CC39CCCE64J. O)E0783CFC061FC07C1CE030673CJW" O)FCJ# O*E007J# O*FFFFJ"h O(E8J" O(E08"j"8"C" F8O"07F0FF8Z8Y O$ :"8)9$ CFCCFFE7F3FFF80FF3FC07FC=":&8# FCF9E7FFFF3FF3FF8$>";";"j" F80F87F3F9F890785Z" 8FBFF873CC1CCE0E07383F9F2130618387CF9849E60E1873F9F7:5 6333C9CCCCE633339F9E633133398FCF98C9E4E6333FF;&8'8& 99C0CCE067F80E733333999CCCCE673F9'8$8#:$ FE01999CCCCE01F9FE3019C06787:#;":#9% 79C33F33F9E1CFE7F39#:$;$8$ FCFC63333999FCF3CE6733;(:+ E7C04CE02073839839FC079CF3E0E7873F9Z 79$ FC007F9$ FFFFFF 9"j" FCO 7F9"Z$ FDKEFFFFEJ" O#FC :%8* E7FE7FF3C07FFE7FFFE7FE03FC@, CF3FFCFFFFE67E79FFFFCF:"<";"J" C39F7C>FE;3 E070703C1FCF9C1860E6643E7C84C1860E1F:4J# 99CC673199CFCF99CCCE66667E798CC4CCE63F9FF7C;$;"9$8" CE6733E0039CCC7F:"9'9"9"J" 00980FCF980CCE7F06;BC:"9&>" 3C99FFCF99FCFE9-<" FC7E4C673199CFCF39CCCE64E6;-9#J" 6070703C1FC07C1CE030673EE60E;DC9"Z FD3J" O#ECJ# O"C00CJ# O"FFFC J$ O!E80000:%8":"8$8$J" E7FE7FF3CFF9CCFF07FE7F3F5E0G) CFCCFE73FFFCFFFF:"D#J$ C3FCF9:EFFFFE;.8)J" E070703C1FCFE0F0F070F9C187FF83804270381C1F5FC:/9(J"h 99CC673199CFCFCE666731F99CCF398CC6663319CF:F0;$9%<'J"W# CE6733E067E733819CCE673399;EFFE7F:"9'8":":#J" 00980FCFCE70E08039980FGFC:"9#8&9";# 3C99FF7E67F3999FF999FF9(8&8#9% FC7E4C673199CF666733999CFE73663319CF;5 76070703C1FC06030F073C3C1E7CCFF07809E4E70381C1F9"Z# FD69FFF J#J"9# 9F83F?FCFE67J#J#A" 9FFFF5BFBCCFJ# O"DF7CJ"@% O"EFC1E1860E:(8#9%J#?% E7F078079FFE7FFE0781C3FC3F:EEFCC4CCCCE6;$;*J"@% E739FFFCF3FF9FFF9F99F99F:F5CCCFCE06:(?"J"A$ C3CF99FF0FFC3FFF;FBE1CCE6<"9+J"A" F93E0E0CCCFF830F3C9FF9# 3CF3F3CCCCF33F9FC3F99F;EFFFFFF83F9.8$J# FC7E6719F9F9E7E4E4E48CF339999FF9EFFFF;":-J"h 70E60E0E0E0783CFE7C3819C3F@E89"ZJ" FD2@E0J"C" O(F0FFJY O( :(8, E7F078079FFE7FFE07FFFC0E01FFF0387F87;$;, E739FFFCF3FF99E67FFFF3F33F33:(B" C3CF99FF0FFC3FF3<"9- F93E0E0CCCFF8309FE7FE793FF:5 499CFF80E67F99CE4E4CE1F399C3E03E7907E7FC7;$9. CE19FEFCFCCFC7399F8E7FF3333CFFF3:(9%8# 00CF99FC03F00CF3019FE63F39:"9$8%8$ 3CF3F3CCCCF33F99F87F339.:"8" FC7E6719F9F9E7E4E4E48CF3397333;":/ 70E60E0E0E0783CC0E7FFCF87033879"Z FD4 :'8%:%9% E7FFF3FFF3F3CFFFE0E7FE07FFF9C0F3FE1F<":&:, E79FFFFFCE67FCF3FFFFFFCFFFCFC3FCCF:"9#:#B" C3F1E39F27F3;$83 E04307830849CF9FE0E183823C1CFF830981879E4F:5 ;99CC6673F0C33998CC9F9FE263398899CE1F39198CCF9E41F3FE1F;$85 CE670358199CE3F9FE66739999C0FC73F399CCFCCCCF3FCCF:(>$;"I$ 00CE6673F2133999CFF3FCE00000:"@":";"J$ 3C26CCE14EFFFFE9$8#8%<$8"J" FC7E4CF333CC9FCE6639398CCC5FC;$85 606701580C9C9CFE0E66783999C0607833981E7F3E1F3CE1F9%Z"Q FDFFFE7F19F ;#J" E0FFJEC;"H"J" FFFF8DC J" O#BC:-8.J"h E7F078079FF81FFFFE67FF810F0F0F0FFFFE70FF0FE070FF0F7F0;'83J"W# E739FF9FF3CC7FFF3CFFE666666667FFFC667E67E7E67E677EFFE7F:&D%8#H"G" C3CF99FF0FF8667FE77FE77CFC<"9*9#:" F9F84CE067073FE0C3E6CF38FE:0:)G# 99CFF80E67F87CCCCC667387CE67CE32647F8FE0FCFF8FFEFC;)8"8"9* CE19FE67FF1CCCCEF19EE666707FE7E679FFE7:(:%:#8#I" 00CF99FC03FFCCFCC0673E607EFE73FF:"9#;%9#:" 3CF3F33CCFE67EF0FE679'8#9#<(J% FC7E6719F9F9C8CCCE66667E67E667FE67;F3E7FF3F;"95F$ 706F81E60E0670781E0F2070F0F0FF9FE70E70FF0E0670FE800009"ZF" FD;E09"jB$ FCL07303F9Z=& O"F00673319FJ% O,F3E67333J" O.03J" O.7FJ# O.7331J& O-E707303999J' O,FFFFFFF3FFFFJ# O,E001J# O,FFFF8"j"8"h F8O"07E88Z8" O$E0J"C" O(F0FFJY O( 8"j#j" F0@3FE0@7F8"Z"Z F7AEFA 8"J" FFAFF 7j O8 Z O: ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C FMENDPAGE %%EndPage: "73" 96 %%Page: "72" 96 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (72) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (4) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (If you use one printer most often, you should designate it as your system) 198 641.33 B 0.52 0.1 (default printer) 198 628.93 B 0.52 0.1 (. That way the W) 263.86 628.93 B 0.52 0.1 (abi pr) 342.06 628.93 B 0.52 0.1 (ogram will know wher) 368.89 628.93 B 0.52 0.1 (e to send a print) 473.66 628.93 B 0.52 0.1 (job when you do not specify the print destination.) 198 616.53 B 0.52 0.1 (See your operating system documentation for mor) 198 596.13 B 0.52 0.1 (e information about) 428.19 596.13 B 0.52 0.1 (installing and accessing printers, and designating a default printer) 198 583.73 B 0.52 0.1 (.) 501.22 583.73 B 1 14 Q -0.88 (The Steps to Printing) 126 550.67 P 0 10 Q 0.45 0.1 (The W) 198 529.33 B 0.45 0.1 (abi pr) 227.26 529.33 B 0.45 0.1 (ogram is r) 254.01 529.33 B 0.45 0.1 (eady to print in many envir) 300.61 529.33 B 0.45 0.1 (onments without any action) 427 529.33 B 0.52 0.1 (on your part. By default, the W) 198 516.93 B 0.52 0.1 (abi pr) 340.69 516.93 B 0.52 0.1 (ogram assigns a PostScript driver) 367.52 516.93 B 0.52 0.1 (, the) 520.06 516.93 B 0.52 0.1 (Adobe\250 Default Printer) 198 504.53 B 0.52 0.1 (, to port LPT1, and connects LPT1 to your operating) 306.36 504.53 B 0.52 0.1 (system\325s default printer) 198 492.13 B 0.52 0.1 (. These settings will work for printing to PostScript) 305.7 492.13 B 0.34 0.1 (printers in most situations. However) 198 479.73 B 0.34 0.1 (, you should install the printer driver that) 364.49 479.73 B 0.09 0.1 (matches your printer model exactly) 198 467.33 B 0.09 0.1 (. This lets your W) 357.87 467.33 B 0.09 0.1 (indows applications tailor) 437.25 467.33 B 0.52 0.1 (themselves accor) 198 454.93 B 0.52 0.1 (ding to your printer) 275.01 454.93 B 0.52 0.1 (\325s capabilities for paper size, multiple) 367.57 454.93 B 0.35 0.1 (paper trays, envelopes, and so on. It also gives the application access to all the) 198 442.53 B 0.52 0.1 (fonts on the printer) 198 430.13 B 0.52 0.1 (.) 286.22 430.13 B 0.52 0.1 (Y) 198 409.73 B 0.52 0.1 (ou can change the print settings so you can print on any supported printer) 203.85 409.73 B 0.52 0.1 (that you can access fr) 198 397.33 B 0.52 0.1 (om your operating system. Changing the print settings) 296.13 397.33 B 0.52 0.1 (involves thr) 198 384.93 B 0.52 0.1 (ee pr) 252.47 384.93 B 0.52 0.1 (ocedur) 275.34 384.93 B 0.52 0.1 (es:) 306.52 384.93 B 7 14 Q 0.14 (\245) 198 366.53 S 0 10 Q 0.52 0.1 (Select and install an available printer driver) 210.6 366.53 B 0.52 0.1 (, if it is not in the curr) 410.46 366.53 B 0.52 0.1 (ent list of) 511.53 366.53 B 0.52 0.1 (installed printers) 210.6 354.13 B 7 14 Q 0.14 (\245) 198 341.73 S 0 10 Q 0.52 0.1 (Assign the installed driver to a W) 210.6 341.73 B 0.52 0.1 (abi port, such as LPT1) 364.57 341.73 B 7 14 Q 0.14 (\245) 198 329.33 S 0 10 Q 0.52 0.1 (Connect the port to a printer de\336ned in the operating system) 210.6 329.33 B 0.23 0.1 (Y) 198 308.93 B 0.23 0.1 (ou accomplish these tasks thr) 203.85 308.93 B 0.23 0.1 (ough the Printer Settings dialog box and r) 337.19 308.93 B 0.23 0.1 (elated) 527.73 308.93 B 0.14 0.1 (dialogs. Y) 198 296.53 B 0.14 0.1 (ou access the Printer Settings dialog box by opening the Printers icon) 242.06 296.53 B 0.52 0.1 (in the Con\336guration Manager window) 198 284.13 B 0.52 0.1 (. The Printer Settings dialog box is) 374.03 284.13 B 0.52 0.1 (shown in Figur) 198 271.73 B 0.52 0.1 (e) 267.64 271.73 B 0.52 0.1 (4-) 275.13 271.73 B 0.52 0.1 (1.) 283.65 271.73 B 34 406.4 36 486.4 R 7 X 1 K V 34 305.6 36 336 R V 34 268.4 36 278.4 R V FMENDPAGE %%EndPage: "72" 95 %%Page: "71" 95 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Printing) 198 108.7 S 0 F 0.09 (71) 548.83 108.7 S 1 20 Q (4) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (The Concept of a) 126 638.67 P -0.88 (W) 219.92 638.67 P -0.88 (abi) 232.85 638.67 P -0.88 ( Port) 249.43 638.67 P 0 10 Q 0.52 0.1 (The W) 198 617.33 B 0.52 0.1 (abi pr) 227.32 617.33 B 0.52 0.1 (ogram dir) 254.15 617.33 B 0.52 0.1 (ects printed output thr) 299.63 617.33 B 0.52 0.1 (ough) 403.42 617.33 B 1 F 0.52 0.1 (ports) 429.79 617.33 B 0 F 0.52 0.1 (. A W) 450.83 617.33 B 0.52 0.1 (abi port is an) 476.72 617.33 B 0.52 0.1 (arti\336cial concept, not an actual physical cable connection on the back of your) 198 604.93 B 0.5 0.1 (computer) 198 592.53 B 0.5 0.1 (, as a port is in the DOS world. The names COM1 and LPT1 have no) 240.81 592.53 B 0.05 0.1 (meaning to your native operating system, so the W) 198 580.13 B 0.05 0.1 (abi pr) 427.88 580.13 B 0.05 0.1 (ogram translates them) 454.24 580.13 B 0.13 0.1 (to something your operating system understands. A COM port is assigned to a) 198 567.73 B 0.52 0.1 (serial communications device name in the W) 198 555.33 B 0.52 0.1 (abi pr) 402.27 555.33 B 0.52 0.1 (ogram. An LPT port is) 429.09 555.33 B 0.52 0.1 (assigned to a softwar) 198 542.93 B 0.52 0.1 (e-de\336ned combination of a named printer and a native) 294.9 542.93 B 0.52 0.1 (print command.) 198 530.53 B 0.52 0.1 (The W) 198 510.13 B 0.52 0.1 (abi pr) 227.32 510.13 B 0.52 0.1 (ogram pr) 254.15 510.13 B 0.52 0.1 (ovides eight ports: four serial ports \050COM1 thr) 296.53 510.13 B 0.52 0.1 (ough) 510.25 510.13 B 0.52 0.1 (COM4\051; thr) 198 497.73 B 0.52 0.1 (ee parallel printer ports \050LPT1, LPT2, LPT3\051; and FILE for printing) 250.08 497.73 B 0.52 0.1 (to a \336le. Any of these ports can be used by your application pr) 198 485.33 B 0.52 0.1 (ograms when) 485.49 485.33 B 0.52 0.1 (you issue a print command.) 198 472.93 B 0.52 0.1 (Part of setting up a printer in the W) 198 452.53 B 0.52 0.1 (abi pr) 362.06 452.53 B 0.52 0.1 (ogram involves assigning a printer) 388.89 452.53 B 0.52 0.1 (driver to a W) 198 440.13 B 0.52 0.1 (abi port. Y) 258.49 440.13 B 0.52 0.1 (ou can assign a printer driver to a COM port, an LPT) 305.97 440.13 B 0.52 0.1 (port, or the FILE port. In addition, you can declar) 198 427.73 B 0.52 0.1 (e any driver/printer) 425.55 427.73 B 0.52 0.1 (combination the default printer) 198 415.33 B 0.52 0.1 (. This default printer is the location to which) 340.77 415.33 B 0.52 0.1 (your applications send printed output when you choose \322Print\323 within an) 198 402.93 B 0.52 0.1 (application\325s File menu.) 198 390.53 B 0.33 0.1 (If you assign a printer to an LPT port, the \336nal step in setting up printing is to) 198 370.13 B 0.52 0.1 (connect a printer fr) 198 357.73 B 0.52 0.1 (om the world outside the W) 285.83 357.73 B 0.52 0.1 (abi pr) 414.14 357.73 B 0.52 0.1 (ogram \050your operating) 440.97 357.73 B 0.52 0.1 (system\051 to a W) 198 345.33 B 0.52 0.1 (abi LPT port. Y) 265.47 345.33 B 0.52 0.1 (ou do this by selecting a printer \050by name\051 and) 334.64 345.33 B 0.52 0.1 (assigning it to an LPT port to which you\325ve assigned a printer driver) 198 332.93 B 0.52 0.1 (.) 513 332.93 B 0.28 0.1 (If you assign a printer driver to a COM port or to FILE, the operating system\325s) 198 312.53 B 0.52 0.1 (print system is not used, so the step of assigning a native printer to the port) 198 300.13 B 0.52 0.1 (has no meaning, and is omitted.) 198 287.73 B 1 14 Q -0.88 (Befor) 126 254.67 P -0.88 (e Y) 155.29 254.67 P -0.88 (ou Can Print) 171.13 254.67 P 0 10 Q 0.05 0.1 (Befor) 198 233.33 B 0.05 0.1 (e you can print fr) 221.95 233.33 B 0.05 0.1 (om applications r) 300.07 233.33 B 0.05 0.1 (unning in the W) 378.96 233.33 B 0.05 0.1 (abi pr) 451.72 233.33 B 0.05 0.1 (ogram, you must) 478.08 233.33 B 0.52 0.1 (be able to use a printer fr) 198 220.93 B 0.52 0.1 (om the operating system. Y) 313.88 220.93 B 0.52 0.1 (ou \050or your system) 438.58 220.93 B 0.52 0.1 (administrator\051 must con\336gur) 198 208.53 B 0.52 0.1 (e your operating system to r) 330.19 208.53 B 0.52 0.1 (ecognize the printer) 459.98 208.53 B 0.52 0.1 (by name. If you can print on a printer using a print command in your) 198 196.13 B 0.52 0.1 (operating system, you will be able to access the printer fr) 198 183.73 B 0.52 0.1 (om the W) 460.34 183.73 B 0.52 0.1 (abi) 504.39 183.73 B 0.1 (pr) 198 171.33 S 0.1 (ogram.) 207.98 171.33 S 53.64 397.66 195.14 446.17 C 53.64 397.66 195.14 446.17 R 7 X 0 K V 57.1 365.74 189.07 442.71 R V 9 9 Q 0 X -0.62 (A printer driver is a software) 57.1 436.71 P -0.88 (program that exploits the features) 57.1 426.71 P -0.62 (and functions of a printer) 57.1 416.71 P -0.62 (.) 153.02 416.71 P 0 72 612 720 C FMENDPAGE %%EndPage: "71" 94 %%Page: "70" 94 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (70) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (4) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (About Printing) 54 542 P 0 10 Q 0.41 0.1 (W) 198 520.33 B 0.41 0.1 (abi print functions bridge the gap between an application\325s printing method) 207.18 520.33 B 0.52 0.1 (and the printing mechanism of your operating system. Print functions ar) 198 507.93 B 0.52 0.1 (e) 530.87 507.93 B 1 F 0.52 0.1 (transpar) 198 495.53 B 0.52 0.1 (ent) 233.04 495.53 B 0 F 0.52 0.1 (. That means once you establish W) 246.11 495.53 B 0.52 0.1 (abi printer settings and) 404.18 495.53 B 0.52 0.1 (connections, you can issue a print command fr) 198 483.13 B 0.52 0.1 (om within an application and) 411.54 483.13 B 0.52 0.1 (your document is printed. Y) 198 470.73 B 0.52 0.1 (ou do not need to go back to the Con\336guration) 326.7 470.73 B 0.52 0.1 (Manager and use print-r) 198 458.33 B 0.52 0.1 (elated dialog boxes.) 309.92 458.33 B 0.52 0.1 (When you issue a print command fr) 198 437.93 B 0.52 0.1 (om within an application, the application) 363.56 437.93 B 0.52 0.1 (passes your print r) 198 425.53 B 0.52 0.1 (equest to a printer driver which, in turn, passes the print) 284.15 425.53 B 0.52 0.1 (r) 198 413.13 B 0.52 0.1 (equest to an assigned printer port. Up to this point, the print pr) 201.87 413.13 B 0.52 0.1 (ocess is the) 493.64 413.13 B 0.52 0.1 (same as in the Micr) 198 400.73 B 0.52 0.1 (osoft W) 287.21 400.73 B 0.52 0.1 (indows envir) 322.11 400.73 B 0.52 0.1 (onment. However) 382.12 400.73 B 0.52 0.1 (, instead of sending) 463.63 400.73 B 0.36 0.1 (the print r) 198 388.33 B 0.36 0.1 (equest to an LPT port, the W) 244.39 388.33 B 0.36 0.1 (abi pr) 374.94 388.33 B 0.36 0.1 (ogram r) 401.6 388.33 B 0.36 0.1 (edir) 437.71 388.33 B 0.36 0.1 (ects the r) 455.68 388.33 B 0.36 0.1 (equest to the) 496.75 388.33 B 0.32 0.1 (native printing system, along with the name of a printer and a print command.) 198 375.93 B 0.52 0.1 (Y) 198 355.53 B 0.52 0.1 (our UNIX printing system pr) 203.85 355.53 B 0.52 0.1 (ocesses print jobs fr) 337.06 355.53 B 0.52 0.1 (om all applications you r) 426.99 355.53 B 0.52 0.1 (un) 541.51 355.53 B 0.52 0.1 (on your desktop, whether they r) 198 343.13 B 0.52 0.1 (un in the W) 346.4 343.13 B 0.52 0.1 (abi pr) 400.06 343.13 B 0.52 0.1 (ogram or in your operating) 426.88 343.13 B 0.52 0.1 (system. Printing is done in the backgr) 198 330.73 B 0.52 0.1 (ound, so you never have to stop your) 371.3 330.73 B 0.52 0.1 (work while a print r) 198 318.33 B 0.52 0.1 (equest is carried out.) 290.83 318.33 B 0.31 0.1 (Y) 198 297.93 B 0.31 0.1 (ou manage printers, print queues, and print jobs with the same UNIX printer) 203.85 297.93 B 0.52 0.1 (management utilities or commands you normally use to manage printing on) 198 285.53 B 0.17 0.1 (your UNIX system. Y) 198 273.13 B 0.17 0.1 (ou do not need a separate tool such as the W) 294.17 273.13 B 0.17 0.1 (indows Print) 496.53 273.13 B 0.52 0.1 (Manager to manage printing fr) 198 260.73 B 0.52 0.1 (om the W) 339.54 260.73 B 0.52 0.1 (abi pr) 383.6 260.73 B 0.52 0.1 (ogram.) 410.42 260.73 B 1 14 Q -0.88 (Supported Printer Models) 126 227.67 P 0 10 Q 0.52 0.1 (The W) 198 206.33 B 0.52 0.1 (abi pr) 227.32 206.33 B 0.52 0.1 (ogram supports mor) 254.15 206.33 B 0.52 0.1 (e than 200 printers, including PostScript,) 348 206.33 B 0.52 0.1 (Hewlett-Packar) 198 193.93 B 0.52 0.1 (d LaserJet III series, and Epson FX series printers. Y) 268.17 193.93 B 0.52 0.1 (ou can) 504.63 193.93 B 0.52 0.1 (install drivers for each of them in the A) 198 181.53 B 0.52 0.1 (vailable Printer Drivers panel in the) 378.55 181.53 B 0.52 0.1 (Printer Settings dialog box. Y) 198 169.13 B 0.52 0.1 (ou cannot add extra printer drivers to use with) 331.17 169.13 B 0.52 0.1 (the W) 198 156.73 B 0.52 0.1 (abi pr) 224.46 156.73 B 0.52 0.1 (ogram.) 251.28 156.73 B 1 9 Q 0.47 0.09 (Restoring Printer Name and Command Defaults) 198 603 B 0 F 0.09 (84) 425.37 603 S 1 F 0.47 0.09 (Accessing the Printer Setup Dialogs) 198 586 B 0 F 0.09 (84) 425.37 586 S 1 F 0.47 0.09 (Printing to a File) 198 569 B 0 F 0.09 (85) 425.37 569 S 3 F 0.09 (T) 198 620 S 0.09 (ask) 203.09 620 S 0.09 (Page) 425.37 620 S 198 632 515.37 632 2 L V 0 Z N 198 615 515.37 615 2 L V 0.5 H N 198 564 515.37 564 2 L V 0.3 H N 34 190.6 36 304.6 R 7 X 1 K V FMENDPAGE %%EndPage: "70" 93 %%Page: "69" 93 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (69) 548.83 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K (Printing) 198 509.31 T 1 24 Q 4 K -3.12 (4) 525.15 508.64 S 0 10 Q 0 K 0.52 0.1 (This chapter discusses printing operations and tasks. The W) 198 459.68 B 0.52 0.1 (abi pr) 472.21 459.68 B 0.52 0.1 (ogram) 499.03 459.68 B 0.52 0.1 (supports a wide range of printers, including PostScript printers, Epson) 198 447.28 B 0.52 0.1 (FX-series printers, and Hewlett-Packar) 198 434.88 B 0.52 0.1 (d LaserJet III series printers. Y) 374.41 434.88 B 0.52 0.1 (ou can) 512.53 434.88 B 0.52 0.1 (also use generic text-only printers if you install Micr) 198 422.48 B 0.52 0.1 (osoft W) 437.86 422.48 B 0.52 0.1 (indows. In a) 472.76 422.48 B 0.52 0.1 (network setting, the W) 198 410.08 B 0.52 0.1 (abi pr) 301.67 410.08 B 0.52 0.1 (ogram allows you to dir) 328.5 410.08 B 0.52 0.1 (ect printed output to a) 439.04 410.08 B 0.52 0.1 (variety of destinations, including local and network printers and \336les.) 198 397.68 B 0.32 0.1 (If you ar) 198 377.28 B 0.32 0.1 (e unfamiliar with W) 237.03 377.28 B 0.32 0.1 (abi printing concepts, pr) 328.22 377.28 B 0.32 0.1 (ocedur) 439.53 377.28 B 0.32 0.1 (es, or dialog boxes) 470.71 377.28 B 0.52 0.1 (and want to learn mor) 198 364.88 B 0.52 0.1 (e about them, r) 300.72 364.88 B 0.52 0.1 (ead the next section, \322About Printing.\323) 370.29 364.88 B 0.52 0.1 (If you want instr) 198 344.48 B 0.52 0.1 (uctions for speci\336c tasks r) 274.99 344.48 B 0.52 0.1 (elated to printing, skip the next) 393.55 344.48 B 0.52 0.1 (section of this chapter) 198 332.08 B 0.52 0.1 (. Use the following table to locate the instr) 297.77 332.08 B 0.52 0.1 (uctions you) 492.25 332.08 B 0.1 (need.) 198 319.68 S 3 9 Q 0.09 (T) 198 276.34 S 0.09 (ask) 203.09 276.34 S 0.09 (Page) 425.37 276.34 S 1 F 0.47 0.09 (Installing a Printer Driver) 198 259.34 B 0 F 0.09 (81) 425.37 259.34 S 1 F 0.47 0.09 (Removing an Installed Printer) 198 242.34 B 0 F 0.09 (81) 425.37 242.34 S 1 F 0.47 0.09 (Assigning an Installed Printer Driver to a Port) 198 225.34 B 0 F 0.09 (81) 425.37 225.34 S 1 F 0.47 0.09 (Connecting a Printer to a Driver/Port Combination) 198 208.34 B 0 F 0.09 (82) 425.37 208.34 S 1 F 0.47 0.09 (De\336ning the W) 198 191.34 B 0.47 0.09 (abi Default Printer) 256.11 191.34 B 0 F 0.09 (83) 425.37 191.34 S 198 288.34 515.37 288.34 2 L V 0.3 H 0 Z N 198 271.34 515.37 271.34 2 L V 0.5 H N 198 186.34 515.37 186.34 2 L V 0.3 H N FMENDPAGE %%EndPage: "69" 92 %%Page: "68" 92 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (68) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V FMENDPAGE %%EndPage: "68" 91 %%Page: "67" 91 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (67) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (T) 126 638.67 P -0.88 (r) 133 638.67 P -0.88 (oubleshooting Pr) 138.19 638.67 P -0.88 (oblems W) 232.54 638.67 P -0.88 (ith CD-ROM Drives) 286.45 638.67 P 0 10 Q 0.52 0.1 (T) 198 617.33 B 0.52 0.1 (able) 203.31 617.33 B 0.52 0.1 (3-) 224.52 617.33 B 0.52 0.1 (3 suggests solutions to pr) 233.05 617.33 B 0.52 0.1 (oblems you might experience when) 349.42 617.33 B 0.52 0.1 (attempting to access and use a CD-ROM drive.) 198 604.93 B 1 9 Q 0.09 (T) 198 583.6 S 0.09 (able) 202.58 583.6 S 0.09 (3-) 219.43 583.6 S 0.09 (3) 227.09 583.6 S 0 F 0.47 0.09 (CD-ROM Drive Pr) 241.2 583.6 B 0.47 0.09 (oblems and Solutions) 317.19 583.6 B 3 F 0.09 (Symptom) 198 562.6 S 0.47 0.09 (Possible Cause) 288 562.6 B 0.09 (Solution) 378 562.6 S 0 F 0.47 0.09 (Can\325t mount) 198 545.6 B 0.09 (CD-ROM) 198 534.2 S 0.47 0.09 (CD-ROM not in) 288 545.6 B 0.47 0.09 (format supported) 288 534.2 B 0.47 0.09 (by operating) 288 522.8 B 0.09 (system.) 288 511.4 S 0.47 0.09 (The W) 378 545.6 B 0.47 0.09 (abi pr) 404.37 545.6 B 0.47 0.09 (ogram can only use) 428.49 545.6 B 0.47 0.09 (CD-ROMs that your operating system) 378 534.2 B 0.47 0.09 (can use. See your operating system) 378 522.8 B 0.47 0.09 (documentation for information about) 378 511.4 B 0.09 (CD-ROMs.) 378 500 S 0.47 0.09 (Can\325t r) 198 483 B 0.47 0.09 (un) 226.35 483 B 0.47 0.09 (application of) 198 471.6 B 0.47 0.09 (f) 254.41 471.6 B 0.09 (CD-ROM) 198 460.2 S 0.47 0.09 (Application) 288 483 B 0.47 0.09 (detects network) 288 471.6 B 0.09 (envir) 288 460.2 S 0.09 (onment.) 309.07 460.2 S 0.47 0.09 (Some applications on CD-ROM will not) 378 483 B -0.04 0.09 (work in W) 378 471.6 B -0.04 0.09 (abi because they determine the) 420.19 471.6 B 0.12 0.09 (drive is a network drive. Ther) 378 460.2 B 0.12 0.09 (e is no way) 499.61 460.2 B 0.47 0.09 (to use such applications. See page) 378 448.8 B 0.47 0.09 (54 for) 520.07 448.8 B 0.47 0.09 (mor) 378 437.4 B 0.47 0.09 (e information.) 394.5 437.4 B 198 574.6 558 574.6 2 L V 0 Z N 198 557.6 558 557.6 2 L V 0.5 H N 198 432.4 558 432.4 2 L V 0.3 H N 34 601.6 36 624 R 7 X 1 K V 34 559.6 36 568.6 R V 34 497 36 551.6 R V 34 445.8 36 489 R V FMENDPAGE %%EndPage: "67" 90 %%Page: "66" 90 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (66) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 9 Q 0 X 0 K 0.47 0.09 (Can\325t change) 198 604 B 0.47 0.09 (connection for) 198 592.6 B 0.47 0.09 (drive C, R, or W) 198 581.2 B 0.47 0.09 (.) 264.82 581.2 B 0.47 0.09 (Permanent drive) 288 604 B 0.47 0.09 (connections) 288 592.6 B 0.47 0.09 (cannot be changed.) 288 581.2 B 0.22 0.09 (Ther) 378 604 B 0.22 0.09 (e is no way to change the C, R, or W) 396.79 604 B 0.32 0.09 (connections. If you want to change the C) 378 592.6 B 0.47 0.09 (connection because you do not want) 378 581.2 B 0.47 0.09 (your user) 378 569.8 B 2 F 1.08 (wabi) 420.29 569.8 P 0 F 0.47 0.09 ( dir) 441.86 569.8 B 0.47 0.09 (ectory in your home) 456.42 569.8 B 0.47 0.09 (dir) 378 558.4 B 0.47 0.09 (ectory) 389.77 558.4 B 0.47 0.09 (, do) 413.99 558.4 B 1 F 0.47 0.09 (not) 432.51 558.4 B 0 F 0.47 0.09 ( simply move or copy) 444.76 558.4 B 0.47 0.09 (your existing) 378 547 B 2 F 1.08 (wabi) 434.7 547 P 0 F 0.47 0.09 ( dir) 456.27 547 B 0.47 0.09 (ectory to another) 470.84 547 B 0.47 0.09 (location because the numer) 378 535.6 B 0.47 0.09 (ous symbolic) 490.21 535.6 B 0.47 0.09 (links will not be pr) 378 524.2 B 0.47 0.09 (eserved. Instead, try) 456.4 524.2 B 0.47 0.09 (the following pr) 378 512.8 B 0.47 0.09 (ocedur) 444.5 512.8 B 0.47 0.09 (e:) 472.54 512.8 B 0.47 0.09 (\245 Exit) 378 495.8 B 0.47 0.09 (W) 405.18 495.8 B 0.47 0.09 (abi) 413.43 495.8 B 0.47 0.09 (\245 Rename your existing) 378 484.4 B 2 F 1.08 (wabi) 478.66 484.4 P 0 F 0.47 0.09 ( dir) 500.23 484.4 B 0.47 0.09 (ectory) 514.8 484.4 B 0.47 0.09 ( to) 378 473 B 2 F 1.08 (wabi.old) 397.23 473 P 0 F 0.47 0.09 (\245 Cr) 378 461.6 B 0.47 0.09 (eate a dir) 396.28 461.6 B 0.47 0.09 (ectory named) 434.63 461.6 B 2 F 1.08 (wabi) 493.36 461.6 P 0 F 0.47 0.09 ( in the) 514.93 461.6 B 0.47 0.09 ( desir) 378 450.2 B 0.47 0.09 (ed new location) 406.47 450.2 B 0.47 0.09 (\245 Cr) 378 438.8 B 0.47 0.09 (eate a symbolic link named) 396.28 438.8 B 2 F 1.08 (wabi) 511.57 438.8 P 0 F 0.47 0.09 ( in) 533.13 438.8 B 0.47 0.09 ( your home dir) 378 427.4 B 0.47 0.09 (ectory) 445.76 427.4 B 0.47 0.09 (, with the new) 469.98 427.4 B 0.47 0.09 ( dir) 378 416 B 0.47 0.09 (ectory as the tar) 398.18 416 B 0.47 0.09 (get) 464.11 416 B 0.47 0.09 (\245 Restart W) 378 404.6 B 0.47 0.09 (abi) 426.05 404.6 B 0.47 0.09 (The W) 378 387.6 B 0.47 0.09 (abi pr) 404.37 387.6 B 0.47 0.09 (ogram cr) 428.49 387.6 B 0.47 0.09 (eates a new) 465.19 387.6 B 2 F 1.08 (wabi) 515.78 387.6 P 0 F 0.47 0.09 (dir) 378 376.2 B 0.47 0.09 (ectory) 389.77 376.2 B 0.47 0.09 (, placing it in the new location.) 413.99 376.2 B 0.47 0.09 (If you added any \336les to your original) 378 364.8 B 2 F 1.08 (wabi) 378 353.4 P 0 F 0.47 0.09 ( dir) 399.57 353.4 B 0.47 0.09 (ectory) 414.14 353.4 B 0.47 0.09 (, move them fr) 438.36 353.4 B 0.47 0.09 (om) 499.02 353.4 B 2 F 0.19 (wabi.old) 378 342 P 0 F 0.08 0.09 ( to the new dir) 421.14 342 B 0.08 0.09 (ectory) 480.64 342 B 0.08 0.09 (, and then) 504.86 342 B 0.47 0.09 (delete) 378 330.6 B 2 F 1.08 (wabi.old) 405.3 330.6 P 0 F 0.47 0.09 (.) 448.43 330.6 B 0.47 0.09 (Drive err) 198 313.6 B 0.47 0.09 (ors when) 235.27 313.6 B 0.47 0.09 (using a DOS) 198 302.2 B 0.09 (Emulator) 198 290.8 S 0.47 0.09 (Dissimilar drive) 288 313.6 B 0.09 (mappings.) 288 302.2 S 0.18 0.09 (Assign the same drive letters to the same) 378 313.6 B 0.47 0.09 (path names in both the DOS Emulator) 378 302.2 B 0.47 0.09 (and W) 378 290.8 B 0.47 0.09 (abi. See) 404.54 290.8 B 1 F 0.47 0.09 (page) 438.43 290.8 B 0.47 0.09 (141) 457.6 290.8 B 0 F 0.47 0.09 ( for mor) 471.35 290.8 B 0.47 0.09 (e) 505.18 290.8 B 0.09 (information.) 378 279.4 S 1 F 0.09 (T) 198 642 S 0.09 (able) 202.58 642 S 0.09 (3-) 219.43 642 S 0.09 (2) 227.09 642 S 0 F 0.47 0.09 (W) 241.2 642 B 0.47 0.09 (abi Drive Pr) 249.45 642 B 0.47 0.09 (oblems and Solutions) 299.36 642 B 1 F 0.47 0.09 (\050Continued\051) 390.3 642 B 3 F 0.09 (Symptom) 198 621 S 0.47 0.09 (Possible Cause) 288 621 B 0.09 (Solution) 378 621 S 198 633 558 633 2 L V 0 Z N 198 616 558 616 2 L V 0.5 H N 198 274.4 558 274.4 2 L V 0.3 H N 34 578.2 36 610 R 7 X 1 K V 34 578.2 36 610 R V 34 509.8 36 610 R V 34 401.6 36 501.8 R V 34 327.6 36 393.6 R V 34 276.4 36 319.6 R V FMENDPAGE %%EndPage: "66" 89 %%Page: "65" 89 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (65) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (T) 126 638.67 P -0.88 (r) 133 638.67 P -0.88 (oubleshooting Pr) 138.19 638.67 P -0.88 (oblems W) 232.54 638.67 P -0.88 (ith) 286.45 638.67 P -0.88 (W) 304.62 638.67 P -0.88 (abi) 317.55 638.67 P -0.88 ( Drives) 334.13 638.67 P 0 10 Q 0.52 0.1 (T) 198 617.33 B 0.52 0.1 (able) 203.31 617.33 B 0.52 0.1 (3-) 224.52 617.33 B 0.52 0.1 (2 suggests solutions to pr) 233.05 617.33 B 0.52 0.1 (oblems you might experience when) 349.42 617.33 B 0.52 0.1 (attempting to connect W) 198 604.93 B 0.52 0.1 (abi drives to dir) 309.83 604.93 B 0.52 0.1 (ectories.) 383.15 604.93 B 1 9 Q 0.09 (T) 198 583.6 S 0.09 (able) 202.58 583.6 S 0.09 (3-) 219.43 583.6 S 0.09 (2) 227.09 583.6 S 0 F 0.47 0.09 (W) 241.2 583.6 B 0.47 0.09 (abi Drive Pr) 249.45 583.6 B 0.47 0.09 (oblems and Solutions) 299.36 583.6 B 3 F 0.09 (Symptom) 198 562.6 S 0.47 0.09 (Possible Cause) 288 562.6 B 0.09 (Solution) 378 562.6 S 0 F 0.47 0.09 (Can\325t connect a) 198 545.6 B 0.47 0.09 (drive to a local) 198 534.2 B 0.09 (dir) 198 522.8 S 0.09 (ectory) 209.76 522.8 S 0.47 0.09 (Inadequate \336le) 288 545.6 B 0.09 (permissions.) 288 534.2 S 0.47 0.09 (Y) 378 545.6 B 0.47 0.09 (ou must have r) 383.26 545.6 B 0.47 0.09 (ead permission or mor) 445.58 545.6 B 0.47 0.09 (e) 538.77 545.6 B 0.47 0.09 (to any dir) 378 534.2 B 0.47 0.09 (ectory you want to access. Use) 418.38 534.2 B 0.47 0.09 (the UNIX) 378 522.8 B 2 F 1.08 (chmod) 420.19 522.8 P 0 F 0.47 0.09 ( command to change) 447.15 522.8 B 0.47 0.09 (permissions if necessary) 378 511.4 B 0.47 0.09 (.) 476.68 511.4 B 0.47 0.09 (Incorr) 288 494.4 B 0.47 0.09 (ect path) 312.64 494.4 B 0.09 (assignment.) 288 483 S 0.47 0.09 (If you enter) 378 494.4 B 0.47 0.09 (ed the path name manually) 426.01 494.4 B 0.47 0.09 (,) 538.2 494.4 B 0.47 0.09 (make sur) 378 483 B 0.47 0.09 (e the path is a dir) 415.78 483 B 0.47 0.09 (ectory) 488.3 483 B 0.47 0.09 (, not a) 512.53 483 B 0.47 0.09 (\336le.) 378 471.6 B 0.47 0.09 (Can\325t connect a) 198 454.6 B 0.47 0.09 (drive to a r) 198 443.2 B 0.47 0.09 (emote) 243.98 443.2 B 0.09 (dir) 198 431.8 S 0.09 (ectory) 209.76 431.8 S 0.47 0.09 (Inadequate \336le) 288 454.6 B 0.09 (permissions.) 288 443.2 S 0.37 0.09 (Y) 378 454.6 B 0.37 0.09 (ou must have r) 383.26 454.6 B 0.37 0.09 (ead permission or mor) 445.29 454.6 B 0.37 0.09 (e) 538.19 454.6 B 0.47 0.09 (to any dir) 378 443.2 B 0.47 0.09 (ectory you want to access.) 418.38 443.2 B -0.03 0.09 (Contact your system administrator or the) 378 431.8 B 0.47 0.09 (owner of the dir) 378 420.4 B 0.47 0.09 (ectory) 444.93 420.4 B 0.47 0.09 (.) 469.15 420.4 B 0.47 0.09 (Remote dir) 198 403.4 B 0.47 0.09 (ectory) 243.49 403.4 B 0.47 0.09 (not in A) 198 392 B 0.47 0.09 (vailable) 231.23 392 B 0.47 0.09 (Dir) 198 380.6 B 0.47 0.09 (ectory Paths) 211.23 380.6 B 0.34 0.09 (Remote \336le system) 288 403.4 B 0.47 0.09 (not mounted.) 288 392 B 0.47 0.09 (Y) 378 403.4 B 0.47 0.09 (ou must be able to access the dir) 383.26 403.4 B 0.47 0.09 (ectory) 517.51 403.4 B -0.18 0.09 (fr) 378 392 B -0.18 0.09 (om the operating system befor) 384.56 392 B -0.18 0.09 (e you can) 507.54 392 B 0.47 0.09 (access it in W) 378 380.6 B 0.47 0.09 (abi.) 433.36 380.6 B 0.47 0.09 (If your UNIX system automatically) 378 363.6 B -0.19 0.09 (mounts r) 378 352.2 B -0.19 0.09 (emote \336le systems, open a UNIX) 414.39 352.2 B 0.47 0.09 (command window and use the) 378 340.8 B 2 F 1.08 (cd) 508.44 340.8 P 0 F 0.23 0.09 (command to go to the dir) 378 329.4 B 0.23 0.09 (ectory to which) 482.06 329.4 B -0.01 0.09 (you want to connect. This mounts the \336le) 378 318 B 0.47 0.09 (system.) 378 306.6 B 0.47 0.09 (If your UNIX system does not) 378 289.6 B 0.05 0.09 (automatically mount r) 378 278.2 B 0.05 0.09 (emote \336le systems,) 468.73 278.2 B 0.47 0.09 (see your UNIX manuals for pr) 378 266.8 B 0.47 0.09 (ocedur) 503.11 266.8 B 0.47 0.09 (es) 531.15 266.8 B 0.47 0.09 (to make r) 378 255.4 B 0.47 0.09 (emote \336le systems accessible.) 417.2 255.4 B 0.47 0.09 (Once the \336le system is accessible fr) 378 238.4 B 0.47 0.09 (om) 522.44 238.4 B 0.47 0.09 (the operating system, open the Drives) 378 227 B 0.47 0.09 (icon in Con\336guration Manager and) 378 215.6 B 0.47 0.09 (connect a drive to the dir) 378 204.2 B 0.47 0.09 (ectory) 481.83 204.2 B 0.47 0.09 (.) 506.05 204.2 B 198 574.6 558 574.6 2 L V 0 Z N 198 557.6 558 557.6 2 L V 0.5 H N 198 199.2 558 199.2 2 L V 0.3 H N 34 601.6 36 624 R 7 X 1 K V 34 580.6 36 589.6 R V 34 559.6 36 568.6 R V 34 508.4 36 551.6 R V 34 468.6 36 477.6 R V 34 417.4 36 460.6 R V 34 377.6 36 409.4 R V 34 389 36 409.4 R V 34 377.6 36 409.4 R V 34 303.6 36 369.6 R V 34 252.4 36 295.6 R V 34 201.2 36 244.4 R V FMENDPAGE %%EndPage: "65" 88 %%Page: "64" 88 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (64) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 9 Q 0 X 0 K 0.47 0.09 (Can\325t access drive) 198 604 B 0.47 0.09 (A or B) 198 592.6 B 0.47 0.09 (Another pr) 288 604 B 0.47 0.09 (ogram) 333.55 604 B 0.47 0.09 (is contr) 288 592.6 B 0.47 0.09 (olling the) 318.31 592.6 B 0.09 (drive.) 288 581.2 S 0.47 0.09 (Eject the diskette with a command fr) 378 604 B 0.47 0.09 (om) 529.32 604 B 0.47 0.09 (the other pr) 378 592.6 B 0.47 0.09 (ogram, r) 426.69 592.6 B 0.47 0.09 (einsert the diskette,) 461.64 592.6 B 0.47 0.09 (and try accessing it thr) 378 581.2 B 0.47 0.09 (ough W) 472.05 581.2 B 0.47 0.09 (abi again.) 504.02 581.2 B 0.47 0.09 (Invalid device) 288 564.2 B 0.47 0.09 (name speci\336ed in) 288 552.8 B 0.47 0.09 (Con\336guration) 288 541.4 B -0.8 0.09 (Manager) 288 530 B -0.8 0.09 (\325s Diskette) 324.87 530 B 0.47 0.09 (Connections) 288 518.6 B 0.09 (dialog.) 288 507.2 S 0.47 0.09 (Specify a raw diskette device \336le. See) 378 564.2 B 0.47 0.09 (your UNIX documentation for) 378 552.8 B 0.47 0.09 (information about diskette \050or \337oppy\051) 378 541.4 B 0.47 0.09 (devices.) 378 530 B 0.47 0.09 (Inadequate \336le) 288 490.2 B 0.47 0.09 (permissions to) 288 478.8 B 0.47 0.09 (device \336le or) 288 467.4 B 0.09 (dir) 288 456 S 0.09 (ectory) 299.77 456 S 0.09 (.) 323.99 456 S 0.47 0.09 (Y) 378 490.2 B 0.47 0.09 (ou must have r) 383.26 490.2 B 0.47 0.09 (ead and write) 445.58 490.2 B -0.22 0.09 (permission to your UNIX system\325s device) 378 478.8 B 0.47 0.09 (\336les and dir) 378 467.4 B 0.47 0.09 (ectories. Use the UNIX) 427.39 467.4 B 2 F 1.08 (chmod) 378 456 P 0 F 0.47 0.09 ( command to change permissions) 404.96 456 B 0.47 0.09 (if necessary) 378 444.6 B 0.47 0.09 (.) 424.9 444.6 B 0.47 0.09 (Can\325t locate) 198 427.6 B 0.47 0.09 (diskette devices) 198 416.2 B 0.47 0.09 (W) 288 427.6 B 0.47 0.09 (abi is sear) 296.25 427.6 B 0.47 0.09 (ching) 337.17 427.6 B 0.47 0.09 (the wr) 288 416.2 B 0.47 0.09 (ong) 314.6 416.2 B 0.47 0.09 (dir) 288 404.8 B 0.47 0.09 (ectory for the) 299.77 404.8 B 0.47 0.09 (diskette devices,) 288 393.4 B 0.47 0.09 (or using an) 288 382 B 0.47 0.09 (incorr) 288 370.6 B 0.47 0.09 (ect \336le name) 312.22 370.6 B 0.47 0.09 (pattern.) 288 359.2 B 0.43 0.09 (Determine the location and names of the) 378 427.6 B 0.47 0.09 (raw diskette device \336les in your) 378 416.2 B 0.47 0.09 (operating system, and then specify the) 378 404.8 B -0.08 0.09 (dir) 378 393.4 B -0.08 0.09 (ectory and a \336le naming convention in) 389.77 393.4 B 0.19 0.09 (the Advanced Diskette Options dialog as) 378 382 B 0.47 0.09 (explained on page) 378 370.6 B 0.47 0.09 (46.) 455.73 370.6 B 0.47 0.09 (Diskette will not) 198 342.2 B 0.47 0.09 (eject using special) 198 330.8 B 0.47 0.09 (keys \050e.g., Meta+E\051) 198 319.4 B 0.47 0.09 (W) 288 342.2 B 0.47 0.09 (abi) 296.25 342.2 B 0.47 0.09 ( window) 308.6 342.2 B 0.47 0.09 (does not have) 288 330.8 B 0.47 0.09 (input focus.) 288 319.4 B 0.47 0.09 (Place mouse pointer in) 378 342.2 B 0.47 0.09 (W) 474.92 342.2 B 0.47 0.09 (abi) 483.17 342.2 B 0.47 0.09 ( window) 495.52 342.2 B 0.47 0.09 (,) 531.27 342.2 B 0.47 0.09 (click to make it the active window) 378 330.8 B 0.47 0.09 (, and) 518.95 330.8 B 0.47 0.09 (then pr) 378 319.4 B 0.47 0.09 (ess keys.) 407.83 319.4 B 0.47 0.09 (Can\325t format DOS) 198 302.4 B 0.09 (diskette) 198 291 S 0.47 0.09 (Not supported) 288 302.4 B 0.47 0.09 (under) 288 291 B 0.47 0.09 (W) 315.25 291 B 0.47 0.09 (abi) 323.5 291 B 0.47 0.09 (pr) 288 279.6 B 0.47 0.09 (ogram.) 296.97 279.6 B 0.01 0.09 (Y) 378 302.4 B 0.01 0.09 (ou should use pr) 383.26 302.4 B 0.01 0.09 (eformatted diskettes or) 451.59 302.4 B 0.47 0.09 (format them on a PC r) 378 291 B 0.47 0.09 (unning DOS.) 470.58 291 B 1 F 0.09 (T) 198 642 S 0.09 (able) 202.58 642 S 0.09 (3-) 219.43 642 S 0.09 (1) 227.09 642 S 0 F 0.47 0.09 (Diskette Drive Pr) 241.2 642 B 0.47 0.09 (oblems and Solutions) 312.33 642 B 1 F 0.47 0.09 (\050Continued\051) 403.27 642 B 3 F 0.09 (Symptom) 198 621 S 0.47 0.09 (Possible Cause) 288 621 B 0.09 (Solution) 378 621 S 198 633 558 633 2 L V 0 Z N 198 616 558 616 2 L V 0.5 H N 198 274.6 558 274.6 2 L V 0.3 H N 34 589.6 36 610 R 7 X 1 K V 34 578.2 36 610 R V 34 578.2 36 610 R V 34 561.2 36 570.2 R V 34 504.2 36 558.8 R V 34 527 36 570.2 R V 34 453 36 473.4 R V 34 441.6 36 496.2 R V 34 356.2 36 433.6 R V 34 367.6 36 433.6 R V 34 316.4 36 325.4 R V 34 316.4 36 325.4 R V 34 288 36 308.4 R V FMENDPAGE %%EndPage: "64" 87 %%Page: "63" 87 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (63) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 3 10 Q 0 X 0 K 0.1 (7.) 197.5 641.33 S 0.52 0.1 (If it is not already running, start the) 210.6 641.33 B 0.52 0.1 (W) 383.92 641.33 B 0.52 0.1 (abi) 393.27 641.33 B 0.52 0.1 ( program.) 408 641.33 B 0.1 (8.) 197.5 620.93 S 0.38 0.1 (Open Con\336guration Manager and open the Drives icon \050or choose Drives) 210.6 620.93 B 0.52 0.1 (from the Con\336guration Manager Options menu\051.) 210.6 608.53 B 0.1 (9.) 197.5 588.13 S 0.52 0.1 (In the Drive Connections dialog, select an unassigned drive letter) 210.6 588.13 B 0.52 0.1 (.) 519.44 588.13 B 0.1 (10.) 192.41 567.73 S 0.18 0.1 (In the Directory Path for Selected Drive panel, type) 210.6 567.73 B 2 F 0.41 (/cdrom) 454 567.73 P 3 F 0.18 0.1 (\050or whatever) 496.38 567.73 B 0.52 0.1 (directory name the CD-ROM is using\051.) 210.6 555.33 B 0.1 (1) 192.78 534.93 S 0.1 (1.) 197.5 534.93 S 0.52 0.1 (Choose Connect.) 210.6 534.93 B 0 F 0.52 0.1 (The drive letter is assigned to the CD-ROM dir) 210.6 522.53 B 0.52 0.1 (ectory) 425.71 522.53 B 0.52 0.1 (.) 452.65 522.53 B 3 F 0.1 (12.) 192.41 502.13 S 0.52 0.1 (If you want the CD-ROM drive to be seen as a network drive, select the) 210.6 502.13 B 0.52 0.1 (Network Drive check box.) 210.6 489.73 B 0 F 0.52 0.1 (See the application\325s documentation to determine if the CD-ROM can be) 210.6 477.33 B 0.52 0.1 (used on a network.) 210.6 464.93 B 3 F 0.1 (13.) 192.41 444.53 S 0.52 0.1 (Choose OK to save the drive connection.) 210.6 444.53 B 0 F 0.52 0.1 (The Drive Connections dialog box closes.) 210.6 432.13 B 0.52 0.1 (Access the CD-ROM thr) 210.6 411.73 B 0.52 0.1 (ough the drive letter you assigned. For example, if) 320.51 411.73 B 0.22 0.1 (you connected F to) 210.6 399.33 B 2 F 0.51 (/cdrom) 299.6 399.33 P 0 F 0.22 0.1 (, you can r) 335.58 399.33 B 0.22 0.1 (un a) 383.5 399.33 B 2 F 0.51 (setup) 406.28 399.33 P 0 F 0.22 0.1 ( pr) 436.27 399.33 B 0.22 0.1 (ogram on the CD-ROM) 449.06 399.33 B 0.52 0.1 (with the command) 210.6 386.93 B 2 F 1.2 (F:\134setup) 300 386.93 P 0 F 0.52 0.1 (.) 347.97 386.93 B 1 15 Q -0.94 (Refer) 54 353.2 P -0.94 (ence Material for Drives) 85.41 353.2 P 0 10 Q 0.52 0.1 (This section pr) 198 331.53 B 0.52 0.1 (esents material you may \336nd useful when you work with) 265.3 331.53 B 0.52 0.1 (diskette drives, W) 198 319.13 B 0.52 0.1 (abi drives, and CD-ROM drives.) 279.95 319.13 B 1 14 Q -0.88 (T) 126 286.07 P -0.88 (r) 133 286.07 P -0.88 (oubleshooting Pr) 138.19 286.07 P -0.88 (oblems W) 232.54 286.07 P -0.88 (ith Diskette Drives) 286.45 286.07 P 0 10 Q 0.52 0.1 (T) 198 264.73 B 0.52 0.1 (able) 203.31 264.73 B 0.52 0.1 (3-) 224.52 264.73 B 0.52 0.1 (1 suggests solutions to pr) 233.05 264.73 B 0.52 0.1 (oblems you might experience when working) 349.42 264.73 B 0.52 0.1 (with diskette drives A and B.) 198 252.33 B 1 9 Q 0.09 (T) 198 231 S 0.09 (able) 202.58 231 S 0.09 (3-) 219.43 231 S 0.09 (1) 227.09 231 S 0 F 0.47 0.09 (Diskette Drive Pr) 241.2 231 B 0.47 0.09 (oblems and Solutions) 312.33 231 B 3 F 0.09 (Symptom) 198 210 S 0.47 0.09 (Possible Cause) 288 210 B 0.09 (Solution) 378 210 S 0 F 0.47 0.09 (\322Device Not) 198 193 B 0.47 0.09 (Ready \050Abort,) 198 181.6 B 0.47 0.09 (Retry) 198 170.2 B 0.47 0.09 (, or Ignor) 219.24 170.2 B 0.47 0.09 (e\051\323) 257.82 170.2 B 0.09 (err) 198 158.8 S 0.09 (or) 209.51 158.8 S 0.47 0.09 (Diskette may not) 288 193 B 0.47 0.09 (be seated pr) 288 181.6 B 0.47 0.09 (operly) 337.91 181.6 B 0.47 0.09 (in the drive.) 288 170.2 B 0.47 0.09 (Remove diskette and r) 378 193 B 0.47 0.09 (einsert it. T) 470.55 193 B 0.47 0.09 (ry to) 516.39 193 B 0.47 0.09 (access the diskette again.) 378 181.6 B 198 222 558 222 2 L V 0 Z N 198 205 558 205 2 L V 0.5 H N 198 153.8 558 153.8 2 L V 0.3 H N 34 617.6 36 627.6 R 7 X 1 K V 34 531.6 36 574.4 R V 34 383.6 36 508.8 R V 34 315.8 36 325.8 R V 34 249 36 271.4 R V 34 207 36 216 R V 34 178.6 36 187.6 R V 34 178.6 36 199 R V FMENDPAGE %%EndPage: "63" 86 %%Page: "62" 86 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (62) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Setting a Local Drive) 126 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 619.33 B 0.52 0.1 (.) 348.51 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the Drives icon.) 210.6 598.93 B 0 F 0.52 0.1 (Alternately) 210.6 586.53 B 0.52 0.1 (, choose Drives fr) 260.59 586.53 B 0.52 0.1 (om the Options menu or pr) 340.5 586.53 B 0.52 0.1 (ess Alt, s, v) 466.41 586.53 B 0.52 0.1 (.) 517.74 586.53 B 0.52 0.1 (The Drive Connections dialog box opens.) 210.6 566.13 B 3 F 0.1 (3.) 197.5 545.73 S 0.32 0.1 (Select the drive letter of the drive that you want to appear as a local drive.) 210.6 545.73 B 0 F 0.52 0.1 (The drive path is displayed in the Dir) 210.6 533.33 B 0.52 0.1 (ectory Path for Selected Drive panel.) 383.49 533.33 B 3 F 0.1 (4.) 197.5 512.93 S 0.52 0.1 (Select the Network Drive check box to disable it.) 210.6 512.93 B 0 F 0.52 0.1 (The box is empty) 210.6 500.53 B 0.52 0.1 (.) 288.6 500.53 B 3 F 0.1 (5.) 197.5 480.13 S 0.52 0.1 (Choose OK to save your changes.) 210.6 480.13 B 0 F 0.52 0.1 (The drive now appears to applications as a local drive, whether it is) 210.6 467.73 B 0.52 0.1 (connected to a local dir) 210.6 455.33 B 0.52 0.1 (ectory or a r) 317.18 455.33 B 0.52 0.1 (emote dir) 373.15 455.33 B 0.52 0.1 (ectory) 416.97 455.33 B 0.52 0.1 (.) 443.9 455.33 B 0.52 0.1 (Alternately) 210.6 434.93 B 0.52 0.1 (, choose Cancel to exit the dialog box without making changes.) 260.59 434.93 B 5 12 Q 0.69 0.12 (t) 104.4 401.2 B 6 F 0.73 0.3 (Accessing a CD-ROM Drive) 126 401.2 B 0 10 Q 0.52 0.1 (Follow these general steps to access a CD-ROM. The pr) 198 380.53 B 0.52 0.1 (ecise commands) 451.29 380.53 B 0.52 0.1 (r) 198 368.13 B 0.52 0.1 (equir) 201.87 368.13 B 0.52 0.1 (ed vary) 225.46 368.13 B 0.52 0.1 (, depending on your operating system. Some operating systems) 259.11 368.13 B 0.52 0.1 (automatically make a compatible CD-ROM available when you insert the) 198 355.73 B 0.52 0.1 (CD-ROM into the drive. If your operating system does this, begin with Step) 198 343.33 B 0.52 0.1 (7.) 548.4 343.33 B 3 F 0.1 (1.) 197.5 322.93 S 0.52 0.1 (Open an operating system command window) 210.6 322.93 B 0.52 0.1 (.) 423.54 322.93 B 0.1 (2.) 197.5 302.53 S 0.52 0.1 (Change to the root \050) 210.6 302.53 B 2 F 1.2 (/) 304.63 302.53 P 3 F 0.52 0.1 (\051 directory) 310.62 302.53 B 0.52 0.1 (.) 358.24 302.53 B 0.1 (3.) 197.5 282.13 S 0.52 0.1 (Become superuser \050) 210.6 282.13 B 2 F 1.2 (su) 302.27 282.13 P 3 F 0.52 0.1 (\051.) 314.26 282.13 B 0.1 (4.) 197.5 261.73 S 0.52 0.1 (Create a directory named) 210.6 261.73 B 2 F 1.22 0.1 (cdrom) 331.77 261.73 B 3 F 0.52 0.1 (.) 362.26 261.73 B 0.1 (5.) 197.5 241.33 S 0.52 0.1 (Mount the CD-ROM.) 210.6 241.33 B 0 F 0.52 0.1 (Make sur) 210.6 228.93 B 0.52 0.1 (e you can r) 253.25 228.93 B 0.52 0.1 (ead the CD-ROM fr) 304.25 228.93 B 0.52 0.1 (om the operating system befor) 393.99 228.93 B 0.52 0.1 (e) 533.61 228.93 B 0.52 0.1 (pr) 210.6 216.53 B 0.52 0.1 (oceeding. For example, try to do an) 220.57 216.53 B 2 F 1.2 (ls) 386.44 216.53 P 0 F 0.52 0.1 ( command on the) 398.44 216.53 B 2 F 1.2 (/cdrom) 481.71 216.53 P 0 F 0.1 (dir) 210.6 204.13 S 0.1 (ectory) 223.68 204.13 S 0.1 (.) 250.62 204.13 S 3 F 0.1 (6.) 197.5 183.73 S 0.52 0.1 (Exit from superuser status.) 210.6 183.73 B 56 144 194 188.02 C 56 144 194 188.02 R 7 X 0 K V 59.46 107.6 190.72 184.57 R V 9 9 Q 0 X -0.62 (Some cautions apply to) 59.46 178.57 P -0.62 (CD-ROM drives. Learn about) 59.46 168.57 P -0.62 (them in \322Potential CD-ROM) 59.46 158.57 P -0.62 (Problem\323 on page) 59.46 148.57 P -0.62 (54.) 132.14 148.57 P 0 72 612 720 C 54 273.31 192 318.05 C 54 273.31 192 318.05 R 7 X 0 K V 56.03 227.62 184.43 316.73 R V 9 9 Q 0 X -0.62 (\322CD-ROM Drives\323 on page) 56.03 310.73 P -0.62 (54) 162.51 310.73 P -0.62 (discusses speci\336cs of using) 56.03 300.73 P -0.62 (these drives in the) 56.03 290.73 P -0.62 (W) 128.96 290.73 P -0.62 (abi) 137.11 290.73 P -0.62 (program.) 56.03 280.73 P 0 72 612 720 C 34 583.2 36 605.6 R 7 X 1 K V 34 509.6 36 552.4 R V 34 476.8 36 486.8 R V 34 431.6 36 441.6 R V 34 377.2 36 387.2 R V 34 319.6 36 350 R V FMENDPAGE %%EndPage: "62" 85 %%Page: "61" 85 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (61) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Enabling File Sharing for a Drive) 126 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 619.33 B 0.52 0.1 (.) 348.51 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the Drives icon.) 210.6 598.93 B 0 F 0.52 0.1 (Alternately) 210.6 586.53 B 0.52 0.1 (, choose Drives fr) 260.59 586.53 B 0.52 0.1 (om the Options menu or pr) 340.5 586.53 B 0.52 0.1 (ess Alt, s, v) 466.41 586.53 B 0.52 0.1 (.) 517.74 586.53 B 0.52 0.1 (The Drive Connections dialog box opens.) 210.6 566.13 B 3 F 0.1 (3.) 197.5 545.73 S 0.52 0.1 (Select the drive letter of the drive on which you want to enable sharing.) 210.6 545.73 B 0 F 0.52 0.1 (The drive path is displayed in the Dir) 210.6 533.33 B 0.52 0.1 (ectory Path panel.) 383.49 533.33 B 3 F 0.1 (4.) 197.5 512.93 S 0.52 0.1 (Select the Sharing Enabled check box.) 210.6 512.93 B 0 F 0.52 0.1 (An \322X\323 appears in the box.) 210.6 500.53 B 3 F 0.1 (5.) 197.5 480.13 S 0.52 0.1 (Choose OK to save your changes.) 210.6 480.13 B 0 F 0.52 0.1 (Sharing is enabled for the drive. Drive performance may be r) 210.6 467.73 B 0.52 0.1 (educed.) 490.47 467.73 B 0.52 0.1 (Alternately) 210.6 447.33 B 0.52 0.1 (, choose Cancel to exit the dialog box without making changes.) 260.59 447.33 B 5 12 Q 0.69 0.12 (t) 104.4 413.6 B 6 F 0.73 0.3 (Setting a Network Drive) 126 413.6 B 3 10 Q 0.1 (1.) 197.5 392.93 S 0.52 0.1 (Open Con\336guration Manager) 210.6 392.93 B 0.52 0.1 (.) 348.51 392.93 B 0.1 (2.) 197.5 372.53 S 0.52 0.1 (Open the Drives icon.) 210.6 372.53 B 0 F 0.52 0.1 (Alternately) 210.6 360.13 B 0.52 0.1 (, choose Drives fr) 260.59 360.13 B 0.52 0.1 (om the Options menu or pr) 340.5 360.13 B 0.52 0.1 (ess Alt, s, v) 466.41 360.13 B 0.52 0.1 (.) 517.74 360.13 B 0.52 0.1 (The Drive Connections dialog box opens.) 210.6 339.73 B 3 F 0.1 (3.) 197.5 319.33 S 0.52 0.1 (Select the drive letter of the drive that you want to appear as a network) 210.6 319.33 B 0.1 (drive.) 210.6 306.93 S 0 F 0.52 0.1 (The drive path is displayed in the Dir) 210.6 294.53 B 0.52 0.1 (ectory Path for Selected Drive panel.) 383.49 294.53 B 3 F 0.1 (4.) 197.5 274.13 S 0.52 0.1 (Select the Network Drive check box to enable it.) 210.6 274.13 B 0 F 0.52 0.1 (An \322X\323 appears in the box.) 210.6 261.73 B 3 F 0.1 (5.) 197.5 241.33 S 0.52 0.1 (Choose OK to save your changes.) 210.6 241.33 B 0 F 0.52 0.1 (The drive now appears to applications as a network drive, whether it is) 210.6 228.93 B 0.52 0.1 (connected to a local dir) 210.6 216.53 B 0.52 0.1 (ectory or a r) 317.18 216.53 B 0.52 0.1 (emote dir) 373.15 216.53 B 0.52 0.1 (ectory) 416.97 216.53 B 0.52 0.1 (.) 443.9 216.53 B 0.52 0.1 (Alternately) 210.6 196.13 B 0.52 0.1 (, choose Cancel to exit the dialog box without making changes.) 260.59 196.13 B 51 549.8 189 593.82 C 51 549.8 189 593.82 R 7 X 0 K V 54.46 513.4 186.43 590.37 R V 9 9 Q 0 X -0.62 (Read \322File Sharing\323 on page) 54.46 584.37 P -0.62 (52) 167.35 584.37 P -0.62 (for more about the issues) 54.46 574.37 P -0.62 (involved with shared \336les.) 54.46 564.37 P 0 72 612 720 C 51 323.4 189 367.42 C 51 323.4 189 367.42 R 7 X 0 K V 54.46 287 186.43 363.97 R V 9 9 Q 0 X -0.62 (For more about) 54.46 357.97 P -0.62 (W) 116.52 357.97 P -0.62 (abi) 124.67 357.97 P -0.62 ( network) 136.66 357.97 P -0.62 (drives, read \322W) 54.46 347.97 P -0.62 (abi Network) 113.8 347.97 P -0.62 (Drives\323 on page) 54.46 337.97 P -0.62 (53.) 119.14 337.97 P 0 72 612 720 C 34 583.2 36 605.6 R 7 X 1 K V 34 509.6 36 552.4 R V 34 444 36 486.8 R V 34 356.8 36 379.2 R V 34 316 36 326 R V 34 238 36 301.2 R V 34 192.8 36 202.8 R V FMENDPAGE %%EndPage: "61" 84 %%Page: "60" 84 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (60) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 3 10 Q 0 X 0 K 0.1 (4.) 197.5 641.33 S 0.52 0.1 (Select the Directory Path for Selected Drive panel.) 210.6 641.33 B 0 F 0.52 0.1 (The text entry ar) 210.6 628.93 B 0.52 0.1 (ea becomes active.) 286.68 628.93 B 3 F 0.1 (5.) 197.5 608.53 S 0.52 0.1 (Edit or enter a directory path.) 210.6 608.53 B 0 F 0.52 0.1 (Alternately) 210.6 596.13 B 0.52 0.1 (, choose the Restor) 260.59 596.13 B 0.52 0.1 (e button to r) 346.29 596.13 B 0.52 0.1 (eturn the path to what it was) 403.25 596.13 B 0.52 0.1 (when you enter) 210.6 583.73 B 0.52 0.1 (ed the dialog box.) 282.25 583.73 B 3 F 0.1 (6.) 197.5 563.33 S 0.52 0.1 (Choose Connect.) 210.6 563.33 B 0 F 0.52 0.1 (The path displayed in the Dir) 210.6 550.93 B 0.52 0.1 (ectory Path for Selected Drive panel is) 346.02 550.93 B 0.52 0.1 (assigned to the selected drive, and is also displayed next to the drive letter) 210.6 538.53 B 0.52 0.1 (in the Drives panel.) 210.6 526.13 B 3 F 0.1 (7.) 197.5 505.73 S 0.52 0.1 (Choose OK to save your entry) 210.6 505.73 B 0.52 0.1 (.) 351.4 505.73 B 0 F 0.52 0.1 (Alternately) 210.6 493.33 B 0.52 0.1 (, choose Cancel to close the Drive Connections dialog box) 260.59 493.33 B 0.52 0.1 (without making changes.) 210.6 480.93 B 5 12 Q 0.69 0.12 (t) 104.4 447.2 B 6 F 0.73 0.3 (Disconnecting a Drive) 126 447.2 B 3 10 Q 0.1 (1.) 197.5 426.53 S 0.52 0.1 (Make sure the drive is not being used by any running applications.) 210.6 426.53 B 0.1 (2.) 197.5 406.13 S 0.52 0.1 (Open Con\336guration Manager) 210.6 406.13 B 0.52 0.1 (.) 348.51 406.13 B 0.1 (3.) 197.5 385.73 S 0.52 0.1 (Open the Drives icon.) 210.6 385.73 B 0 F 0.52 0.1 (Alternately) 210.6 373.33 B 0.52 0.1 (, choose Drives fr) 260.59 373.33 B 0.52 0.1 (om the Options menu or pr) 340.5 373.33 B 0.52 0.1 (ess Alt, s, v) 466.41 373.33 B 0.52 0.1 (.) 517.74 373.33 B 0.52 0.1 (The Drive Connections dialog box opens.) 210.6 352.93 B 3 F 0.1 (4.) 197.5 332.53 S 0.52 0.1 (Select the drive letter of the drive you want to disconnect.) 210.6 332.53 B 0 F 0.52 0.1 (The Disconnect button is activated.) 210.6 320.13 B 0.52 0.1 (If you select one of the permanent drives, C, R, and W) 210.6 299.73 B 0.52 0.1 (, the Disconnect) 459.19 299.73 B 0.52 0.1 (button is not activated because you cannot disconnect these drives.) 210.6 287.33 B 3 F 0.1 (5.) 197.5 266.93 S 0.52 0.1 (Choose Disconnect.) 210.6 266.93 B 0 F 0.52 0.1 (The path assignment is clear) 210.6 254.53 B 0.52 0.1 (ed for the selected drive.) 340.77 254.53 B 3 F 0.1 (6.) 197.5 234.13 S 0.52 0.1 (Choose OK to save your changes.) 210.6 234.13 B 0 F 0.52 0.1 (Alternately) 210.6 221.73 B 0.52 0.1 (, choose Cancel to close the dialog box without making changes.) 260.59 221.73 B 56 297.3 194 341.32 C 56 297.3 194 341.32 R 7 X 0 K V 59.46 260.9 191.43 337.87 R V 9 9 Q 0 X -0.68 (Before disconnecting a drive, you) 59.46 331.87 P -0.62 (may want to read \322Disconnect a) 59.46 321.87 P -0.62 (Drive\323 on page) 59.46 311.87 P -0.62 (51.) 119.64 311.87 P 0 72 612 720 C 34 592.8 36 648 R 7 X 1 K V 34 560 36 570 R V 34 535.2 36 545.2 R V 34 490 36 512.4 R V 34 423.2 36 455.2 R V 34 370 36 392.4 R V 34 329.2 36 339.2 R V 34 296.4 36 306.4 R V 34 263.6 36 273.6 R V 34 218.4 36 240.8 R V FMENDPAGE %%EndPage: "60" 83 %%Page: "59" 83 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (59) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Assigning a Drive) 126 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 619.33 B 0.52 0.1 (.) 348.51 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the Drives icon.) 210.6 598.93 B 0 F 0.52 0.1 (Alternately) 210.6 586.53 B 0.52 0.1 (, choose Drives fr) 260.59 586.53 B 0.52 0.1 (om the Options menu or pr) 340.5 586.53 B 0.52 0.1 (ess Alt, s, v) 466.41 586.53 B 0.52 0.1 (.) 517.74 586.53 B 0.52 0.1 (The Drive Connections dialog box opens.) 210.6 566.13 B 3 F 0.1 (3.) 197.5 545.73 S 0.52 0.1 (Select an unassigned drive letter in the Drives panel.) 210.6 545.73 B 0 F 0.52 0.1 (The letter is highlighted.) 210.6 533.33 B 3 F 0.1 (4.) 197.5 512.93 S 0.52 0.1 (In the A) 210.6 512.93 B 0.52 0.1 (vailable Directory Paths panel, navigate through the list of) 248.94 512.93 B 0.52 0.1 (directories and \336les until you reach the \336le system you want.) 210.6 500.53 B 0 F 0.23 0.1 (Click a dir) 210.6 488.13 B 0.23 0.1 (ectory name to place it in the path. Double-click a dir) 257.83 488.13 B 0.23 0.1 (ectory name) 499.47 488.13 B 0.52 0.1 (to place it in the path and view the dir) 210.6 475.73 B 0.52 0.1 (ectory\325s contents.) 387.69 475.73 B 0.52 0.1 (The selected path appears in the Dir) 210.6 455.33 B 0.52 0.1 (ectory Path for Selected Drive panel.) 376.41 455.33 B 3 F 0.1 (5.) 197.5 434.93 S 0.52 0.1 (Choose Connect.) 210.6 434.93 B 0 F 0.52 0.1 (The path displayed in the Dir) 210.6 422.53 B 0.52 0.1 (ectory Path for Selected Drive panel is) 346.02 422.53 B 0.52 0.1 (assigned to the drive.) 210.6 410.13 B 0.52 0.1 (The path appears next to the drive letter in the Drives panel.) 210.6 389.73 B 3 F 0.1 (6.) 197.5 369.33 S 0.52 0.1 (Choose OK to save your assignment.) 210.6 369.33 B 0 F 0.52 0.1 (Alternately) 210.6 356.93 B 0.52 0.1 (, choose Cancel to close the dialog box without making changes.) 260.59 356.93 B 5 12 Q 0.69 0.12 (t) 104.4 323.2 B 6 F 0.73 0.3 (Editing or Entering a Drive Path Dir) 126 323.2 B 0.73 0.3 (ectly) 335.86 323.2 B 3 10 Q 0.1 (1.) 197.5 302.53 S 0.52 0.1 (Open Con\336guration Manager) 210.6 302.53 B 0.52 0.1 (.) 348.51 302.53 B 0.1 (2.) 197.5 282.13 S 0.52 0.1 (Open the Drives icon.) 210.6 282.13 B 0 F 0.52 0.1 (Alternately) 210.6 269.73 B 0.52 0.1 (, choose Drives fr) 260.59 269.73 B 0.52 0.1 (om the Options menu or pr) 340.5 269.73 B 0.52 0.1 (ess Alt, s, v) 466.41 269.73 B 0.52 0.1 (.) 517.74 269.73 B 0.52 0.1 (The Drive Connections dialog box opens.) 210.6 249.33 B 3 F 0.1 (3.) 197.5 228.93 S 0.35 0.1 (Select a letter representing the drive assignment you want to edit or enter) 210.6 228.93 B 0.35 0.1 (.) 555.4 228.93 B 0 F 0.52 0.1 (The drive assignment highlights and the path is displayed in the Dir) 210.6 216.53 B 0.52 0.1 (ectory) 524.58 216.53 B 0.52 0.1 (Path for Selected Drive panel.) 210.6 204.13 B 0.07 0.1 (If you select one of the permanent drives, C, R, or W) 210.6 183.73 B 0.07 0.1 (, no path is displayed in) 446.64 183.73 B 0.52 0.1 (the Dir) 210.6 171.33 B 0.52 0.1 (ectory Path for Selected Drive panel because you cannot change this) 242.59 171.33 B 0.1 (path.) 210.6 158.93 S 53.21 564.99 191.21 604.02 C 53.21 564.99 191.21 604.02 R 7 X 0 K V 56.67 523.59 188.65 600.56 R V 9 9 Q 0 X -0.62 ( \322W) 56.67 594.56 P -0.62 (abi Drives\323 on page) 69.69 594.56 P -0.62 (48) 148.23 594.56 P -0.62 (provides an overview of) 56.67 584.56 P -0.62 (W) 151.07 584.56 P -0.62 (abi) 159.23 584.56 P (drives.) 56.67 574.56 T 0 72 612 720 C 53.36 496.5 191.36 553.02 C 53.36 496.5 191.36 553.02 R 7 X 0 K V 56.81 472.6 188.79 549.57 R V 9 9 Q 0 X -0.62 (Read \322New Drive Assignments\323) 56.81 543.57 P -0.62 (on page) 56.81 533.57 P -0.62 (50 and \322Default Drive) 91.17 533.57 P -0.62 (Assignments\323 on page) 56.81 523.57 P -0.62 (50 for) 147.48 523.57 P -0.62 (details on working with) 56.81 513.57 P -0.62 (W) 147.22 513.57 P -0.62 (abi) 155.37 513.57 P (drives.) 56.81 503.57 T 0 72 612 720 C 56 214.1 194 258.12 C 56 214.1 194 258.12 R 7 X 0 K V 59.46 177.7 191.43 254.67 R V 9 9 Q 0 X -0.62 (See \322Edit the Directory Path\323 on) 59.46 248.67 P -0.62 (page) 59.46 238.67 P -0.62 (51 for more about editing) 81.94 238.67 P -0.62 (and entering drive assignments.) 59.46 228.67 P 0 72 612 720 C 34 636 36 648 R 7 X 1 K V 34 583.2 36 605.6 R V 34 542.4 36 552.4 R V 34 484.8 36 494.8 R V 34 431.6 36 441.6 R V 34 266.4 36 376 R V 34 225.6 36 235.6 R V 34 155.6 36 190.4 R V FMENDPAGE %%EndPage: "59" 82 %%Page: "58" 82 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (58) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Accessing an Alter) 126 640 B 0.73 0.3 (nate Diskette Device File Patter) 242.06 640 B 0.73 0.3 (n) 434.07 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 619.33 B 0.52 0.1 (.) 348.51 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the Diskettes icon.) 210.6 598.93 B 0 F 0.52 0.1 (Alternately) 210.6 586.53 B 0.52 0.1 (, choose Diskettes fr) 260.59 586.53 B 0.52 0.1 (om the Options menu or pr) 352.3 586.53 B 0.52 0.1 (ess Alt, s, k.) 478.21 586.53 B 0.52 0.1 (The Diskette Connections dialog box opens.) 210.6 566.13 B 3 F 0.1 (3.) 197.5 545.73 S 0.52 0.1 (Choose the Advanced button.) 210.6 545.73 B 0 F 0.52 0.1 (The Advanced Diskette Drive Options dialog box opens.) 210.6 533.33 B 3 F 0.1 (4.) 197.5 512.93 S 0.52 0.1 (Select the Diskette Device File Pattern text-entry \336eld.) 210.6 512.93 B 0 F 0.52 0.1 (The \336eld becomes active.) 210.6 500.53 B 3 F 0.1 (5.) 197.5 480.13 S 0.52 0.1 (T) 210.6 480.13 B 0.52 0.1 (ype one or more \336le patterns.) 216.47 480.13 B 0 F 0.52 0.1 (Separate multiple patterns with commas; do not use spaces.) 210.6 467.73 B 3 F 0.1 (6.) 197.5 447.33 S 0.52 0.1 (Choose OK to save your entry) 210.6 447.33 B 0.52 0.1 (.) 351.4 447.33 B 0 F 0.52 0.1 (Alternately) 210.6 434.93 B 0.52 0.1 (, choose Cancel to close the dialog box without making changes.) 260.59 434.93 B 0.15 0.1 (When you choose OK, the W) 210.6 414.53 B 0.15 0.1 (abi pr) 340.53 414.53 B 0.15 0.1 (ogram validates your entry) 366.98 414.53 B 0.15 0.1 (. If the entry is) 489.4 414.53 B 0.52 0.1 (valid, each time you connect a diskette drive to a diskette device the W) 210.6 402.13 B 0.52 0.1 (abi) 536.49 402.13 B 0.52 0.1 (pr) 210.6 389.73 B 0.52 0.1 (ogram sear) 220.57 389.73 B 0.52 0.1 (ches for diskette device \336les using the naming patterns you) 271.17 389.73 B 0.1 (enter) 210.6 377.33 S 0.1 (ed.) 233.52 377.33 S 0.52 0.1 (Y) 210.6 356.93 B 0.52 0.1 (ou will see an err) 216.45 356.93 B 0.52 0.1 (or message if the entry you typed contains an invalid) 295.99 356.93 B 0.52 0.1 (device \336le name. Follow the instr) 210.6 344.53 B 0.52 0.1 (uctions included in the err) 362.91 344.53 B 0.52 0.1 (or message to) 484.01 344.53 B 0.52 0.1 (clear the err) 210.6 332.13 B 0.52 0.1 (or condition and then enter a valid diskette device \336le pattern.) 265.38 332.13 B 0.52 0.1 (Choose the Help button in the err) 210.6 319.73 B 0.52 0.1 (or message box if you need mor) 365.17 319.73 B 0.52 0.1 (e help) 512.07 319.73 B 0.52 0.1 (clearing the err) 210.6 307.33 B 0.52 0.1 (or condition.) 279.96 307.33 B 0.52 0.1 (T) 198 286.93 B 0.52 0.1 (o r) 203.31 286.93 B 0.52 0.1 (eset the diskette device \336le pattern to the default:) 215.85 286.93 B 3 F 0.1 (1.) 197.5 266.53 S 0.52 0.1 (Choose Defaults in the Advanced Diskette Drive Options dialog box.) 210.6 266.53 B 0 F 0.52 0.1 (The default diskette device \336le pattern is r) 210.6 254.13 B 0.52 0.1 (estor) 404.57 254.13 B 0.52 0.1 (ed.) 426.58 254.13 B 3 F 0.1 (2.) 197.5 233.73 S 0.52 0.1 (Choose OK.) 210.6 233.73 B 0 F 0.52 0.1 (Y) 210.6 221.33 B 0.52 0.1 (our change is saved.) 216.45 221.33 B 53.93 504.1 195.43 552.21 C 53.93 504.1 195.43 552.21 R 7 X 0 K V 57.38 471.79 189.36 548.75 R V 9 9 Q 0 X -0.62 ( \322Advanced Diskette Drive) 57.38 542.75 P -0.62 (Options\323 on page) 57.38 532.75 P -0.62 (46 provides) 127.58 532.75 P -0.78 (details on using alternate diskette) 57.38 522.75 P -0.62 (device \336le patterns.) 57.38 512.75 P 0 72 612 720 C 34 636 36 648 R 7 X 1 K V 34 583.2 36 605.6 R V 34 542.4 36 552.4 R V 34 509.6 36 519.6 R V 34 411.2 36 454 R V 34 353.6 36 363.6 R V 34 316.4 36 338.8 R V 34 230.4 36 273.2 R V FMENDPAGE %%EndPage: "58" 81 %%Page: "57" 81 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (57) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Accessing an Alter) 126 640 B 0.73 0.3 (nate Diskette Devices Dir) 242.06 640 B 0.73 0.3 (ectory) 395.58 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 619.33 B 0.52 0.1 (.) 348.51 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the Diskettes icon.) 210.6 598.93 B 0 F 0.52 0.1 (Alternately) 210.6 586.53 B 0.52 0.1 (, choose Diskettes fr) 260.59 586.53 B 0.52 0.1 (om the Options menu or pr) 352.3 586.53 B 0.52 0.1 (ess Alt, s, k.) 478.21 586.53 B 0.52 0.1 (The Diskette Connections dialog box opens.) 210.6 566.13 B 3 F 0.1 (3.) 197.5 545.73 S 0.52 0.1 (Choose Advanced.) 210.6 545.73 B 0 F 0.52 0.1 (The Advanced Diskette Drive Options dialog box opens.) 210.6 533.33 B 3 F 0.1 (4.) 197.5 512.93 S 0.52 0.1 (Select the Diskette Device Directories text entry \336eld.) 210.6 512.93 B 0 F 0.52 0.1 (The \336eld becomes active.) 210.6 500.53 B 3 F 0.1 (5.) 197.5 480.13 S 0.52 0.1 (T) 210.6 480.13 B 0.52 0.1 (ype the directory or directories in which diskette devices are located.) 216.47 480.13 B 0 F 0.52 0.1 (Separate multiple entries with commas; do not use spaces.) 210.6 467.73 B 3 F 0.1 (6.) 197.5 447.33 S 0.52 0.1 (Choose OK to save your entry) 210.6 447.33 B 0.52 0.1 (.) 351.4 447.33 B 0 F 0.52 0.1 (Alternately) 210.6 434.93 B 0.52 0.1 (, choose Cancel to close the dialog box without making changes.) 260.59 434.93 B 0.15 0.1 (When you choose OK, the W) 210.6 414.53 B 0.15 0.1 (abi pr) 340.53 414.53 B 0.15 0.1 (ogram validates your entry) 366.98 414.53 B 0.15 0.1 (. If the entry is) 489.4 414.53 B 0.52 0.1 (valid and the dir) 210.6 402.13 B 0.52 0.1 (ectories exist, each time you connect a diskette drive to a) 287.49 402.13 B 0.24 0.1 (diskette device, the W) 210.6 389.73 B 0.24 0.1 (abi pr) 310.02 389.73 B 0.24 0.1 (ogram sear) 336.57 389.73 B 0.24 0.1 (ches for device \336les in the dir) 386.88 389.73 B 0.24 0.1 (ectories) 520.44 389.73 B 0.52 0.1 (you enter) 210.6 377.33 B 0.52 0.1 (ed.) 253.98 377.33 B 0.52 0.1 (Y) 210.6 356.93 B 0.52 0.1 (ou will see an err) 216.45 356.93 B 0.52 0.1 (or message if the entry you typed includes an invalid) 295.99 356.93 B 0.52 0.1 (path name. Follow the dir) 210.6 344.53 B 0.52 0.1 (ections in the err) 329.45 344.53 B 0.52 0.1 (or message to clear the err) 406.29 344.53 B 0.52 0.1 (or) 527.08 344.53 B 0.52 0.1 (condition, then enter a valid diskette device dir) 210.6 332.13 B 0.52 0.1 (ectory) 427.49 332.13 B 0.52 0.1 (. Choose the Help) 454.43 332.13 B 0.52 0.1 (button in the err) 210.6 319.73 B 0.52 0.1 (or message box if you need mor) 285.79 319.73 B 0.52 0.1 (e help clearing the err) 432.7 319.73 B 0.52 0.1 (or) 533.1 319.73 B 0.1 (condition.) 210.6 307.33 S 0.52 0.1 (T) 198 286.93 B 0.52 0.1 (o r) 203.31 286.93 B 0.52 0.1 (eset the diskette device dir) 215.85 286.93 B 0.52 0.1 (ectories to the default:) 338.01 286.93 B 3 F 0.1 (1.) 197.5 266.53 S 0.52 0.1 (Choose Defaults in the Advanced Diskette Drive Options dialog box.) 210.6 266.53 B 0 F 0.52 0.1 (The default diskette devices dir) 210.6 254.13 B 0.52 0.1 (ectories ar) 354.61 254.13 B 0.52 0.1 (e r) 401.32 254.13 B 0.52 0.1 (estor) 413.19 254.13 B 0.52 0.1 (ed.) 435.2 254.13 B 3 F 0.1 (2.) 197.5 233.73 S 0.52 0.1 (Choose OK.) 210.6 233.73 B 0 F 0.52 0.1 (Y) 210.6 221.33 B 0.52 0.1 (our change is saved.) 216.45 221.33 B 53.29 556.9 194.79 611.42 C 53.29 556.9 194.79 611.42 R 7 X 0 K V 56.74 531 188.72 607.97 R V 9 9 Q 0 X -0.62 (For background on using an) 56.74 601.97 P -0.62 (alternate diskette device) 56.74 591.97 P -1.05 (directory) 56.74 581.97 P -1.05 (, see \322Advanced Diskette) 90.53 581.97 P -0.62 (Drive Options\323 on page) 56.74 571.97 P -0.62 (46.) 149.77 571.97 P 0 72 612 720 C 34 636 36 648 R 7 X 1 K V 34 583.2 36 605.6 R V 34 542.4 36 552.4 R V 34 509.6 36 519.6 R V 34 411.2 36 454 R V 34 328.8 36 363.6 R V 34 263.2 36 273.2 R V 34 218 36 240.4 R V FMENDPAGE %%EndPage: "57" 80 %%Page: "56" 80 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (56) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Manually Entering a Diskette Device Name) 126 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 619.33 B 0.52 0.1 (.) 348.51 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the Diskettes icon.) 210.6 598.93 B 0 F 0.52 0.1 (Alternately) 210.6 586.53 B 0.52 0.1 (, choose Diskettes fr) 260.59 586.53 B 0.52 0.1 (om the Options menu or pr) 352.3 586.53 B 0.52 0.1 (ess Alt, s, k.) 478.21 586.53 B 0.52 0.1 (The Diskette Connections dialog box opens.) 210.6 566.13 B 3 F 0.1 (3.) 197.5 545.73 S 0.52 0.1 (Select the Diskette Drive A or B text entry \336eld.) 210.6 545.73 B 0 F 0.52 0.1 (The entry \336eld becomes active.) 210.6 533.33 B 3 F 0.1 (4.) 197.5 512.93 S 0.52 0.1 (T) 210.6 512.93 B 0.52 0.1 (ype the path and name of a diskette device \336le.) 216.47 512.93 B 0.1 (5.) 197.5 492.53 S 0.52 0.1 (Choose OK to save your entry) 210.6 492.53 B 0.52 0.1 (.) 351.4 492.53 B 0 F 0.52 0.1 (Alternately) 210.6 480.13 B 0.52 0.1 (, choose Cancel to close the dialog box without making changes.) 260.59 480.13 B 0.15 0.1 (When you choose OK, the W) 210.6 459.73 B 0.15 0.1 (abi pr) 340.53 459.73 B 0.15 0.1 (ogram validates your entry) 366.98 459.73 B 0.15 0.1 (. If the entry is) 489.4 459.73 B 0.52 0.1 (valid \050the path and name you typed ar) 210.6 447.33 B 0.52 0.1 (e corr) 388.13 447.33 B 0.52 0.1 (ect\051, the diskette device you) 414.15 447.33 B 0.52 0.1 (enter) 210.6 434.93 B 0.52 0.1 (ed is connected to the diskette drive. Y) 233.52 434.93 B 0.52 0.1 (ou will see an err) 410.71 434.93 B 0.52 0.1 (or message if) 490.26 434.93 B 0.52 0.1 (the entry you typed is not a valid device name. Follow the instr) 210.6 422.53 B 0.52 0.1 (uctions in) 502.62 422.53 B 0.52 0.1 (the err) 210.6 410.13 B 0.52 0.1 (or message to r) 240.68 410.13 B 0.52 0.1 (esolve the err) 310.55 410.13 B 0.52 0.1 (or condition.) 372.18 410.13 B 5 12 Q 0.69 0.12 (t) 104.4 376.4 B 6 F 0.73 0.3 (For) 126 376.4 B 0.73 0.3 (matting a DOS Diskette) 144.23 376.4 B 0 10 Q 0.52 0.1 (If your native operating system pr) 198 355.73 B 0.52 0.1 (ovides a DOS formatting command, the) 355 355.73 B 0.52 0.1 (general pr) 198 343.33 B 0.52 0.1 (ocedur) 244.59 343.33 B 0.52 0.1 (e to format a DOS diskette is:) 275.78 343.33 B 3 F 0.1 (1.) 197.5 322.93 S 0.52 0.1 (Open an operating system command window) 210.6 322.93 B 0.52 0.1 (.) 423.54 322.93 B 0.1 (2.) 197.5 302.53 S 0.52 0.1 (Place a diskette in the diskette drive.) 210.6 302.53 B 0.1 (3.) 197.5 282.13 S 0.52 0.1 (T) 210.6 282.13 B 0.52 0.1 (ype your operating system diskette format command and press Enter) 216.47 282.13 B 0.52 0.1 (.) 540.51 282.13 B 0 F 0.52 0.1 (See your operating system user) 210.6 269.73 B 0.52 0.1 (\325s guide for mor) 354.86 269.73 B 0.52 0.1 (e information.) 428.7 269.73 B 3 F 0.1 (4.) 197.5 249.33 S 0.52 0.1 (When formatting is complete, eject the diskette.) 210.6 249.33 B 0 F 0.52 0.1 (Pr) 210.6 236.93 B 0.52 0.1 (ess the Eject button on the drive or enter the command r) 220.6 236.93 B 0.52 0.1 (equir) 479.43 236.93 B 0.52 0.1 (ed to) 503.02 236.93 B 0.52 0.1 (r) 210.6 224.53 B 0.52 0.1 (emove the diskette fr) 214.47 224.53 B 0.52 0.1 (om the drive.) 310.98 224.53 B 54 202.81 558 210.8 C 558 207.78 198 207.78 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 196.14 B 0 F 0.52 0.1 (If you have a DOS emulator) 231.94 196.14 B 0.52 0.1 (, you can also format a DOS diskette by) 359.92 196.14 B 54 172.42 558 180.41 C 558 177.39 198 177.39 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (using the DOS) 198 183.74 B 2 F 1.2 (format) 267.7 183.74 P 0 F 0.52 0.1 ( command in the emulator) 303.68 183.74 B 0.52 0.1 (.) 424.67 183.74 B 54.57 547.37 192.57 591.4 C 54.57 547.37 192.57 591.4 R 7 X 0 K V 58.03 510.97 190 587.94 R V 9 9 Q 0 X -0.62 (T) 58.03 581.94 P -0.62 (o determine when you might) 62.52 581.94 P -0.62 (need to do this, see \322T) 58.03 571.94 P -0.62 (o Use an) 143.33 571.94 P -0.62 (Unlisted Diskette Device\323 on) 58.03 561.94 P (page) 58.03 551.94 T (46.) 80.51 551.94 T 0 72 612 720 C 52.5 319.3 190.5 363.32 C 52.5 319.3 190.5 363.32 R 7 X 0 K V 55.96 282.9 181.26 360.7 R V 9 9 Q 0 X -0.62 (Y) 55.96 354.7 P -0.62 (ou must format a diskette) 61.12 354.7 P -0.62 (outside of the) 55.96 344.7 P -0.62 (W) 110.54 344.7 P -0.62 (abi) 118.69 344.7 P -0.62 ( program.) 130.68 344.7 P -0.62 (\322Diskettes and DOS\323 on) 55.96 334.7 P -0.62 (page) 55.96 324.7 P -0.62 (47 explains why) 78.44 324.7 P -0.62 (.) 140.46 324.7 P 0 72 612 720 C 34 595.6 36 648 R 7 X 1 K V 34 542.4 36 552.4 R V 34 456.4 36 519.6 R V 34 419.2 36 441.6 R V 34 352.4 36 362.4 R V 34 319.6 36 329.6 R V 34 278.8 36 288.8 R V FMENDPAGE %%EndPage: "56" 79 %%Page: "55" 79 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (55) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 15 Q 0 X 0 K -0.94 (Instructions for T) 54 638 P -0.94 (asks Related to Setting Up Drives) 158.23 638 P 0 10 Q 0.52 0.1 (This section pr) 198 616.33 B 0.52 0.1 (ovides detailed, step-by-step instr) 265.3 616.33 B 0.52 0.1 (uctions for performing a) 419.77 616.33 B 0.52 0.1 (variety of tasks r) 198 603.93 B 0.52 0.1 (elated to diskette drives and W) 274.8 603.93 B 0.52 0.1 (abi drives. For certain tasks,) 417.08 603.93 B 0.52 0.1 (you will see samples of the command input and output associated with the) 198 591.53 B 0.24 0.1 (task. Mar) 198 579.13 B 0.24 0.1 (gin notes r) 240.4 579.13 B 0.24 0.1 (efer to sections of this manual r) 288.58 579.13 B 0.24 0.1 (elated to the task described.) 431.34 579.13 B 5 12 Q 0.69 0.12 (t) 104.4 545.4 B 6 F 0.73 0.3 (Connecting a Diskette Drive) 126 545.4 B 3 10 Q 0.1 (1.) 197.5 524.73 S 0.52 0.1 (Open Con\336guration Manager) 210.6 524.73 B 0.52 0.1 (.) 348.51 524.73 B 0.1 (2.) 197.5 504.33 S 0.52 0.1 (Open the Diskettes icon.) 210.6 504.33 B 0 F 0.52 0.1 (Alternately) 210.6 491.93 B 0.52 0.1 (, choose Diskettes fr) 260.59 491.93 B 0.52 0.1 (om the Options menu or pr) 352.3 491.93 B 0.52 0.1 (ess Alt, s, k.) 478.21 491.93 B 0.52 0.1 (The Diskette Connections dialog box opens.) 210.6 471.53 B 3 F 0.1 (3.) 197.5 451.13 S 0.52 0.1 (Open the Diskette Drive A list or Diskette Drive B list.) 210.6 451.13 B 0 F 0.52 0.1 (A list of pr) 210.6 438.73 B 0.52 0.1 (evalidated diskette device names appears.) 260.5 438.73 B 3 F 0.1 (4.) 197.5 418.33 S 0.52 0.1 (Select a diskette device name in the list.) 210.6 418.33 B 0.1 (5.) 197.5 397.93 S 0.52 0.1 (Choose OK to save your choice.) 210.6 397.93 B 0 F 0.5 0.1 (Alternately) 210.6 385.53 B 0.5 0.1 (, choose Cancel to close the dialog box without making changes.) 260.59 385.53 B 0.26 0.1 (When you choose OK, the diskette device you\325ve chosen is connected to the) 210.6 365.13 B 0.52 0.1 (diskette drive.) 210.6 352.73 B 5 12 Q 0.69 0.12 (t) 104.4 319 B 6 F 0.73 0.3 (Changing the Diskette Drive T) 126 319 B 0.73 0.3 (imeout Period) 307.63 319 B 3 10 Q 0.1 (1.) 197.5 298.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 298.33 B 0.52 0.1 (.) 348.51 298.33 B 0.1 (2.) 197.5 277.93 S 0.52 0.1 (Open the Diskettes icon.) 210.6 277.93 B 0 F 0.52 0.1 (Alternately) 210.6 265.53 B 0.52 0.1 (, choose Diskettes fr) 260.59 265.53 B 0.52 0.1 (om the Options menu or pr) 352.3 265.53 B 0.52 0.1 (ess Alt, s, k.) 478.21 265.53 B 0.52 0.1 (The Diskette Connections dialog box opens.) 210.6 245.13 B 3 F 0.1 (3.) 197.5 224.73 S 0.52 0.1 (Select the Diskette T) 210.6 224.73 B 0.52 0.1 (imeout \336eld and type the number of seconds the) 308.35 224.73 B 0.52 0.1 (diskette should be idle before the) 210.6 212.33 B 0.52 0.1 (W) 373.21 212.33 B 0.52 0.1 (abi) 382.57 212.33 B 0.52 0.1 ( program releases control of the) 397.3 212.33 B 0.1 (drive.) 210.6 199.93 S 0.1 (4.) 197.5 179.53 S 0.52 0.1 (Choose OK to save your entry) 210.6 179.53 B 0.52 0.1 (.) 351.4 179.53 B 0 F 0.52 0.1 (Alternately) 210.6 167.13 B 0.52 0.1 (, choose Cancel to close the dialog box without making any) 260.59 167.13 B 0.1 (changes.) 210.6 154.73 S 53.21 460.1 189 510.62 C 53.21 460.1 189 510.62 R 7 X 0 K V 56.67 430.2 185.05 507.17 R V 9 9 Q 0 X -0.62 (Read \322Diskette Drives\323 on) 56.67 501.17 P -0.62 (page) 56.67 491.17 P -0.62 (44 for background) 79.16 491.17 P -0.62 (information about how) 56.67 481.17 P -0.62 (W) 145.71 481.17 P -0.62 (abi) 153.86 481.17 P -0.62 (uses diskette drives.) 56.67 471.17 P 0 72 612 720 C 53.21 233.7 189 284.22 C 53.21 233.7 189 284.22 R 7 X 0 K V 56.67 203.8 185.05 280.77 R V 9 9 Q 0 X -0.62 (Read \322Diskette T) 56.67 274.77 P -0.62 (imeout\323 on) 122.51 274.77 P -0.62 (page) 56.67 264.77 P -0.62 (46 for more about the) 79.16 264.77 P -0.62 (diskette drive timeout.) 56.67 254.77 P 0 72 612 720 C 34 501 36 553.4 R 7 X 1 K V 34 447.8 36 457.8 R V 34 361.8 36 425 R V 34 274.6 36 284.6 R V 34 221.4 36 231.4 R V 34 163.8 36 186.2 R V FMENDPAGE %%EndPage: "55" 78 %%Page: "54" 78 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (54) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 14 Q 0 X 0 K -0.88 (CD-ROM Drives) 126 638.67 P 0 10 Q 0.52 0.1 (The W) 198 617.33 B 0.52 0.1 (abi pr) 227.32 617.33 B 0.52 0.1 (ogram allows you to access a CD-ROM device, pr) 254.15 617.33 B 0.52 0.1 (ovided the) 481.49 617.33 B 0.52 0.1 (CD-ROM uses a media format the native operating system r) 198 604.93 B 0.52 0.1 (ecognizes. For) 473.31 604.93 B 0.52 0.1 (example, if your operating system can r) 198 592.53 B 0.52 0.1 (ead only CD-ROMs that use the Rock) 379.86 592.53 B 0.52 0.1 (Ridge and High Sierra File System \050HSFS\051 format, the W) 198 580.13 B 0.52 0.1 (abi pr) 456.3 580.13 B 0.52 0.1 (ogram has this) 483.12 580.13 B 0.52 0.1 (same limitation.) 198 567.73 B 0.52 0.1 (Connecting to a CD-ROM drive with the W) 198 547.33 B 0.52 0.1 (abi pr) 396.47 547.33 B 0.52 0.1 (ogram is much like) 423.3 547.33 B 0.48 0.1 (connecting any W) 198 534.93 B 0.48 0.1 (abi drive. Y) 279.3 534.93 B 0.48 0.1 (ou mount the device on a mount dir) 331.53 534.93 B 0.48 0.1 (ectory in the) 497.63 534.93 B 0.52 0.1 (native operating system, and then assign a drive letter to the mount dir) 198 522.53 B 0.52 0.1 (ectory) 525.41 522.53 B 0.52 0.1 (in the Drive Connections dialog in the W) 198 510.13 B 0.52 0.1 (abi Con\336guration Manager) 385.42 510.13 B 0.52 0.1 (.) 508.48 510.13 B 54 488.41 558 496.4 C 558 493.38 198 493.38 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.5 0.1 (Note \320) 198 481.74 B 0 F 0.5 0.1 (The W) 231.9 481.74 B 0.5 0.1 (abi pr) 261.2 481.74 B 0.5 0.1 (ogram does not curr) 288.01 481.74 B 0.5 0.1 (ently support multimedia. Y) 380.98 481.74 B 0.5 0.1 (ou cannot) 509.74 481.74 B 54 458.02 558 466.01 C 558 462.98 198 462.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (use a CD-ROM drive to play music or video.) 198 469.34 B 1 13 Q -0.84 0.13 (Potential CD-ROM Pr) 198 428.95 B -0.84 0.13 (oblem) 319.74 428.95 B 0 10 Q 0.52 0.1 (If you install an application that uses Micr) 198 407.95 B 0.52 0.1 (osoft CD-ROM extensions, and you) 392 407.95 B 0.45 0.1 (have pur) 198 395.55 B 0.45 0.1 (chased the rights to use that application on your local system \050not on) 238.8 395.55 B 0.52 0.1 (a network\051, you may not be able to r) 198 383.15 B 0.52 0.1 (un your CD-ROM application.) 365.8 383.15 B 0.52 0.1 (This is due to a pr) 198 362.75 B 0.52 0.1 (otection mechanism that the Micr) 281.63 362.75 B 0.52 0.1 (osoft Corporation has) 434.7 362.75 B 0.52 0.1 (incorporated in much of its CD-ROM-based application softwar) 198 350.35 B 0.52 0.1 (e. This) 489.48 350.35 B 0.52 0.1 (mechanism ensur) 198 337.95 B 0.52 0.1 (es that a CD-ROM application pur) 277.81 337.95 B 0.52 0.1 (chased for use on a local) 435.09 337.95 B 0.52 0.1 (system is not capable of r) 198 325.55 B 0.52 0.1 (unning on a network. Because the W) 314.59 325.55 B 0.52 0.1 (abi pr) 482.28 325.55 B 0.52 0.1 (ogram) 509.11 325.55 B 0.52 0.1 (accesses a local CD-ROM drive thr) 198 313.15 B 0.52 0.1 (ough a path in your operating system, it) 356.63 313.15 B 0.52 0.1 (appears to a CD-ROM application r) 198 300.75 B 0.52 0.1 (unning under the W) 360.79 300.75 B 0.52 0.1 (abi pr) 453.21 300.75 B 0.52 0.1 (ogram that the) 480.04 300.75 B 0.52 0.1 (application is being used on a network, not on a local CD-ROM drive.) 198 288.35 B 0.52 0.1 (This limitation cannot be over) 198 267.95 B 0.52 0.1 (come by disabling the Network Drive option in) 335.17 267.95 B 0.52 0.1 (the Drive Connections dialog box.) 198 255.55 B 51.33 577.98 189 622 C 51.33 577.98 189 622 R 7 X 0 K V 54.79 541.58 186.76 618.54 R V 9 9 Q 0 X -0.62 (\322Accessing a CD-ROM Drive\323 on) 54.79 612.54 P -0.62 (page) 54.79 602.54 P -0.62 (62 provides the general) 77.28 602.54 P -0.62 (steps required to mount and use) 54.79 592.54 P -0.62 (a CD-ROM drive.) 54.79 582.54 P 0 72 612 720 C 34 576.8 36 611.6 R 7 X 1 K V 34 309.82 36 319.82 R V FMENDPAGE %%EndPage: "54" 77 %%Page: "53" 77 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (53) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.52 0.1 (The) 198 641.33 B 2 F 1.2 (clear_locks) 218.15 641.33 P 0 F 0.52 0.1 ( pr) 284.11 641.33 B 0.52 0.1 (ogram r) 297.2 641.33 B 0.52 0.1 (emoves all \336le, r) 333.48 641.33 B 0.52 0.1 (ecor) 408.79 641.33 B 0.52 0.1 (d, and shar) 427.64 641.33 B 0.52 0.1 (e locks between) 479.12 641.33 B 0.52 0.1 (two machines, r) 198 628.93 B 0.52 0.1 (egar) 270.68 628.93 B 0.52 0.1 (dless of who cr) 290.19 628.93 B 0.52 0.1 (eated or who \322owns\323 the locks. T) 359.62 628.93 B 0.52 0.1 (o r) 511.89 628.93 B 0.52 0.1 (un) 524.53 628.93 B 2 F 1.2 (clear_locks) 198 616.53 P 0 F 0.52 0.1 ( on the machine on which the W) 263.96 616.53 B 0.52 0.1 (abi pr) 412.34 616.53 B 0.52 0.1 (ogram terminated) 439.17 616.53 B 0.2 0.1 (unexpectedly) 198 604.13 B 0.2 0.1 (, enter the command) 257.73 604.13 B 2 F 0.46 (clear_locks) 353.94 604.13 P 0 F 0.2 0.1 ( followed by the host name of) 419.9 604.13 B 0.52 0.1 (the system on which the shar) 198 591.73 B 0.52 0.1 (ed \336les ar) 331.93 591.73 B 0.52 0.1 (e located.) 376.6 591.73 B 1 14 Q -0.88 (W) 126 558.67 P -0.88 (abi) 138.93 558.67 P -0.88 ( Network Drives) 155.51 558.67 P 0 10 Q -0.06 0.1 (In the W) 198 537.33 B -0.06 0.1 (abi envir) 235.8 537.33 B -0.06 0.1 (onment, the dir) 275.5 537.33 B -0.06 0.1 (ectory to which a drive letter is connected may) 344.99 537.33 B 0.52 0.1 (r) 198 524.93 B 0.52 0.1 (eside on a local disk or on a r) 201.87 524.93 B 0.52 0.1 (emote disk on the network. T) 337.17 524.93 B 0.52 0.1 (o the W) 470.99 524.93 B 0.52 0.1 (abi) 506.12 524.93 B 0.52 0.1 (pr) 198 512.53 B 0.52 0.1 (ogram, and to UNIX pr) 207.98 512.53 B 0.52 0.1 (ograms in general, it does not matter wher) 314.96 512.53 B 0.52 0.1 (e a) 510.4 512.53 B 0.52 0.1 (dir) 198 500.13 B 0.52 0.1 (ectory path leads; the underlying operating system and network softwar) 211.08 500.13 B 0.52 0.1 (e) 542.7 500.13 B 0.52 0.1 (keep track of \336le systems.) 198 487.73 B 0.52 0.1 (However) 198 467.33 B 0.52 0.1 (, it does matter to some Micr) 239.24 467.33 B 0.52 0.1 (osoft W) 371.17 467.33 B 0.52 0.1 (indows applications whether a) 406.07 467.33 B 0.25 0.1 (given drive letter is a local drive, or is located somewher) 198 454.93 B 0.25 0.1 (e else on the network.) 455.67 454.93 B 0.52 0.1 (These applications may check to see if a particular drive letter is local or) 198 442.53 B 0.52 0.1 (networked, and may behave dif) 198 430.13 B 0.52 0.1 (fer) 343.55 430.13 B 0.52 0.1 (ently in each case. For example, when you) 355.73 430.13 B 0.52 0.1 (install an application onto a drive, the installation pr) 198 417.73 B 0.52 0.1 (ogram may try to) 439.29 417.73 B 0.45 0.1 (determine if the drive is networked. If it \336nds that the drive is networked, the) 198 405.33 B 0.52 0.1 (installation pr) 198 392.93 B 0.52 0.1 (ogram may pr) 261.77 392.93 B 0.52 0.1 (esent you with a number of installation options) 326.94 392.93 B 0.52 0.1 (speci\336c to servers, such as the location of shar) 198 380.53 B 0.52 0.1 (ed pr) 409.07 380.53 B 0.52 0.1 (ogram \336les and user) 433.26 380.53 B 0.39 0.1 (dir) 198 368.13 B 0.39 0.1 (ectories. Also, some applications may not use \336le locking if they detect that) 211.08 368.13 B 0.52 0.1 (the drive is local.) 198 355.73 B -0.25 0.1 (The W) 198 335.33 B -0.25 0.1 (abi pr) 226.55 335.33 B -0.25 0.1 (ogram lets you contr) 252.61 335.33 B -0.25 0.1 (ol how the W) 345.1 335.33 B -0.25 0.1 (abi drives appear to applications.) 403.95 335.33 B 0.52 0.1 (The Drive Connections dialog includes a Network Drive option that, when) 198 322.93 B 0.52 0.1 (enabled, speci\336es that the selected drive is seen by applications as a network) 198 310.53 B 0.52 0.1 (drive. When this option is not enabled, the drive appears to be a local har) 198 298.13 B 0.52 0.1 (d) 535.85 298.13 B 0.52 0.1 (drive to an application r) 198 285.73 B 0.52 0.1 (unning in the W) 309.07 285.73 B 0.52 0.1 (abi pr) 383.23 285.73 B 0.52 0.1 (ogram.) 410.05 285.73 B 0.52 0.1 (By default, W) 198 265.33 B 0.52 0.1 (abi makes each drive appear as a network drive. In most cases) 259.99 265.33 B 0.52 0.1 (you should leave the Network Drive option enabled so applications that) 198 252.93 B 0.52 0.1 (can) 532.36 252.93 B 0.52 0.1 (use \336le locking will detect a network envir) 198 240.53 B 0.52 0.1 (onment and lock \336les as you open) 393.64 240.53 B 0.52 0.1 (them. However) 198 228.13 B 0.52 0.1 (, if you install or use an application that r) 268.04 228.13 B 0.52 0.1 (equir) 458.59 228.13 B 0.52 0.1 (es a local drive,) 482.17 228.13 B 0.52 0.1 (you can disable the Network Drive option.) 198 215.73 B 53.5 295.61 191.5 339.63 C 53.5 295.61 191.5 339.63 R 7 X 0 K V 56.96 259.21 188.93 336.17 R V 9 9 Q 0 X -0.62 (T) 56.96 330.17 P -0.62 (o set up a drive as a network) 61.45 330.17 P -0.62 (drive, see \322Setting a Network) 56.96 320.17 P -0.62 (Drive\323 on page) 56.96 310.17 P -0.62 (61.) 117.14 310.17 P 0 72 612 720 C 34 588.4 36 610.8 R 7 X 1 K V 34 521.6 36 531.6 R V 34 352.4 36 449.2 R V 34 307.2 36 317.2 R V 34 212.4 36 272 R V FMENDPAGE %%EndPage: "53" 76 %%Page: "52" 76 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (52) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 13 Q 0 X 0 K -0.84 0.13 (File Locking) 198 639.33 B 0 10 Q 0.41 0.1 (W) 198 618.33 B 0.41 0.1 (abi \336le locking depends on the capabilities of the applications you r) 207.18 618.33 B 0.41 0.1 (un. If an) 516.31 618.33 B -0.04 0.1 (application r) 198 605.93 B -0.04 0.1 (equests a \336le or r) 255.23 605.93 B -0.04 0.1 (ecor) 331.7 605.93 B -0.04 0.1 (d to be locked, W) 350.55 605.93 B -0.04 0.1 (abi locks it. If an application) 428.05 605.93 B 0.52 0.1 (never uses locking because it assumes a single-user envir) 198 593.53 B 0.52 0.1 (onment, W) 459.55 593.53 B 0.52 0.1 (abi does) 509 593.53 B 0.46 0.1 (not lock \336les or r) 198 581.13 B 0.46 0.1 (ecor) 275.69 581.13 B 0.46 0.1 (ds for the application. Y) 294.54 581.13 B 0.46 0.1 (ou do not have to enable \336le and) 403.77 581.13 B 0.52 0.1 (r) 198 568.73 B 0.52 0.1 (ecor) 201.87 568.73 B 0.52 0.1 (d locking because W) 220.72 568.73 B 0.52 0.1 (abi always does it at the application\325s r) 314.3 568.73 B 0.52 0.1 (equest. W) 493.35 568.73 B 0.52 0.1 (abi) 537.53 568.73 B 0.52 0.1 (clears \336le locks when you close a \336le or exit the W) 198 556.33 B 0.52 0.1 (abi pr) 428.77 556.33 B 0.52 0.1 (ogram. This includes) 455.6 556.33 B 0.52 0.1 (\336les that ar) 198 543.93 B 0.52 0.1 (e open when the W) 249.31 543.93 B 0.52 0.1 (abi pr) 337.63 543.93 B 0.52 0.1 (ogram is terminated unexpectedly) 364.46 543.93 B 0.52 0.1 (.) 519.86 543.93 B 1 13 Q -0.84 0.13 (File Sharing) 198 511.53 B 0 10 Q 0.52 0.1 (W) 198 490.53 B 0.52 0.1 (abi \336le sharing allows users and applications to access \336les simultaneously) 207.18 490.53 B 0.52 0.1 (,) 548.93 490.53 B 0.52 0.1 (yet safely) 198 478.13 B 0.52 0.1 (. File sharing occurs only if you enable it. When \336le sharing is) 240.33 478.13 B 0.52 0.1 (enabled, each \336le opened can be shar) 198 465.73 B 0.52 0.1 (ed. An application does not need to) 368.27 465.73 B 0.52 0.1 (r) 198 453.33 B 0.52 0.1 (equest it. The ways in which you can shar) 201.87 453.33 B 0.52 0.1 (e \336les ar) 394.48 453.33 B 0.52 0.1 (e determined by the) 432.95 453.33 B 0.52 0.1 (application, not by the W) 198 440.93 B 0.52 0.1 (abi pr) 313.33 440.93 B 0.52 0.1 (ogram. For example, while you ar) 340.15 440.93 B 0.52 0.1 (e using a) 495.22 440.93 B 0.52 0.1 (particular \336le, an application may allow another user to view that \336le but not) 198 428.53 B 0.52 0.1 (write to it. An application\325s sharing methods ar) 198 416.13 B 0.52 0.1 (e integral to the application,) 415.39 416.13 B 0.52 0.1 (and cannot be contr) 198 403.73 B 0.52 0.1 (olled by users.) 288.71 403.73 B -0.06 0.1 (Y) 198 383.33 B -0.06 0.1 (ou enable \336le sharing drive-by-drive, using the Drive Connections dialog box.) 203.85 383.33 B 0.52 0.1 (The default setting on all W) 198 370.93 B 0.52 0.1 (abi drives is sharing disabled. This is because \336le) 325.02 370.93 B 0.26 0.1 (sharing can incr) 198 358.53 B 0.26 0.1 (ease \336le access time on a drive, and also may limit the number) 270.58 358.53 B 0.52 0.1 (of \336les that all applications r) 198 346.13 B 0.52 0.1 (unning in W) 328.91 346.13 B 0.52 0.1 (abi can have open at one time. Y) 385.79 346.13 B 0.52 0.1 (ou) 534.46 346.13 B 0.52 0.1 (should enable \336le sharing only on drives wher) 198 333.73 B 0.52 0.1 (e you r) 411.38 333.73 B 0.52 0.1 (eally need it.) 443.71 333.73 B 0.52 0.1 (When \336le sharing is enabled on a drive, every \336le that applications open on) 198 313.33 B 0.52 0.1 (that drive is shar) 198 300.93 B 0.52 0.1 (ed. This means that for every open \336le, the W) 275.55 300.93 B 0.52 0.1 (abi pr) 484.39 300.93 B 0.52 0.1 (ogram) 511.22 300.93 B -0.03 0.1 (cr) 198 288.53 B -0.03 0.1 (eates a shar) 206.4 288.53 B -0.03 0.1 (e lock, which contr) 258.44 288.53 B -0.03 0.1 (ols what can be done to the \336le. Shar) 343.46 288.53 B -0.03 0.1 (e locks ar) 508.34 288.53 B -0.03 0.1 (e) 550.44 288.53 B 0.52 0.1 (clear) 198 276.13 B 0.52 0.1 (ed when you close a \336le or exit the W) 219.4 276.13 B 0.52 0.1 (abi pr) 391.97 276.13 B 0.52 0.1 (ogram. However) 418.8 276.13 B 0.52 0.1 (, unlike \336le) 495.04 276.13 B 0.52 0.1 (locks, shar) 198 263.73 B 0.52 0.1 (e locks ar) 246.03 263.73 B 0.52 0.1 (e not automatically r) 289.22 263.73 B 0.52 0.1 (emoved when the W) 384 263.73 B 0.52 0.1 (abi pr) 478.06 263.73 B 0.52 0.1 (ogram) 504.88 263.73 B 0.36 0.1 (terminates unexpectedly on some operating systems. If this happens, you may) 198 251.33 B 0.52 0.1 (have to clear shar) 198 238.93 B 0.52 0.1 (e locks manually) 278.72 238.93 B 0.52 0.1 (. On some operating systems, the W) 354.66 238.93 B 0.52 0.1 (abi) 518.96 238.93 B 0.52 0.1 (pr) 198 226.53 B 0.52 0.1 (ogram includes a UNIX pr) 207.98 226.53 B 0.52 0.1 (ogram that clears all locks. This pr) 329.35 226.53 B 0.52 0.1 (ogram, named) 487.26 226.53 B 2 F 1.2 (clear_locks) 198 214.13 P 0 F 0.52 0.1 (, should be used with car) 263.96 214.13 B 0.52 0.1 (e.) 379.6 214.13 B 51 334.2 189 378.22 C 51 334.2 189 378.22 R 7 X 0 K V 54.46 297.8 186.43 374.77 R V 9 9 Q 0 X -0.62 (T) 54.46 368.77 P -0.62 (o set a drive up for \336le sharing,) 58.95 368.77 P -0.62 (see \322Enabling File Sharing for a) 54.46 358.77 P -0.62 (Drive\323 on page) 54.46 348.77 P -0.62 (61.) 114.64 348.77 P 0 72 612 720 C 34 553 36 625 R 7 X 1 K V 34 380 36 497.2 R V 34 210.8 36 365.2 R V FMENDPAGE %%EndPage: "52" 75 %%Page: "51" 75 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (51) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.52 0.1 (When you r) 198 641.33 B 0.52 0.1 (each the destination dir) 252.26 641.33 B 0.52 0.1 (ectory) 359.95 641.33 B 0.52 0.1 (, choose the Connect button. The) 386.89 641.33 B 0 0.1 (W) 198 628.93 B 0 0.1 (abi pr) 207.18 628.93 B 0 0.1 (ogram assigns the drive letter you selected to the path you constr) 233.48 628.93 B 0 0.1 (ucted.) 527.68 628.93 B 0.52 0.1 (T) 198 616.53 B 0.52 0.1 (o save assignments you make, choose the OK button.) 203.31 616.53 B 0.52 0.1 (Y) 198 596.13 B 0.52 0.1 (ou need adequate \336le permissions to access the \336les and dir) 203.85 596.13 B 0.52 0.1 (ectories you) 477.98 596.13 B 0.52 0.1 (assign to W) 198 583.73 B 0.52 0.1 (abi drives. Y) 250.68 583.73 B 0.52 0.1 (ou will see an err) 307.33 583.73 B 0.52 0.1 (or message indicating that a) 386.88 583.73 B 0.28 0.1 (permission pr) 198 571.33 B 0.28 0.1 (oblem exists if you attempt to access a \336le or dir) 260.99 571.33 B 0.28 0.1 (ectory for which) 480.36 571.33 B 0.52 0.1 (you do not have adequate permissions. See your operating system) 198 558.93 B 0.52 0.1 (documentation for information about checking and changing \336le permissions.) 198 546.53 B 1 14 Q -0.88 (Edit the Dir) 126 513.47 P -0.88 (ectory Path) 192.41 513.47 P 0 10 Q 0.52 0.1 (In certain situations, you may want to edit a drive path assignment or enter a) 198 492.13 B 0.52 0.1 (drive path dir) 198 479.73 B 0.52 0.1 (ectly) 261.7 479.73 B 0.52 0.1 (, rather than de\336ne one by sequentially clicking on) 282.03 479.73 B 0.11 0.1 (dir) 198 467.33 B 0.11 0.1 (ectories in the A) 211.08 467.33 B 0.11 0.1 (vailable Dir) 283.87 467.33 B 0.11 0.1 (ectory Paths panel. This might be the case if you) 336.76 467.33 B 0.52 0.1 (know the path, or you want to include a variable such as $HOME in the path.) 198 454.93 B 0.16 0.1 (The Dir) 198 434.53 B 0.16 0.1 (ectory Path for Selected Drive panel allows you to enter a path dir) 232.5 434.53 B 0.16 0.1 (ectly) 532.3 434.53 B 0.16 0.1 (.) 552.64 434.53 B 0.52 0.1 (T) 198 422.13 B 0.52 0.1 (o activate this panel, select an assigned or unassigned drive letter) 203.31 422.13 B 0.52 0.1 (. If you) 502.65 422.13 B 0.52 0.1 (select an assigned drive letter) 198 409.73 B 0.52 0.1 (, the path assigned to the drive appears in the) 332.66 409.73 B 0.52 0.1 (panel. If you select an unassigned drive letter) 198 397.33 B 0.52 0.1 (, the panel is activated but is) 405.91 397.33 B 0.52 0.1 (blank. Once the I-beam cursor appears in the panel, you can edit an existing) 198 384.93 B 0.52 0.1 (path or type a new path.) 198 372.53 B 1 14 Q -0.88 (Disconnect a Drive) 126 339.47 P 0 10 Q 0.37 0.1 (Y) 198 318.13 B 0.37 0.1 (ou can r) 203.85 318.13 B 0.37 0.1 (emove the connection for an individual W) 240.89 318.13 B 0.37 0.1 (abi drive, except for drives) 432.62 318.13 B 0.52 0.1 (C, R, and W) 198 305.73 B 0.52 0.1 (, by selecting a drive letter and choosing the Disconnect button in) 252.91 305.73 B 0.51 0.1 (the Drive Connections dialog box. Befor) 198 293.33 B 0.51 0.1 (e you disconnect a drive, make sur) 380.92 293.33 B 0.51 0.1 (e it) 540.53 293.33 B 0.52 0.1 (is not being used by any r) 198 280.93 B 0.52 0.1 (unning applications.) 317.46 280.93 B 1 14 Q -0.88 (File Locking and File Sharing) 126 247.87 P 0 10 Q 0.52 0.1 (The W) 198 226.53 B 0.52 0.1 (abi pr) 227.32 226.53 B 0.52 0.1 (ogram supports both \336le locking and \336le sharing. Each is) 254.15 226.53 B 0.52 0.1 (important and is described as follows:) 198 214.13 B 7 14 Q 0.14 (\245) 198 195.73 S 1 10 Q 0.3 0.1 (File Locking) 210.6 195.73 B 0 F 0.3 0.1 ( \320 Pr) 261.43 195.73 B 0.3 0.1 (events multiple users fr) 282.33 195.73 B 0.3 0.1 (om accessing a \336le or a r) 389.63 195.73 B 0.3 0.1 (ecor) 501.53 195.73 B 0.3 0.1 (d at the) 520.38 195.73 B 0.52 0.1 (same time.) 210.6 183.33 B 7 14 Q 0.14 (\245) 198 164.93 S 1 10 Q 0.51 0.1 (File Sharing) 210.6 164.93 B 0 F 0.51 0.1 ( \320 Enables you to shar) 262.03 164.93 B 0.51 0.1 (e \336les and data with others by contr) 363.25 164.93 B 0.51 0.1 (olling) 528.63 164.93 B 0.52 0.1 (who can do what with a \336le at a given time.) 210.6 152.53 B 55 396.6 193 440.62 C 55 396.6 193 440.62 R 7 X 0 K V 58.46 360.2 190.43 437.17 R V 9 9 Q 0 X -0.62 (Follow the steps in \322Editing or) 58.46 431.17 P -0.65 (Entering a Drive Path Directly\323 on) 58.46 421.17 P -0.62 (page) 58.46 411.17 P -0.62 (59 to accomplish this task.) 80.94 411.17 P 0 72 612 720 C 53.21 280.06 191.21 324.08 C 53.21 280.06 191.21 324.08 R 7 X 0 K V 56.67 243.66 188.65 320.62 R V 9 9 Q 0 X -0.62 (See \322Disconnecting a Drive\323 on) 56.67 314.62 P -0.62 (page) 56.67 304.62 P -0.62 (60 for the steps required to) 79.16 304.62 P -0.62 (break a drive connection.) 56.67 294.62 P 0 72 612 720 C 34 638 36 648 R 7 X 1 K V 34 613.2 36 623.2 R V 34 568 36 590.4 R V 34 451.6 36 461.6 R V 34 394 36 428.8 R V 34 302.4 36 312.4 R V FMENDPAGE %%EndPage: "51" 74 %%Page: "50" 74 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (50) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 14 Q 0 X 0 K -0.88 (Default Drive Assignments) 126 638.67 P 0 10 Q 0.52 0.1 (When you \336rst open the Drive Connections dialog box, notice that several) 198 617.33 B 0.04 0.1 (drives ar) 198 604.93 B 0.04 0.1 (e alr) 237.84 604.93 B 0.04 0.1 (eady assigned. Some of these assignments ar) 257.33 604.93 B 0.04 0.1 (e permanent and you) 458.87 604.93 B 0.52 0.1 (cannot change them.) 198 592.53 B 0.52 0.1 (The drives you cannot change ar) 198 572.13 B 0.52 0.1 (e:) 347.56 572.13 B 0.32 0.1 (If you select the C, R, or W drive, the A) 198 448.53 B 0.32 0.1 (vailable Dir) 377.11 448.53 B 0.32 0.1 (ectory Paths panel is blank,) 430.23 448.53 B 0.52 0.1 (and the Restor) 198 436.13 B 0.52 0.1 (e, Connect, and Disconnect buttons ar) 264.4 436.13 B 0.52 0.1 (e disabled.) 437.8 436.13 B 0.52 0.1 (The pr) 198 415.73 B 0.52 0.1 (eassigned drives you can change ar) 228.12 415.73 B 0.52 0.1 (e:) 390.15 415.73 B 1 14 Q -0.88 (New Drive Assignments) 126 327.27 P 0 10 Q 0.52 0.1 (Making a new drive connection is a simple pr) 198 305.93 B 0.52 0.1 (ocess. Y) 407.95 305.93 B 0.52 0.1 (ou must:) 443.17 305.93 B 7 14 Q 0.14 (\245) 198 287.53 S 0 10 Q 0.52 0.1 (Select a drive letter) 210.6 287.53 B 0.52 0.1 (.) 297.78 287.53 B 7 14 Q 0.14 (\245) 198 275.13 S 0 10 Q 0.52 0.1 (Specify a drive path.) 210.6 275.13 B 7 14 Q 0.14 (\245) 198 262.73 S 0 10 Q 0.52 0.1 (Connect them.) 210.6 262.73 B 0.25 0.1 (Selecting a drive letter is easy: you click on any unassigned letter in the Drives) 198 242.33 B 0.52 0.1 (panel. This activates the A) 198 229.93 B 0.52 0.1 (vailable Dir) 318.12 229.93 B 0.52 0.1 (ectory Paths panel which displays a) 371.43 229.93 B 0.52 0.1 (scr) 198 217.53 B 0.52 0.1 (olling list of r) 210.74 217.53 B 0.52 0.1 (oot-level dir) 272.82 217.53 B 0.52 0.1 (ectories. Single-clicking a dir) 328.46 217.53 B 0.52 0.1 (ectory in this list) 459.8 217.53 B 0.52 0.1 (places the dir) 198 205.13 B 0.52 0.1 (ectory in the assigned drive path. Double-clicking a dir) 259.46 205.13 B 0.52 0.1 (ectory in) 511.94 205.13 B 0.52 0.1 (this list places the dir) 198 192.73 B 0.52 0.1 (ectory in the path and also opens the dir) 296.03 192.73 B 0.52 0.1 (ectory) 481.85 192.73 B 0.52 0.1 (. The) 508.79 192.73 B 0.52 0.1 (subdir) 198 180.33 B 0.52 0.1 (ectories available within the \336rst dir) 227.17 180.33 B 0.52 0.1 (ectory ar) 392.74 180.33 B 0.52 0.1 (e now displayed in the) 432.87 180.33 B 0.52 0.1 (A) 198 167.93 B 0.52 0.1 (vailable Dir) 204.96 167.93 B 0.52 0.1 (ectory Paths panel. By sequentially navigating r) 258.27 167.93 B 0.52 0.1 (emaining) 476.67 167.93 B 0.52 0.1 (dir) 198 155.53 B 0.52 0.1 (ectories you can constr) 211.08 155.53 B 0.52 0.1 (uct a path to the desir) 315.62 155.53 B 0.52 0.1 (ed \336le system.) 416.2 155.53 B 2 F 1.03 (C: -> $HOME/wabi) 198 546.8 P 0 F 0.52 0.1 (The dir) 306 546.8 B 0.52 0.1 (ectory in which your) 339.23 546.8 B 0 9 Q 0.47 0.09 (W) 437.88 546.8 B 0.47 0.09 (abi) 446.13 546.8 B 0 10 Q 0.52 0.1 ( user \336les ar) 458.48 546.8 B 0.52 0.1 (e) 514.58 546.8 B 0.52 0.1 (installed.) 306 535.4 B 2 F 1.2 (R: -> /) 198 518.4 P 0 F 0.52 0.1 (The r) 306 517.73 B 0.52 0.1 (oot dir) 330.02 517.73 B 0.52 0.1 (ectory) 360.69 517.73 B 0.52 0.1 (. Drive R serves as a gateway to) 387.62 517.73 B 0.52 0.1 (network \336le systems, and to all dir) 306 505.33 B 0.52 0.1 (ectories on your) 465.38 505.33 B 0.1 (system.) 306 492.93 S 2 F 1.2 (W: -> $WABIHOME) 198 475.6 P 0 F 0.52 0.1 (The dir) 306 474.93 B 0.52 0.1 (ectory used to stor) 339.23 474.93 B 0.52 0.1 (e W) 424.23 474.93 B 0.52 0.1 (abi pr) 441.41 474.93 B 0.52 0.1 (ogram \336les.) 468.23 474.93 B 2 F 1.2 (E: -> $PWD) 198 390.4 P 0 F 0.52 0.1 (The dir) 306 390.4 B 0.52 0.1 (ectory that was curr) 339.23 390.4 B 0.52 0.1 (ent when the) 430.81 390.4 B 0 9 Q 0.47 0.09 (W) 493.65 390.4 B 0.47 0.09 (abi) 501.9 390.4 B 0 10 Q 0.52 0.1 (pr) 306 379 B 0.52 0.1 (ogram was started.) 315.98 379 B 2 F 1.2 (H: -> $HOME) 198 362 P 0 F 0.52 0.1 (Y) 306 362 B 0.52 0.1 (our home dir) 311.85 362 B 0.52 0.1 (ectory) 372.18 362 B 0.52 0.1 (.) 399.12 362 B 54 162.31 192 207.33 C 54 162.31 192 207.33 R 7 X 0 K V 57.46 126.91 189.43 203.88 R V 9 9 Q 0 X -0.9 (T) 57.46 197.88 P -0.9 (o connect a network drive, follow) 61.95 197.88 P -0.62 (the steps in \322Assigning a Drive\323) 57.46 187.88 P -0.62 (on page) 57.46 177.88 P -0.62 (59.) 91.81 177.88 P 0 72 612 720 C 34 322.6 36 578.8 R 7 X 1 K V 34 284.2 36 294.2 R V 34 239 36 249 R V 34 543.8 36 552.8 R V 34 532.4 36 552.8 R V 34 515.4 36 524.4 R V 34 489.6 36 524.4 R V 34 472.6 36 481.6 R V 34 471.6 36 481.6 R V 34 387.4 36 396.4 R V 34 376 36 396.4 R V 34 359 36 368 R V 34 359 36 368 R V FMENDPAGE %%EndPage: "50" 73 %%Page: "49" 73 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (49) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.52 0.1 (The Drive Connections dialog box includes thr) 198 641.33 B 0.52 0.1 (ee panels:) 411.59 641.33 B 7 14 Q 0.14 (\245) 198 622.93 S 1 10 Q 0.52 0.1 (Drives) 210.6 622.93 B 0 F 0.52 0.1 ( \320 Pr) 238.41 622.93 B 0.52 0.1 (esents a list of W) 259.75 622.93 B 0.52 0.1 (abi drives and their assignments. Drive letters) 336.92 622.93 B 0.52 0.1 (that ar) 210.6 610.53 B 0.52 0.1 (e not connected to a \336le system appear with no assignment.) 240.41 610.53 B 7 14 Q 0.14 (\245) 198 592.13 S 1 10 Q 0.52 0.1 (A) 210.6 592.13 B 0.52 0.1 (vailable Dir) 217.55 592.13 B 0.52 0.1 (ectory Paths) 266.75 592.13 B 0 F 0.52 0.1 (\320 Displays a list of mounted \336le systems and) 321.45 592.13 B 0.52 0.1 (dir) 210.6 579.73 B 0.52 0.1 (ectories contained within the curr) 223.68 579.73 B 0.52 0.1 (ent dir) 377.65 579.73 B 0.52 0.1 (ectory) 408.01 579.73 B 0.52 0.1 (. The highest level) 434.95 579.73 B 0.19 0.1 (dir) 210.6 567.33 B 0.19 0.1 (ectory available for viewing is the r) 223.68 567.33 B 0.19 0.1 (oot \050/\051 dir) 384.11 567.33 B 0.19 0.1 (ectory) 430.26 567.33 B 0.19 0.1 (. When you click on a) 457.19 567.33 B 0.52 0.1 (subdir) 210.6 554.93 B 0.52 0.1 (ectory within the r) 239.77 554.93 B 0.52 0.1 (oot dir) 324.85 554.93 B 0.52 0.1 (ectory) 355.52 554.93 B 0.52 0.1 (, the dir) 382.45 554.93 B 0.52 0.1 (ectories within the) 418.54 554.93 B 0.08 0.1 (subdir) 210.6 542.53 B 0.08 0.1 (ectory ar) 239.77 542.53 B 0.08 0.1 (e displayed. Double-click on a dir) 279.46 542.53 B 0.08 0.1 (ectory to see the dir) 431.7 542.53 B 0.08 0.1 (ectories) 520.71 542.53 B 0.52 0.1 (within it, and to add it to the drive path. By double-clicking on subsequent) 210.6 530.13 B 0.52 0.1 (dir) 210.6 517.73 B 0.52 0.1 (ectories, you constr) 223.68 517.73 B 0.52 0.1 (uct a path that you can assign to a drive.) 312.15 517.73 B 0.52 0.1 (Double-clicking ../ takes you up a level in the dir) 210.6 505.33 B 0.52 0.1 (ectory hierar) 437.54 505.33 B 0.52 0.1 (chy) 495.52 505.33 B 0.52 0.1 (.) 510.52 505.33 B 7 14 Q 0.14 (\245) 198 486.93 S 1 10 Q 0.27 0.1 (Dir) 210.6 486.93 B 0.27 0.1 (ectory Path for Selected Drive \050x\051) 225.16 486.93 B 0 F 0.27 0.1 ( \320 Displays a scr) 364.35 486.93 B 0.27 0.1 (olling text-entry \336eld that) 438.14 486.93 B 0.52 0.1 (indicates the path assignment of the selected drive. Y) 210.6 474.53 B 0.52 0.1 (ou can edit the path) 453.59 474.53 B 0.52 0.1 (displayed in this \336eld, or type a path assignment into the \336eld.) 210.6 462.13 B 1 13 Q -0.84 0.13 (Drive Connections Dialog Box Elements) 198 429.73 B 0 10 Q 0.52 0.1 (The Drive Connections dialog box contains the following unique buttons and) 198 408.73 B 0.52 0.1 (check boxes:) 198 396.33 B 7 14 Q 0.14 (\245) 198 377.93 S 1 10 Q 0.52 0.1 (Restor) 210.6 377.93 B 0.52 0.1 (e) 237.12 377.93 B 0 F 0.52 0.1 (\320 Returns the selected drive\325s path to the path assigned when you) 244.22 377.93 B 0.05 0.1 (opened the dialog box. Restor) 210.6 365.53 B 0.05 0.1 (e is not the same as Cancel \321 it r) 345.27 365.53 B 0.05 0.1 (esets only the) 493.95 365.53 B 0.52 0.1 (selected drive.) 210.6 353.13 B 7 14 Q 0.14 (\245) 198 334.73 S 1 10 Q 0.52 0.1 (Connect) 210.6 334.73 B 0 F 0.52 0.1 ( \320 Assigns the path appearing in the Dir) 244.8 334.73 B 0.52 0.1 (ectory Path for Selected) 428.68 334.73 B 0.52 0.1 (Drive panel to the drive letter selected in the Drives panel. This button is) 210.6 322.33 B 0.52 0.1 (activated when a path is selected.) 210.6 309.93 B 7 14 Q 0.14 (\245) 198 291.53 S 1 10 Q 0.52 0.1 (Disconnect) 210.6 291.53 B 0 F 0.52 0.1 ( \320 Removes the path assignment of the drive selected in the) 256.95 291.53 B 0.52 0.1 (Drives panel. This button is activated when a drive letter with an assigned) 210.6 279.13 B 0.52 0.1 (path is selected.) 210.6 266.73 B 7 14 Q 0.14 (\245) 198 248.33 S 1 10 Q 0.52 0.1 (Sharing Enabled) 210.6 248.33 B 0 F 0.52 0.1 ( \320 This check box is used to enable \336le sharing on the) 279.72 248.33 B 0.26 0.1 (selected drive. An \322X\323 indicates \336le sharing is enabled on the selected drive.) 210.6 235.93 B 7 14 Q 0.14 (\245) 198 217.53 S 1 10 Q 0.32 0.1 (Network Drive) 210.6 217.53 B 0 F 0.32 0.1 ( \320 Checking this box makes the drive appear to an application) 273.02 217.53 B 0.52 0.1 (as a network drive, whether the assigned dir) 210.6 205.13 B 0.52 0.1 (ectory is local or on the) 415.46 205.13 B 0.52 0.1 (network. An \322X\323 indicates the selected drive is viewed as a network drive.) 210.6 192.73 B 0.52 0.1 (By default, all drives except C ar) 210.6 180.33 B 0.52 0.1 (e viewed as network drives.) 360.42 180.33 B 53.5 581.86 191.5 624.38 C 53.5 581.86 191.5 624.38 R 7 X 0 K V 56.96 543.96 188.93 620.92 R V 9 9 Q 0 X -0.62 (Connect a drive to a \336le system) 56.96 614.92 P -0.62 (by following the steps in) 56.96 604.92 P -0.62 (\322Assigning a Drive\323 on page) 56.96 594.92 P -0.62 (59.) 167.84 594.92 P 0 72 612 720 C 54 224.54 192 259 C 54 224.54 192 259 R 7 X 0 K V 57.46 178.58 189.43 255.54 R V 9 9 Q 0 X -0.62 (The section \322File Sharing\323 on) 57.46 249.54 P -0.62 (page) 57.46 239.54 P -0.62 (52 explains when and why) 79.94 239.54 P -0.62 (you enable \336le sharing.) 57.46 229.54 P 0 72 612 720 C 54 170.73 192 219.66 C 54 170.73 192 219.66 R 7 X 0 K V 57.46 139.24 189.43 216.21 R V 9 9 Q 0 X -0.62 (The section \322W) 57.46 210.21 P -0.62 (abi Network) 116.31 210.21 P -0.68 (Drives\323 on page) 57.46 200.21 P -0.68 (53 explains what) 122.03 200.21 P -0.62 (this option means to applications.) 57.46 190.21 P 0 72 612 720 C 34 607.2 36 617.2 R 7 X 1 K V 34 245 36 255 R V 34 201.8 36 224.2 R V 34 177 36 187 R V FMENDPAGE %%EndPage: "49" 72 %%Page: "48" 72 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (48) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 14 Q 0 X 0 K -0.88 (W) 126 638.67 P -0.88 (abi) 138.93 638.67 P -0.88 ( Drives) 155.51 638.67 P 0 10 Q 0.24 0.1 (W) 198 617.33 B 0.24 0.1 (abi drives ar) 207.18 617.33 B 0.24 0.1 (e r) 263.79 617.33 B 0.24 0.1 (epr) 275.38 617.33 B 0.24 0.1 (esented by the letters C thr) 290.24 617.33 B 0.24 0.1 (ough Z. These drives serve as a) 412.58 617.33 B 0.3 0.1 (gateway to the mounted \336le systems and dir) 198 604.93 B 0.3 0.1 (ectories of your operating system.) 400.69 604.93 B 0.52 0.1 (By assigning drives to dir) 198 592.53 B 0.52 0.1 (ectories, you can access information on your) 315.51 592.53 B 0.52 0.1 (computer) 198 580.13 B 0.52 0.1 (\325s local har) 242.29 580.13 B 0.52 0.1 (d disk, or acr) 291.83 580.13 B 0.52 0.1 (oss a network on a r) 352.3 580.13 B 0.52 0.1 (emote \336le server) 445.52 580.13 B 0.52 0.1 (. The) 520.63 580.13 B 0.26 0.1 (W) 198 567.73 B 0.26 0.1 (abi pr) 207.18 567.73 B 0.26 0.1 (ogram cannot tell for sur) 233.74 567.73 B 0.26 0.1 (e if a drive is local or on the network, because) 346.47 567.73 B 0.52 0.1 (it accesses the drive thr) 198 555.33 B 0.52 0.1 (ough a dir) 305 555.33 B 0.52 0.1 (ectory path. The physical location of the) 352.67 555.33 B 0.52 0.1 (dir) 198 542.93 B 0.52 0.1 (ectory is transpar) 211.08 542.93 B 0.52 0.1 (ent to you and to the W) 290.54 542.93 B 0.52 0.1 (abi pr) 399.14 542.93 B 0.52 0.1 (ogram. However) 425.96 542.93 B 0.52 0.1 (, when you) 502.2 542.93 B 0.52 0.1 (connect a drive to a dir) 198 530.53 B 0.52 0.1 (ectory) 304.39 530.53 B 0.52 0.1 (, you can tell the W) 331.33 530.53 B 0.52 0.1 (abi pr) 420.01 530.53 B 0.52 0.1 (ogram to r) 446.83 530.53 B 0.52 0.1 (epr) 495.14 530.53 B 0.52 0.1 (esent the) 510 530.53 B 0.52 0.1 (drive to applications as a network drive, whether the drive is local to your) 198 518.13 B 0.52 0.1 (system or on the network. This featur) 198 505.73 B 0.52 0.1 (e is important to some applications that) 370.17 505.73 B 0.52 0.1 (you may r) 198 493.33 B 0.52 0.1 (un in the W) 245.22 493.33 B 0.52 0.1 (abi pr) 298.88 493.33 B 0.52 0.1 (ogram.) 325.71 493.33 B 1 14 Q -0.88 (Drive Connections) 126 460.27 P 0 10 Q 0.5 0.1 (Y) 198 438.93 B 0.5 0.1 (ou cr) 203.85 438.93 B 0.5 0.1 (eate and change drive assignments in the Drive Connections dialog box) 227.03 438.93 B 0.52 0.1 (as shown in Figur) 198 426.53 B 0.52 0.1 (e) 280.2 426.53 B 0.52 0.1 (3-) 287.68 426.53 B 0.52 0.1 (3. When you assign a drive to a dir) 296.21 426.53 B 0.52 0.1 (ectory) 457.45 426.53 B 0.52 0.1 (, the W) 484.38 426.53 B 0.52 0.1 (abi) 516.55 426.53 B 0.52 0.1 (pr) 198 414.13 B 0.52 0.1 (ogram r) 207.98 414.13 B 0.52 0.1 (etains your drive assignment for all subsequent W) 244.24 414.13 B 0.52 0.1 (abi sessions, or) 474.03 414.13 B 0.52 0.1 (until you change the assignment.) 198 401.73 B 1 9 Q 0.09 (Figur) 198 159.25 S 0.09 (e) 218.77 159.25 S 0.09 (3-) 224.69 159.25 S 0.09 (3) 232.36 159.25 S 0 F 0.47 0.09 (Drive Connections Dialog Box) 248.4 159.25 B 53.5 498.63 191.5 547.57 C 53.5 498.63 191.5 547.57 R 7 X 0 K V 56.96 467.14 188.93 544.11 R V 9 9 Q 0 X -0.62 (T) 56.96 538.11 P -0.62 (o learn more about designating) 61.45 538.11 P -0.62 (a drive as a network drive, read) 56.96 528.11 P -0.62 (\322W) 56.96 518.11 P -0.62 (abi Network Drives\323 on) 68.1 518.11 P (page) 56.96 508.11 T (53.) 79.44 508.11 T 0 72 612 720 C 54 144 558 648 C 198 173.65 558 378 C 0 X 0 K %%BeginBinary: 7392 699 418 335.52 200.64 0 196.16 172.19 BEGINBITMAPBWc "j" FEOF01 7"Z" 1FOEC17"8"j" 17FEOB41 9" FC9" E29" 1E8#J$9"=" F8BE@7E00187CC08"J#:"<" E7A7F80FE188"J$8#=" EFA61C00001C7009"J3 BC@60C6DB0C3C01830F0DE3783C1E3CC3C3787C9"J"8/ A2AE77E03801F8FF3FC7E3F3CC7E3FCFE9"J2 1EA671998C3030039CE338CC37398CE738CC68#J"8"8, E8BEA66FF30CC330CFF6018CC330CF08"J":"@" E7BE6807C8"J':";" EFBC618F0C00183C00EJ"9%9( D61E701C739E77398CE730CC69"J*8( BC@7F8618607E00FE1F8C7E3F1CC7E30CFE9"J#8&8( A3@7E063C007C0F0C3C1E0CC3C30C7C9"Jj 1F@28# E8FF8" E78" FF 7% 100000007"Z" 1FOEC1 9%J"8)<% FE03FE7F>F3F33FF9FCFFFE03CFC07FFF9F:$J";#8"9$ 79FFFFAFF79FFF3CF3FF98$;"j%>">"9"f" F80E7C8071FFE03E17C9FFC078)Z,8.V" FBFE7CC24F3078738DFFEFFE1CF307338381CE0CC3078218381E7CF983083C39FF7;&J*8&8& C64F27333F;CCCF27333398CCCE7E673393398933998999FF;&J&;, CE666733FFF79F327F;%J# F3FFF8FFO730FF:+8$J" ECE7FFF1FF033E739CCCCCE731O-31:1B":#J">" EE0E7FFFFF873E783CCCC027CCF01039F74C9F>FB30:$8"P&G"J# EFFFFFCFE7FFFFFFFF7FH327F?"J"J"># FF6FBDFD333FE"E#;"J#=$ FFF003FF=F801CE739FJ#J#=$ ?FFFFCFFFFE0F3CFJ$ O?FFFFFFJ$J$ >FA0000C00000F:#J"D"J" E80F8F8E75FC:#J"f E9E7O4E8;$J%J' F3FFF86FBFFFF9FAFDFFFFCFF7E0<$J":)J$A" 3FFC7F81FE1E0F0E670F070CF88FF7F07F<$J(JX FFFE3F=CCCE6666666731;<$J( FE0F1F=CFE067E667E733<$J) FFFE3F=E1CE70E670E0339F=#J( FC7F=FCCE7E667E67F3;%J(J"f" E7FFF8FF=CCCE6664666733;F07F:%J*J"V" E80F3FFF=4CE1E030F070F0733F:EF3F:$J"RJ" EFFFFF>7FFFE J" MFFJ#J# ?EFEFCF7F7J#J# ?F7DFCFBEFJ"J" ?FBDFD:#9&H">%J";#9# E807CF019E7901BFFE7FFF9F8DFF83FFE7F:#9#8"G#<"J#;# E9FF873C3CFD7FCFF83C04CE0E0E:$8&J"P"JR EFFFFFCFFFFFFFFF77FFC??" FFJ" KFFJ"f O:E8J" O:E0J"A" O:F07F:#J#8"JX E807CF3F9F3::#J# E9FFAFE7F=" E3;$J* FCFFF1=7E0E0C307039C1E1E7:%J) E80FFFF8=7CE4E66731999CCC:&J%8" E9FFF83C7F=FCE67033CF<$J#8$ FFF8FF>066780E1CF="J"9# F1?FE9FFC="J( E3>E4E66731999CCC;$J* FCFFFF=4E0E0F301039C1E19F:#J"R EFFF?7F J" MFF :#J% EE0F@E67FFF9F:#J$ ECE7@E7FFE7:% E9F3FFF8;%J& FF3FFC7F<7E0670C33F<$J% FFFE3F<7CC66667;%J$ C3FE0F1F=E667E7;%J$ F3FFFE3F>70E67F=#J# FC7F>7E66:&J# ECE3FFF8FF=C666:%J& EE033FFF=4E0670F0FF:$J% EFFFFF>7FFFFFFC J" HFF:"z" E595553:"j" E8903:" E0:#9(J% EE0C1860C3E1819FE06FE7FFF9F:":( E63C60C631819800:"8( EE07007E60CC19C3:&J& E60CC00380<7E0E608F3F:(8$J% EFFC0001C0787FE79FC057CE66227:(9#J# E60C01F0E03C60980076667:'9"J% EE0C0001C01EBD80666667F:"8#J" E60380=FE:"8(J"J% EE07007E60C631998E6F7<# FC7F;$J% 9FFE3F=78411E7F;$J$J" FFFF1F=7CC44E=EF<#J# 078F>CCCE<#J#J" FF1F?CCFF1FFFFFFFJ"Z":"f E7F=DFE8J" O:E0J"A" O:F07F:#JX E9F3O4:" E8;$J) 73FFF8=7CF3E783CFCC03CF<$J%8" 3FFC7F<7873E739FF:&J'J"f" E933FFFE3F<7033E67CC78C=F07F;%J"J"V" 93FE0F1FC9F;EF3F;%J'J" C3FFFE3F=F0067CC30C07GFE=#J$9" FC7F<7873E6FF;%J#8% E3FFF8FF<7C33C84CFF3F;$ F33FFF:$J' EFFFFF>7033E739CCCCJ%8# E7873E783027FJ"P"J" E7CFE?83J"J";" E7FE39E7J#J# KFFFF=FE7CJ( O=7FC1C1C1E0F043:#J' EE0FO89CC4C4CE6727:#Jj"?#8" ECE7?>1FCCCCE7:%JZA" E9F3FFF8=?C0<$J"9# 3FFC7FO47CCFE7<$J#9$ FFFE3FO3FF39CE6727<$J#8$ FE0F1FO483C1E0F073<$JR FFFE3FO4=#J$ FC7FO3FC007F:&J$ ECE7FFF8FFO3FFFFFF:%J"f EE0F3FFFO2E8:$J" EFFFFFO3E0J"A" O:F07FJX O: :# E80F:# E9E7;$J"f" F3FFF1O2F07F;$J"V" F27FF8O2EF3F;%J" E7FFFC7FOC007AFFFF;%J#:"J"f C3FFFC7F>FFFF07:E8:&J%A"J" ECE7FFF8FF5F800001FFF:E0:%J%J"A" EE033FFF6FBFFFF9FFF07F:$J"JX EFFFFF:1FF J" @FBJ" @F7:#9" E80FE7:#J" E9E7:EF;$ F3FFF8<% 3FFC7FCF;%J" E7FFFE3F7DF:& E807FE0F1F:'J" E9F3FFFE3F9F6BF=# FC7F=#J":# F8FF7FFC001;&J# F93FFFFF3F;CFF9:$J# EFFFFF>D7F5J$:%:& >FA0000DBEDF9F3F9FF80FF9F?"J"<$8":$ FF4F8DDDDF89F9E7FFF:"j<%<# E0:DEBDF8739F3F:'Z'9#8, EFFFFE7FFFF327FFFF3FFFFDFDF7D83033307099F9F3093CC1F<"8"J"<0 FCE34E3DEBDF93339933273193F9F3193C9CFJ/ EDDDDF99339980673387F9F339999J&># EDBEDF9C301980FJ#8"9#8$ ED7F53F393F9C39FFJ(8$8" ECFF9F9E3399CCE9F9E73CF<"J0 EC>C001F9F383CCCF0739CF80F39E7C1FJZ E/J# GF000J# GFFFF ;%J" 9FEC7BFE4FC;%J" E7EC7DFD4F3;%J" F8EC7E7348F;%I# FF2C7FAF7E7F<$I# CC7FDF7DFF<$I" FC7FFF7F :'H$ E80000400003400003:"8"J" E000400?j8% 30000001F:Z > J"f" O:F07FJj#V" DC01EF3FJZA" CEFE J% O=F9F3FF9F J$ O?83981FJ& O=F8033998CFJ% O=F9F33999J" O?01J" O?3FJ# O?3998J% O?83981CCCJ' O=FFFFFFF9FFFFJ# O=F000J# O=FFFFJ"f O:E8J" O:E0J"A" O:F07FJX O: 8"j" F8?1F8Z A 8"j#j" F0G0FF8G038"Z"Z F7HFBH 9$:#J&8" 83FFBFBF7F@81FFF7FFFBFB9"9"9"J$8" 7DEFFF@BEFFEF7FJ# LBF7F9+J* 7FC3B87847C3F8B55F61@70C61DDA3BEC3B770F9+J* 8FBDB7B7AFBDF7335F5E@6F6DEDDB7BEBDB76F79"9'J' F3EFC1F7B76EDEA6E0DDB7DDC1B9'9"J$8% FD81B037EFBDC0@606DEDDBDB76079%:#J#8#8" 7DBFB7F775DF@6FED7EBBFF:%8$J&9# BDB7B7AF3775DE?BEEF6DED9B66F79+J+ 83C3B87877C2F8B77BE1?81F0EE165BBF7C2B970F9UJU ? 8"J" FFHFF 7j" OF01 Z OH ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 34 564.4 36 574.4 R 7 X 1 K V 34 539.6 36 549.6 R V 34 502.4 36 512.4 R V 34 378 36 408.4 R V FMENDPAGE %%EndPage: "48" 71 %%Page: "47" 71 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (47) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.52 0.1 (Y) 198 641.33 B 0.52 0.1 (ou can enter two items in this dialog box:) 203.85 641.33 B 7 14 Q 0.14 (\245) 198 622.93 S 1 10 Q 0.14 0.1 (Diskette Device Dir) 210.6 622.93 B 0.14 0.1 (ectories) 292.74 622.93 B 0 F 0.14 0.1 (\320 This is a list of dir) 326.43 622.93 B 0.14 0.1 (ectories that the W) 415.65 622.93 B 0.14 0.1 (abi pr) 499.54 622.93 B 0.14 0.1 (ogram) 525.98 622.93 B 0.52 0.1 (sear) 210.6 610.53 B 0.52 0.1 (ches for operating system diskette devices. Y) 228.79 610.53 B 0.52 0.1 (ou can include mor) 433.11 610.53 B 0.52 0.1 (e than) 521.74 610.53 B 0.52 0.1 (one dir) 210.6 598.13 B 0.52 0.1 (ectory in the list, pr) 243.16 598.13 B 0.52 0.1 (ovided you use commas to separate dir) 333.05 598.13 B 0.52 0.1 (ectory) 513.26 598.13 B 0.52 0.1 (entries. Do not include spaces in this list.) 210.6 585.73 B 7 14 Q 0.14 (\245) 198 567.33 S 1 10 Q 0.52 0.1 (Diskette Device File Pattern) 210.6 567.33 B 0 F 0.52 0.1 ( \320 This is the device \336le-naming pattern) 328.7 567.33 B 0.22 0.1 (\050convention\051 used in your operating system. Y) 210.6 554.93 B 0.22 0.1 (ou can include mor) 420.25 554.93 B 0.22 0.1 (e than one) 507.99 554.93 B 0.52 0.1 (pattern in the list, pr) 210.6 542.53 B 0.52 0.1 (ovided you use commas to separate \336le-naming) 305.22 542.53 B 0.52 0.1 (patterns. Do not include spaces in this list.) 210.6 530.13 B 0.52 0.1 (W) 210.6 509.73 B 0.52 0.1 (ildcar) 220.15 509.73 B 0.52 0.1 (d characters ar) 245.87 509.73 B 0.52 0.1 (e allowed in \336le pattern entries. An asterisk \050*\051 can) 313.14 509.73 B 0.52 0.1 (r) 210.6 497.33 B 0.52 0.1 (eplace a gr) 214.47 497.33 B 0.52 0.1 (oup of characters, and a question mark \050?\051 can r) 263.85 497.33 B 0.52 0.1 (eplace a single) 482.9 497.33 B 0.52 0.1 (character) 210.6 484.93 B 0.52 0.1 (. Y) 251.39 484.93 B 0.52 0.1 (ou can indicate a range of possible values for a single character) 262.95 484.93 B 0.52 0.1 (by using brackets. For example, you can use [0\3209] to match a value fr) 210.6 472.53 B 0.52 0.1 (om 0) 528.04 472.53 B 0.28 0.1 (thr) 210.6 460.13 B 0.28 0.1 (ough 9. If you enter the pattern rfd[0\3209]*, the W) 223.74 460.13 B 0.28 0.1 (abi pr) 440.64 460.13 B 0.28 0.1 (ogram will \336nd \336le) 467.22 460.13 B 0.31 0.1 (names such as) 210.6 447.73 B 2 F 0.73 (rfd0) 278.86 447.73 P 0 F 0.31 0.1 (,) 302.84 447.73 B 2 F 0.73 (rfd1f) 308.36 447.73 P 0.73 (loppy) 338.34 447.73 P 0 F 0.31 0.1 (,) 367.21 447.73 B 2 F 0.73 (rfd3c) 372.72 447.73 P 0 F 0.31 0.1 (, and) 402.71 447.73 B 2 F 0.73 (rfd9xyz) 428.35 447.73 P 0 F 0.31 0.1 ( if they exist in the) 470.33 447.73 B 0.52 0.1 (device dir) 210.6 435.33 B 0.52 0.1 (ectories. Remember that W) 256.08 435.33 B 0.52 0.1 (abi uses raw diskette devices.) 378.52 435.33 B 1 13 Q -0.84 0.13 (Diskettes and DOS) 198 402.93 B 0 10 Q 0.52 0.1 (Y) 198 381.93 B 0.52 0.1 (ou cannot format a DOS diskette within the W) 203.85 381.93 B 0.52 0.1 (abi pr) 416.19 381.93 B 0.52 0.1 (ogram. Befor) 443.02 381.93 B 0.52 0.1 (e you can) 501.96 381.93 B 0.48 0.1 (use a diskette with the W) 198 369.53 B 0.48 0.1 (abi pr) 313.62 369.53 B 0.48 0.1 (ogram, it must alr) 340.4 369.53 B 0.48 0.1 (eady have a DOS \336le format.) 422.62 369.53 B 0.52 0.1 (Some operating systems pr) 198 349.13 B 0.52 0.1 (ovide a command for formatting DOS diskettes.) 321.52 349.13 B 0.52 0.1 (Please r) 198 336.73 B 0.52 0.1 (efer to your operating system manuals for information about) 233.34 336.73 B 0.52 0.1 (formatting DOS diskettes. If your operating system is not able to format DOS) 198 324.33 B 0.16 0.1 (diskettes, you can use pr) 198 311.93 B 0.16 0.1 (eformatted diskettes, or format diskettes yourself on a) 309.88 311.93 B 0.52 0.1 (PC r) 198 299.53 B 0.52 0.1 (unning DOS.) 218.41 299.53 B 0.52 0.1 (If you have a DOS emulator installed on your system, you could also start a) 198 279.13 B 0.52 0.1 (DOS session and use the DOS) 198 266.73 B 2 F 1.2 (format) 338.1 266.73 P 0 F 0.52 0.1 ( command.) 374.08 266.73 B 54 245.01 558 253 C 558 249.98 198 249.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.37 0.1 (Note \320) 198 238.34 B 0 F 0.37 0.1 (You cannot use the W) 231.64 238.34 B 0.37 0.1 (indows File Manager) 331.42 238.34 B 0.37 0.1 (\325s Disk Format command to) 428.37 238.34 B 54 214.62 558 222.61 C 558 219.59 198 219.59 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (format diskettes.) 198 225.94 B 56.67 573.91 194.67 631.43 C 56.67 573.91 194.67 631.43 R 7 X 0 K V 60.12 547.51 192.1 624.48 R V 9 9 Q 0 X -0.62 (T) 60.12 618.48 P -0.62 (o add a device directory to the) 64.62 618.48 P -0.62 (list of directories searched, see) 60.12 608.48 P -0.62 (\322Accessing an Alternate Diskette) 60.12 598.48 P -0.62 (Devices Directory\323 on page) 60.12 588.48 P -0.62 (57.) 169.13 588.48 P 0 72 612 720 C 55.67 507.64 193.67 566.16 C 55.67 507.64 193.67 566.16 R 7 X 0 K V 59.12 481.24 191.1 558.21 R V 9 9 Q 0 X -0.62 (T) 59.12 552.21 P -0.62 (o add a diskette device \336le) 63.62 552.21 P -0.62 (pattern to the list of patterns) 59.12 542.21 P -0.62 (searched, see \322Accessing an) 59.12 532.21 P -0.62 (Alternate Diskette Device File) 59.12 522.21 P -0.62 (Pattern\323 on page) 59.12 512.21 P -0.62 (58.) 127.32 512.21 P 0 72 612 720 C 56.67 352.41 194.67 390.43 C 56.67 352.41 194.67 390.43 R 7 X 0 K V 60.12 306.51 192.1 383.48 R V 9 9 Q 0 X -0.62 (See \322Formatting a DOS Diskette\323) 60.12 377.48 P -0.62 (on page) 60.12 367.48 P -0.62 (56 for more about) 94.48 367.48 P -0.62 (diskette formatting procedures.) 60.12 357.48 P 0 72 612 720 C 34 594.8 36 604.8 R 7 X 1 K V 34 539.2 36 549.2 R V 34 432 36 479.2 R V 34 378.6 36 388.6 R V 34 308.6 36 318.6 R V FMENDPAGE %%EndPage: "47" 70 %%Page: "46" 70 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (46) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 11 11 Q 0 X 0 K -0.71 0.11 (Diskette T) 198 640.67 B -0.71 0.11 (imeout) 248.53 640.67 B 0 10 Q 0.52 0.1 (Y) 198 624.33 B 0.52 0.1 (ou can also specify a timeout period for the diskette device. The W) 203.85 624.33 B 0.52 0.1 (abi) 509.57 624.33 B 0.52 0.1 (pr) 198 611.93 B 0.52 0.1 (ogram gives up contr) 207.98 611.93 B 0.52 0.1 (ol of the diskette drive if the device has not been used) 305.72 611.93 B 0.52 0.1 (after this period of time, allowing other pr) 198 599.53 B 0.52 0.1 (ograms to use the diskette drive) 392.27 599.53 B 0.52 0.1 (while the W) 198 587.13 B 0.52 0.1 (abi pr) 252.83 587.13 B 0.52 0.1 (ogram is r) 279.65 587.13 B 0.52 0.1 (unning. W) 326.49 587.13 B 0.52 0.1 (abi r) 373.92 587.13 B 0.52 0.1 (egains contr) 394.64 587.13 B 0.52 0.1 (ol the next time you) 449.9 587.13 B 0.52 0.1 (access the diskette thr) 198 574.73 B 0.52 0.1 (ough the W) 298.1 574.73 B 0.52 0.1 (abi pr) 350.93 574.73 B 0.52 0.1 (ogram.) 377.75 574.73 B 11 11 Q -0.71 0.11 (T) 198 545.67 B -0.71 0.11 (o Use an Unlisted Diskette Device) 203.6 545.67 B 0 10 Q 0.48 0.1 (If you pr) 198 529.33 B 0.48 0.1 (efer) 238.38 529.33 B 0.48 0.1 (, you can connect a diskette drive to a diskette device by typing a) 254.89 529.33 B 0.45 0.1 (device path and name dir) 198 516.93 B 0.45 0.1 (ectly in the text box associated with diskette drive A) 315.07 516.93 B 0.46 0.1 (or B. Y) 198 504.53 B 0.46 0.1 (ou can use this technique to connect to a diskette device that you know) 228.38 504.53 B 0.52 0.1 (exists, but does not appear in the list.) 198 492.13 B 1 13 Q -0.84 0.13 (Advanced Diskette Drive Options) 198 459.73 B 0 10 Q 0.52 0.1 (The W) 198 438.73 B 0.52 0.1 (abi pr) 227.32 438.73 B 0.52 0.1 (ogram is supplied with default diskette device locations and) 254.15 438.73 B 0.52 0.1 (naming patterns. In most cases, these defaults match those used by your) 198 426.33 B 0.52 0.1 (operating system. In some cases, however) 198 413.93 B 0.52 0.1 (, they may not. For example, if you) 388.95 413.93 B 0.52 0.1 (r) 198 401.53 B 0.52 0.1 (elocate diskette devices to a dir) 201.87 401.53 B 0.52 0.1 (ectory not normally used to stor) 345.2 401.53 B 0.52 0.1 (e them, the) 492.48 401.53 B 0.45 0.1 (W) 198 389.13 B 0.45 0.1 (abi pr) 207.18 389.13 B 0.45 0.1 (ogram will not know wher) 233.93 389.13 B 0.45 0.1 (e to look for these device \336les. When this is) 356.38 389.13 B 0.52 0.1 (the case, you must tell the W) 198 376.73 B 0.52 0.1 (abi pr) 330.02 376.73 B 0.52 0.1 (ogram wher) 356.84 376.73 B 0.52 0.1 (e the devices ar) 412.35 376.73 B 0.52 0.1 (e located.) 483.33 376.73 B 0.52 0.1 (Y) 198 356.33 B 0.52 0.1 (ou use the Advanced Diskette Drive Options dialog box to pr) 203.85 356.33 B 0.52 0.1 (ovide the W) 485.66 356.33 B 0.52 0.1 (abi) 540.64 356.33 B 0.17 0.1 (pr) 198 343.93 B 0.17 0.1 (ogram with the information it needs to \336nd and use diskette devices that ar) 207.98 343.93 B 0.17 0.1 (e) 550.25 343.93 B 0.34 0.1 (named or located in a nonstandar) 198 331.53 B 0.34 0.1 (d manner) 351.3 331.53 B 0.34 0.1 (. Y) 394.51 331.53 B 0.34 0.1 (ou access the Advanced Diskette) 405.89 331.53 B 0.52 0.1 (Drive Options dialog box by choosing the Advanced button in the Diskette) 198 319.13 B 0.52 0.1 (Connections dialog box. Figur) 198 306.73 B 0.52 0.1 (e) 335.42 306.73 B 0.52 0.1 (3-) 342.91 306.73 B 0.52 0.1 (2 shows the Advanced Diskette Drive) 351.44 306.73 B 0.52 0.1 (Options dialog box.) 198 294.33 B 1 9 Q 0.09 (Figur) 198 169.6 S 0.09 (e) 218.77 169.6 S 0.09 (3-) 224.69 169.6 S 0.09 (2) 232.36 169.6 S 0 F 0.47 0.09 (Advanced Diskette Drive Options Dialog Box) 248.4 169.6 B 55.5 577.81 193.5 631.83 C 55.5 577.81 193.5 631.83 R 7 X 0 K V 58.96 551.41 190.93 628.38 R V 9 9 Q 0 X -0.62 (T) 58.96 622.38 P -0.62 (o learn how to change the) 63.45 622.38 P -0.62 (diskette timeout, go to \322Changing) 58.96 612.38 P -0.62 (the Diskette Drive T) 58.96 602.38 P -0.62 (imeout) 135.66 602.38 P -0.62 (Period\323 on page) 58.96 592.38 P -0.62 (55.) 124.15 592.38 P 0 72 612 720 C 55.5 482.81 193.5 536.83 C 55.5 482.81 193.5 536.83 R 7 X 0 K V 58.96 456.41 190.93 533.38 R V 9 9 Q 0 X -0.82 (It\325) 58.96 527.38 P -0.82 (s easy to enter a diskette device) 65.79 527.38 P -0.88 (name. Read \322Manually Entering a) 58.96 517.38 P -0.62 (Diskette Device Name\323 on) 58.96 507.38 P -0.62 (page) 58.96 497.38 P -0.62 (56 for speci\336cs.) 81.44 497.38 P 0 72 612 720 C 54 144 558 648 C 199.15 184 558 291 C 0 X 0 K %%BeginBinary: 3318 463 197 222.24 94.56 0 202.1 187.56 BEGINBITMAPBWc 7j" O)0F 7"Z" 0FO'FE7"9j" 0BO$02 9# FE7F9" F19" 8F8#@$<':$9"8" FC5F0380060603F03001801F80061F068#J":#8":% F3DF5FC30C0E03F8000C68"A#?#<$9% F707C00E0018700071C000C09"@5 DEA06C07EC31F1BC1E0F07E030631F18E3C79E1E01831B6C30F0060C6E1E61E1BC3E09"@5 D1A0EE0FEC33F9FE3F1F8FE030733F99C7E79E3F01839F6C31F80E0E7F1E63F1FE7F09"@5 8FA0C61CE66319C673B0DCE03033319B8C330C6181819C66630C0C06738C6739C66308#@+9'8$8( F45F1C71866603986603FD86C1F0FF30C7F886663F6618C6619867808#@#8"<%;":#:# F3DF18311F0731F1F839E0E663E08"A&9"81:# F71FF1863C3901063039D8C030C6001831863C300060C66070D58+ 53FF9CE3C3198673B9DCE030E33199CE730C738187139C071C738C6739866309"@5 DEA3018FE183F9863F1F8FE03FC33F98C7E38E3F01FE186181F803F87F0E63F1867F09#A48+ D1FF76181DD861E0F07603F031F18E3C1861E01F810F001F06E0661E1863E09"@j"a 8F:068# F47F8# F3FF8" FFJ" H00 7% 080000007"Z" 0FO'FE J"j" ?F0503J"Z" ?F75FB J& ?F600000003 J# @3030 ;%:"8"8$:";% E03CFFCF01F3F80F3FF363F1F30F;#9%8"8$8$;$ E79FE67FFF3CFFF9E7FFCFFFFF66731B<"<#;"B$ CF3E7FF333199B<.8*8$ CCE1CCE0C0307F3E706793838330C1E0860E1383C39FC633F9=-8*:# CCC9CE66673F3E6727933939319CCE4CE6333999FF00F3=#<$9):# CFC333333F339CCFCCE673399F7318=&8"9"9":#8& E1C3C0666060018001C3F783F1F063=-9":#9% FCC9CFE667FF3E67F8733F3F9F3FF980000003<48# 9CCCCCCE66673F3CE738733939F9E7339CCE4C3999;5 "j" 5FFFFF0503JZ ?7 J"j" ?F0503J"Z" ?F75FB J$9" ACCFFCFF9J"9% ACFE67FE07FJ# GF0FF;%9#8"8'=* C079FF9FFE03E7F0099FFFC07F0C0CE1CCE0C030607F;#9"8"8"8#8%;* CF3FCC79FFF3FFCF3FF99F198CCCC9CE66673FFF<"<"@"=% 9F7C9F39CCCFC3<'81:& 99C399C18060E0CF270707F3F99C1FCF98300C1C20E7E1C3C06660=5:' 799939CCCCE7E7CCE4F267273F01999CFCF339999CC627FFCC9CFE667FF=#<'8$8":( 9F8766667E73F3F9C07819E68CCCCCCE66673F=&8"9"8(:) C38780CCC0C003980FCFF399980C3C0CE1CE60F3307F=-8#9#:S F9939FCCCFFE7CCFF0E67E7F99FF99FC<.9":" 3999999CCCCE7E79CE70E67273CFCC;/8* C079C39CC1E660FE03E0F9E707079C1FCFF80CCC1CE667;Z 9I# E007I#@"j" FFFFF0503JZ ?7 9"e$e$e$e" F00FFFE01FFFE01FFFC03F9"@$U$U$U" E007FFDFCFFFDFCFFFBF9F9"U"B"B"B" E7C78F8F1FD" 87 >$>":"<'>$ 83CE7FC1F3E03FFF3FFFF33E7FF3>$>"A%8" 39CCFF9CE79FFE7F3F=$?#A" FE7CC93E7FCF?"?'=(=$ C33FE0E0F07073CE0C307332187F707303?"@&=(<% C7CE62672733CCE6673333333F00673319?"@%@"9"<"8" C3E06667E770FF3E39?"@"8"?#8#=" C9CEE00667387F60?"?#8#>"9#=# CC3E4EE7F3FE3F3F67F3=%>#8#='?# FF39CE7F9CCE27339CE6673233333319>$>'<)=& 83CF3FC1E026707073E03E0E701833987F707303999F>$>QEF:59* 7D31875F16E3BB86061FC5C37D70E1FC5B5878461D5C3C7EE18C3BB477D876EE1959* 881CDB7B3EE6DDB77B6DEFB9BD7D6F5EFB9B37B7ADECDBDBBEDEDBDBB6F7D7B6EDE9)9.;"8# BFDDB7B7EF6DFAF7DBDBB6FDEFBDB77B7EDEDDBDBFC1BB83;/8"9#9$9$ B037EF6E38F036C0FBD81BB6FC0F0381C7EC0DBD7B6EC0;/8"9#9#9"8" B7F7EF6FDB77F6DFFBDBFD76FDFF7FBFFBEDFDD7DF<28#9%9# B7EE6DDBB7B6DEFB9BDD76F5EFB9B77B7ABDBBDDEDBDB36CDE958+ 880DDD877F16E3BD87B61FC5C3EF70E1FC5B7878761DDC3C7703E1DC2CB77EF8572E19Z8"T 87F 8"J" FF:FF 7j O) 7Z O* ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 34 488.8 36 498.8 R 7 X 1 K V 34 315.8 36 325.8 R V 34 291 36 301 R V FMENDPAGE %%EndPage: "46" 69 %%Page: "45" 69 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Setting Up Drives) 198 108.7 B 0 F 0.09 (45) 548.83 108.7 S 1 20 Q (3) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.52 0.1 (connection. Most likely) 198 641.33 B 0.52 0.1 (, the W) 302.95 641.33 B 0.52 0.1 (abi pr) 335.12 641.33 B 0.52 0.1 (ogram\325s default connection will work for) 361.95 641.33 B 0.52 0.1 (your operating system, and you can use the diskette drive without changing) 198 628.93 B 0.52 0.1 (the diskette connection to the device.) 198 616.53 B 1 13 Q -0.84 0.13 (Diskette Connections) 198 584.13 B 0 10 Q 0.42 0.1 (Y) 198 563.13 B 0.42 0.1 (ou use the Diskette Connections dialog box shown in Figur) 203.85 563.13 B 0.42 0.1 (e) 474.11 563.13 B 0.42 0.1 (3-) 481.6 563.13 B 0.42 0.1 (1 to make and) 490.12 563.13 B 0.01 0.1 (change diskette drive connections, and to specify a timeout period for the W) 198 550.73 B 0.01 0.1 (abi) 541.66 550.73 B 0.18 0.1 (pr) 198 538.33 B 0.18 0.1 (ogram\325s contr) 207.98 538.33 B 0.18 0.1 (ol of your diskette drive. Y) 270.49 538.33 B 0.18 0.1 (ou open this dialog box fr) 391.37 538.33 B 0.18 0.1 (om within) 508.31 538.33 B 0.03 0.1 (Con\336guration Manager by clicking the Diskettes icon, or by choosing Diskettes) 198 525.93 B 0.52 0.1 (fr) 198 513.53 B 0.52 0.1 (om the Options menu. As the Diskette Connections dialog box opens, the) 205.3 513.53 B 0.52 0.1 (W) 198 501.13 B 0.52 0.1 (abi pr) 207.18 501.13 B 0.52 0.1 (ogram scans your operating system device dir) 234 501.13 B 0.52 0.1 (ectories for diskette) 445.1 501.13 B 0.1 (devices.) 198 488.73 S 1 9 Q 0.09 (Figur) 198 336.8 S 0.09 (e) 218.77 336.8 S 0.09 (3-) 224.69 336.8 S 0.09 (1) 232.36 336.8 S 0 F 0.47 0.09 (Diskette Connections Dialog Box) 248.4 336.8 B 0 10 Q 0.33 0.1 (As device \336le names ar) 198 312.13 B 0.33 0.1 (e scanned, they ar) 303.36 312.13 B 0.33 0.1 (e validated. If a device name is valid,) 385.3 312.13 B 0.34 0.1 (the W) 198 299.73 B 0.34 0.1 (abi pr) 224.28 299.73 B 0.34 0.1 (ogram adds it to the list of selectable diskette drives that appear in) 250.93 299.73 B 0.35 0.1 (the dr) 198 287.33 B 0.35 0.1 (op-down list associated with diskette drive A and diskette drive B. Note) 225.19 287.33 B 0.49 0.1 (that the W) 198 274.93 B 0.49 0.1 (abi pr) 245.24 274.93 B 0.49 0.1 (ogram uses raw device \336les. See your UNIX operating system) 272.04 274.93 B 0.52 0.1 (documentation for information about raw devices.) 198 262.53 B 0.33 0.1 (In the Diskette Connections dialog box, you select diskette device assignments) 198 242.13 B 0.52 0.1 (for drives A and B, and specify a diskette timeout period.) 198 229.73 B 0.52 0.1 (The W) 198 209.33 B 0.52 0.1 (abi pr) 227.32 209.33 B 0.52 0.1 (ogram pr) 254.15 209.33 B 0.52 0.1 (ovides a default assignment for drive A, which you can) 296.53 209.33 B 0.19 0.1 (change. No default assignment is pr) 198 196.93 B 0.19 0.1 (ovided for drive B. The \336eld to the right of) 361.37 196.93 B 0.52 0.1 (each Diskette Drive name displays the curr) 198 184.53 B 0.52 0.1 (ent assignment. If you click the) 395.33 184.53 B 0.52 0.1 (down-arr) 198 172.13 B 0.52 0.1 (ow to the right of a \336eld, a list opens displaying additional diskette) 240.56 172.13 B 0.52 0.1 (device names. Y) 198 159.73 B 0.52 0.1 (ou select a name by clicking it.) 271.12 159.73 B 56.5 504.11 183.73 558.13 C 56.5 504.11 183.73 558.13 R 7 X 0 K V 57.65 510.79 178.85 553.14 R V 9 9 Q 0 X -0.62 (Learn how to make a diskette) 57.65 547.14 P -0.62 (drive connection by reading) 57.65 537.14 P -0.62 (\322Connecting a Diskette Drive\323) 57.65 527.14 P -0.62 (on page) 57.65 517.14 P -0.62 (55.) 92 517.14 P 0 72 612 720 C 54 144 558 648 C 198 351.2 558 485.4 C 0 X 0 K %%BeginBinary: 3783 623 261 299.04 125.28 0 256.03 351.12 BEGINBITMAPBWc "j" FEO=01 7"Z" 1FO61C663339CE618E701C739E77398CE730CC69"J-8( BC:7F867F318FC71C7E00FE1F8C7E3F1CC7E30CFE9"J-8( A3:7E063E31C7830C3C007C0F0C3C1E0CC3C30C7C9"Jj 1F:58# E8FF8" E78" FF 7% 100000007"Z" 1FO&9%8&9#8(J# F3273F999FE1CFFE793FC399F9FFE631CE666666333318=F83F<*8'81J# 9E73333339999CFCF3CE7CFCF9E739C9CFFFF707E3E0C6187E63C633E199F0=FEFF<58%cJ" 580F3873983CCC1FC079CF3E0FCFCF80F83E79C1C1C00000006=FF$@":"='=#<"=$ FC1E7383E7C07FFE7FFFE7CFFC9F9F3FF9>$@"B( F9CE6739CF3FFCFFFFE67F>$?#C"A" F3E64FFE7C9F87@"@&?'=)>$ 1F7FC1C1E0E09C1860E66430C09E60E0F070781F383981@"A&>(;)>% 3F9CC4CE4E6799CCCE6666667F33989E4E626727338033998C@"A%A"8#<)="8" 1FC0CCCFCEE067FF9CCCE06667E7339F9F9C@"A"8"?$8";#8"8"@# 4F9CC0980CCE70DE01CEE03019@"@"9#>#9#;$9#?# 677CCFE799FC7E7F799CE1E7F333F9>$?#8$>';$:$?# F9CE73FF39CE4E6739CCCE646666DCFC9827331F998C>$@'=)<*=& FC1E7983C04CE0E0E7C07C1CE0306730FFC0F3E0267070781999383981CCCF>$@Q=R;"U<' FFFFFFDFFFFFFF9FFFFFJ$A#C#B# 4FC007F8007803F000F:"e;$A#C#B# 20FFFFFFFFFFFFFFFFFF:"C"e9"e9"e"8"e" 00A0A0D00FD00FH"C"C"C" 8080C0C0:"@"8"@"8"@"8"@"8"@" 807FC03FC03FE01FE01F:W8W8W8W8W 8"j#j" F0CFF80B038"Z"Z F7DBFC 9$@"8$9"8"@'8" 83FFBFEFFB7FDFFEBFB81FFF7FFFBFBF9"9"9":"9"8":"@' 7DEFFE7FFFB7FFBBEFFEFFFFB7J" HF795<) @7FC3B87847C3AF874C61D7A7862BEC3F8B71DDC3030FE2E1BEB870FD3C3A67870C61DDA3BEC3B77095;+ @8FBDB7B7AFBD9F7B36DECF9B7B6BEBDF736EDBBDB6F7DCDEBEB7AF7CDBD99B7BF6F6DEDDB7BEBDB76F7F9"909*>"8# F3EFBDBF7B76DEDFBB836DDBDF7B6FD7DEDEDDB7EF7DDC1BBBE0DDC19%9$8-8'<#9$ FD81B0370376C07B6DD81F7B71C781B607DEC0E07DDBDBBB0306DEBDB7609%9$909"<"9"8# 7DBFB7F77F76DF6EBBFF7B7EDBBFB6FFDEDFEBB7EFFD7FFEEB6FFF:%8$;*8#9";%9$ BDB7B7AF7B76DEDF736EDDBDB6F7DCDEAF7D7BEEF6DED9B66F7F9+85:, 83C3B87877C3BF877761485AF7C3F8B71DEC3DB0FE2E1F7B870FDDC2BBB87B81F0EE165BBF7C2B970FF9Z:"T @BF 8"J" FFDFF 7j" O=01 Z O? ENDBITMAP %%EndBinary %%BeginBinary: 336 61 56 29.28 26.88 0 200.33 400.18 BEGINBITMAPBWc 7& FC0000000F7& FB7FFFFFB7 8% 800000778% FFFFFFF7 8$ F000078$ EFFFFB8# EE0F9" EF 7$ FDEE0F7$ FEEFFF7& FF0000000F8% FFFFFFFF ' F067F9FFF33F# F33F7' 8619986010E17' 84C93333264C8#8" 7873477' 8718703320718& 8933F327F87' 24C99332264C( F06619C87990E1R ENDBITMAP %%EndBinary 229.5 426.4 253.08 474.43 2 L 0.5 H 2 Z N 229.5 399.9 253.08 361.35 2 L N 54 144 558 648 C 0 72 612 720 C 34 638 36 648 R 7 X 1 K V 34 485.4 36 495.4 R V 34 238.8 36 294 R V FMENDPAGE %%EndPage: "45" 68 %%Page: "44" 68 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (44) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (3) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (About Drives) 54 508 P 0 10 Q 0.52 0.1 (The W) 198 486.33 B 0.52 0.1 (abi pr) 227.32 486.33 B 0.52 0.1 (ogram uses two kinds of drives:) 254.15 486.33 B 7 14 Q 0.14 (\245) 198 467.93 S 1 10 Q 0.52 0.1 (Diskette drives) 210.6 467.93 B 0 F 0.52 0.1 ( \320 Drives A and B ar) 272.87 467.93 B 0.52 0.1 (e diskette drives. These drives connect) 366.8 467.93 B 0.52 0.1 (\050map\051 to diskette devices de\336ned in your operating system. Y) 210.6 455.53 B 0.52 0.1 (ou can use) 492.02 455.53 B 0.52 0.1 (diskette drives to install softwar) 210.6 443.13 B 0.52 0.1 (e and save pr) 357.74 443.13 B 0.52 0.1 (ograms and \336les. Diskette) 419.24 443.13 B 0.52 0.1 (drive A is set up for you and assigned automatically as a default diskette) 210.6 430.73 B 0.52 0.1 (drive. \050Y) 210.6 418.33 B 0.52 0.1 (ou can change this assignment.\051 If your computer has a second) 249.49 418.33 B 0.52 0.1 (diskette drive, use diskette drive B to r) 210.6 405.93 B 0.52 0.1 (epr) 388.56 405.93 B 0.52 0.1 (esent this drive.) 403.42 405.93 B 7 14 Q 0.14 (\245) 198 387.53 S 1 10 Q 0.52 0.1 (W) 210.6 387.53 B 0.52 0.1 (abi drives) 219.93 387.53 B 0 F 0.52 0.1 ( \320 Drives C thr) 260.23 387.53 B 0.52 0.1 (ough Z r) 327.99 387.53 B 0.52 0.1 (epr) 368.12 387.53 B 0.52 0.1 (esent W) 382.98 387.53 B 0.52 0.1 (abi drives, which ar) 418.67 387.53 B 0.52 0.1 (e) 509.37 387.53 B 0.52 0.1 (functionally similar to the local disk drives and network drives used on) 210.6 375.13 B 0.43 0.1 (DOS-based systems. A W) 210.6 362.73 B 0.43 0.1 (abi drive can be assigned to a dir) 325.9 362.73 B 0.43 0.1 (ectory on a drive) 477.36 362.73 B 0.39 0.1 (physically located within your computer) 210.6 350.33 B 0.39 0.1 (, or to a dir) 395.36 350.33 B 0.39 0.1 (ectory that is physically) 446.6 350.33 B 0.46 0.1 (located on a r) 210.6 337.93 B 0.46 0.1 (emote system and accessed, or mounted, over the network by) 272.88 337.93 B 0.52 0.1 (your operating system.) 210.6 325.53 B 0.52 0.1 (The W) 210.6 305.13 B 0.52 0.1 (abi pr) 239.92 305.13 B 0.52 0.1 (ogram determines if a drive\325s assigned dir) 266.75 305.13 B 0.52 0.1 (ectory is local or on) 460.38 305.13 B 0.52 0.1 (the network, because it accesses the drive thr) 210.6 292.73 B 0.52 0.1 (ough a dir) 417.08 292.73 B 0.52 0.1 (ectory path. The) 464.75 292.73 B 0.52 0.1 (physical location of the dir) 210.6 280.33 B 0.52 0.1 (ectory is transpar) 333.01 280.33 B 0.52 0.1 (ent to you and to the W) 412.47 280.33 B 0.52 0.1 (abi) 521.07 280.33 B 0.1 (pr) 210.6 267.93 S 0.1 (ogram.) 220.57 267.93 S 1 14 Q -0.88 (Diskette Drives) 126 234.87 P 0 10 Q 0.52 0.1 (T) 198 213.53 B 0.52 0.1 (o use a diskette drive, you must connect it to an operating system diskette) 203.31 213.53 B 0.3 0.1 (device. A) 198 201.13 B 1 F 0.3 0.1 (device) 243.54 201.13 B 0 F 0.3 0.1 ( is an operating system \336le that allows you to access a physical) 268.76 201.13 B 0.52 0.1 (device, such as a diskette drive. Once you make this connection, the W) 198 188.73 B 0.52 0.1 (abi) 521.89 188.73 B 0.52 0.1 (pr) 198 176.33 B 0.52 0.1 (ogram r) 207.98 176.33 B 0.52 0.1 (etains it for all subsequent sessions, or until you change the) 244.24 176.33 B 1 9 Q 0.47 0.09 (Disconnecting a Drive) 198 603 B 0 F 0.09 (60) 450 603 S 1 F 0.47 0.09 (Enabling File Sharing for a Drive) 198 586 B 0 F 0.09 (61) 450 586 S 1 F 0.47 0.09 (Setting a Network Drive) 198 569 B 0 F 0.09 (61) 450 569 S 1 F 0.47 0.09 (Setting a Local Drive) 198 552 B 0 F 0.09 (62) 450 552 S 1 F 0.47 0.09 (Accessing a CD-ROM Drive) 198 535 B 0 F 0.09 (62) 450 535 S 3 F 0.09 (T) 198 620 S 0.09 (ask) 203.09 620 S 0.09 (Page) 450 620 S 198 632 504 632 2 L V 0 Z N 198 615 504 615 2 L V 0.5 H N 198 530 504 530 2 L V 0.3 H N 54.33 254.8 192.33 304.57 C 54.33 254.8 192.33 304.57 R 7 X 0 K V 57.79 224.14 189.76 301.11 R V 9 9 Q 0 X -0.9 (T) 57.79 295.11 P -0.9 (o learn about designating a drive) 62.28 295.11 P -0.62 (as a network drive, read \322W) 57.79 285.11 P -0.62 (abi) 164.21 285.11 P -0.62 (Network Drives\323 on page) 57.79 275.11 P -0.62 (53.) 157.3 275.11 P 0 72 612 720 C 34 503 36 518 R 7 X 1 K V 34 301.8 36 311.8 R V 34 277 36 287 R V 34 566 36 575 R V 34 566 36 575 R V 34 549 36 558 R V 34 549 36 558 R V 34 532 36 541 R V 34 532 36 541 R V FMENDPAGE %%EndPage: "44" 67 %%Page: "43" 67 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (43) 548.83 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (Setting Up Drives) 198 509.31 P 1 24 Q 4 K -3.12 (3) 525.15 508.64 S 0 10 Q 0 K 0.52 0.1 (Drives pr) 198 459.68 B 0.52 0.1 (ovide access to your operating system devices, \336les, and dir) 240.96 459.68 B 0.52 0.1 (ectories.) 515.1 459.68 B 0.52 0.1 (Befor) 198 447.28 B 0.52 0.1 (e you can use a drive, you must con\336gur) 221.95 447.28 B 0.52 0.1 (e it. Con\336guring a drive means) 409.51 447.28 B 0.41 0.1 (telling the W) 198 434.88 B 0.41 0.1 (abi pr) 256.2 434.88 B 0.41 0.1 (ogram the type of drive you want, as well as some speci\336cs) 282.91 434.88 B 0.52 0.1 (about the drive. Once you con\336gur) 198 422.48 B 0.52 0.1 (e a drive, you can access it.) 358.46 422.48 B 0.02 0.1 (If you ar) 198 402.08 B 0.02 0.1 (e not familiar with drive concepts in the W) 236.43 402.08 B 0.02 0.1 (abi pr) 428.82 402.08 B 0.02 0.1 (ogram and would like) 455.14 402.08 B 0.52 0.1 (to learn mor) 198 389.68 B 0.52 0.1 (e about them, r) 254.46 389.68 B 0.52 0.1 (ead the next section, \322About Drives.\323) 324.02 389.68 B 0.52 0.1 (If you want instr) 198 369.28 B 0.52 0.1 (uctions for speci\336c tasks r) 274.99 369.28 B 0.52 0.1 (elated to drives, skip the next) 393.55 369.28 B 0.52 0.1 (section of this chapter) 198 356.88 B 0.52 0.1 (. Use the following table to locate the instr) 297.77 356.88 B 0.52 0.1 (uctions you) 492.25 356.88 B 0.1 (need.) 198 344.48 S 3 9 Q 0.09 (T) 198 301.14 S 0.09 (ask) 203.09 301.14 S 0.09 (Page) 450 301.14 S 1 F 0.47 0.09 (Connecting a Diskette Drive) 198 284.14 B 0 F 0.09 (55) 450 284.14 S 1 F 0.47 0.09 (Changing the Diskette Drive T) 198 267.14 B 0.47 0.09 (imeout Period) 314.33 267.14 B 0 F 0.09 (55) 450 267.14 S 1 F 0.47 0.09 (Manually Entering a Diskette Device Name) 198 250.14 B 0 F 0.09 (56) 450 250.14 S 1 F 0.47 0.09 (Formatting a DOS Diskette) 198 233.14 B 0 F 0.09 (56) 450 233.14 S 1 F 0.47 0.09 (Accessing an Alternate Diskette Devices Dir) 198 216.14 B 0.47 0.09 (ectory) 366.07 216.14 B 0 F 0.09 (57) 450 216.14 S 1 F 0.47 0.09 (Accessing an Alternate Diskette Device File Pattern) 198 199.14 B 0 F 0.09 (58) 450 199.14 S 1 F 0.47 0.09 (Assigning a Drive) 198 182.14 B 0 F 0.09 (59) 450 182.14 S 1 F 0.47 0.09 (Editing or Entering a Drive Path Dir) 198 165.14 B 0.47 0.09 (ectly) 339.7 165.14 B 0 F 0.09 (59) 450 165.14 S 198 313.14 504 313.14 2 L V 0.3 H 0 Z N 198 296.14 504 296.14 2 L V 0.5 H N 198 160.14 504 160.14 2 L V 0.3 H N 34 341.14 36 408.74 R 7 X 1 K V 34 264.14 36 273.14 R V 34 264.14 36 273.14 R V FMENDPAGE %%EndPage: "43" 66 %%Page: "42" 66 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (42) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (2) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V FMENDPAGE %%EndPage: "42" 65 %%Page: "41" 65 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Using Con\336guration Manager) 198 108.7 B 0 F 0.09 (41) 548.83 108.7 S 1 20 Q (2) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (T) 126 638.67 P -0.88 (r) 133 638.67 P -0.88 (oubleshooting Con\336guration Manager Pr) 138.19 638.67 P -0.88 (oblems) 368.77 638.67 P 0 10 Q 0.52 0.1 (T) 198 617.33 B 0.52 0.1 (able) 203.31 617.33 B 0.52 0.1 (2-) 224.52 617.33 B 0.52 0.1 (3 suggests solutions to common pr) 233.05 617.33 B 0.52 0.1 (oblems you might experience when) 391.95 617.33 B 0.52 0.1 (using Con\336guration Manager) 198 604.93 B 0.52 0.1 (, or the Sound, Mouse, or Color functions.) 332.38 604.93 B 1 9 Q 0.09 (T) 198 583.6 S 0.09 (able) 202.58 583.6 S 0.09 (2-) 219.43 583.6 S 0.09 (3) 227.09 583.6 S 0 F 0.47 0.09 (Con\336guration Manager Pr) 241.2 583.6 B 0.47 0.09 (oblems and Solutions) 349.18 583.6 B 3 F 0.09 (Symptom) 198 562.6 S 0.47 0.09 (Possible Cause) 288 562.6 B 0.09 (Solution) 378 562.6 S 0 F 0.47 0.09 (W) 198 545.6 B 0.47 0.09 (arning beep) 206.25 545.6 B 0.09 (inaudible) 198 534.2 S 0.47 0.09 (Beep turned of) 288 545.6 B 0.47 0.09 (f) 348.86 545.6 B 0.47 0.09 (Enable the warning beep for W) 378 545.6 B 0.47 0.09 (abi) 505.96 545.6 B 0.47 0.09 (windows, as described on page) 378 534.2 B 0.47 0.09 (35.) 509.26 534.2 B 0.47 0.09 (Mouse does not) 198 517.2 B 0.47 0.09 (work in W) 198 505.8 B 0.47 0.09 (abi) 241.19 505.8 B 0.17 0.09 (windows, but does) 198 494.4 B 0.47 0.09 (in other windows) 198 483 B 0.47 0.09 (Left/right button) 288 517.2 B 0.47 0.09 (functions swapped) 288 505.8 B 0.47 0.09 (T) 378 517.2 B 0.47 0.09 (ry using the right mouse button to) 382.79 517.2 B 0.47 0.09 (pull down a menu. If it works, the) 378 505.8 B 0.47 0.09 (mouse buttons ar) 378 494.4 B 0.47 0.09 (e swapped. See) 449.33 494.4 B 0.47 0.09 (page) 378 483 B 0.47 0.09 (35 for the pr) 399.89 483 B 0.47 0.09 (ocedur) 450.9 483 B 0.47 0.09 (e to swap) 478.94 483 B 0.47 0.09 (them back.) 378 471.6 B 198 574.6 540 574.6 2 L V 0 Z N 198 557.6 540 557.6 2 L V 0.5 H N 198 466.6 540 466.6 2 L V 0.3 H N 34 614 36 648 R 7 X 1 K V 34 559.6 36 568.6 R V 34 531.2 36 551.6 R V 34 468.6 36 523.2 R V FMENDPAGE %%EndPage: "41" 64 %%Page: "40" 64 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (40) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (2) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (Refer) 54 638 P -0.94 (ence Material Related to Con\336guration Manager) 85.41 638 P 0 10 Q 0.52 0.1 (This section pr) 198 616.33 B 0.52 0.1 (ovides r) 265.3 616.33 B 0.52 0.1 (efer) 302.03 616.33 B 0.52 0.1 (ence material for the tasks associated with) 319.1 616.33 B 0.52 0.1 (Con\336guration Manager) 198 603.93 B 0.52 0.1 (.) 304.21 603.93 B 1 14 Q -0.88 (Using Accelerator Keys) 126 570.87 P 0 10 Q 0.52 0.1 (T) 198 549.53 B 0.52 0.1 (able) 203.31 549.53 B 0.52 0.1 (2-) 224.52 549.53 B 0.52 0.1 (2 lists the accelerator keys available for functions you can access fr) 233.05 549.53 B 0.52 0.1 (om) 537.98 549.53 B 0.52 0.1 (Con\336guration Manager) 198 537.13 B 0.52 0.1 (.) 304.21 537.13 B 1 9 Q 0.09 (T) 198 515.8 S 0.09 (able) 202.58 515.8 S 0.09 (2-) 219.43 515.8 S 0.09 (2) 227.09 515.8 S 0 F 0.47 0.09 (Con\336guration Manager Accelerator Keys) 241.2 515.8 B 3 F 0.09 (Function) 198 483.4 S 0.47 0.09 (Key) 342 494.8 B 0.09 (Sequence) 342 483.4 S 0 F 0.47 0.09 (Options menu) 198 466.4 B 0.47 0.09 (Alt, s) 342 466.4 B 0.09 (Ports) 198 449.4 S 0.47 0.09 (Alt, s, p) 342 449.4 B 0.09 (Printers) 198 432.4 S 0.47 0.09 (Alt, s, r) 342 432.4 B 0.09 (Drives) 198 415.4 S 0.47 0.09 (Alt, s, v) 342 415.4 B 0.09 (Diskettes) 198 398.4 S 0.47 0.09 (Alt, s, k) 342 398.4 B 0.09 (Mouse) 198 381.4 S 0.47 0.09 (Alt, s, m) 342 381.4 B 0.09 (Sound) 198 364.4 S 0.47 0.09 (Alt, s, s) 342 364.4 B 0.09 (DOS) 198 347.4 S 0.47 0.09 (Alt, s, d) 342 347.4 B 0.09 (Color) 198 330.4 S 0.47 0.09 (Alt, s, c) 342 330.4 B 0.09 (International) 198 313.4 S 0.47 0.09 (Alt, s, i) 342 313.4 B 0.47 0.09 (Exit Con\336guration Manager) 198 296.4 B 0.47 0.09 (Alt, s, x) 342 296.4 B 0.47 0.09 (Help menu) 198 279.4 B 0.47 0.09 (Alt, h) 342 279.4 B 0.47 0.09 (Help contents) 198 262.4 B 0.47 0.09 (Alt, h, c) 342 262.4 B 0.47 0.09 (Sear) 198 245.4 B 0.47 0.09 (ching Help) 215.26 245.4 B 0.47 0.09 (Alt, h, s) 342 245.4 B 0.47 0.09 (Using Help) 198 228.4 B 0.47 0.09 (Alt, h, h) 342 228.4 B 0.47 0.09 (About Con\336guration Manager) 198 211.4 B 0.47 0.09 (Alt, h, a) 342 211.4 B 198 506.8 396 506.8 2 L V 0 Z N 198 478.4 396 478.4 2 L V 0.5 H N 198 206.4 396 206.4 2 L V 0.3 H N 34 533.8 36 556.2 R 7 X 1 K V 34 512.8 36 521.8 R V 34 480.4 36 500.8 R V 34 463.4 36 472.4 R V 34 412.4 36 421.4 R V FMENDPAGE %%EndPage: "40" 63 %%Page: "39" 63 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Using Con\336guration Manager) 198 108.7 B 0 F 0.09 (39) 548.83 108.7 S 1 20 Q (2) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (T) 126 640 B 0.73 0.3 (ur) 130.67 640 B 0.73 0.3 (ning the System W) 142.36 640 B 0.73 0.3 (ar) 254.6 640 B 0.73 0.3 (ning Beep On and Of) 267.01 640 B 0.73 0.3 (f) 398.66 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 619.33 B 0.52 0.1 (.) 348.51 619.33 B 0.1 (2.) 197.5 598.93 S 0.52 0.1 (Open the Sound icon.) 210.6 598.93 B 0 F 0.52 0.1 (Alternately) 210.6 586.53 B 0.52 0.1 (, open the Options menu and choose Sound or pr) 260.59 586.53 B 0.52 0.1 (ess Alt, s, s.) 486.73 586.53 B 0.52 0.1 (The Sound Settings dialog box opens.) 210.6 566.13 B 3 F 0.1 (3.) 197.5 545.73 S 0.52 0.1 (Select the check box to the left of the entry \336eld.) 210.6 545.73 B 0 F 0.52 0.1 (An \322X\323 appears in or disappears fr) 210.6 533.33 B 0.52 0.1 (om the box.) 370.8 533.33 B 0.52 0.1 (When an \322X\323 appears in the check box, the warning beep is on in all W) 210.6 512.93 B 0.52 0.1 (abi) 537.29 512.93 B 0.1 (windows.) 210.6 500.53 S 3 F 0.1 (4.) 197.5 480.13 S 0.52 0.1 (Choose OK to save your setting.) 210.6 480.13 B 0 F 0.52 0.1 (Alternately) 210.6 467.73 B 0.52 0.1 (, choose Cancel to exit the dialog box without making changes.) 260.59 467.73 B 5 12 Q 0.69 0.12 (t) 104.4 434 B 6 F 0.73 0.3 (Changing) 126 434 B 0.73 0.3 (W) 190.36 434 B 0.73 0.3 (abi) 200.85 434 B 0.73 0.3 ( Colors) 220.46 434 B 3 10 Q 0.1 (1.) 197.5 413.33 S 0.52 0.1 (Open Con\336guration Manager) 210.6 413.33 B 0.52 0.1 (.) 348.51 413.33 B 0.1 (2.) 197.5 392.93 S 0.52 0.1 (Open the Color icon.) 210.6 392.93 B 0 F 0.52 0.1 (Alternately) 210.6 380.53 B 0.52 0.1 (, open the Options menu and choose Color or pr) 260.59 380.53 B 0.52 0.1 (ess Alt, s, c.) 482.93 380.53 B 0.52 0.1 (The Color Settings dialog box opens) 210.6 360.13 B 3 F 0.1 (3.) 197.5 339.73 S 0.52 0.1 (Open the Color Set list and select a set of colors to use in) 210.6 339.73 B 0.52 0.1 (W) 484.33 339.73 B 0.52 0.1 (abi) 493.68 339.73 B 0.52 0.1 ( windows.) 508.42 339.73 B 0 F 0.52 0.1 (The colors ar) 210.6 327.33 B 0.52 0.1 (e displayed immediately) 269.88 327.33 B 0.52 0.1 (, but ar) 381.38 327.33 B 0.52 0.1 (e not yet saved. If you select) 414.29 327.33 B 0.52 0.1 (Initial Color Set in this list, the colors r) 210.6 314.93 B 0.52 0.1 (eturn to what they wer) 388.29 314.93 B 0.52 0.1 (e when you) 493.83 314.93 B 0.52 0.1 (opened the dialog.) 210.6 302.53 B 3 F 0.1 (4.) 197.5 282.13 S 0.52 0.1 (Choose OK to save your setting.) 210.6 282.13 B 0 F 0.52 0.1 (Alternately) 210.6 269.73 B 0.52 0.1 (, choose Cancel to exit the dialog box without making changes.) 260.59 269.73 B 54 248.01 558 256 C 558 252.98 198 252.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 54 230.02 558 238.01 C 558 234.98 198 234.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 241.34 B 0 F 0.52 0.1 (Y) 231.94 241.34 B 0.52 0.1 (ou can also use the W) 237.79 241.34 B 0.52 0.1 (indows Contr) 337.67 241.34 B 0.52 0.1 (ol Panel to change W) 400.14 241.34 B 0.52 0.1 (abi colors.) 496.33 241.34 B 55.5 527.41 193.5 573.43 C 55.5 527.41 193.5 573.43 R 7 X 0 K V 58.96 493.01 190.93 569.98 R V 9 9 Q 0 X -0.62 (The section titled \322Sound) 58.96 563.98 P -0.62 (Settings\323 on page) 58.96 553.98 P -0.62 (35 provides) 130.65 553.98 P -0.62 (details about the sound function.) 58.96 543.98 P 0 72 612 720 C 55.5 321.41 193.5 367.43 C 55.5 321.41 193.5 367.43 R 7 X 0 K V 58.96 287.01 190.93 363.98 R V 9 9 Q 0 X -0.68 (The section titled \322Color Settings\323) 58.96 357.98 P -0.62 (on page) 58.96 347.98 P -0.62 (36 provides details) 93.31 347.98 P -0.62 (about the Color Settings) 58.96 337.98 P (function.) 58.96 327.98 T 0 72 612 720 C 34 636 36 648 R 7 X 1 K V 34 595.6 36 605.6 R V 34 542.4 36 552.4 R V 34 476.8 36 486.8 R V 34 389.6 36 399.6 R V 34 266.4 36 288.8 R V FMENDPAGE %%EndPage: "39" 62 %%Page: "38" 62 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (38) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (2) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Opening Con\336guration Manager) 126 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open the T) 210.6 619.33 B 0.52 0.1 (ools Group.) 263.16 619.33 B 0 F 0.52 0.1 (The Con\336guration Manager icon is displayed, along with several others.) 210.6 606.93 B 3 F 0.1 (2.) 197.5 586.53 S 0.52 0.1 (Open the Con\336guration Manager icon.) 210.6 586.53 B 0 F 0.47 0.1 (The Con\336guration Manager window opens and displays an icon associated) 210.6 574.13 B 0.52 0.1 (with each function.) 210.6 561.73 B 0.52 0.1 (Open an icon to select a function and open the r) 210.6 541.33 B 0.52 0.1 (elated dialog box.) 431.28 541.33 B 5 12 Q 0.69 0.12 (t) 104.4 507.6 B 6 F 0.73 0.3 (Swapping Mouse Buttons) 126 507.6 B 3 10 Q 0.1 (1.) 197.5 486.93 S 0.52 0.1 (Open Con\336guration Manager) 210.6 486.93 B 0.52 0.1 (.) 348.51 486.93 B 0.1 (2.) 197.5 466.53 S 0.52 0.1 (Open the Mouse icon.) 210.6 466.53 B 0 F 0.52 0.1 (Alternately) 210.6 454.13 B 0.52 0.1 (, open the Options menu and choose Mouse or pr) 260.59 454.13 B 0.52 0.1 (ess Alt, s, m.) 488.04 454.13 B 0.52 0.1 (The Mouse Settings dialog box opens.) 210.6 433.73 B 3 F 0.1 (3.) 197.5 413.33 S 0.52 0.1 (Select the check box to the left of the entry \336eld.) 210.6 413.33 B 0 F 0.52 0.1 (An \322X\323 appears in the box.) 210.6 400.93 B 3 F 0.1 (4.) 197.5 380.53 S 0.52 0.1 (Choose OK to save your setting.) 210.6 380.53 B 0 F 0.52 0.1 (The functions of left and right mouse buttons ar) 210.6 368.13 B 0.52 0.1 (e swapped in all W) 430.72 368.13 B 0.52 0.1 (abi) 518.47 368.13 B 0.1 (windows.) 210.6 355.73 S 0.52 0.1 (Alternately) 210.6 335.33 B 0.52 0.1 (, choose Cancel to close the dialog box without making changes.) 260.59 335.33 B 55.5 405.81 193.5 443.33 C 55.5 405.81 193.5 443.33 R 7 X 0 K V 58.96 362.91 190.93 439.88 R V 9 9 Q 0 X -0.62 (For more on swapping mouse) 58.96 433.88 P -0.62 (buttons, see \322Mouse Settings\323 on) 58.96 423.88 P (page) 58.96 413.88 T (35.) 81.44 413.88 T 0 72 612 720 C 34 583.2 36 626 R 7 X 1 K V 34 538 36 548 R V 34 463.2 36 473.2 R V 34 410 36 420 R V 34 377.2 36 387.2 R V FMENDPAGE %%EndPage: "38" 61 %%Page: "37" 61 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Using Con\336guration Manager) 198 108.7 B 0 F 0.09 (37) 548.83 108.7 S 1 20 Q (2) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (Additional Con\336guration Manager Functions) 126 638.67 P 0 10 Q 0.33 0.1 (W) 198 617.33 B 0.33 0.1 (abi Con\336guration Manager contains settings for several functions other than) 207.18 617.33 B 0.52 0.1 (mouse, sound, and color functions. Due to their complexity) 198 604.93 B 0.52 0.1 (, these additional) 469.01 604.93 B 0.52 0.1 (functions ar) 198 592.53 B 0.52 0.1 (e described in detail in individual chapters in this guide. Use the) 252.27 592.53 B 0.52 0.1 (following table to locate detailed information about these functions.) 198 580.13 B 1 15 Q -0.94 (Instructions for T) 54 389 P -0.94 (asks Related to Con\336guration Manager) 158.23 389 P 0 10 Q 0.52 0.1 (This section pr) 198 367.33 B 0.52 0.1 (ovides step-by-step instr) 265.3 367.33 B 0.52 0.1 (uctions for performing tasks r) 377.39 367.33 B 0.52 0.1 (elated to) 513.98 367.33 B 0.52 0.1 (the following Con\336guration Manager functions:) 198 354.93 B 7 14 Q 0.14 (\245) 198 336.53 S 0 10 Q 0.52 0.1 (Sound Settings) 210.6 336.53 B 7 14 Q 0.14 (\245) 198 324.13 S 0 10 Q 0.52 0.1 (Mouse Settings) 210.6 324.13 B 7 14 Q 0.14 (\245) 198 311.73 S 0 10 Q 0.52 0.1 (Color Settings) 210.6 311.73 B 0.52 0.1 (Mar) 198 291.33 B 0.52 0.1 (gin notes cr) 216.52 291.33 B 0.52 0.1 (oss-r) 269.8 291.33 B 0.52 0.1 (efer) 291.33 291.33 B 0.52 0.1 (ence material r) 308.4 291.33 B 0.52 0.1 (elated to the task being described.) 376.16 291.33 B 0.52 0.1 (For information about Con\336guration Manager functions not cover) 198 270.93 B 0.52 0.1 (ed in this) 500.12 270.93 B 0.52 0.1 (chapter) 198 258.53 B 0.52 0.1 (, r) 231.21 258.53 B 0.52 0.1 (efer to the chapters in this guide that cover individual functions.) 240.8 258.53 B 0.52 0.1 (T) 198 246.13 B 0.52 0.1 (able) 203.31 246.13 B 0.52 0.1 (2-) 224.52 246.13 B 0.52 0.1 (1 lists these functions and the chapters that cover them.) 233.05 246.13 B 1 9 Q 0.09 (T) 198 558.8 S 0.09 (able) 202.58 558.8 S 0.09 (2-) 219.43 558.8 S 0.09 (1) 227.09 558.8 S 0 F 0.47 0.09 (Additional Con\336guration Manager Function Information) 241.2 558.8 B 3 F 0.47 0.09 (T) 198 537.8 B 0.47 0.09 (o \336nd information about...) 203.09 537.8 B 0.09 (See...) 324.77 537.8 S 0 F 0.47 0.09 (W) 198 520.8 B 0.47 0.09 (abi) 206.25 520.8 B 0.47 0.09 ( Drives) 218.6 520.8 B 0.47 0.09 (Chapter) 324.77 520.8 B 0.47 0.09 (3, \322Setting Up Drives\323) 360.02 520.8 B 0.47 0.09 (W) 198 503.8 B 0.47 0.09 (abi) 206.25 503.8 B 0.47 0.09 ( Diskette Drives) 218.6 503.8 B 0.47 0.09 (Chapter) 324.77 503.8 B 0.47 0.09 (3, \322Setting Up Drives\323) 360.02 503.8 B 0.09 (Printing) 198 486.8 S 0.47 0.09 (Chapter) 324.77 486.8 B 0.47 0.09 (4, \322Printing\323) 360.02 486.8 B 0.47 0.09 (International Settings) 198 469.8 B 0.47 0.09 (Chapter) 324.77 469.8 B 0.47 0.09 (5, \322International Settings\323) 360.02 469.8 B 0.47 0.09 (COM and LPT Ports) 198 452.8 B 0.47 0.09 (Chapter) 324.77 452.8 B 0.47 0.09 (7, \322Using W) 360.02 452.8 B 0.47 0.09 (abi Ports\323) 409.48 452.8 B 0.47 0.09 (DOS Emulator Settings) 198 435.8 B 0.47 0.09 (Chapter) 324.77 435.8 B 0.47 0.09 (9, \322Installing and Using) 360.02 435.8 B 0.47 0.09 (DOS Applications\323) 324.77 424.4 B 198 549.8 485.7 549.8 2 L V 0 Z N 198 532.8 485.7 532.8 2 L V 0.5 H N 198 419.4 485.7 419.4 2 L V 0.3 H N 34 601.6 36 611.6 R 7 X 1 K V FMENDPAGE %%EndPage: "37" 60 %%Page: "36" 60 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (36) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (2) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 14 Q 0 X 0 K -0.88 (Color Settings) 126 638.67 P 0 10 Q 0.52 0.1 (Y) 198 617.33 B 0.52 0.1 (ou can change the colors displayed in W) 203.85 617.33 B 0.52 0.1 (abi windows by using the Color) 388.74 617.33 B 0.52 0.1 (Settings dialog box, shown in Figur) 198 604.93 B 0.52 0.1 (e) 360.44 604.93 B 0.52 0.1 (2-) 367.93 604.93 B 0.52 0.1 (7.) 376.45 604.93 B 1 9 Q 0.09 (Figur) 198 498.75 S 0.09 (e) 218.77 498.75 S 0.09 (2-) 224.69 498.75 S 0.09 (7) 232.36 498.75 S 0 F 0.47 0.09 (Color Settings Dialog Box) 248.4 498.75 B 0 10 Q 0.52 0.1 (Y) 198 474.08 B 0.52 0.1 (ou choose fr) 203.85 474.08 B 0.52 0.1 (om a list of names of color combinations designed for the W) 259.86 474.08 B 0.52 0.1 (abi) 535.61 474.08 B 0.52 0.1 (pr) 198 461.68 B 0.52 0.1 (ogram. A monochr) 207.98 461.68 B 0.52 0.1 (ome color set is pr) 294.25 461.68 B 0.52 0.1 (ovided, too. Y) 378.7 461.68 B 0.52 0.1 (ou can also use) 442.07 461.68 B -0.04 0.1 (monochr) 198 449.28 B -0.04 0.1 (ome on a color monitor if you like to use a white, gray) 238.28 449.28 B -0.04 0.1 (, and black color) 481.3 449.28 B 0.1 (scheme.) 198 436.88 S 0.52 0.1 (The colors change as soon as you select a color set so you can try them out) 198 416.48 B 0.52 0.1 (befor) 198 404.08 B 0.52 0.1 (e applying them. The new colors ar) 221.37 404.08 B 0.52 0.1 (e not saved until you choose the OK) 383.49 404.08 B 0.52 0.1 (button. If you select a color set whose colors ar) 198 391.68 B 0.52 0.1 (e not to your liking, you can) 413.39 391.68 B 0.52 0.1 (choose the Cancel button befor) 198 379.28 B 0.52 0.1 (e applying the color set or select a dif) 339.37 379.28 B 0.52 0.1 (fer) 511.4 379.28 B 0.52 0.1 (ent) 523.58 379.28 B 0.52 0.1 (color set.) 198 366.88 B 0.52 0.1 (The Color Set Name is always \322Initial Color Set\323 when you open the Color) 198 346.48 B 0.07 0.1 (Settings dialog box. If you select Initial Color Set, the last color set you saved is) 198 334.08 B 0.51 0.1 (put into ef) 198 321.68 B 0.51 0.1 (fect. This allows you to undo any selections you make in the dialog) 245.78 321.68 B 0.52 0.1 (box befor) 198 309.28 B 0.52 0.1 (e you choose the OK button.) 240.93 309.28 B 0.15 0.1 (The \322Factory Settings\323 color set matches the colors that the W) 198 288.88 B 0.15 0.1 (abi pr) 477.08 288.88 B 0.15 0.1 (ogram uses) 503.54 288.88 B 0.52 0.1 (when you \336rst start it.) 198 276.48 B 0.52 0.1 (W) 198 256.08 B 0.52 0.1 (abi color sets af) 207.18 256.08 B 0.52 0.1 (fect only W) 278.24 256.08 B 0.52 0.1 (abi windows.) 330 256.08 B 54 234.36 558 242.35 C 558 239.32 198 239.32 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 227.69 B 0 F 0.52 0.1 (If you ar) 231.94 227.69 B 0.52 0.1 (e bother) 271.38 227.69 B 0.52 0.1 (ed by colors changing in inactive windows on your) 308.6 227.69 B 0.52 0.1 (desktop when you move the mouse pointer into the W) 198 215.29 B 0.52 0.1 (abi window) 447.84 215.29 B 0.52 0.1 (, you may) 501.33 215.29 B -0.03 0.1 (want to r) 198 202.89 B -0.03 0.1 (ead Appendix) 238.74 202.89 B -0.03 0.1 (B, \322Color Fr) 305.46 202.89 B -0.03 0.1 (om W) 361.96 202.89 B -0.03 0.1 (indows to W) 388.56 202.89 B -0.03 0.1 (abi,\323 to understand why) 445.26 202.89 B 54 179.16 558 187.16 C 558 184.13 198 184.13 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (this happens and to \336nd out how you may alleviate it.) 198 190.49 B 54 144 558 648 C 198 513.15 558 601.6 C 0 X 0 K %%BeginBinary: 1701 481 157 230.88 75.36 0 196.51 517.55 BEGINBITMAPBWc "j" FEO+07 7"Z 1FO*7"8"j" 17FEO&01 9" FC9" E29" 1E8#J%8#8" F8BE401F0003003E00C8"J#:& E7503F807F000618C8"J#:#8" EF5071C0E38809"J0 BC4060C3C30786C0C1878F3CCDE0EC7C09"J*8% A240E007E30FC7C0F00FCFF1FCFE09"J0 1E40C00E731CE7007E186618CE339CC608#J(8% E8BE6C331866001F1FEC330CF008"J";#;# E750E0039C7C08"J#:$:# EF5060C0C1980C0E0J*9$ 8071CE731CE600E39CE39CC609"J0 BC403F87E30FC6007F0FC71CCC31FCFE09"J+8$ A3401F03C30786003E078300EC7C09"Jh# 1F4C0008#J" E8FF@398"J# E7A1F808"J# FFA0F00J" D00 7% 100000007"Z 1FO* J"j" 4FE?07JZ% 5&9%E# C1FFE7C0F3E7F3FFF9FCE7FCF3FF9FFC07;":%B# 9C9E7FF3F1F9F3;#<">. 3E7FF007213839F9FF0738387CFF830F;)8%9.E$ 3FE0E7070F9FF0610704783913333399F9FE733398FE1F399FC00047<.9%:$G$ CE66731FC3E733F2667311339F3333381999FFC7F803C7?#8%=#<#F# 3FF8F32703333399F301FE0F@#8&>"9$F# FE60867333301FF2FCF33FFFBF;#9$:#=#;"G" 3E4E9E67F333FFFCE639FF;#;$9":-E$ 9CCE33F3C69F393809FE0F073839FE0783CFC00007;/8YE$ C1E0E7073FC0F079F3E701333839FFFFC7;Y J$ O$800007J" O$00Jj 5=JZ 4A :"h"9"h"9"h" F001F001F001:"C"9"C"9"X" E000E000EFFC:"X"9"X"G" E7F8E7F8F8H"G" F0F0@$ D55555@% BFFFFF7F@"8" FFFF@"8" BF7F@%C":"B% FC1E73FF07CFFCF9FFCF@%B# B9CE677FFE73@%B# F3E64FFFFCF9@%C&E$ B3E61F7FFF8383C1C1C1CC0F@%D%D% F3E63FFF39899C9C019CCC67@%D$E"8" B3E61F7F81999FF9E7@%D"8"E" F3E64FFF398080@%C"9"E" B3E6677FF99F9F@%B#8#E$ F9CE73FFFE739C9C9CCC67@%B'E$ BC1E797FFF078099C1C1C1CC0F@%CQB& FFFFFFFFFFFFFFFCFF@%B#G$ A001FF7FF800F8007F:"i9"i>$ E4E4FFFFFF:";"8">"G"i E04080E0E8@%J" 2AAAAA00:E0:";$;"9"C"9"C" F000000001F001F001:Z9Z9Z /// 7j O+ Z O- ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 54.33 440.92 192.33 477.95 C 54.33 440.92 192.33 477.95 R 7 X 0 K V 57.79 397.52 189.76 474.49 R V 9 9 Q 0 X -0.62 (See \322Changing W) 57.79 468.49 P -0.62 (abi Colors\323 on) 127.14 468.49 P -0.62 (page) 57.79 458.49 P -0.62 (39 for step-by-step) 80.28 458.49 P (instructions.) 57.79 448.49 T 0 72 612 720 C 53.17 324.08 191.17 372.65 C 53.17 324.08 191.17 372.65 R 7 X 0 K V 56.62 292.22 188.6 369.19 R V 9 9 Q 0 X -0.62 (See Appendix) 56.62 363.19 P -0.62 (B, \322Color From) 114.45 363.19 P -0.62 (Windows to W) 56.62 353.19 P -0.62 (abi,\323 for) 112.47 353.19 P -0.62 (information about color variables) 56.62 343.19 P -0.62 (you can set in your) 56.62 333.19 P 2 F -1.35 (win.ini) 131.43 333.19 P 9 F -0.62 ( \336le.) 169.18 333.19 P 0 72 612 720 C 34 375.95 36 468.35 R 7 X 1 K V 34 252.75 36 315.95 R V 34 211.96 36 221.96 R V 34 187.16 36 197.16 R V FMENDPAGE %%EndPage: "36" 59 %%Page: "35" 59 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Using Con\336guration Manager) 198 108.7 B 0 F 0.09 (35) 548.83 108.7 S 1 20 Q (2) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (Sound Settings) 126 638.67 P 0 10 Q 0.11 0.1 (Y) 198 617.33 B 0.11 0.1 (ou can use the Sound Settings dialog box, shown in Figur) 203.85 617.33 B 0.11 0.1 (e) 463.69 617.33 B 0.11 0.1 (2-) 471.17 617.33 B 0.11 0.1 (5, to turn on and) 479.7 617.33 B 0.52 0.1 (of) 198 604.93 B 0.52 0.1 (f your computer) 206.8 604.93 B 0.52 0.1 (\325s warning beep. When you turn on the sound, your) 282.14 604.93 B 0.52 0.1 (applications will generate warning beeps when an err) 198 592.53 B 0.52 0.1 (or occurs or when you) 444.07 592.53 B 0.52 0.1 (attempt an illegal pr) 198 580.13 B 0.52 0.1 (ocedur) 291.11 580.13 B 0.52 0.1 (e, such as entering a value in a pr) 322.29 580.13 B 0.52 0.1 (otected) 476.72 580.13 B 0.52 0.1 (spr) 198 567.73 B 0.52 0.1 (eadsheet cell.) 212.31 567.73 B 0.52 0.1 (The sound setting you select in this dialog box is ef) 198 547.33 B 0.52 0.1 (fective in the W) 433.24 547.33 B 0.52 0.1 (abi) 504.71 547.33 B -0.06 0.1 (envir) 198 534.93 B -0.06 0.1 (onment only) 221.43 534.93 B -0.06 0.1 (. Outside the W) 277.55 534.93 B -0.06 0.1 (abi envir) 346.98 534.93 B -0.06 0.1 (onment, such as in other windows on) 386.67 534.93 B 0.52 0.1 (your desktop, your computer) 198 522.53 B 0.52 0.1 (\325s warning beep functions normally) 333.13 522.53 B 0.52 0.1 (.) 494.7 522.53 B 1 14 Q -0.88 (Mouse Settings) 126 489.47 P 0 10 Q 0.14 0.1 (Y) 198 468.13 B 0.14 0.1 (ou can swap the left and right mouse button assignments by using the Mouse) 203.85 468.13 B 0.52 0.1 (Settings dialog box, shown in Figur) 198 455.73 B 0.52 0.1 (e) 360.44 455.73 B 0.52 0.1 (2-) 367.93 455.73 B 0.52 0.1 (6. Y) 376.45 455.73 B 0.52 0.1 (ou might want to swap mouse) 393.11 455.73 B 0.52 0.1 (buttons if you ar) 198 443.33 B 0.52 0.1 (e left-handed, or if you pr) 274.38 443.33 B 0.52 0.1 (efer a mouse button convention) 393.15 443.33 B 0.52 0.1 (other than that followed by W) 198 430.93 B 0.52 0.1 (indows 3.1 softwar) 336.29 430.93 B 0.52 0.1 (e.) 422.87 430.93 B 1 9 Q 0.09 (Figur) 198 318.73 S 0.09 (e) 218.77 318.73 S 0.09 (2-) 224.69 318.73 S 0.09 (6) 232.36 318.73 S 0 F 0.47 0.09 (Mouse Settings Dialog Box) 248.4 318.73 B 0 10 Q 0.52 0.1 (When you swap mouse buttons, the swap is ef) 198 294.06 B 0.52 0.1 (fective in W) 411.41 294.06 B 0.52 0.1 (abi windows only) 465.6 294.06 B 0.52 0.1 (.) 546.5 294.06 B 0.52 0.1 (Outside of the W) 198 281.66 B 0.52 0.1 (abi envir) 275.56 281.66 B 0.52 0.1 (onment, such as in other windows on your desktop,) 315.83 281.66 B 0.52 0.1 (mouse button assignments do not change. Other settings for the mouse, such) 198 269.26 B 0.52 0.1 (as tracking and clicking speeds, ar) 198 256.86 B 0.52 0.1 (e contr) 355.18 256.86 B 0.52 0.1 (olled thr) 386.43 256.86 B 0.52 0.1 (ough your UNIX desktop,) 425.36 256.86 B 0.52 0.1 (and af) 198 244.46 B 0.52 0.1 (fect the mouse\325s behavior in all your windows.) 226.68 244.46 B 56 573.15 194 621.33 C 56 573.15 194 621.33 R 7 X 0 K V 59.46 540.91 191.43 617.88 R V 9 9 Q 0 X -0.62 (See \322T) 59.46 611.88 P -0.62 (urning the System) 85.47 611.88 P -0.62 (W) 59.46 601.88 P -0.62 (arning Beep On and Of) 67.61 601.88 P -0.62 (f\323 on) 157.37 601.88 P -0.62 (page) 59.46 591.88 P -0.62 (39 for step-by-step) 81.94 591.88 P (instructions.) 59.46 581.88 T 0 72 612 720 C 56.5 425.61 194.5 462.63 C 56.5 425.61 194.5 462.63 R 7 X 0 K V 59.96 382.21 191.93 459.18 R V 9 9 Q 0 X -0.62 (See \322Swapping Mouse Buttons\323) 59.96 453.18 P -0.62 (on page) 59.96 443.18 P -0.62 (38 for step-by-step) 94.31 443.18 P (instructions.) 59.96 433.18 T 0 72 612 720 C 54 144 558 648 C 198 333.13 558 427.6 C 0 X 0 K %%BeginBinary: 2724 518 170 248.64 81.6 0 198.48 336.05 BEGINBITMAPBWc "j" FCO007 7"Z 3FO/7"8"j" 2FFCO+01 9" F99" C58# FE3D8#J#;#8" F17D61C1C07C0188"J% CF>0FE000C38"J#8" DF>1C70009"J1 7961E3C3C30C7C1E01830F1E799BC1D8F809"J)8% 4587E30CFE3F01E01F9FE3F9FC08#J0 DE3D61A2CE730CC66180FC30CC319C673988#J+8% D17D61B6CC330CF07F803E3FC86619E008"J&;# CF;C7C7F800738F808"J#8':# DF7194CC0E60018330081C0J*9# ;CCE731CC67381C739C73989"J. 7987E3FCFE3F00FE1F8E399863F9F9"J,8$ 476188C3C1EC7C1E007C0F0611D8F808#Jh$ DE3F60180008#J" D1FFC738"J# CFD3F008"J" FFD1EJ" G00 7% 200000007"Z 3FO/ ;"z FDO'559$Z" F8003BO'7F9$J" FBFFBFO'FF;"J" BBO'7F;$9"8"9):#;)9"8#8"9" BFF81FFC3F9F80F3FF9FFF9F9FE03FE7FFFE79E4FFFE7FF9FCCFE7FF;$;#:#8"<%9"9"@%9" BBF3CFFE679E7F9FE79FF99FCFE7FFFFFE7F7F;"C#9#J"@" BF9F3F8F1F6F0FF;5 O)BBF3F9998381FCFE0C03F070781F9F3381830F8F1C1CCE1E0FE799900C1C1E1F860E1F30CCC1E07066661FF0F0381CCE0E0C270707877F;583 CBFF87999398CFCFCE667E731331F9E7331899F8619CCCCCCE7E0399999CC4CCFCCE63FC4CC672664CFE67198CCCCE4E666731333FF;':);%9#8-8#8$ BBFF1C03819CF033339F80733999FCE7E799CCFF7F861CCCCE67300CFFE67399FE06333F7F;&9$9#9';#?%9#9# BFFFCC03390667E79F339099CCCE1C07CE1F0E1FC033FCE687FF;#<"C$;#?$?# BBF3FECFCCFFCFCF0FCFCFF37F;'8":"8"8"8$8"8":,8":# BFF3CE67398CE61F31998CCCE719CCCF3CCCCC67399CCF9F9198E433FF9084:2 F8003BF81E678081FC060E73F01338938199CF999C1E0E1E0FE03C1CCC1CCE1FCE0EE070799E1F9F90381CCE0E03270733877F9R"U"Z#T 9FF9;F3F9;$J" FBE003O%7F;$C"J" FFFFFF83EFF;":"@"J#>" FBFFFF;FFFF7F;"z" FDO'55FF;Z O( <"e"8"e$e$e" FE01807FFFC03FFFF00F<"@"8"U$U$U" FC007F3FFFBF9FFFEFE7=U"B"C"B" F8FE1FC7G" F0 A$?":"<'>$ F079CF07CFC07FFE7FFFE7CF9FFCA$>#A( E7399FFE73CF3FFCFFFFE67FA$>#B" CF993FFCF99FB#?&>'>$ 987FFF8383C1C19C1860E664309C1CC0C"@%>(<& FF39899C9C99CCCE6666667FC019CCC67FC"@$A"8#<% 7F81999FE067FFCF99CCCEB#@"8">$8"># 993F3980980CCE70980CC"?"9">#9#=# 9FF99F99FC7E7F99FCA$>#8#>'?# E739CFFE739C9C39CCCE646666CCC6A$>'=)=& F079E7FF078099C1C1C07C1CE0306730FF9C1CC0E667A$?Q#8"9# BBBD9DF6F67376F9DB36CDDBD6BB7DDE36CDEF85>+ 7EF07BBC2A3F70EE7BB8B777A3CBB61DDF72DDC3AE1DDC703E1DC2CB77EF8572E1F9*X>U FFFFFFBFFFFFF7FFFB ?$ FFFF878"9":"J" FFFFFF4FF 7j O0 Z O2 ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 34 601.6 36 624 R 7 X 1 K V 34 544 36 554 R V FMENDPAGE %%EndPage: "35" 58 %%Page: "34" 58 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (34) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (2) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 13 Q 0 X 0 K -0.84 0.13 (Status Panel Help and Status) 198 639.33 B 0 10 Q 0.52 0.1 (As you can see at the bottom of Figur) 198 618.33 B 0.52 0.1 (e) 370.46 618.33 B 0.52 0.1 (2-) 377.95 618.33 B 0.52 0.1 (5, Con\336guration Manager dialog) 386.48 618.33 B 0.52 0.1 (boxes pr) 198 605.93 B 0.52 0.1 (ovide two informative panels:) 236.76 605.93 B 7 14 Q 0.14 (\245) 198 587.53 S 1 10 Q 0.18 0.1 (Help) 210.6 587.53 B 0 F 0.18 0.1 ( is the left panel and it pr) 230.44 587.53 B 0.18 0.1 (ovides short messages r) 344.67 587.53 B 0.18 0.1 (elated to the featur) 452.31 587.53 B 0.18 0.1 (e or) 537.95 587.53 B 0.52 0.1 (function dir) 210.6 575.13 B 0.52 0.1 (ectly under the mouse pointer) 264.65 575.13 B 0.52 0.1 (. The contents of the Help panel) 401.89 575.13 B 0.52 0.1 (change as you move the pointer ar) 210.6 562.73 B 0.52 0.1 (ound a dialog box.) 369.22 562.73 B 7 14 Q 0.14 (\245) 198 544.33 S 1 10 Q 0.52 0.1 (Status) 210.6 544.33 B 0 F 0.52 0.1 ( is the right panel and it displays a message r) 237.29 544.33 B 0.52 0.1 (elated to the operation) 445.43 544.33 B 0.52 0.1 (that Con\336guration Manager is curr) 210.6 531.93 B 0.52 0.1 (ently performing, or the status of an) 370.56 531.93 B 0.35 0.1 (entry) 210.6 519.53 B 0.35 0.1 (. For example, this panel informs you when default values ar) 233.36 519.53 B 0.35 0.1 (e selected) 511.11 519.53 B 0.52 0.1 (and when a value has been modi\336ed.) 210.6 507.13 B 1 14 Q -0.88 (Entry V) 126 474.07 P -0.88 (alidation) 171.12 474.07 P 0 10 Q -0.06 0.1 (Con\336guration Manager checks, or \322validates,\323 many of the entries you make in) 198 452.73 B 0.52 0.1 (dialog boxes. This is necessary to ensur) 198 440.33 B 0.52 0.1 (e that your instr) 378.1 440.33 B 0.52 0.1 (uctions can be carried) 452.05 440.33 B 0.52 0.1 (out. A typical example of entry validation r) 198 427.93 B 0.52 0.1 (elates to a device name.) 397.01 427.93 B 0.52 0.1 (For example, to use W) 198 407.53 B 0.52 0.1 (abi diskette drive B, you must connect it to a diskette) 299.94 407.53 B 0.37 0.1 (device in your native operating system. Y) 198 395.13 B 0.37 0.1 (ou do so by selecting, in the Diskette) 387 395.13 B 0.52 0.1 (Connections dialog box, a diskette device driver path and name.) 198 382.73 B 0.52 0.1 (Once you\325ve enter) 198 362.33 B 0.52 0.1 (ed a path and name and chosen the OK button,) 281.3 362.33 B 0.52 0.1 (Con\336guration Manager examines your entry to determine whether it is valid.) 198 349.93 B -0.02 0.1 (If the entry is valid, W) 198 337.53 B -0.02 0.1 (abi softwar) 298.02 337.53 B -0.02 0.1 (e assigns the device driver you\325ve speci\336ed to) 348.41 337.53 B 0.01 0.1 (W) 198 325.13 B 0.01 0.1 (abi diskette drive B. If the entry is not valid \321 for example, if the device path) 207.18 325.13 B 0.52 0.1 (or name does not exist \321 an err) 198 312.73 B 0.52 0.1 (or message informs you of the pr) 344.84 312.73 B 0.52 0.1 (oblem.) 496.96 312.73 B 0.52 0.1 (V) 198 292.33 B 0.52 0.1 (alidation of entries occurs quickly) 204.4 292.33 B 0.52 0.1 (. If a validation err) 358.28 292.33 B 0.52 0.1 (or occurs, you can) 444.15 292.33 B 0.52 0.1 (usually r) 198 279.93 B 0.52 0.1 (ecover fr) 238.35 279.93 B 0.52 0.1 (om it by following the instr) 278.43 279.93 B 0.52 0.1 (uctions in the r) 404.48 279.93 B 0.52 0.1 (esulting err) 473.63 279.93 B 0.52 0.1 (or) 525.85 279.93 B 0.52 0.1 (message box. Y) 198 267.53 B 0.52 0.1 (ou may occasionally need to pr) 267.25 267.53 B 0.52 0.1 (ogr) 410.31 267.53 B 0.52 0.1 (ess thr) 425.39 267.53 B 0.52 0.1 (ough a series of err) 455.22 267.53 B 0.52 0.1 (or) 543.34 267.53 B 0.52 0.1 (message boxes to fully r) 198 255.13 B 0.52 0.1 (esolve an err) 308.28 255.13 B 0.52 0.1 (or) 366.76 255.13 B 0.52 0.1 (.) 375.62 255.13 B 0.52 0.1 (Each err) 198 234.73 B 0.52 0.1 (or message box pr) 235.68 234.73 B 0.52 0.1 (ovides a Help button. Choose the Help button) 319.18 234.73 B 0.46 0.1 (within an err) 198 222.33 B 0.46 0.1 (or message box to learn about the possible cause of the err) 257.58 222.33 B 0.46 0.1 (or and) 525.05 222.33 B 0.52 0.1 (how to clear the err) 198 209.93 B 0.52 0.1 (or condition.) 287.84 209.93 B 34 359 36 369 R 7 X 1 K V 34 309.4 36 331.8 R V 34 231.4 36 241.4 R V FMENDPAGE %%EndPage: "34" 57 %%Page: "33" 57 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Using Con\336guration Manager) 198 108.7 B 0 F 0.09 (33) 548.83 108.7 S 1 20 Q (2) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.52 0.1 (A dr) 198 641.33 B 0.52 0.1 (op-down list contains a series of pr) 219.07 641.33 B 0.52 0.1 (ede\336ned entries fr) 379.99 641.33 B 0.52 0.1 (om which you can) 463.1 641.33 B 0.29 0.1 (select. In many cases, such as with device names, list items ar) 198 628.93 B 0.29 0.1 (e default settings) 477.47 628.93 B 0.52 0.1 (garner) 198 616.53 B 0.52 0.1 (ed fr) 227.47 616.53 B 0.52 0.1 (om operating system \336les. In some \336elds, you must select an item) 248.98 616.53 B 0.52 0.1 (fr) 198 604.13 B 0.52 0.1 (om a dr) 205.3 604.13 B 0.52 0.1 (op-down list rather than type an entry dir) 241.19 604.13 B 0.52 0.1 (ectly in the \336eld.) 433.55 604.13 B 1 9 Q 0.09 (Figur) 198 419.1 S 0.09 (e) 218.77 419.1 S 0.09 (2-) 224.69 419.1 S 0.09 (4) 232.36 419.1 S 0 F 0.47 0.09 (Dr) 248.4 419.1 B 0.47 0.09 (op-Down List of A) 258.92 419.1 B 0.47 0.09 (vailable Settings) 335.4 419.1 B 1 13 Q -0.84 0.13 (Check Boxes) 198 388.43 B 0 10 Q 0.36 0.1 (Some dialog boxes, such as the one in Figur) 198 367.43 B 0.36 0.1 (e) 397.32 367.43 B 0.36 0.1 (2-) 404.81 367.43 B 0.36 0.1 (5, include a check box. Y) 413.33 367.43 B 0.36 0.1 (ou use) 525.04 367.43 B 0.52 0.1 (a check box to turn a function on or of) 198 355.03 B 0.52 0.1 (f. Y) 374.33 355.03 B 0.52 0.1 (ou change a check box setting by) 389.33 355.03 B 0.32 0.1 (clicking on the box or on the text adjacent to the box. An \322X\323 appears within a) 198 342.63 B 0.52 0.1 (check box when the function is on.) 198 330.23 B 1 9 Q 0.09 (Figur) 198 227.57 S 0.09 (e) 218.77 227.57 S 0.09 (2-) 224.69 227.57 S 0.09 (5) 232.36 227.57 S 0 F 0.47 0.09 (Check Box W) 248.4 227.57 B 0.47 0.09 (ithin Dialog Box) 303.24 227.57 B 54 144 558 648 C 198 433.49 558 580.4 C 0 X 0 K %%BeginBinary: 3686 397 296 190.56 142.08 0 282.69 438.32 BEGINBITMAPBWc 7j" O!7F 7"Z" 0FMF07"9j" 0BJ10 9# FE7F9" F19" 8F8#E#9#8" FC5F01FC01F0068#F"8' F3DFFE1803F80030C68"G"9#8" F787071CC09"F. DE830F0DBC060C3C79E66F0763E09"G'8% D11F8FBC07807E7F8FE7F09"F. 8F8739CE1803F0C330C6719CE6308#F(8% F45FFE30CC1800F8FF619867808#F":";# F3DFFC1C63E08"G"9$:# F780060CC06070J"8$9$ 539071CE79CE6309"G- DE1F8C1C03F87E38E6618FE7F09#F- D1FF0F0C0C01F03C1866618763E09"Eg# 8F60008#J# F47F:1CE08#J# F3FF:0FC08"J# FF;0780J# >0000 7% 080000007"Z" 0FMF0 J"h" ?FE1FJ"X" ?FDCFF"g"E" F07F8FF"T$ F7EFFFFEJ" $ CCE633FFF7CE739CFCC3C07CF9CE67A%8&E$ F01CE6739F27CC78F3F3E64FA#;"J" F3FCE741FJ";$@" 430EC00043FJ$@" :EF803C1FB%:"<#@" FE0E793F84E0FC4FAP8">"A" 27FB67A#:%<"?$ E003CE739CCCFFF9CE73A#:$<$>$ FFFFE0F83CEC0000FC1E79GP:$>$ EFFFFCFFFFFF J$ :E80000J";h" :E00FF"e:" F0FCFZ"C" /FE1FJZ ?/ J"h" ?FE1FJ"X" ?FDCFJ" M8F F"g" F07FF"T$ F7EFFFFEJ" "8" 7F9183EC00043980>#:"8#=$="9" C8CC73C189EF803CF99F<.>#<#8# 03C060E07E7E6033073FF7F999E0FCFE739C9C;VA"=' FBFF078099C1C1;$?"?">Q FC007F99FF;$?%;$<# FFFFFFC3C3C3C3EC0000F800G%;$<# FFFFFFFFEFFFFCFFFFJh" @0FJ$8" :E80000FCJ":"C" :E0FE1FF"e:Z F0/F"W F7 F% F61E1E1FF% F4CCCCCFF" F7 G" 1CG" CC F" F4="9$8% 80FC073FF61E1E1F=$8#8% 9E7FF9F3F3F7FFFFFF=# 9F3F>$8$ 3830C121873F>) 33999CFC073333FF>( 3819C0FCF3333F>$9" 33999C87D'A"h" F3FFF61E1E1FFE1F=#;'A"X" 9E7333FFF4CCCCCFFDCF=,J" 80F80CC07C0739873FF4FC;8F=T >#=" E0071C>#=" FFFF4CG" CC J$8" C80FFFCCFF%E$8" F61E1E1F9E7FF9CCF%E# F7FFFFFF9F3FJ' D3830C1CCC861J' D33999CCCCCCCJ"8" FC0CFJ$8" D30199CE1J#9" D33F9FCG%D( 3E1E1E1F9E73999CC8CCCCF&D( F43CCCCCCF80F839C060CE61F"HR F7G"G# 3F000FH"F# 9CFFFFH"Ch" 3C0FG#B" 3E7CFC@"8"9#B"C" 809F3CFCFE1F@%GZ 9E7FFFF9/@#<$ 9F3F0E1E1FA+ 3070903C9FF7FFFFFFFF@' 9E6731993CFF@&F"h" 80F0339999FE1F@#I"X" 9FE7FDCFD"J" C3>8F A+ F0139CE79FF61FCE1E1F@, FFFFFFFFE7FFF4CF8CCCCFB$9" E07FCF0CB& FFFF1FFFF7D"8#E# FF9E4CFC1FG#E#;" 3CCCF9CF3FF$E# F67C0CF3E7F$F( F4FFCCFE0E0E0F07821FJ( CFCE6262673393FG%F% 0FCE1E1F6666733FF&H" F7FFFFFFFF03J"9" CE47FJ#9# BF9CC7339J* BFC1E0E666707839333JT BJ# DFC01G%E# CE1E1E1FFFFFG%Ah" 8CCCCCCF0FG"C" 0CFCJ"C" ?FE1FF$BZ F64E1C/F$ F4CCCCG" 0C=#8$8# E07FFC073FF7CC=#9# CF33F3F3G% CE1E1E1F>$8) E1838121873FF7FFFFFFFF=* E1F3398CFC073333FF=) FC73399CFCF3333F=#;$g FF3387FFF0="<" CFF3@"9" 8C33=/ E0798381FC0739873FF1E1E1E1E0=%P& FFFFFF9FF333333330=#?" 800F03=# FFFF@"<# FF73E3F$ F1F3B3F$ F03333 F" F3F& F1E1E1E1E0F&@"h" F000000000FE1FJ"X" ?FDCFJ" M8FF"W F7 G& 3E1E1E1E1FF' F43CCCCCCCCFF"H% F7FE7CFFE7H" CFH# 8F9C:#9":"8$G$ F009C1F93E0F3CE0E607:#9"8":$F% F3F99CE73FCE7C00CE6633?#=#F"8" 3E7FCCFC7C73<-I" C1999F3FE0E0C218399FF73CC0:$9-E# F0199CCE62663399FFF73E1C0E1E1FCFE6:&8$9PE$ F3F99CC03F666673CE6633J& EE0E607333F?#J( 3E4E8FFFFFFFE7FFFFF=%;"g<$ E67F9CCEF0FC003F<"85<$ C14C1E0E67278399FF7C9CE667E7F939CCCFFEFE0FCFFFFFF:W#:":":h" F79C39FB0F:#A#8#:"9" E0073E4E7E7CFFFC:#B'8$8"C" FFFF60E67CFE7CC1EC0000FE1FG%P$8Z FFFFFFFCEFFFFC/ J";$ 4FFE80000J" :E0F"e F0FY 8"j#j F8403FE58"Z"Z FB5FE5 9$8"8"C&8" C1FFDFDFFDE07FFDFFFEFE9"9"<"@$8" BEF77FEFBFFBDFJ" :DF9-A* BFE1DC3C23D1E1DDC5F58630DC3187768EFB0EDDC39.@* C7DEDBDBD7CEDEDDB9F37B6F7FDBDB7B76DEFAF6DDBD9"9(D& F9F7DEE0DDBDF7838376DF77069%8"9#A$8% FEC0D81BDE7B60D81B7B76F6DD819%=#@#9"8" BEDFDBFB6FFFDBFBAEBF:)9"@%9# DEDBDBD7CEDED9B97FBBDB7B66D9BD9.?+ C1E1DC3C3BD1E165C5F785B0FFE07C3B8596EFDF0AE5C39W@U 8"J" FF5FF 7j O! 7Z O" ENDBITMAP %%EndBinary 206 465.51 260 497.51 R 7 X V 9 9 Q 0 X (Drop-down) 206 491.51 T 0.56 (list displaying) 206 480.51 P (settings) 206 469.51 T 261 481.76 348 481.76 2 L 0.5 H 2 Z N 54 144 558 648 C 0 72 612 720 C 54 144 558 648 C 198 241.97 558 326.9 C 198.73 282.28 267.23 302.78 R 7 X 0 K V 9 9 Q 0 X 1.78 (\322X\323 indicates the) 198.73 296.78 P (function is on.) 198.73 285.78 T %%BeginBinary: 2596 461 164 221.28 78.72 0 289.54 244.34 BEGINBITMAPBWc "j F8O* 7"Z" 7FO(E07"8"j" 5FF8O%20 9" F39" 8B8# FC7B8#I":$9" E2FB3E01803EC08"J"<% 9E47F7F0006188"J#;#8" BE4E380E380009"I0 F3C1878619BC1F80C1878F3CCDE0EC7C9"I0 8BF00FC619FE3F80F00FCF3CCFF1FCFE8#I0 BC7B7E1CE619C673807E186618CE339CC68#I0 A2FB1F1866198661801F1FE618CC330CF08"J#;#;" 9E40398039F7C8"J"<$:" BE4C1C198060EJ+9# 7E39CE639867380E39CE69CC69"I0 F37F0FC7F9863F807F0FC71CCC31FCFE9"I0 8F3E0783D9861D803E07830CCC30EC7C8#Ih# BC7F0C008#J# A3FF?039C8"J# 9F@01F88"J# FF@00F0J" D00 7% 400000007"Z" 7FO(E0 <"z" FDJ557F:$Z" F8003BJBF:$J" F9FF3FJFF:$J" FAFEBBJBF:%8'8"8#:"8&9"8#8"9" FB7DBF00E7F3FFF3CF3F9FC07FF33CF27FFF3FFCFE67F3FF;$@"8#:"9#?"8"9" BBBB3FFFCF3FE7F3FF7F3FBF;#J#?" D7BF?F87FFF;5 MEFBB3FC1E0E07383F986707083983C0FCF383C1C0F0FC3070F986660F03833330FF8781C0E670706138383C3BF;)8083 D7BF01C4CE63333967318998998FC07399CC6667E6731F626633933267F338CC6666727333398999FF;'8+8#818$ BBBB3FCCE067FC30F033999999CFCF33E67F3FC30E66673398067FF339CCE6667F03999FBF;#8"8"8"<&?%9#9# 7DBFCE01E730180CE70F070FE0197E73C3FF:$;"?&@$># FAFEBB3F33F9FCE7E7E7E799F9BF:$9&;"8%9/:# F9FF3F633339FE798F99CC6667E79E6666339CCE67CFC8CC66667299FF:*8#8+:&8+ F8003B00CCE0207383F0139C0FC0783C1C0F0FE70770383CCF0F1C0E670701938399C3BF:Z&Y#T 0CFFFFFFFFCF9FC<$J" FA003FHBF<$@#J" FFFFFFFC1F" FBFFFFFFFFFFBF<"z" FDJ557F#?":"<'=% 079C83E7C07FFE7FFFE7FE7CFFE7=$?"A( FE739939CF3FFCFFFFE67F=$>#B" FCF993FE7C9F?"?&>'>$ 877FC1C1E0E09C1860E66430E0E607?"@&=(<% 8F9CC4CE4E6799CCCE6666667F00CE6633?"@%@"8#<"8" 87C0CCCFCEE067FF7C73?"@"8">$8">" 939CC0980CCE70C0?"?"9#=#9#=# 997CCFE799FC7E7FCFE6=$>#8$='>$ FE739CFF39CE4E6739CCCE646666CE6633=%>'<)=& FF079E7F83C04CE0E0E7C07C1CE0306730FFE0E607333F>$>Q"@' DDFFDFFFBBEFFEFFFFB7J" >F795>) 4FE9E1D1DC3DC5B8F0E8EE1F7761D53B4F17D1E1D0C61DDA3BEC3B77085=+ 5DC0E6DECEDBDDB9B76F676DEF775ECCDB36E7CEDEDF6F6DEDDB7BEBDB76F7F8%9-A"8# DDFEEE0DDB7F06F6DEFAAE0DDDB76F7DE0DDC1:.:#>#9$ EDEDED81BBDB8EF6F6C0FAADEDEC0D06DEBDB760="8"8"=#>"9"8# BFF6DFEDFDFEEB6FFF;,9%=%9$ ECEDBDBB9B76F676DEFDDD6E7CEDEDEEF6DED9B66F7F808%<, DC06EE151DC37C5B8F0A8EE1FDDE15717D1E1DB81F0EE165BBF7C2B970FF8"P"V%;"T DF7F7FFFFFFFBF >"@# FFF0FF8"F"?" FFFFFF 7j O* Z O+ ENDBITMAP %%EndBinary 267.73 293.28 301.73 293.28 2 L 0.4 H 2 Z N 54 144 558 648 C 0 72 612 720 C 34 625.6 36 648 R 7 X 1 K V FMENDPAGE %%EndPage: "33" 56 %%Page: "32" 56 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (32) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (2) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 13 Q 0 X 0 K 0.13 (Buttons) 198 639.33 S 0 10 Q 0.52 0.1 (Most Con\336guration Manager dialog boxes pr) 198 618.33 B 0.52 0.1 (ovide the following four buttons:) 404.41 618.33 B 7 14 Q 0.14 (\245) 198 599.93 S 1 10 Q 0.52 0.1 (OK) 210.6 599.93 B 0 F 0.52 0.1 ( \320 Choose this button to accept and save curr) 225.24 599.93 B 0.52 0.1 (ent dialog box settings. In) 431.72 599.93 B 0.52 0.1 (some cases, the W) 210.6 587.53 B 0.52 0.1 (abi pr) 292.8 587.53 B 0.52 0.1 (ogram validates \050double-checks\051 a setting for) 319.62 587.53 B 0.52 0.1 (corr) 210.6 575.13 B 0.52 0.1 (ectness. A typical example is a device driver name. When you choose) 228.61 575.13 B 0.52 0.1 (OK, a dialog box closes.) 210.6 562.73 B 7 14 Q 0.14 (\245) 198 544.33 S 1 10 Q 0.33 0.1 (Cancel) 210.6 544.33 B 0 F 0.33 0.1 ( \320 Choose this button to close a dialog box without changing settings.) 238.6 544.33 B 0.16 0.1 (Use Cancel to close a dialog box when you examine settings, but don\325t want) 210.6 531.93 B 0.52 0.1 (to change them, or when you make changes but decide not to save them.) 210.6 519.53 B 7 14 Q 0.14 (\245) 198 501.13 S 1 10 Q 0.52 0.1 (Defaults) 210.6 501.13 B 0 F 0.52 0.1 ( \320 Choose this button to r) 245.83 501.13 B 0.52 0.1 (estor) 362.43 501.13 B 0.52 0.1 (e default dialog box settings. Default) 384.43 501.13 B 0.52 0.1 (settings supplied with the W) 210.6 488.73 B 0.52 0.1 (abi pr) 341.78 488.73 B 0.52 0.1 (ogram will work in most situations. The) 368.6 488.73 B 0.52 0.1 (W) 210.6 476.33 B 0.52 0.1 (abi pr) 219.77 476.33 B 0.52 0.1 (ogram\325s default settings depend on the operating system you use.) 246.6 476.33 B 7 14 Q 0.14 (\245) 198 457.93 S 1 10 Q 0.52 0.1 (Help) 210.6 457.93 B 0 F 0.52 0.1 ( \320 Choose this button to start the on-line help system and to display a) 230.44 457.93 B 0.32 0.1 (context-sensitive help topic scr) 210.6 445.53 B 0.32 0.1 (een. Links to r) 350.39 445.53 B 0.32 0.1 (elated help topics ar) 415.36 445.53 B 0.32 0.1 (e included) 507.37 445.53 B 0.52 0.1 (wher) 210.6 433.13 B 0.52 0.1 (e applicable.) 233.71 433.13 B 1 13 Q -0.84 0.13 (Setting Fields) 198 400.73 B 0 10 Q 0.02 0.1 (Most Con\336guration Manager dialog boxes include setting \336elds. A setting \336eld) 198 379.73 B 0.52 0.1 (displays the curr) 198 367.33 B 0.52 0.1 (ent setting, which can be text or a series of numbers. For) 274.74 367.33 B 0.52 0.1 (example, a typical text setting is a device name, such as the name of a printer) 198 354.93 B 0.52 0.1 (.) 551.99 354.93 B 0.52 0.1 (A typical numeric setting is a baud rate associated with a COM port. In most) 198 342.53 B 0.52 0.1 (setting \336elds, you select a setting fr) 198 330.13 B 0.52 0.1 (om a list of items.) 359.69 330.13 B 0.23 0.1 (In some setting \336elds, you can enter text or numbers by clicking on the \336eld to) 198 309.73 B 0.52 0.1 (activate it. Once a \336eld is active, a blinking cursor appears within the \336eld.) 198 297.33 B 0.52 0.1 (After typing a setting, choose OK or pr) 198 284.93 B 0.52 0.1 (ess Enter to stor) 377.03 284.93 B 0.52 0.1 (e the setting.) 450.4 284.93 B 1 13 Q -0.84 0.13 (Dr) 198 252.53 B -0.84 0.13 (op-Down Lists) 213.18 252.53 B 0 10 Q 0.52 0.1 (Many Con\336guration Manager dialog box setting \336elds incorporate a dr) 198 231.53 B 0.52 0.1 (op-) 523.5 231.53 B 0.52 0.1 (down list, such as the one shown in Figur) 198 219.13 B 0.52 0.1 (e) 389.65 219.13 B 0.52 0.1 (2-) 397.14 219.13 B 0.52 0.1 (4. Y) 405.67 219.13 B 0.52 0.1 (ou open a dr) 422.33 219.13 B 0.52 0.1 (op-down list by) 481 219.13 B 0.52 0.1 (clicking on the down-arr) 198 206.73 B 0.52 0.1 (ow to the right of the \336eld, or by activating the list) 310.88 206.73 B 0.52 0.1 (and pr) 198 194.33 B 0.52 0.1 (essing the down-arr) 228.31 194.33 B 0.52 0.1 (ow key) 319.41 194.33 B 0.52 0.1 (.) 351.62 194.33 B 34 596.6 36 606.6 R 7 X 1 K V 34 541 36 581.8 R V 34 497.8 36 507.8 R V 34 454.6 36 464.6 R V 34 326.8 36 336.8 R V 34 281.6 36 291.6 R V 34 191 36 213.4 R V FMENDPAGE %%EndPage: "32" 55 %%Page: "31" 55 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Using Con\336guration Manager) 198 108.7 B 0 F 0.09 (31) 548.83 108.7 S 1 20 Q (2) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (Dialog Boxes) 126 638.67 P 0 10 Q 0.52 0.1 (Y) 198 617.33 B 0.52 0.1 (ou work with all Con\336guration Manager functions thr) 203.85 617.33 B 0.52 0.1 (ough dialog boxes.) 452.05 617.33 B 0.52 0.1 (Each function has a box or set of boxes. Figur) 198 604.93 B 0.52 0.1 (e) 406.32 604.93 B 0.52 0.1 (2-) 413.8 604.93 B 0.52 0.1 (3 shows a typical dialog box.) 422.33 604.93 B 1 9 Q 0.09 (Figur) 198 420.09 S 0.09 (e) 218.77 420.09 S 0.09 (2-) 224.69 420.09 S 0.09 (3) 232.36 420.09 S 0 F 0.47 0.09 (Con\336guration Manager Dialog Box Elements) 248.4 420.09 B 0 10 Q 0.52 0.1 (Dialog boxes include one or mor) 198 395.42 B 0.52 0.1 (e of the following elements:) 347.43 395.42 B 7 14 Q 0.14 (\245) 198 377.02 S 1 10 Q 0.52 0.1 (Buttons) 210.6 377.02 B 0 F 0.52 0.1 ( \320 Y) 243.5 377.02 B 0.52 0.1 (ou choose to initiate an action.) 260.68 377.02 B 7 14 Q 0.14 (\245) 198 358.62 S 1 10 Q 0.52 0.1 (Setting \336eld) 210.6 358.62 B 0 F 0.52 0.1 ( \320 Displays a parameter) 261.19 358.62 B 0.52 0.1 (\325s curr) 370.44 358.62 B 0.52 0.1 (ent setting.) 399.36 358.62 B 7 14 Q 0.14 (\245) 198 340.22 S 1 10 Q 0.43 0.1 (Dr) 210.6 340.22 B 0.43 0.1 (op-down lists) 222.28 340.22 B 0 F 0.43 0.1 ( \320 Indicated by an arr) 278.15 340.22 B 0.43 0.1 (ow next to an entry \336eld. Y) 376.4 340.22 B 0.43 0.1 (ou open the) 500.49 340.22 B 0.52 0.1 (list, then select an item in the list.) 210.6 327.82 B 7 14 Q 0.14 (\245) 198 309.42 S 1 10 Q 0.52 0.1 (Check boxes) 210.6 309.42 B 0 F 0.52 0.1 ( \320 Y) 260.61 309.42 B 0.52 0.1 (ou select to turn a featur) 277.79 309.42 B 0.52 0.1 (e on or of) 390.31 309.42 B 0.52 0.1 (f.) 434.44 309.42 B 7 14 Q 0.14 (\245) 198 291.02 S 1 10 Q 0.52 0.1 (Status panel) 210.6 291.02 B 0 F 0.52 0.1 ( \320 Displays curr) 262.57 291.02 B 0.52 0.1 (ent status for the dialog box element dir) 334.99 291.02 B 0.52 0.1 (ectly) 518.72 291.02 B 0.52 0.1 (under the mouse pointer) 210.6 278.62 B 0.52 0.1 (.) 323.28 278.62 B 7 14 Q 0.14 (\245) 198 260.22 S 1 10 Q 0.52 0.1 (Status panel help) 210.6 260.22 B 0 F 0.52 0.1 ( \320 Displays a help tip for the dialog box element dir) 282.75 260.22 B 0.52 0.1 (ectly) 520.15 260.22 B 0.52 0.1 (under the mouse pointer) 210.6 247.82 B 0.52 0.1 (.) 323.28 247.82 B 54 144 558 648 C 198 434.49 558 581.2 C 0 X 0 K %%BeginBinary: 3644 400 292 192 140.16 0 285.13 438.03 BEGINBITMAPBWc 7"j" 80O 3F 7"Z" 87MF87"9"j" 8580I08 :" 3F9# F8BF9" C78#F":"8" FE2FFEF8038#F"8' F9EFFF0C01FC0018638"G#8#8" FBC380038E60:"E. 3FC18786DE03061E3CF33783B1F09#F#8#8% E8BF8FC7C03F3FC7F3F89"F. C7C39CE70C01F861986338CE73188#F(8% FA2FFF18660C007C7F30CC33C08#F":";# F9EFFE0E31F08"G"9%9# FBC0030660183038J#8$8$ 51CE68E7398CE7318:"F- 3F0FC60E01FC3F1C7330C7F3F89#F- E8FF07860600F81E0C3330C3B1F09"Ff# C730008#J# FA3F:0E708#J# F9FF:07E08"J# FF;03C0J# >0000 7& 84000000007"Z" 87MF8 Jh" @0FJ"X" ?FEE7F"g"E" F83FC7F"T$ FBF7FFFFF"t$ FAAA37FFFEA#9"d" F80FFBB7A'?" F9E7FFF9FFFA37B"9"?" F3FBB7C*:"@$ 07009FFA0F83E1818637FE0F39B+:$>$ E67319FFFB18C631819EB7E03EFCE733A,:"@$ F80E7339FFFA306C19C38637F9F327A#9$="B" F9FEFB300CB70FF"9";$@" FAE73600021FF"?$@" FBB7C01E0FB&9";$@" FF073C9FFABD37F07E27AP$=$@" FB306CB7FDFE33A#9&;#?$ F001FA18C6319937FFFCE739A#9%<$>$ FFFFFB0F83E1B60000FE0F3CF"`:$>$ FA37FFFEFFFFFFGt AAGd$ 340000F"T";"g" FBF08007F"e;" F800FZC" 00FJY @ Jh" @0FJ"X" ?FEE7J" MC7 F"g" F83FF"T$ FBF7FFFFJ" "8" 3FC8C1F600029CC0>#:"8#=$="9# 646639E0C4F7C01E7CCFE7<.>#<#8$ 01E030703F3F3019839FFBFCCCF07EFF39CE4E67Q FE003FCCFF;$?%;$<$ FFFFFFE1E1E1E1F60000FC007FG%;$<$ FFFFFFFFF7FFFEFFFFFFJ"g" @8007J$9" :F4000000J":"C" :F0FF0FF"e;Y F8FY F"g" F83FF"T$ FBF7FFFFJ" " 9F>$8& 9C186090C39FFBE1>+?# 99CCCE7E039999FFFBCCE03E>( 9C0CE07E79999F>$9" 99CCCEC3D"8">$9h" F9E1F600020F>";"8">$8"X" 3999CCF7C01EFEE7=*A#F" C07C06603E039CC39FF07EC7=TA# FDFE>#G" F003FF>#=">$ FFFFE1F60000G">$ FFF7FFFE J$<' :F40000C07FFE7FFFE7J">( :F0CF3FFCFFFFE67FF"e?" F89FFY<' 9C1860E66430J( D99CCCE6666667FJ"8# FE067FFJ$8" D980CCE70J#9# D99FC7E7FJ' D39CCCE646666J) CC07C1CE0306730FFJR CJ# C8007F"g";# F83FFFFFF"T$9"g" FBF7FFFF8007J"9" ( :F0FF07070783C10FF"e>( F8FE731313399C9FFY=% 3333399FJ" G01J"9" CF23FJ#9# BFCE6399CJ$8% BFE0F0783C1C999JT BJ# DFE00J# DFFFFJ"g" @8007J" @00J"C" ?FF0FF"g"8Y F83FF"T$ FBF7FFFFJ" $8& F0C1C090C39FFBF3=,?# F0F99CC67E039999FFFBC3E03E=)8" FE399CCE7E79999FF3=#;" FF99C3="<"A$ E7F9F60002@"9"A$ C699F7C01E=*A# F03CC1C0FE039CC39FF07E=%PA# FFFFFFCFFDFE=#H" C007FF=#G$ FFFFF60000@"<">$ FFFFF7FFFE J$ :F40000J" :F0F"e F8FY Jh" @0FJ"X" ?FEE7J" MC7 F"g"<$ F83F3E7FF3F"T$ FBF7FFFFJ" &># F80CCE4CE7313319CCFFE67FF7E03E67F3:&8$9#9#D# F9FCCE601F333339CE7F9CFF3319G*A& E4F0707F9FC9E0C03F707303999F@"<-=' 27F1E7313F9FE3CE667FF60002FFFFFF3FFFFF=%>"<$<$ 733FCE6733F7C01EFE001F<-9#:#<$ E0F33FE0F073393C1CCFFBE43FC9F07EFFFFFF:W$9":#9"g" FBCE679CFDFE8007:#A#9#9":" F0039F273E4EFF00:#B,8"C" FFFF30733E7F3E60E67FF60000FF0FG-9Y FFFFFFFE7FFFFFFFFFF7FFFE J#:$ 4FFFFF40000J" :F0F"e F8FY 8"j#j" FC401FF57F8"Z"Z FD67F5 9$ E0FFEF9#8":" DF7FFBDF :* F0EE1E11F0FD1E1D0F9+ E3EF6DEDEBEF7CEDECDF9"9& FCFBF07DEDED9' FF606C0DFBEF9% DF6FEDFD;& 6DEDEBEF7C9+ E0F0EE1E1DF0BD1E1DEF9Q% FDFFFFFF 8"<"E" FFFFFF 7"j 80O 7Z O" ENDBITMAP %%EndBinary 209.59 538.74 263.59 548.74 R 7 X V 9 9 Q 0 X (Setting field) 209.59 542.74 T 261 545.44 322.59 545.44 2 L 0.4 H 2 Z N 207.24 438.38 261.24 458.88 R 7 X V 0 X (Status panel) 207.24 452.88 T (help) 207.24 441.88 T 498.81 442.88 552.81 452.88 R 7 X V 0 X (Status panel) 498.81 446.88 T 496.31 449.63 464.81 449.63 2 L N 509 497.32 563 505.82 R 7 X V 0 X (Buttons) 509 499.82 T 508.5 505.82 461.43 546.05 2 L N 508 495.82 462.86 473.19 2 L N 261.24 450.13 291.74 450.13 2 L N 54 144 558 648 C 0 72 612 720 C 34 324.49 36 346.89 R 7 X 1 K V 34 287.69 36 297.69 R V 34 256.89 36 266.89 R V FMENDPAGE %%EndPage: "31" 54 %%Page: "30" 54 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (30) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (2) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.31 0.1 (Using an accelerator key is easy) 198 641.33 B 0.31 0.1 (. Y) 341.82 641.33 B 0.31 0.1 (ou type the key sequence r) 353.17 641.33 B 0.31 0.1 (equir) 474.89 641.33 B 0.31 0.1 (ed to choose) 498.48 641.33 B 0.52 0.1 (a function. For example, when the Con\336guration Manager window is open,) 198 628.93 B 0.52 0.1 (you can choose the Printers function by sequentially pr) 198 616.53 B 0.52 0.1 (essing Alt, s, r) 450.63 616.53 B 0.52 0.1 (. Y) 515.22 616.53 B 0.52 0.1 (ou) 526.78 616.53 B -0.01 0.1 (pr) 198 604.13 B -0.01 0.1 (ess Alt, s to activate the menu bar and open the Options menu. Y) 207.98 604.13 B -0.01 0.1 (ou pr) 499.48 604.13 B -0.01 0.1 (ess r to) 523.72 604.13 B 0.52 0.1 (choose the Printers menu item.) 198 591.73 B 0.52 0.1 (Y) 198 571.33 B 0.52 0.1 (ou can also choose menu items by using the arr) 203.85 571.33 B 0.52 0.1 (ow keys. In this case, you) 421.82 571.33 B 0.52 0.1 (pr) 198 558.93 B 0.52 0.1 (ess Alt to activate the menu bar) 207.98 558.93 B 0.52 0.1 (. Next, use the right- and left-arr) 352.55 558.93 B 0.52 0.1 (ow keys to) 501.63 558.93 B 0.52 0.1 (select a menu. When you pr) 198 546.53 B 0.52 0.1 (ess Enter) 326.29 546.53 B 0.52 0.1 (, the menu opens. Now you use the up-) 366.65 546.53 B 0.2 0.1 (and down-arr) 198 534.13 B 0.2 0.1 (ow keys to highlight the item you want, and pr) 260.57 534.13 B 0.2 0.1 (ess Enter to select) 474.91 534.13 B 0.1 (it.) 198 521.73 S 0.52 0.1 (Y) 198 501.33 B 0.52 0.1 (ou can close the Options menu by pr) 203.85 501.33 B 0.52 0.1 (essing the Alt key alone. Y) 372.75 501.33 B 0.52 0.1 (ou can exit) 494.01 501.33 B 0.52 0.1 (Con\336guration Manager by simultaneously pr) 198 488.93 B 0.52 0.1 (essing Alt and F4.) 404.92 488.93 B 1 13 Q -0.84 0.13 (Accelerator Keys W) 198 456.53 B -0.84 0.13 (ithin Dialog Boxes) 302.01 456.53 B 0 10 Q 0.52 0.1 (Most elements in Con\336guration Manager) 198 435.53 B 0.52 0.1 (\325s dialog boxes also include an) 386.99 435.53 B 0.03 0.1 (underlined letter) 198 423.13 B 0.03 0.1 (, which r) 273.65 423.13 B 0.03 0.1 (epr) 313.2 423.13 B 0.03 0.1 (esents an accelerator key) 328.06 423.13 B 0.03 0.1 (. W) 438.85 423.13 B 0.03 0.1 (ithin a dialog box, you) 453.62 423.13 B 0.52 0.1 (can use the Alt key and underlined characters to access particular dialog box) 198 410.73 B 0.52 0.1 (elements. Y) 198 398.33 B 0.52 0.1 (ou can also use the T) 249.77 398.33 B 0.52 0.1 (ab key to activate each dialog box element) 345.42 398.33 B 0.2 0.1 (sequentially) 198 385.93 B 0.2 0.1 (. When an element is activated, it appears highlighted. If you pr) 251.88 385.93 B 0.2 0.1 (ess) 541.64 385.93 B 0.04 0.1 (Enter when a button is highlighted, the r) 198 373.53 B 0.04 0.1 (esult is the same as clicking the button) 381.58 373.53 B 0.52 0.1 (with the mouse.) 198 361.13 B 34 568 36 578 R 7 X 1 K V 34 370.2 36 380.2 R V FMENDPAGE %%EndPage: "30" 53 %%Page: "29" 53 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Using Con\336guration Manager) 198 108.7 B 0 F 0.09 (29) 548.83 108.7 S 1 20 Q (2) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (Con\336guration Manager Menus) 126 638.67 P 0 10 Q 0.52 0.1 (Con\336guration Manager pr) 198 617.33 B 0.52 0.1 (ovides two menus:) 318.04 617.33 B 7 14 Q 0.14 (\245) 198 598.93 S 1 10 Q 0.52 0.1 (Options) 210.6 598.93 B 0 F 0.52 0.1 ( \320 Contains a menu item for each Con\336guration Manager function) 244.06 598.93 B 0.2 0.1 (r) 210.6 586.53 B 0.2 0.1 (epr) 214.47 586.53 B 0.2 0.1 (esented by an icon. Double-clicking an icon or choosing a function fr) 229.33 586.53 B 0.2 0.1 (om) 540.72 586.53 B 0.52 0.1 (the menu opens a dialog box associated with the function. An additional) 210.6 574.13 B 0.52 0.1 (menu choice,) 210.6 561.73 B 1 F 0.52 0.1 (Exit) 273.73 561.73 B 0 F 0.52 0.1 (, allows you to exit fr) 291.35 561.73 B 0.52 0.1 (om Con\336guration Manager) 389.04 561.73 B 0.52 0.1 (.) 512.85 561.73 B 7 14 Q 0.14 (\245) 198 543.33 S 1 10 Q 0.52 0.1 (Help) 210.6 543.33 B 0 F 0.52 0.1 ( \320 Pr) 230.44 543.33 B 0.52 0.1 (ovides several ways for you to access and use the Con\336guration) 251.78 543.33 B 0.52 0.1 (Manager Help system. Fr) 210.6 530.93 B 0.52 0.1 (om the Help menu, you can view a Help table of) 326.26 530.93 B 0.52 0.1 (contents, locate a speci\336c topic, or view instr) 210.6 518.53 B 0.52 0.1 (uctions on using Help.) 415.44 518.53 B 1 14 Q -0.88 (Accelerator Keys) 126 485.47 P 0 10 Q 0.52 0.1 (Con\336guration Manager incorporates accelerator keys to speed operations.) 198 464.13 B 0.49 0.1 (Once you ar) 198 451.73 B 0.49 0.1 (e familiar with a menu and its contents, you can access a function) 253.77 451.73 B 0.52 0.1 (dir) 198 439.33 B 0.52 0.1 (ectly fr) 211.08 439.33 B 0.52 0.1 (om the keyboar) 242.95 439.33 B 0.52 0.1 (d by sequentially pr) 314.18 439.33 B 0.52 0.1 (essing a combination of keys) 405.99 439.33 B 0.19 0.1 (whenever the Con\336guration Manager window is open. Experienced users may) 198 426.93 B 0.01 0.1 (\336nd this technique faster than selecting items by pointing and clicking with the) 198 414.53 B 0.1 (mouse.) 198 402.13 S 0.52 0.1 (Each Con\336guration Manager menu item includes an underlined letter) 198 381.73 B 0.52 0.1 (. This) 516.64 381.73 B 0.12 0.1 (letter r) 198 369.33 B 0.12 0.1 (epr) 228.13 369.33 B 0.12 0.1 (esents the accelerator key for that item. Figur) 242.99 369.33 B 0.12 0.1 (e) 447.03 369.33 B 0.12 0.1 (2-) 454.52 369.33 B 0.12 0.1 (2 shows the Options) 463.04 369.33 B 0.52 0.1 (menu and its accelerator keys.) 198 356.93 B 1 9 Q 0.09 (Figur) 198 160.13 S 0.09 (e) 218.77 160.13 S 0.09 (2-) 224.69 160.13 S 0.09 (2) 232.36 160.13 S 0 F 0.47 0.09 (Options Menu Items and Associated Accelerator Keys) 248.4 160.13 B 53.5 384.91 191.5 429.43 C 53.5 384.91 191.5 429.43 R 7 X 0 K V 56.96 349.01 188.93 425.98 R V 9 9 Q 0 X -0.62 (See \322Using Accelerator Keys\323 on) 56.96 419.98 P -0.62 (page) 56.96 409.98 P -0.62 (40 for a list of accelerator) 79.44 409.98 P (keys.) 56.96 399.98 T 0 72 612 720 C 54 144 558 648 C 198 174.53 558 333.2 C 200 240.2 284 284.7 R 7 X 0 K V 9 9 Q 0 X (An underlined letter) 200 278.7 T (in a menu item) 200 267.7 T -0.31 (identifies a keyboard) 200 256.7 P (accelerator.) 200 245.7 T 286.5 285.8 324 297.2 2 L 0.5 H 2 Z N 285.5 238.3 328 194.67 2 L N %%BeginBinary: 3488 329 307 157.92 147.36 0 329.08 180.76 BEGINBITMAPBWc 7"j" 80D077%J% BFFFFFF0>3FFFFFE7J" FC7 9" E79" 178# F8F78"<"9";"8$ C53ECC600383808"<"8";" 3D7F010C8"<#8";" 7DE38080009";5 E76C18786F3CC3B30CD9F1E61E1BC03C78F8DE1F0761E369":/8(<" 1701C00FC7FBCC7F30CFBF9E63F1FE9FCFF3F8FE3F3E7F8#;5 78F76801CE7198CE730CE318C6739C6034598CE3319CE61B88"=#82 451866C330CC038C661986036D81CC3039867FB08"<"="<%>" 3DC01F8FCC31F9F88";$<";);# 7D00C19839299CCC3399866030FFFF?$8(8#8% E39CE6E731CC318C6739399819CE73B09";$8(9"8% E77F0FC67F3FCC3F8E63F19FF8FE3F309";$8(8( 1F3E07863B1ECC1DC661E1118EEC31DC761E8#;`"h$ 78FF030600008"A"B# 47E701CE8"A"B# 3F7E00FC8"A"C" FF3C78D"C" 0000J% C20000007J" C007% 80000000A"Z" 03:F7 9"8"<% 7C18CFCFFE7F9$ FE00038#8" 01C7009):$ 831B8798786F0F800E723F8*8& 03839FC798FC7F9FC0C00E06701F9(:% 019CE319CE71980CF2718F:(8& 98631986619E00CFCC0273CF9";# 838F808$:#:" 01831881C0FE9(;$ C71CE319CE619862718F8):% 00FE1FC398FC619FCE06701F9)9% 7C1B819878618F80CF0E723F9#a8& 0018FFFFFFF3FF?#8# 3FE08007?#8# 0000FFFF :"A" 00FFAj" ;07J"R" >7FF7 :# 3F80;$ C00003:# 30E0;& 61E1B78F80;& 63F1F79FC0;% E739C318:'J& 3FC619831E004700000003F;"8#J& 860F8046DFFFFFEDF:#8# 300601C0;% 07398318;' 03F1839FCCCC;& 01E1818F8C:b :# 7FF0:# 0000 7"Z 9F< J% >6E000001:$J% C07FE776FFFFFFF;"8" 3FCF:$ CF1FFF;(I$ 9926438787260FC0001F;(I$ 98260187030407BFFFEF;(I# 18E639CE791CE7B83F:)I# C039E679CE013C3FBBBF;":# 793E0F:#9$ CFF97F3FC7?$ 313CE7>' C7033C06667F>% E7873E0E:U ;#J$ F03F777B83F;#J$ FFFF77BBFFFJ& >7C0000003FJ& >7FFFFFFFFF J$ >3CFE7F:$J"8# C0FFF371FF99F;"J" 3F84F:$J' CF1FFF74CC64E188C38;&J' 9C9279E1E05921CC999927F;'J' 8C1279C0C07F4CE3C099819FF;&J& CC73339E4E5E61CF999FC<&I( F3338043FF1C924CC999927F;"9"J( 8C6043CC6661CCC38FF;'I"P 9CF3879FFC7F7F;"8# 1C8C4E:) C03CF3CFC0C06667;"8$ FCE1E0E6:S <# FE00<# FFFF :% C0FCFFE7;"9# 3CFCF3:# CF1F;) 9CE0E71C3861E1E0;* 8CC066381861C0C07F;) CCCE6473CCF39E4E<)F& C3E0F00CF38043FF780000007F;%9"G& 8CE0E0706077FFFFFFBF;*F"9" 9CFC6273FCF39FFC7F6FDF;) 1CCE66318CF38C4E:, C03CC067381C71C0C06667;* FCE0E71C3E79E1E0E6:V =# C01F=# FFFF J"9" >77BFJ& >780000007FJ& >77FFFFFFBFJ"9" >6FDF:#J$ C7C7939CE73J% >6E168421 :( C387879E707C3F<& 039E60381F:( CBA6319E6733CF:( C926799E61F00F>#J% 707046F39CE73:#8$J$ CD667E33FF4FFFFFF:(I"9" CC66319C67318F679F;(H& 67038060381999600000001F:(I"9" CEE787C2707C39703F:SH"9" 787F:#J& 800387FFFFFFFFF:# FFFF J$ ?C1FF3F:#:"J" F07F9F49C:#J" E03F99F:#J$ C71F:C330C7:(J$ CF9E1E7990F81F599264F:' C3FC0E798070:' E078C6798E63:(J" F839E6799E679F49C:#J% FF199C1C330CF:#J% CF999FFFFFFFF:( C718C6719E631F:) E03C0E019E701999:( F07E1F099E7899:S :# 800F:# FFFF :& C0FF83F83F;% 3F01F01F:& CF1E38E38F;% 9E7CE7CF;% 8C7C61FF;% CCFE703F=# 7C1F;% 8C7C7F8F;% 9E7CE7CF;% 1E38E38F:' C03F01F01CCC;% FF83F83C:Q :# 8007:# FFFF :% F83FFF3F:# F01F:# E38F:' E7CF0F3E1E4F:' C7FE073C0E0F:' CFFC6338C63F<% F339E67F:" C7:# E7CC:& E38C6338C6:( F01E073C0E7999:& F83F0F3E1E:R :# 8007:# FFFF :"<"9# CFFCFE7F<":" 9F9CA" 9F:- CC870F0E490F070CF0F21E0E;, 030E060806030CE0700C06;, 739CF238E6739CC631CCE6;, F39C0279E7E39CCF33CFC6@"9# 03CE06=%9# FE79E633CC66="8$8" 62739CC6E6<#8) 8E06038CE073CC067333<+ CF0E79E711CCF0F3CE22:Y :" 87:" FF 7"j 80<7"Z 9F< :$C( C03FFC8FCFE007FF00F8="H" E7F0:$C( CFFFFF07CFFE7FFF3FE4;$B" F9CCC327I#9$ FE239F3FCC:%B":" C07C9CE77301<"B#;" 1CFC719C:$C"8& CFFE3CF97C033F807F;#C" FC1C01<"B#8& 9CF8007F9F3FFCFF:%A% C039CCE3F9FCC03E="Jc" F36077"8%AS9"S DFFFFFFFFF7F;# F007;# FFFF 7"j C0<7Z > ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 34 634 36 648 R 7 X 1 K V FMENDPAGE %%EndPage: "29" 52 %%Page: "28" 52 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (28) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (2) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 13 Q 0 X 0 K -0.84 0.13 (W) 198 417.53 B -0.84 0.13 (abi Con\336guration Manager and W) 210.13 417.53 B -0.84 0.13 (indows Contr) 392.05 417.53 B -0.84 0.13 (ol Panel) 464.32 417.53 B 0 10 Q 0.52 0.1 (Some of the Con\336guration Manager) 198 396.53 B 0.52 0.1 (\325s functions seem to overlap those of the) 362.91 396.53 B 0.52 0.1 (W) 198 384.13 B 0.52 0.1 (indows Contr) 207.54 384.13 B 0.52 0.1 (ol Panel. However) 270.01 384.13 B 0.52 0.1 (, many of the items that appear in the) 353.69 384.13 B 0.52 0.1 (Contr) 198 371.73 B 0.52 0.1 (ol Panel \050e.g., Date/T) 223.89 371.73 B 0.52 0.1 (ime, Printers, International, Desktop, etc.\051 ar) 321.63 371.73 B 0.52 0.1 (e) 524.33 371.73 B 0.18 0.1 (nonfunctional in the W) 198 359.33 B 0.18 0.1 (abi envir) 301.95 359.33 B 0.18 0.1 (onment because they ar) 341.89 359.33 B 0.18 0.1 (e managed by the W) 449.07 359.33 B 0.18 0.1 (abi) 541.49 359.33 B 0.52 0.1 (pr) 198 346.93 B 0.52 0.1 (ogram or by your operating system. The only Contr) 207.98 346.93 B 0.52 0.1 (ol Panel functions you) 445.27 346.93 B 0.52 0.1 (can use ar) 198 334.53 B 0.52 0.1 (e the Fonts and Color functions. Y) 244.1 334.53 B 0.52 0.1 (ou can use Fonts to install) 399.9 334.53 B 0.52 0.1 (additional W) 198 322.13 B 0.52 0.1 (indows fonts for your applications to use. Y) 257.13 322.13 B 0.52 0.1 (ou can use Color to) 457.29 322.13 B 0.12 0.1 (change the colors used in W) 198 309.73 B 0.12 0.1 (abi windows, but you can also change colors in the) 324.46 309.73 B 0.52 0.1 (W) 198 297.33 B 0.52 0.1 (abi Con\336guration Manager) 207.18 297.33 B 0.52 0.1 (.) 330.24 297.33 B 1 9 Q 0.47 0.09 (Diskettes) 232.56 636 B 0 F 0.47 0.09 ( \320 Allows you to assign W) 266.82 636 B 0.47 0.09 (abi diskette drives A and B to) 374.56 636 B 0.47 0.09 (operating system diskette device drivers.) 232.56 624.6 B 1 F 0.47 0.09 (Mouse) 232.56 603.6 B 0 F 0.47 0.09 ( \320 Swaps the assignment of the left and right mouse buttons) 257.47 603.6 B 0.47 0.09 (\050in W) 232.56 592.2 B 0.47 0.09 (abi windows only\051.) 254.72 592.2 B 1 F 0.47 0.09 (Sound) 232.56 571.2 B 0 F 0.47 0.09 ( \320 T) 256.48 571.2 B 0.47 0.09 (urns on and of) 271.47 571.2 B 0.47 0.09 (f your computer) 331.97 571.2 B 0.47 0.09 (\325s warning beep for) 399.72 571.2 B 0.47 0.09 (applications r) 232.56 559.8 B 0.47 0.09 (unning in W) 288.52 559.8 B 0.47 0.09 (abi windows.) 339.67 559.8 B 1 F 0.47 0.09 (DOS) 232.56 538.8 B 0 F 0.47 0.09 (\320 Supplies the command r) 254.62 538.8 B 0.47 0.09 (equir) 362.25 538.8 B 0.47 0.09 (ed to start a DOS emulator) 383.46 538.8 B 0.47 0.09 (.) 493.44 538.8 B 1 F 0.31 0.09 (Color) 232.56 506.4 B 0 F 0.31 0.09 ( \320 Allows you to use dif) 252.98 506.4 B 0.31 0.09 (fer) 351.04 506.4 B 0.31 0.09 (ent sets of colors for W) 362 506.4 B 0.31 0.09 (abi windows.) 455.55 506.4 B 1 F 0.2 0.09 (International) 232.56 474 B 0 F 0.2 0.09 ( \320 Allows you to customize your envir) 281.66 474 B 0.2 0.09 (onment for items) 438.1 474 B 0.47 0.09 (that vary fr) 232.56 462.6 B 0.47 0.09 (om country to country) 279.15 462.6 B 0.47 0.09 (, such as time, date, and number) 370.92 462.6 B 0.47 0.09 (formats.) 232.56 451.2 B 198 615.6 232.56 648 C 198 617.25 225.94 646.37 C 0 X 0 K %%BeginBinary: 336 61 56 26.66 27.86 0 198.76 618.69 BEGINBITMAPBWc 7& FC0000000F7& FB7FFFFFB7 8% 800000778% FFFFFFF7 8$ F000078$ EFFFFB8# EE0F9" EF 7$ FDEE0F7$ FEEFFF7& FF0000000F8% FFFFFFFF ' F067F9FFF33F# F33F7' 8619986010E17' 84C93333264C8#8" 7873477' 8718703320718& 8933F327F87' 24C99332264C( F06619C87990E1R ENDBITMAP %%EndBinary 198 615.6 232.56 648 C 0 72 612 720 C 198 583.2 232.56 615.6 C 198 583.85 225.43 614.75 C 0 X 0 K %%BeginBinary: 297 46 52 24.3 29.9 0 199.85 584.3 BEGINBITMAPBWc 8" E08# BFBF8# 7FFF8# FFDF7$ FEFF8F7$ FDFF778$ C0001F7% FBBFFFEF 7% F7BDEF6F" FB# FDEF# FF3F7" FF 8# B18C8$ BFFFEF 8$ C0001F8$ FFFFFF # CF9F & C710CCC3877% 064C9933"8" C28F& CA864CE303"8# C8F13F& CD864899337% 90E4C387P ENDBITMAP %%EndBinary 198 583.2 232.56 615.6 C 0 72 612 720 C 198 550.8 232.56 583.2 C 198 552.2 226.2 581.62 C 0 X 0 K %%BeginBinary: 317 45 53 23.98 27.05 0 200.19 553.11 BEGINBITMAPBWc 8$ 00000F 8$ 1FFF8F 8$ 00000F 8$ 1FFF8F 7% F81FFC0F7$ C01FE07$ 881FC47$ 201F907$ 401FA0& FE403F201F7$ 003F00 & FF007F803F8$ FF807F7% C7FFE3FF7$ FFFFFF #8" F07FE7# E73F7% 21992727& F1CC991247& FC4C993267# FE0C" E78$ 913247& F061C93327P ENDBITMAP %%EndBinary 198 550.8 232.56 583.2 C 0 72 612 720 C 198 518.4 232.56 550.8 C 198 520.13 226.37 548.14 C 0 X 0 K %%BeginBinary: 345 38 56 27 27 0 198 521.14 BEGINBITMAPBWc % FC000003% FBFFFFFD 7$ 00000D 7# 15547# 00007" 157" 007# 15407# 00007" 147" 00 7$ FFFFFD % FC000003% FFFBFEFF7$ 03FE0F7$ 5FFFAF& E00000007F& DFFFFFFFBF % DD5FFE03% DFFFFFFF8# FE038# FFFF & E00000007FP % FC1F0F077$ CE66737# E4F28# F31F9" C79" E38# F2737# CE667$ 1F0F07% FFFFFFFF ENDBITMAP %%EndBinary 198 518.4 232.56 550.8 C 0 72 612 720 C 198 486 232.56 518.4 C 198 487.4 228.82 517.42 C 0 X 0 K %%BeginBinary: 237 34 30 24.48 21.85 0 200.5 493.92 BEGINBITMAPBWc & E0000001FF% DFFFFFFE"8# BFFF7F7# DFFD & DFFFFFFEFF% E0000001% DFFFFFFE"8# BFFF7F% BCE739CF% B85A1087 % BCE739CF% BFFFFFFF"8" 9FFE% 80000000"9" C0FF"8" E001% FFFFFFFF ENDBITMAP %%EndBinary 10 6.5 Q (Color) 204.5 489.4 T 198 486 232.56 518.4 C 0 72 612 720 C 198 442.2 232.56 486 C 198 446.58 230.03 483.56 C 0 X 0 K %%BeginBinary: 247 36 34 27 25.5 0 200.25 453.05 BEGINBITMAPBWc " C7 " EF# E07F7" 3F7" 017" 008" 03 8" 018# 0007 8" 02% EF8003F79# F03F9# F7BF8$ 01F03F8$ 0007BF7% BE00003F8$ 8007BF8$ 00003F8$ FC07BF8$ 02083F8$ 01F7BF8$ FC083F8$ FE07BF8$ FFF03F9" F8P ENDBITMAP %%EndBinary 10 5 Q (International) 199.17 448.28 T 198 442.2 232.56 486 C 0 72 612 720 C 34 294 36 426.2 R 7 X 1 K V 34 568.2 36 577.2 R V 34 470 36 480 R V 34 448.2 36 480 R V FMENDPAGE %%EndPage: "28" 51 %%Page: "27" 51 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Using Con\336guration Manager) 198 108.7 B 0 F 0.09 (27) 548.83 108.7 S 1 20 Q (2) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 9 Q 0 X 0 K 0.09 (Figur) 198 487.17 S 0.09 (e) 218.77 487.17 S 0.09 (2-) 224.69 487.17 S 0.09 (1) 232.36 487.17 S 0 F 0.47 0.09 (Con\336guration Manager Icon and W) 248.4 487.17 B 0.47 0.09 (indow) 394.57 487.17 B 1 14 Q -0.88 (Con\336guration Manager Functions) 126 455.84 P 0 10 Q 0.52 0.1 (Con\336guration Manager or) 198 434.5 B 0.52 0.1 (ganizes W) 317.49 434.5 B 0.52 0.1 (abi settings and connections into several) 363.79 434.5 B 0.52 0.1 (functions. Each function is r) 198 422.1 B 0.52 0.1 (epr) 326.08 422.1 B 0.52 0.1 (esented by an icon and by a menu item in the) 340.94 422.1 B 0.52 0.1 (Options menu. Opening an icon or choosing a function fr) 198 409.7 B 0.52 0.1 (om the menu yields) 460.58 409.7 B 0.52 0.1 (the same r) 198 397.3 B 0.52 0.1 (esult: a dialog box associated with the function opens. W) 245.51 397.3 B 0.52 0.1 (ithin the) 506.07 397.3 B 0.52 0.1 (dialog box, you can change the settings or connections for the function.) 198 384.9 B 0.52 0.1 (Some functions have only a single setting that you can change. A typical) 198 364.5 B 0.52 0.1 (example is Sound. This function pr) 198 352.1 B 0.52 0.1 (ovides a single check box that you use to) 358.17 352.1 B 0.52 0.1 (enable or disable your computer) 198 339.7 B 0.52 0.1 (\325s warning beep.) 347.35 339.7 B 0.52 0.1 (Other functions pr) 198 319.3 B 0.52 0.1 (ovide many settings. For example, the Ports function) 282.56 319.3 B 0.52 0.1 (includes thr) 198 306.9 B 0.52 0.1 (ee dialog boxes within which you specify many communication) 252.29 306.9 B 0.25 0.1 (settings \050such as baud rate and parity\051, as well as connections to UNIX devices.) 198 294.5 B 0.52 0.1 (The Con\336guration Manager functions ar) 198 274.1 B 0.52 0.1 (e:) 382.49 274.1 B 1 9 Q 0.47 0.09 (Ports) 232.56 246.77 B 0 F 0.47 0.09 ( \320 Contr) 252.48 246.77 B 0.47 0.09 (ols information \337ow thr) 285.95 246.77 B 0.47 0.09 (ough COM ports and LPT) 384.32 246.77 B 0.09 (ports.) 232.56 235.37 S 1 F 0.06 0.09 (Printers) 232.56 214.37 B 0 F 0.06 0.09 ( \320 Determines the default printer) 263.24 214.37 B 0.06 0.09 (, printer driver) 395.84 214.37 B 0.06 0.09 (, printer port) 455.66 214.37 B 0.47 0.09 (assignment, and operating system print command.) 232.56 202.97 B 1 F 0.47 0.09 (Drives) 232.56 181.97 B 0 F 0.47 0.09 (\320 Allows you to set up W) 260.38 181.97 B 0.47 0.09 (abi drives and assign a drive to a) 364.94 181.97 B 0.47 0.09 (\336le system.) 232.56 170.57 B 54 144 558 648 C 198 501.57 558 638 C 0 X 0 K %%BeginBinary: 665 90 67 56.16 41.81 0 193.69 541.54 BEGINBITMAPBWc 9& FE000000079& FDFFFFFFFB :# FE03:% F9FCFEDB:% F6DB7EFB:% EFFBBEDB:% EBF6BC7B:% DFEFDB9B;$ 8FDC7B;$ 07DEDB:% C0001EFB:% FFFFFEDB<# FFFB :% F1F8FC7B:% EEF77BBB:% D76EB6DB:# DB6D:% C060301B:% E0F0783B:% F1F8FC7B:% FFFFFFFB<" DB:% C03EFF7B:% 83DFCFFB;$ DBC7DB;$ DFE3FB:$ C03FF1:$ FFFFF9<" FF9& FE000000079P 7"8"9" E1CBBB7"8"9" DEBFBF7+ BFF1D31B96ED631B8E9F8* EECDBB66ECDDBB766F9&8" DDBB76EDFDEF=" E1=" DD7"9# DE66CD7#8& E1F1972DE29B8E7&P FFFFFFFFF7;" 77;" 8F;" FF 8# FDFD8# FCF9:& C74F1E5C758( FD75BB36ED9BB3:& FB77EDDBB79' ADC3770DD837:& BB76EDDBF79"9# DD9BB7:& C577165C778P# DFFF<" FD<# FE3F<# FFFF ENDBITMAP %%EndBinary 246.93 583.08 311.15 630.98 2 L 0.5 H 2 Z N 250.77 543.84 310 509.23 2 L N %%BeginBinary: 3516 300 266 144 127.68 0 314.83 506.38 BEGINBITMAPBWc j" E0F%J% 7FFFFFE0>7FFFFFCFJ" E8F 8" CF7# FE2F7# F1EF7"<"8#;"8# 8B7C0198C00707#<"8";" 7E7BFE03187";#9";" FB01C700008";5 CF6830F0DE79876619B3E3CC3C378078F1F1BC3E0EC3C6C7#:/8(;" FA2F03801F8FF798FE619F7F3CC7E3FC3F9FE7F1FC7E7CFE7#;5 F1EF60039CE3319CE619C6318CE738C068B319C66339CC3707"=#82 8B30CC8661980718CC330C06DB039860730CFF607"<"="<%>" 7B803F1F9863F3F07";#=";(<" FB01837353399867330CC0FF>#9(8( C739CE63986318CE7373319866339CE78":.9' CF00FE1F8C3318FE7F987F1CC7E33F9867F1FC7E7#;$8(8( FA3F7C0F0C763D983B8CC3C3231DD863B8EC3C7#;`"h$ F1FF060C00007"@#B# 8F01CE039C7"@#B# 7F00FC01F8#A"B# 7FFF7800F0C"C" 0000J% B4000000FJ" B00% 00000000"Z" 7FDEF 8"8"<$ 07CF9F9FFC7% FE03FFF97#8" FC71FF8(:% F9C8F0CF0F21E09E1CE47F7*8& F8F8C070CE0700C07F801C0CE03F7):% F9FCC639CC631CCE19E4E31F9"8%8& CFF33CC3FF9F9804E79F7#;" F8F8E07#;#9# FCF9FC7F99FC8#8$:% 71C6633CCE98C4E31F7):% FE03C078CE073CC09C0CE03F7*9% FF07C8FCCF0F3CE0FF9E1CE47F8#P9& FFCFFFFFFFE7FF>#8# 803F000F>#8# FFFFFFFF 9"A" FFFFj" E0F"Z" 7FDEF ;"=$C& 8F80007FE00000007FC$C& 7FFEFFDBFFFFFDBFB$ FEFFFD;"=# 1FD55DB$=" FDAABBF3:#=#=" FE3FD57BCCC#=# AABB3F3F9%<#<$ F07C7C1FFFFBFCFFCF9%<$;$ F77C7DDFAAB807F3DFF39"8"<$;$ F55FFFFBFBCFAFFC9"8"<#<% F7DFAABB3C73FF3F9"8";$;& F55FF9FFFBFCFBFDFFCF9"8";"=& F7DFF5F3E7803FEF9%;%:% F07ABC1F800001F7F7DE001F9%;%;" FAFBBEBF7FFFFFE7DC9%:#8";$;% F000001FFEFFD7E8000FDC0000039%:"9";#<% EFFFFFEFFFB7F006DFFFFFFFA"9";$ FD77FC00079%=#;" EC00006FFEF7FF9%="=#<$ EFFFFFEFFDC01780003F9%=">"<$ EC00006FFBEF7FFFDF9%:"8"=#<# EFFFFFEFFEF7DF0F707F9%:&<#<" EC00006FFF7FFFFFEFC0E7779%>"<$ EFFFFFEFDFDF07CF9%;%:& EC00006F40003FBFF3FFC0EF3F9%;%:& EFFFFFEF3FFFBF7FFCFFDF0CFFB%:% 7FFF3EFFFF3FC013A%<$ FEFFFE7DCFC0CF9%;$<$ E000000F0000FBF3DF3F9%:%<$;# FBFFFFBFFF7FFFF7FCDCFFEF70B$<#<$ 00000FFF13F77FFF9%;$="<& F800003FFFFFFFCFF80000007F9%E"

#C"9" DFF1FFFCDFBF:# BFEE:$=# B800030000:$E# 77FFFDAAA0J# 600009%E" FEF7BDEDA89"@#<" 7EFFFC009"H" BDAA9"H" E7009"H" FFA0J"<"9" 600EF7F:$J& F6318D6F0000000FF:$J& F7FFFD6EFFFFFFF7FJ%:"9" 5DFFFFFEFDFBFJ% =DE739CE7J%:% 5E000001FDC2D0843J% 5FFDFF7FFC$;% C0FFE0F81FF07FB%;$ FE00FF00FAFFFDB%;% FC40FE2000000003B%:& F900FC80FEFFFFFFFDB%C% FA00FD00DE739CE7B&:%:% F201F900FFEAFFF01DDFFFFFFFB$<%:"9" F001F8FFFFFFFDCF3FJ#:% 7F01DC0000000B%=#:"9" F803FC01FFFDE07FC$C"9" 07FC03F0FF:$;%:&:% F80003FE3FFF1FFF00000003FFFFFFFF:$;%;% FFFFFFFFFFFFFFFFFFFFFF 8#>"9"C$ F9E7879F83FE7FB"G" 33398#>">%;" F8C73FE0F83C3F3F:$<%:%<$ 0CCC7086641C1FE673999F86618F9&:&:%<$ 0664C9267F873264499FE73399FF324C9F;#;"8" CCE0F3C98'E# F92664CE67FF9C3F;$:$>#;" 89267F3332449F9F399&:&C$ E70E0C70FF878704CC1F8386618P;P:$<% E67399FFFFFFFFJ% 5E0F83C3FJ% 5FFFFFFFF 9" 1F 9" BF9" 819" 80:" 07:" 03:# 000F ;" 07;# 001F ;" 089% BE000FDF<" C0<" DE;# 07C0;# 001E:$ F80000:$ FA001E:$ F80000:$ FBF01E:$ F80820;# 07DE:$ FBF020;# F81E;# FFC0<" E09% FFFFFFFF 7":"8" 9FF9F98"9" F39F 7* 98318620E189860E198) 9332627C993227C97&8# 999302666066099$8# 3E664C64C99" 328) 99866660C98666097T j" E0F ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 198 226.37 232.56 258.77 C 198 228.27 224.95 258.02 C 0 X 0 K %%BeginBinary: 389 41 54 27.64 27.27 0 197.36 230.01 BEGINBITMAPBWc 8" F1 8" E3 8" C7 % FE0F8F837$ EF8FBB7$ AF8FAB7$ EF8FBB7$ AF8FAB7$ EF8FBB7$ 0F5783% FF5F77D7% FE000003% FDFFFFFD 7$ 80000D7$ FFFFFD7$ 80000D7$ FFFFFD7$ 80000D7$ FFFFFD7$ 80000D7$ FFFFFD % FC000001% FF7FFFF7 7$ 0000077$ FFFFFF % F03FFF3F# F39F7$ 90C8107% 8641267F& F0264723FF% F3E64F389# 3C7F9" 267% F0CF90FF% FFFFFFFF ENDBITMAP %%EndBinary 198 226.37 232.56 258.77 C 0 72 612 720 C 198 193.97 232.56 226.37 C 198 195.87 225.2 225.21 C 0 X 0 K %%BeginBinary: 459 51 58 26.98 27.84 0 198.01 196.41 BEGINBITMAPBWc 8$ FC00038$ FBFFF78$ F7FFEF8# F6AA8$ ED55DF8# EEAB8# ED558# EFFF8% ED55C03F8% EFFFDFDF8# ED558# CFFF8" AF7& FC00000FBF7& FBFFFFFF3F7"8# F7FEBF7"8" FFFD7"8" EFFB:" F7:" EF:" DF7"8" F7BF7"8# FBFF7F:# FEFF7% FA0001FD7% F9FFFDFB7% FBFFF9F77% F7FFF3EF7% F00007DF7% FBFFFFBF7% F800007F7% FFFFFFFF % F03F3FE7$ F39FFF7& 8424C219217& 802264C80C$8" F02326C7#8# F3E709F1:# F9F8:# C9CC9$ 7219E1Q ENDBITMAP %%EndBinary 198 193.97 232.56 226.37 C 0 72 612 720 C 198 161.57 232.56 193.97 C 198 163.72 225.43 193 C 0 X 0 K %%BeginBinary: 412 43 55 23.84 27.72 0 199.92 164.4 BEGINBITMAPBWc 8" FC8# F33F8# CFCF8# 3FF37$ FCF7FC7% F3EBFF3F7% CF1CFFCF7% 3EFF7FF3& FCF9E00FFB% FDF780078" 007$ FA00037$ FC01837$ FF00018" C08# F0059" 3B8# F7C38# F0398$ F7C1F3& FCFFF03BCF& FF3FF7C33F7% CFF004FF7$ F3F0337$ FCF7CF7$ FF373F8# C4FF8" F38" FF $ E0FE7F$ E67FFF& E7084E43877% 004E19337% 0664991F7% 0E6481C78$ 719FE3& E64E719933& E0CE7BC387P ENDBITMAP %%EndBinary 198 161.57 232.56 193.97 C 0 72 612 720 C 34 406.37 36 416.37 R 7 X 1 K V 34 291.17 36 313.57 R V 34 243.77 36 252.77 R V FMENDPAGE %%EndPage: "27" 50 %%Page: "26" 50 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (26) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (2) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (About Con\336guration Manager) 54 638 P 0 10 Q 0.24 0.1 (Think of Con\336guration Manager as the instr) 198 616.33 B 0.24 0.1 (ument panel of the W) 398.74 616.33 B 0.24 0.1 (abi pr) 496.64 616.33 B 0.24 0.1 (ogram.) 523.18 616.33 B 0.52 0.1 (Fr) 198 603.93 B 0.52 0.1 (om this panel you contr) 207.52 603.93 B 0.52 0.1 (ol many aspects of W) 316.7 603.93 B 0.52 0.1 (abi pr) 414.15 603.93 B 0.52 0.1 (ogram operation. The) 440.98 603.93 B 0.52 0.1 (pr) 198 591.53 B 0.52 0.1 (operties you specify in Con\336guration Manager apply to all W) 207.98 591.53 B 0.52 0.1 (abi windows) 489.47 591.53 B 0.52 0.1 (and sessions. Y) 198 579.13 B 0.52 0.1 (ou contr) 266.62 579.13 B 0.52 0.1 (ol operation by establishing and changing:) 304.66 579.13 B 7 14 Q 0.14 (\245) 198 560.73 S 0 10 Q 0.52 0.1 (Settings within the W) 210.6 560.73 B 0.52 0.1 (abi pr) 308.81 560.73 B 0.52 0.1 (ogram) 335.63 560.73 B 7 14 Q 0.14 (\245) 198 548.33 S 0 10 Q 0.52 0.1 (Connections to the native operating system) 210.6 548.33 B 1 F 0.52 0.1 (Settings) 198 527.93 B 0 F 0.52 0.1 ( contr) 232.12 527.93 B 0.52 0.1 (ol some facet of W) 258.48 527.93 B 0.52 0.1 (abi pr) 342.69 527.93 B 0.52 0.1 (ogram operation. For example, common) 369.52 527.93 B 0.12 0.1 (settings you might want to change include a COM port\325s baud rate, the default) 198 515.53 B 0.26 0.1 (printer driver and port, the date and time format, the colors of W) 198 503.13 B 0.26 0.1 (abi windows,) 494.05 503.13 B 0.52 0.1 (and the activation or deactivation of your computer) 198 490.73 B 0.52 0.1 (\325s warning beep.) 435.94 490.73 B 1 F 0.36 0.1 (Connections) 198 470.33 B 0 F 0.36 0.1 ( ar) 249.26 470.33 B 0.36 0.1 (e links you make fr) 261.18 470.33 B 0.36 0.1 (om the W) 349.02 470.33 B 0.36 0.1 (abi pr) 392.74 470.33 B 0.36 0.1 (ogram to devices or r) 419.41 470.33 B 0.36 0.1 (esour) 516.51 470.33 B 0.36 0.1 (ces) 541.28 470.33 B 0.52 0.1 (external to the W) 198 457.93 B 0.52 0.1 (abi pr) 276.07 457.93 B 0.52 0.1 (ogram. Common connections you might make or) 302.89 457.93 B 0.2 0.1 (change ar) 198 445.53 B 0.2 0.1 (e those between a W) 241.78 445.53 B 0.2 0.1 (abi drive and a \336le system, a W) 334.2 445.53 B 0.2 0.1 (abi diskette drive) 476.17 445.53 B 0.39 0.1 (and a diskette device in your operating system, and a W) 198 433.13 B 0.39 0.1 (abi port and a printer) 454.71 433.13 B 0.39 0.1 (.) 552.41 433.13 B 0.52 0.1 (Some Con\336guration Manager connections r) 198 420.73 B 0.52 0.1 (equir) 396.42 420.73 B 0.52 0.1 (e you to supply UNIX) 420.01 420.73 B 0.52 0.1 (operating system device names. In most cases, the W) 198 408.33 B 0.52 0.1 (abi pr) 439.82 408.33 B 0.52 0.1 (ogram identi\336es) 466.64 408.33 B 0.52 0.1 (your operating system and supplies the appr) 198 395.93 B 0.52 0.1 (opriate default settings.) 403.72 395.93 B 0.52 0.1 (Infr) 198 383.53 B 0.52 0.1 (equently) 214.68 383.53 B 0.52 0.1 (, you may need to enter a unique or unusual setting.) 253.11 383.53 B 0.52 0.1 (Because of the way your native operating system works, you must change) 198 363.13 B -0.09 0.1 (certain system settings thr) 198 350.73 B -0.09 0.1 (ough your native desktop, or fr) 315.89 350.73 B -0.09 0.1 (om a UNIX command) 456.7 350.73 B 0.52 0.1 (line. Examples of such system settings include: the system date and time,) 198 338.33 B 0.52 0.1 (desktop \050non-W) 198 325.93 B 0.52 0.1 (abi\051 scr) 270.65 325.93 B 0.52 0.1 (een colors and fonts, and the exporting and mounting) 303.67 325.93 B 0.5 0.1 (of r) 198 313.53 B 0.5 0.1 (emote \336le systems. If a setting you want to change does not appear within) 213.96 313.53 B 0.52 0.1 (Con\336guration Manager) 198 301.13 B 0.52 0.1 (, r) 304.21 301.13 B 0.52 0.1 (efer to your operating system documentation for) 313.8 301.13 B 0.52 0.1 (information about how to change the setting.) 198 288.73 B 0.52 0.1 (When you open the Con\336guration Manager window by double-clicking its) 198 268.33 B 0.52 0.1 (icon, you see several icons r) 198 255.93 B 0.52 0.1 (epr) 325.9 255.93 B 0.52 0.1 (esenting W) 340.76 255.93 B 0.52 0.1 (abi pr) 391.02 255.93 B 0.52 0.1 (ogram functions, as shown in) 417.85 255.93 B 0.1 (Figur) 198 243.53 S 0.1 (e) 222.32 243.53 S 0.1 (2-) 229.8 243.53 S 0.1 (1.) 238.33 243.53 S 34 600.6 36 623 R 7 X 1 K V 34 575.8 36 585.8 R V 34 285.4 36 439.8 R V FMENDPAGE %%EndPage: "26" 49 %%Page: "25" 49 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (25) 548.83 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (Using Con\336guration Manager) 198 509.31 P 1 24 Q 4 K -3.12 (2) 525.15 508.64 S 0 10 Q 0 K 0.17 0.1 (This chapter discusses using Con\336guration Manager) 198 459.68 B 0.17 0.1 (, a tool that enables you to) 435.56 459.68 B 0.52 0.1 (contr) 198 447.28 B 0.52 0.1 (ol a variety of W) 221.24 447.28 B 0.52 0.1 (abi settings and connections to the operating system.) 297.33 447.28 B 0.52 0.1 (If you ar) 198 426.88 B 0.52 0.1 (e unfamiliar with Con\336guration Manager concepts, pr) 237.44 426.88 B 0.52 0.1 (ocedur) 485.06 426.88 B 0.52 0.1 (es, or) 516.24 426.88 B 0.52 0.1 (dialog boxes and would like to learn mor) 198 414.48 B 0.52 0.1 (e about them, r) 387.37 414.48 B 0.52 0.1 (ead the next section,) 456.93 414.48 B 0.52 0.1 (\322About Con\336guration Manager.\323) 198 402.08 B 0.52 0.1 (If you want instr) 198 381.68 B 0.52 0.1 (uctions for speci\336c Con\336guration Manager tasks r) 274.99 381.68 B 0.52 0.1 (elated to) 503.62 381.68 B 0.46 0.1 (mouse, sound, or color functions, skip the next section of this chapter) 198 369.28 B 0.46 0.1 (. Use the) 514.98 369.28 B 0.52 0.1 (following table to locate the instr) 198 356.88 B 0.52 0.1 (uctions you need. All other Con\336guration) 349.26 356.88 B 0.52 0.1 (Manager functions ar) 198 344.48 B 0.52 0.1 (e cover) 295.65 344.48 B 0.52 0.1 (ed in separate chapters of this guide.) 328.25 344.48 B 3 9 Q 0.09 (T) 198 301.14 S 0.09 (ask) 203.09 301.14 S 0.09 (Page) 450 301.14 S 1 F 0.47 0.09 (Opening Con\336guration Manager) 198 284.14 B 0 F 0.09 (38) 450 284.14 S 1 F 0.47 0.09 (Swapping Mouse Buttons) 198 267.14 B 0 F 0.09 (38) 450 267.14 S 1 F 0.47 0.09 (T) 198 250.14 B 0.47 0.09 (urning the System W) 202.58 250.14 B 0.47 0.09 (arning Beep On and Off) 283.67 250.14 B 0 F 0.09 (39) 450 250.14 S 1 F 0.47 0.09 (Changing W) 198 233.14 B 0.47 0.09 (abi Colors) 245.88 233.14 B 0 F 0.09 (39) 450 233.14 S 198 313.14 504 313.14 2 L V 0.3 H 0 Z N 198 296.14 504 296.14 2 L V 0.5 H N 198 228.14 504 228.14 2 L V 0.3 H N 34 398.74 36 433.54 R 7 X 1 K V 34 365.94 36 375.94 R V FMENDPAGE %%EndPage: "25" 48 %%Page: "24" 48 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (24) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 54 640.01 558 648 C 558 644.98 198 644.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.03 0.1 (Note \320) 198 633.34 B 0 F 0.03 0.1 (Applications other than those listed) 230.96 633.34 B 1 F 0.03 0.1 (may) 394.93 633.34 B 0 F 0.03 0.1 ( work with the W) 412.44 633.34 B 0.03 0.1 (abi pr) 490.69 633.34 B 0.03 0.1 (ogram if) 517.03 633.34 B 0.52 0.1 (they conform to Micr) 198 620.94 B 0.52 0.1 (osoft W) 295.03 620.94 B 0.52 0.1 (indows 3.1 application pr) 329.93 620.94 B 0.52 0.1 (ogram interface) 446.31 620.94 B 0.52 0.1 (conventions. Lack of inclusion in this list means that an application has not) 198 608.54 B 54 584.82 558 592.81 C 558 589.78 198 589.78 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (been tested for compatibility with the W) 198 596.14 B 0.52 0.1 (abi pr) 382.41 596.14 B 0.52 0.1 (ogram.) 409.23 596.14 B 34 592.81 36 640.01 R 7 X 1 K V FMENDPAGE %%EndPage: "24" 47 %%Page: "23" 47 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Getting Started) 198 108.7 B 0 F 0.09 (23) 548.83 108.7 S 1 20 Q (1) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 ( Certi\336ed Compatible Applications) 126 638.67 P 0 10 Q 0.47 0.1 (T) 198 617.33 B 0.47 0.1 (able) 203.31 617.33 B 0.47 0.1 (1-) 224.52 617.33 B 0.47 0.1 (5 lists applications that have been tested and certi\336ed compatible with) 233.05 617.33 B 0.52 0.1 (the W) 198 604.93 B 0.52 0.1 (abi 2.0 pr) 224.46 604.93 B 0.52 0.1 (ogram.) 267.19 604.93 B 1 9 Q 0.09 (T) 198 583.6 S 0.09 (able) 202.58 583.6 S 0.09 (1-) 219.43 583.6 S 0.09 (5) 227.09 583.6 S 0 F 0.47 0.09 (Applications Certi\336ed for the) 241.2 583.6 B 0.47 0.09 (W) 364.68 583.6 B 0.47 0.09 (abi) 372.93 583.6 B 0.47 0.09 ( Pr) 385.28 583.6 B 0.47 0.09 (ogram) 397.08 583.6 B 3 F 0.47 0.09 (Certi\336ed Application Name) 198 562.6 B 0.47 0.09 (Supported V) 378 562.6 B 0.47 0.09 (ersions) 431.14 562.6 B 0 F 0.47 0.09 (Aldus\250 PageMaker\250) 198 545.6 B 0.47 0.09 (4.0, 5.0) 378 545.6 B 0.47 0.09 (Borland Paradox\250 for W) 198 528.6 B 0.47 0.09 (indows) 299.56 528.6 B 0.47 0.09 (1.0, 4.5) 378 528.6 B 0.47 0.09 (Borland Quattr) 198 511.6 B 0.47 0.09 (o\250 Pr) 259.98 511.6 B 0.47 0.09 (o for W) 283.58 511.6 B 0.47 0.09 (indows) 314.49 511.6 B 0.47 0.09 (1.0, 5.0) 378 511.6 B 0.09 (Cor) 198 494.6 S 0.09 (elDRA) 212.94 494.6 S 0.09 (W!\250) 239.59 494.6 S 0.47 0.09 (3.0, 4.0) 378 494.6 B 0.47 0.09 (Harvar) 198 477.6 B 0.47 0.09 (d Graphics\250 for W) 227.02 477.6 B 0.47 0.09 (indows) 304.79 477.6 B 0.47 0.09 (1.0, 2.0) 378 477.6 B 0.47 0.09 (Intuit\252 Quicken\250) 198 460.6 B 0.09 (3.0) 378 460.6 S 0.47 0.09 (Lotus) 198 443.6 B 13 F 0.47 0.09 (\322) 221.01 443.6 B 0 F 0.47 0.09 (1-2-3) 228.2 443.6 B 13 F 0.47 0.09 (\322) 248.12 443.6 B 0 F 0.47 0.09 ( for W) 255.3 443.6 B 0.47 0.09 (indows) 281.22 443.6 B 0.47 0.09 (1.1, 4.0) 378 443.6 B 0.47 0.09 (Lotus Ami Pr) 198 426.6 B 0.47 0.09 (o\250) 253.43 426.6 B 0.47 0.09 (3.0, 3.01) 378 426.6 B 0.47 0.09 (Lotus Appr) 198 409.6 B 0.47 0.09 (oach\252) 245.36 409.6 B 0.09 (2.1) 378 409.6 S 0.47 0.09 (Lotus cc:Mail\252 \050Client only\051) 198 392.6 B 0.09 (2.0) 378 392.6 S 0.47 0.09 (Lotus Fr) 198 375.6 B 0.47 0.09 (eelance Graphics\250) 232.38 375.6 B 0.09 (2.01) 378 375.6 S 0.47 0.09 (Lotus Notes) 198 358.6 B 13 F 0.47 0.09 (\322) 247.68 358.6 B 0 F 0.47 0.09 ( \050Client only\051) 254.87 358.6 B 0.09 (3.0c) 378 358.6 S 0.47 0.09 (Lotus Or) 198 341.6 B 0.47 0.09 (ganizer\252) 234.45 341.6 B 0.09 (1.1) 378 341.6 S 0.47 0.09 (Lotus SmartSuite\250) 198 324.6 B 0.09 (2.0) 378 324.6 S 0.47 0.09 (Micr) 198 307.6 B 0.47 0.09 (osoft Access) 216.86 307.6 B 13 F 0.47 0.09 (\322) 267.1 307.6 B 0 F 0.09 (2.0) 378 307.6 S 0.47 0.09 (Micr) 198 290.6 B 0.47 0.09 (osoft Excel) 216.86 290.6 B 0.47 0.09 (4.0, 5.0) 378 290.6 B 0.47 0.09 (Micr) 198 273.6 B 0.47 0.09 (osoft Mail \050Client only\051) 216.86 273.6 B 0.09 (3.2) 378 273.6 S 0.47 0.09 (Micr) 198 256.6 B 0.47 0.09 (osoft Of) 216.86 256.6 B 0.47 0.09 (\336ce) 249.73 256.6 B 0.09 (4.3) 378 256.6 S 0.47 0.09 (Micr) 198 239.6 B 0.47 0.09 (osoft PowerPoint) 216.86 239.6 B 13 F 0.47 0.09 (\322) 287.36 239.6 B 0 F 0.47 0.09 (3.0, 4.0) 378 239.6 B 0.47 0.09 (Micr) 198 222.6 B 0.47 0.09 (osoft Pr) 216.86 222.6 B 0.47 0.09 (oject) 248.65 222.6 B 0.47 0.09 (3.0, 4.0) 378 222.6 B 0.47 0.09 (Micr) 198 205.6 B 0.47 0.09 (osoft W) 216.86 205.6 B 0.47 0.09 (or) 247.91 205.6 B 0.47 0.09 (d for W) 256.38 205.6 B 0.47 0.09 (indows) 287.88 205.6 B 0.47 0.09 (2.0, 6.0) 378 205.6 B 0.47 0.09 (PROCOMM PLUS\250 for W) 198 188.6 B 0.47 0.09 (indows) 306.08 188.6 B 0.47 0.09 (1.0. 1.02) 378 188.6 B 0.47 0.09 (W) 198 171.6 B 0.47 0.09 (or) 206.25 171.6 B 0.47 0.09 (dPerfect\250 for W) 214.73 171.6 B 0.47 0.09 (indows) 281.15 171.6 B 0.47 0.09 (5.2, 6.0a) 378 171.6 B 198 574.6 486 574.6 2 L V 0 Z N 198 557.6 486 557.6 2 L V 0.5 H N 198 166.6 486 166.6 2 L V 0.3 H N 34 601.6 36 648 R 7 X 1 K V 34 542.6 36 551.6 R V 34 525.6 36 534.6 R V 34 508.6 36 517.6 R V 34 491.6 36 500.6 R V 34 474.6 36 483.6 R V 34 457.6 36 466.6 R V 34 457.6 36 466.6 R V 34 440.6 36 449.6 R V 34 423.6 36 432.6 R V 34 406.6 36 415.6 R V 34 406.6 36 415.6 R V 34 389.6 36 398.6 R V 34 372.6 36 381.6 R V 34 372.6 36 381.6 R V 34 355.6 36 364.6 R V 34 355.6 36 364.6 R V 34 321.6 36 330.6 R V 34 304.6 36 313.6 R V 34 287.6 36 296.6 R V 34 270.6 36 279.6 R V 34 253.6 36 262.6 R V 34 236.6 36 245.6 R V 34 202.6 36 211.6 R V 34 185.6 36 194.6 R V 34 168.6 36 177.6 R V 34 168.6 36 177.6 R V FMENDPAGE %%EndPage: "23" 46 %%Page: "22" 46 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (22) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 14 Q 0 X 0 K -0.88 (T) 126 638.67 P -0.88 (r) 133 638.67 P -0.88 (oubleshooting Micr) 138.19 638.67 P -0.88 (osoft W) 246.79 638.67 P -0.88 (indows Installation Pr) 288.76 638.67 P -0.88 (oblems) 413.46 638.67 P 0 10 Q 0.52 0.1 (T) 198 617.33 B 0.52 0.1 (able) 203.31 617.33 B 0.52 0.1 (1-) 224.52 617.33 B 0.52 0.1 (4 suggests solutions to common pr) 233.05 617.33 B 0.52 0.1 (oblems you might experience when) 391.95 617.33 B 0.52 0.1 (you install Micr) 198 604.93 B 0.52 0.1 (osoft W) 270.28 604.93 B 0.52 0.1 (indows 3.1 or 3.1) 305.18 604.93 B 0.52 0.1 (1.) 382.64 604.93 B 1 9 Q 0.09 (T) 198 583.6 S 0.09 (able) 202.58 583.6 S 0.09 (1-) 219.43 583.6 S 0.09 (4) 227.09 583.6 S 0 F 0.47 0.09 (Micr) 241.2 583.6 B 0.47 0.09 (osoft W) 260.06 583.6 B 0.47 0.09 (indows Installation Pr) 291.44 583.6 B 0.47 0.09 (oblems and Solutions) 382.12 583.6 B 3 F 0.09 (Symptom) 198 562.6 S 0.47 0.09 (Possible Cause) 288 562.6 B 0.09 (Solution) 378 562.6 S 0 F 0.47 0.09 (Can\325t install) 198 545.6 B -1.1 0.09 (Micr) 198 534.2 B -1.1 0.09 (osoft W) 216.86 534.2 B -1.1 0.09 (indows) 246.67 534.2 B 0.47 0.09 (pr) 198 522.8 B 0.47 0.09 (ogram fr) 206.97 522.8 B 0.47 0.09 (om) 242.67 522.8 B 0.09 (diskette.) 198 511.4 S 0.47 0.09 (Incorr) 288 545.6 B 0.47 0.09 (ect diskette) 312.64 545.6 B 0.47 0.09 (drive speci\336ed or) 288 534.2 B 0.47 0.09 (diskette drive not) 288 522.8 B 0.09 (con\336gur) 288 511.4 S 0.09 (ed.) 322 511.4 S 0.12 0.09 (See \322T) 378 545.6 B 0.12 0.09 (r) 403.43 545.6 B 0.12 0.09 (oubleshooting Pr) 406.91 545.6 B 0.12 0.09 (oblems W) 476.38 545.6 B 0.12 0.09 (ith) 516.5 545.6 B 0.47 0.09 (Diskette Drives\323 on page) 378 534.2 B 0.47 0.09 (63.) 483.63 534.2 B 0.47 0.09 (Can\325t install) 198 494.4 B -1.1 0.09 (Micr) 198 483 B -1.1 0.09 (osoft W) 216.86 483 B -1.1 0.09 (indows) 246.67 483 B 0.47 0.09 (pr) 198 471.6 B 0.47 0.09 (ogram fr) 206.97 471.6 B 0.47 0.09 (om) 242.67 471.6 B 0.47 0.09 (W) 198 460.2 B 0.47 0.09 (abi) 206.25 460.2 B 0.47 0.09 ( drive.) 218.6 460.2 B 0.47 0.09 (Drive or path) 288 494.4 B 0.47 0.09 (incorr) 288 483 B 0.47 0.09 (ect or) 312.22 483 B 0.47 0.09 (inadequate) 288 471.6 B 0.47 0.09 (permissions to) 288 460.2 B 0.47 0.09 (dir) 288 448.8 B 0.47 0.09 (ectory) 299.77 448.8 B 0.47 0.09 (.) 323.99 448.8 B 0.47 0.09 (Use the Br) 378 494.4 B 0.47 0.09 (owse button to \336nd the) 420.78 494.4 B 0.47 0.09 (corr) 378 483 B 0.47 0.09 (ect path to the Micr) 394.2 483 B 0.47 0.09 (osoft) 474.93 483 B 0.47 0.09 (W) 378 471.6 B 0.47 0.09 (indows \336les.) 386.58 471.6 B -0.02 0.09 (Make sur) 378 460.2 B -0.02 0.09 (e you have r) 415.86 460.2 B -0.02 0.09 (ead permission) 465.73 460.2 B 0.47 0.09 (to the dir) 378 448.8 B 0.47 0.09 (ectory and \336les.) 416.12 448.8 B 0.47 0.09 (Can\325t access) 198 431.8 B 0.47 0.09 (Pr) 198 420.4 B 0.47 0.09 (ogram Manager) 207 420.4 B 0.47 0.09 (.) 271.67 420.4 B 0.47 0.09 (W) 288 431.8 B 0.47 0.09 (indows softwar) 296.58 431.8 B 0.47 0.09 (e) 360.12 431.8 B 0.47 0.09 (incorr) 288 420.4 B 0.47 0.09 (ectly) 312.22 420.4 B 0.09 (installed.) 288 409 S 0.47 0.09 (Y) 378 431.8 B 0.47 0.09 (ou must use the W) 383.26 431.8 B 0.47 0.09 (abi Micr) 460.23 431.8 B 0.47 0.09 (osoft) 494.24 431.8 B 0.47 0.09 (W) 378 420.4 B 0.47 0.09 (indows 3.1 Install T) 386.58 420.4 B 0.47 0.09 (ool to install) 466.72 420.4 B 0.47 0.09 (Micr) 378 409 B 0.47 0.09 (osoft W) 396.86 409 B 0.47 0.09 (indows. See page) 428.24 409 B 0.47 0.09 (6 for) 501.77 409 B 0.47 0.09 (mor) 378 397.6 B 0.47 0.09 (e information.) 394.5 397.6 B 0.47 0.09 (Can\325t change) 198 380.6 B 0.47 0.09 (settings fr) 198 369.2 B 0.47 0.09 (om) 238.71 369.2 B 0.47 0.09 (W) 198 357.8 B 0.47 0.09 (indows Contr) 206.58 357.8 B 0.47 0.09 (ol) 262.76 357.8 B 0.09 (Panel.) 198 346.4 S 0.47 0.09 (Many Contr) 288 380.6 B 0.47 0.09 (ol) 337.67 380.6 B -0.27 0.09 (Panel functions not) 288 369.2 B 0.47 0.09 (valid under) 288 357.8 B 0.47 0.09 (W) 338.8 357.8 B 0.47 0.09 (abi) 347.05 357.8 B 0.09 (pr) 288 346.4 S 0.09 (ogram.) 296.97 346.4 S -0.13 0.09 (Use either Con\336guration Manager or) 378 380.6 B 0.47 0.09 (operating system utilities to change) 378 369.2 B 0.47 0.09 (most functions of W) 378 357.8 B 0.47 0.09 (indows Contr) 460.95 357.8 B 0.47 0.09 (ol) 517.13 357.8 B 0.09 (Panel.) 378 346.4 S 0.47 0.09 (Icons missing) 198 329.4 B 0.47 0.09 (fr) 198 318 B 0.47 0.09 (om W) 204.56 318 B 0.47 0.09 (indows) 228.97 318 B 0.47 0.09 (Main gr) 198 306.6 B 0.47 0.09 (oup.) 230.57 306.6 B 0.47 0.09 (Some parts of) 288 329.4 B 0.47 0.09 (W) 288 318 B 0.47 0.09 (indows cannot) 296.58 318 B 0.39 0.09 (be used in) 288 306.6 B 0.39 0.09 (W) 333.05 306.6 B 0.39 0.09 (abi) 341.3 306.6 B 0.39 0.09 ( so) 353.65 306.6 B 0.47 0.09 (they ar) 288 295.2 B 0.47 0.09 (e not) 316.69 295.2 B 0.09 (installed.) 288 283.8 S 0.04 0.09 (See page) 378 329.4 B 0.04 0.09 (12 for a list of the Micr) 415.87 329.4 B 0.04 0.09 (osoft) 507.62 329.4 B -0.18 0.09 (W) 378 318 B -0.18 0.09 (indows pr) 386.58 318 B -0.18 0.09 (ograms that ar) 427.8 318 B -0.18 0.09 (e installed) 486.37 318 B 0.47 0.09 (into the W) 378 306.6 B 0.47 0.09 (abi envir) 420.64 306.6 B 0.47 0.09 (onment.) 456.86 306.6 B 198 574.6 540 574.6 2 L V 0 Z N 198 557.6 540 557.6 2 L V 0.5 H N 198 278.8 540 278.8 2 L V 0.3 H N 34 601.6 36 611.6 R 7 X 1 K V 34 559.6 36 568.6 R V 34 508.4 36 517.4 R V 34 508.4 36 517.4 R V 34 457.2 36 466.2 R V 34 445.8 36 454.8 R V 34 417.4 36 426.4 R V 34 406 36 415 R V 34 394.6 36 437.8 R V 34 343.4 36 352.4 R V 34 377.6 36 386.6 R V 34 343.4 36 352.4 R V 34 343.4 36 386.6 R V 34 315 36 324 R V 34 315 36 335.4 R V 34 303.6 36 335.4 R V FMENDPAGE %%EndPage: "22" 45 %%Page: "21" 45 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Getting Started) 198 108.7 B 0 F 0.09 (21) 548.83 108.7 S 1 20 Q (1) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (T) 126 638.67 P -0.88 (r) 133 638.67 P -0.88 (oubleshooting Startup Pr) 138.19 638.67 P -0.88 (oblems) 278.7 638.67 P 0 10 Q 0.52 0.1 (T) 198 617.33 B 0.52 0.1 (able) 203.31 617.33 B 0.52 0.1 (1-) 224.52 617.33 B 0.52 0.1 (3 suggests solutions to pr) 233.05 617.33 B 0.52 0.1 (oblems you might experience when starting) 349.42 617.33 B 0.52 0.1 (the W) 198 604.93 B 0.52 0.1 (abi pr) 224.46 604.93 B 0.52 0.1 (ogram.) 251.28 604.93 B 1 9 Q 0.09 (T) 198 583.6 S 0.09 (able) 202.58 583.6 S 0.09 (1-) 219.43 583.6 S 0.09 (3) 227.09 583.6 S 0 F 0.47 0.09 (Startup Pr) 241.2 583.6 B 0.47 0.09 (oblems and Solutions) 283.07 583.6 B 3 F 0.09 (Symptom) 198 562.6 S 0.47 0.09 (Possible Cause) 288 562.6 B 0.09 (Solution) 378 562.6 S 0 F 0.47 0.09 (Can\325t install) 198 545.6 B 0.47 0.09 (W) 250.52 545.6 B 0.47 0.09 (abi) 258.77 545.6 B 0.47 0.09 (Insuf) 288 545.6 B 0.47 0.09 (\336cient disk) 308.77 545.6 B 0.09 (space.) 288 534.2 S 0.47 0.09 (T) 378 545.6 B 0.47 0.09 (ry cr) 382.79 545.6 B 0.47 0.09 (eating a link fr) 401.88 545.6 B 0.47 0.09 (om the W) 462.37 545.6 B 0.47 0.09 (abi) 501.98 545.6 B 0.47 0.09 (system dir) 378 534.2 B 0.47 0.09 (ectory to another dir) 420.9 534.2 B 0.47 0.09 (ectory) 505.59 534.2 B -0.04 0.09 (with mor) 378 522.8 B -0.04 0.09 (e space. See page) 415.43 522.8 B -0.04 0.09 (20 for space) 486.98 522.8 B 0.09 (r) 378 511.4 S 0.09 (equir) 381.48 511.4 S 0.09 (ements.) 402.69 511.4 S 0.47 0.09 (Can\325t start) 198 494.4 B 0.47 0.09 (W) 243.75 494.4 B 0.47 0.09 (abi) 252 494.4 B 0.47 0.09 (Startup command) 288 494.4 B 0.47 0.09 (not in path.) 288 483 B 0.47 0.09 (Use the full path name for the) 378 494.4 B 2 F 1.08 (wabi) 504.94 494.4 P 0 F -0.03 0.09 (command. This path is speci\336c to your) 378 483 B 0.47 0.09 (operating system.) 378 471.6 B 0.09 0.09 (Or) 378 460.2 B 0.09 0.09 (, edit your user pr) 388.13 460.2 B 0.09 0.09 (o\336le for the UNIX) 461.5 460.2 B 0.47 0.09 (shell you use \050e.g.,) 378 448.8 B 2 F 1.08 (.cshrc) 457.22 448.8 P 0 F 0.47 0.09 ( for the C) 489.57 448.8 B 0.47 0.09 (shell\051 to include the W) 378 437.4 B 0.47 0.09 (abi) 470.63 437.4 B 2 F 1.08 (bin) 485.78 437.4 P 0 F 0.47 0.09 (dir) 378 426 B 0.47 0.09 (ectory in your sear) 389.77 426 B 0.47 0.09 (ch path.) 467.01 426 B 0.47 0.09 (Not enough swap) 288 409 B 0.47 0.09 (space or memory) 288 397.6 B 0.47 0.09 (.) 357.87 397.6 B 0.47 0.09 (Make sur) 378 409 B 0.47 0.09 (e you have at least the) 416.35 409 B 0.47 0.09 (minimum r) 378 397.6 B 0.47 0.09 (equir) 424.6 397.6 B 0.47 0.09 (ements listed in) 445.81 397.6 B 0.47 0.09 (T) 378 386.2 B 0.47 0.09 (able) 382.77 386.2 B 0.47 0.09 (1-) 401.85 386.2 B 0.47 0.09 (2 on page) 409.52 386.2 B 0.47 0.09 (20. If you need to) 451.92 386.2 B 0.47 0.09 (r) 378 374.8 B 0.47 0.09 (un many pr) 381.57 374.8 B 0.47 0.09 (ograms concurr) 429.99 374.8 B 0.47 0.09 (ently) 494.13 374.8 B 0.47 0.09 (, you) 513.66 374.8 B 0.47 0.09 (may need mor) 378 363.4 B 0.47 0.09 (e memory and swap) 437.5 363.4 B 0.09 (space.) 378 352 S 0.47 0.09 (T) 288 335 B 0.47 0.09 (oo many other) 292.77 335 B 0.47 0.09 (UNIX pr) 288 323.6 B 0.47 0.09 (ograms) 323.62 323.6 B 0.09 (r) 288 312.2 S 0.09 (unning.) 291.57 312.2 S 0.47 0.09 (Quit some of the r) 378 335 B 0.47 0.09 (unning pr) 453.31 335 B 0.47 0.09 (ograms) 494.34 335 B 0.47 0.09 (and try starting W) 378 323.6 B 0.47 0.09 (abi again.) 453.17 323.6 B 0.47 0.09 (Can\325t access) 198 295.2 B 0.47 0.09 (W) 250.52 295.2 B 0.47 0.09 (abi) 258.77 295.2 B 0.47 0.09 (man page) 198 283.8 B 0.47 0.09 (W) 288 295.2 B 0.47 0.09 (abi man page) 296.25 295.2 B 0.47 0.09 (dir) 288 283.8 B 0.47 0.09 (ectory not in) 299.77 283.8 B 2 F (MANPATH.) 288 272.4 T 0 F 0.47 0.09 (See \322Accessing the W) 378 295.2 B 0.47 0.09 (abi Man Page\323) 466.13 295.2 B 0.47 0.09 (on page) 378 283.8 B 0.47 0.09 (18 for mor) 413.02 283.8 B 0.47 0.09 (e information.) 456.01 283.8 B 0.47 0.09 (Can\325t display to a) 198 255.4 B 0.47 0.09 (r) 198 244 B 0.47 0.09 (emote system) 201.48 244 B -0.04 0.09 (System not open to) 288 255.4 B 0.47 0.09 (external displays) 288 244 B 0.47 0.09 (or no display) 288 232.6 B 0.09 (identi\336ed.) 288 221.2 S 0.47 0.09 (See \322Displaying the W) 378 255.4 B 0.47 0.09 (abi Pr) 470.21 255.4 B 0.47 0.09 (ogram on) 494.36 255.4 B 0.29 0.09 (a Remote System\323 on page) 378 244 B 0.29 0.09 (15 to make) 490.05 244 B 0.47 0.09 (sur) 378 232.6 B 0.47 0.09 (e you\325ve followed the corr) 390.89 232.6 B 0.47 0.09 (ect) 499.23 232.6 B 0.09 (pr) 378 221.2 S 0.09 (ocedur) 386.97 221.2 S 0.09 (e.) 415.01 221.2 S 198 574.6 547.2 574.6 2 L V 0 Z N 198 557.6 547.2 557.6 2 L V 0.5 H N 198 216.2 547.2 216.2 2 L V 0.3 H N 34 601.6 36 624 R 7 X 1 K V 34 559.6 36 568.6 R V 34 508.4 36 551.6 R V 34 292.2 36 301.2 R V 34 269.4 36 278.4 R V 34 280.8 36 301.2 R V 34 218.2 36 261.4 R V FMENDPAGE %%EndPage: "21" 44 %%Page: "20" 44 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (20) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (Refer) 54 638 P -0.94 (ence Material for Getting Started) 85.41 638 P 0 10 Q 0.52 0.1 (This section pr) 198 616.33 B 0.52 0.1 (ovides r) 265.3 616.33 B 0.52 0.1 (efer) 302.03 616.33 B 0.52 0.1 (ence material for tasks associated with starting and) 319.1 616.33 B 0.52 0.1 (using the W) 198 603.93 B 0.52 0.1 (abi pr) 252.62 603.93 B 0.52 0.1 (ogram.) 279.45 603.93 B 1 14 Q -0.88 (Hardwar) 126 570.87 P -0.88 (e Requir) 177.04 570.87 P -0.88 (ements) 223.23 570.87 P 0 10 Q 0.52 0.1 (T) 198 549.53 B 0.52 0.1 (able) 203.31 549.53 B 0.52 0.1 (1-) 224.52 549.53 B 0.52 0.1 (2 lists minimum and optimum memory and disk space con\336gurations) 233.05 549.53 B 0.52 0.1 (for using the W) 198 537.13 B 0.52 0.1 (abi pr) 268.77 537.13 B 0.52 0.1 (ogram. See your operating system documentation for) 295.6 537.13 B 0.52 0.1 (speci\336cs on your har) 198 524.73 B 0.52 0.1 (dwar) 293 524.73 B 0.52 0.1 (e r) 316.61 524.73 B 0.52 0.1 (equir) 328.48 524.73 B 0.52 0.1 (ements.) 352.07 524.73 B 1 9 Q 0.09 (T) 198 503.4 S 0.09 (able) 202.58 503.4 S 0.09 (1-) 219.43 503.4 S 0.09 (2) 227.09 503.4 S 0 F 0.47 0.09 (W) 241.2 503.4 B 0.47 0.09 (abi) 249.45 503.4 B 0.47 0.09 ( Memory and Disk Space Requir) 261.8 503.4 B 0.47 0.09 (ements) 395.45 503.4 B 3 F 0.09 (Item) 198 482.4 S 0.47 0.09 ( Minimum) 313.2 482.4 B 0.09 (Recommended) 439.2 482.4 S 0 F 0.47 0.09 (Random-access memory) 198 465.4 B 0.09 (\050RAM\051) 198 454 S 0.47 0.09 (24 Mbytes on RISC systems) 313.2 465.4 B 0.47 0.09 (16 Mbytes on x86 systems) 313.2 454 B 0.47 0.09 (32 Mbytes on RISC) 439.2 465.4 B 0.47 0.09 (24 Mbytes on x86) 439.2 454 B 0.47 0.09 (Disk space r) 198 437 B 0.47 0.09 (equir) 248.28 437 B 0.47 0.09 (ed for) 269.49 437 B 0.47 0.09 (W) 198 425.6 B 0.47 0.09 (abi) 206.25 425.6 B 0.47 0.09 ( system dir) 218.6 425.6 B 0.47 0.09 (ectory) 264.3 425.6 B 0.47 0.09 (20 Mbytes) 313.2 437 B 0.47 0.09 (Not applicable) 439.2 437 B 0.47 0.09 (Disk space r) 198 408.6 B 0.47 0.09 (equir) 248.28 408.6 B 0.47 0.09 (ed for) 269.49 408.6 B 2 F ($HOME/wabi) 198 397.2 T 0 F -0.28 0.09 (12 Mbytes for W) 313.2 408.6 B -0.28 0.09 (abi \336les and) 378.57 408.6 B 0.47 0.09 (Micr) 313.2 397.2 B 0.47 0.09 (osoft W) 332.06 397.2 B 0.47 0.09 (indows \336les) 363.44 397.2 B 0.47 0.09 (Not applicable) 439.2 408.6 B 0.47 0.09 (Fr) 198 380.2 B 0.47 0.09 (ee swap space) 206.57 380.2 B 0.47 0.09 (20 Mbytes on RISC and x86) 313.2 380.2 B 0.47 0.09 (60 Mbytes for RISC) 439.2 380.2 B 0.47 0.09 (40 Mbytes for x86) 439.2 368.8 B 0.47 0.09 (10 Mbytes mor) 439.2 357.4 B 0.47 0.09 (e for each) 500.53 357.4 B 0.47 0.09 (application r) 439.2 346 B 0.47 0.09 (un) 491.26 346 B 0.09 (concurr) 439.2 334.6 S 0.09 (ently) 470.31 334.6 S 198 494.4 554.4 494.4 2 L V 0 Z N 198 477.4 554.4 477.4 2 L V 0.5 H N 198 329.6 554.4 329.6 2 L V 0.3 H N 34 533.8 36 610.6 R 7 X 1 K V 34 451 36 471.4 R V 34 451 36 471.4 R V 34 422.6 36 431.6 R V 34 434 36 443 R V 34 394.2 36 414.6 R V 34 394.2 36 414.6 R V 34 377.2 36 386.2 R V FMENDPAGE %%EndPage: "20" 43 %%Page: "19" 43 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Getting Started) 198 108.7 B 0 F 0.09 (19) 548.83 108.7 S 1 20 Q (1) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 3 10 Q 0 X 0 K 0.1 (3.) 197.5 641.33 S 0.52 0.1 (Set your) 210.6 641.33 B 2 F 1.2 (MANPATH) 253.08 641.33 P 3 F 0.52 0.1 ( variable to include the) 295.05 641.33 B 0.52 0.1 (W) 407.57 641.33 B 0.52 0.1 (abi) 416.93 641.33 B 0.52 0.1 ( man page directory) 431.66 641.33 B 0.52 0.1 (.) 524.43 641.33 B 0 F 0.52 0.1 (If) 210.6 628.93 B 2 F 1.2 (MANPATH) 220.61 628.93 P 0 F 0.52 0.1 ( does not exist in) 262.59 628.93 B 2 F 1.2 (.login) 343.78 628.93 P 0 F 0.52 0.1 ( or) 379.76 628.93 B 2 F 1.2 (.cshrc) 395.6 628.93 P 0 F 0.52 0.1 ( or) 431.58 628.93 B 2 F 1.2 (.prof) 447.42 628.93 P 1.2 (ile) 477.4 628.93 P 0 F 0.52 0.1 (, use a text) 495.39 628.93 B 0.52 0.1 (editor to enter the following line in the appr) 210.6 616.53 B 0.52 0.1 (opriate \336le:) 413.45 616.53 B 0.5 (If you use the C shell add the following line to either) 210.6 596.8 P 2 F 1.2 (.login) 451.37 596.8 P 0 F 0.5 ( or) 487.35 596.8 P 2 F 1.2 (.cshrc) 502.75 596.8 P 0 F 0.5 (:) 538.73 596.8 P 4 9 Q 1.08 ( setenv MANPATH) 210.6 585.4 P 1 F 0.47 0.09 (par) 306.59 585.4 B 0.47 0.09 (entdir) 318.67 585.4 B 0.47 0.09 (ectory) 341.03 585.4 B 4 F 1.08 (/man) 363.69 585.4 P 0 10 Q 0.5 (If you use the Bourne or Korn shell, add the following line to) 210.6 566 P 2 F 1.2 (.prof) 488.3 566 P 1.2 (ile) 518.28 566 P 0 F 0.5 (:) 536.27 566 P 4 9 Q 1.08 ( MANPATH=) 210.6 554.6 P 1 F 0.47 0.09 (par) 266.68 554.6 B 0.47 0.09 (entdir) 278.77 554.6 B 0.47 0.09 (ectory) 301.12 554.6 B 4 F 1.08 (/man; export MANPATH) 323.79 554.6 P 1 10 Q -0.09 0.1 (par) 210.6 534.53 B -0.09 0.1 (entdir) 224.04 534.53 B -0.09 0.1 (ectory) 248.9 534.53 B 0 F -0.09 0.1 ( is the dir) 274.11 534.53 B -0.09 0.1 (ectory wher) 316.22 534.53 B -0.09 0.1 (e the W) 369.88 534.53 B -0.09 0.1 (abi system softwar) 403.12 534.53 B -0.09 0.1 (e is located, for) 487.45 534.53 B 0.52 0.1 (example) 210.6 522.13 B 2 F 1.2 (/usr/wabi) 251.89 522.13 P 0 F 0.52 0.1 (.) 305.86 522.13 B 0.52 0.1 (If) 210.6 501.73 B 2 F 1.2 (MANPATH) 220.61 501.73 P 0 F 0.52 0.1 ( is set in one of these \336les alr) 262.59 501.73 B 0.52 0.1 (eady) 395.48 501.73 B 0.52 0.1 (, use a text editor to update) 416.22 501.73 B 0.52 0.1 (your) 210.6 489.33 B 2 F 1.2 (MANPATH) 235.11 489.33 P 0 F 0.52 0.1 ( variable by adding the following at the end of the) 277.08 489.33 B 2 F 1.2 (setenv) 511.79 489.33 P 1.2 (MANPATH) 210.6 476.93 P 0 F 0.52 0.1 ( or) 252.58 476.93 B 2 F 1.2 (MANPATH=) 268.42 476.93 P 0 F 0.52 0.1 ( statement:) 316.39 476.93 B 1 9 Q 0.09 (par) 210.6 457.2 S 0.09 (entdir) 222.69 457.2 S 0.09 (ectory) 245.04 457.2 S 4 F (/man) 267.71 457.2 T 0 10 Q 0.52 0.1 (If the W) 210.6 437.13 B 0.52 0.1 (abi system softwar) 247.07 437.13 B 0.52 0.1 (e is located in) 332.62 437.13 B 2 F 1.2 (/usr/wabi) 398.91 437.13 P 0 F 0.52 0.1 (, your) 452.88 437.13 B 2 F 1.2 (MANPATH) 483.1 437.13 P 0 F 0.52 0.1 (dir) 210.6 424.73 B 0.52 0.1 (ectory is) 223.68 424.73 B 2 F 1.2 (/usr/wabi/man) 265.31 424.73 P 0 F 0.52 0.1 (.) 343.27 424.73 B 0.52 0.1 (Be sur) 210.6 404.33 B 0.52 0.1 (e to separate this entry fr) 239.14 404.33 B 0.52 0.1 (om existing) 354.14 404.33 B 2 F 1.2 (MANPATH) 410.29 404.33 P 0 F 0.52 0.1 ( entries with a colon.) 452.27 404.33 B 0.52 0.1 (Save and quit the) 210.6 391.93 B 2 F 1.2 (.login) 293.72 391.93 P 0 F 0.52 0.1 ( ,) 329.7 391.93 B 2 F 1.2 (.cshrc) 338.54 391.93 P 0 F 0.52 0.1 (, or) 374.52 391.93 B 2 F 1.2 (.prof) 392.96 391.93 P 1.2 (ile) 422.94 391.93 P 0 F 0.52 0.1 ( \336le once you\325ve added) 440.93 391.93 B 0.52 0.1 (this statement.) 210.6 379.53 B 3 F 0.1 (4.) 197.5 359.13 S 0.52 0.1 (Update your operating system to recognize this) 210.6 359.13 B 2 F 1.2 (MANPATH) 436.31 359.13 P 3 F 0.52 0.1 ( entry) 478.28 359.13 B 0.52 0.1 (.) 504.86 359.13 B 0 F 0.52 0.1 (Enter one of the following commands, depending on the \336le in which your) 210.6 346.73 B 2 F 1.2 (MANPATH) 210.6 334.33 P 0 F 0.52 0.1 ( statement is located:) 252.58 334.33 B 4 9 Q 1.08 (source .login) 210.6 313.93 P 0 10 Q 0.1 (or) 210.6 301.53 S 4 9 Q 1.08 (source .cshrc) 210.6 289.13 P 0 10 Q 0.1 (or) 210.6 276.73 S 4 9 Q 1.08 (. .prof) 210.6 264.33 P 1.08 (ile) 249.43 264.33 P 34 582.4 36 591.4 R 7 X 1 K V 34 531.2 36 560.6 R V 34 433.8 36 443.8 R V FMENDPAGE %%EndPage: "19" 42 %%Page: "18" 42 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (18) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 3 10 Q 0 X 0 K 0.1 (3.) 197.5 641.33 S 0.52 0.1 (Specify in the entry \336eld the path to the W) 210.6 641.33 B 0.52 0.1 (indows \336les.) 412.68 641.33 B 0 F 0.52 0.1 (Enter) 210.6 628.93 B 4 F 1.2 (R:) 238.13 628.93 P 0 F 0.52 0.1 ( and the complete path fr) 250.13 628.93 B 0.52 0.1 (om the r) 366.14 628.93 B 0.52 0.1 (oot dir) 404.89 628.93 B 0.52 0.1 (ectory to the W) 435.57 628.93 B 0.52 0.1 (indows) 505.59 628.93 B 0.52 0.1 (\336les. Y) 210.6 616.53 B 0.52 0.1 (ou can use either DOS or UNIX slashes in the path. Y) 240.54 616.53 B 0.52 0.1 (ou can also use) 484.73 616.53 B 0.52 0.1 (the Br) 210.6 604.13 B 0.52 0.1 (owse button to look thr) 237.96 604.13 B 0.52 0.1 (ough the dir) 345.43 604.13 B 0.52 0.1 (ectories available to your system) 402.17 604.13 B 0.52 0.1 (to \336nd the path to the W) 210.6 591.73 B 0.52 0.1 (indows \336les.) 323.76 591.73 B 3 F 0.1 (4.) 197.5 571.33 S 0.52 0.1 (Choose OK.) 210.6 571.33 B 0 F 0.52 0.1 (The W) 210.6 558.93 B 0.52 0.1 (abi pr) 239.92 558.93 B 0.52 0.1 (ogram begins mer) 266.75 558.93 B 0.52 0.1 (ging \336les fr) 349.38 558.93 B 0.52 0.1 (om the dir) 401.54 558.93 B 0.52 0.1 (ectory you speci\336ed) 449.5 558.93 B 0.28 0.1 (into your personal) 210.6 546.53 B 2 F 0.65 (wabi/windows) 297.43 546.53 P 0 F 0.28 0.1 ( dir) 369.39 546.53 B 0.28 0.1 (ectory) 385.36 546.53 B 0.28 0.1 (. When installation is complete,) 412.29 546.53 B 0.52 0.1 (windows open, displaying the contents of each W) 210.6 534.13 B 0.52 0.1 (indows pr) 438.39 534.13 B 0.52 0.1 (ogram gr) 484.95 534.13 B 0.52 0.1 (oup,) 526.88 534.13 B 0.52 0.1 (and a dialog opens asking you to r) 210.6 521.73 B 0.52 0.1 (estart the W) 369.88 521.73 B 0.52 0.1 (abi pr) 424.54 521.73 B 0.52 0.1 (ogram.) 451.37 521.73 B 3 F 0.1 (5.) 197.5 501.33 S 0.52 0.1 (Choose OK in the dialog to restart the) 210.6 501.33 B 0.52 0.1 (W) 393.54 501.33 B 0.52 0.1 (abi) 402.89 501.33 B 0.52 0.1 ( program.) 417.63 501.33 B 0 F 0.52 0.1 (Installation of Micr) 210.6 488.93 B 0.52 0.1 (osoft W) 297.92 488.93 B 0.52 0.1 (indows softwar) 332.82 488.93 B 0.52 0.1 (e is now complete.) 403.48 488.93 B 5 12 Q 0.69 0.12 (t) 104.4 455.2 B 6 F 0.73 0.3 (V) 126 455.2 B 0.73 0.3 (iewing the) 134.59 455.2 B 0.73 0.3 (W) 202.68 455.2 B 0.73 0.3 (abi) 213.17 455.2 B 0.73 0.3 ( Man Page) 232.78 455.2 B 5 10 Q 0.1 (\251) 199.15 434.53 S 3 F 0.52 0.1 (Display the) 210.6 434.53 B 0.52 0.1 (W) 268.35 434.53 B 0.52 0.1 (abi) 277.7 434.53 B 0.52 0.1 ( man page by entering the following at the command) 292.43 434.53 B 0.1 (line:) 210.6 422.13 S 4 9 Q 1.08 (man wabi) 210.6 410.4 P 0 10 Q 0.52 0.1 (The initial scr) 210.6 390.33 B 0.52 0.1 (een of W) 273.02 390.33 B 0.52 0.1 (abi man page information is displayed. Pr) 313.1 390.33 B 0.52 0.1 (ess the) 505.52 390.33 B 0.52 0.1 (spacebar to view additional scr) 210.6 377.93 B 0.52 0.1 (eens.) 353.01 377.93 B 0.49 0.1 (If the) 210.6 357.53 B 2 F 1.13 (man) 237.83 357.53 P 0 F 0.49 0.1 ( command indicates ther) 255.82 357.53 B 0.49 0.1 (e is no W) 368.64 357.53 B 0.49 0.1 (abi man page, you may have to) 410.79 357.53 B 0.52 0.1 (add it to your man pages path as explained in the next pr) 210.6 345.13 B 0.52 0.1 (ocedur) 474.99 345.13 B 0.52 0.1 (e.) 506.18 345.13 B 5 12 Q 0.69 0.12 (t) 104.4 311.4 B 6 F 0.73 0.3 (Accessing the) 126 311.4 B 0.73 0.3 (W) 217.29 311.4 B 0.73 0.3 (abi) 227.79 311.4 B 0.73 0.3 ( Man Page) 247.4 311.4 B 3 10 Q 0.1 (1.) 197.5 290.73 S 0.52 0.1 (Open a command window) 210.6 290.73 B 0.52 0.1 (.) 334.09 290.73 B 0.1 (2.) 197.5 270.33 S 0.52 0.1 (Locate the) 210.6 270.33 B 2 F 1.2 (MANPATH) 261.59 270.33 P 3 F 0.52 0.1 ( variable.) 303.57 270.33 B 0 F 0.37 0.1 (Examine your) 210.6 257.93 B 2 F 0.86 (.login) 277.23 257.93 P 0 F 0.37 0.1 ( and) 313.21 257.93 B 2 F 0.86 (.cshrc) 336.37 257.93 P 0 F 0.37 0.1 ( \050if you use the C shell\051 or) 372.35 257.93 B 2 F 0.86 (.prof) 494.22 257.93 P 0.86 (ile) 524.2 257.93 P 0 F 0.37 0.1 ( \050if) 542.19 257.93 B 0.52 0.1 (you use the Bourne or Korn shell\051 to locate this variable.) 210.6 245.53 B 0.05 0.1 (If you cannot locate this variable in your user pr) 210.6 225.13 B 0.05 0.1 (o\336le \336les, you must set it by) 428.35 225.13 B 0.52 0.1 (editing one of these \336les.) 210.6 212.73 B 54.36 595.52 192.36 648 C 54.36 595.52 192.36 648 R 7 X 0 K V 56.33 569.01 188.3 645.97 R V 9 9 Q 0 X -0.62 (\322Microsoft Windows Installation) 56.33 639.97 P -0.62 (From a W) 56.33 629.97 P -0.62 (abi Drive\323 on page) 94.19 629.97 P -0.62 (9) 168.24 629.97 P -0.62 (discusses installation from a) 56.33 619.97 P -0.62 (W) 56.33 609.97 P -0.62 (abi) 64.48 609.97 P -0.62 ( drive in more detail.) 76.47 609.97 P 0 72 612 720 C 34 498 36 565.6 R 7 X 1 K V 34 451.2 36 463.2 R V 34 387 36 397 R V 34 341.8 36 351.8 R V 34 287.4 36 297.4 R V FMENDPAGE %%EndPage: "18" 41 %%Page: "17" 41 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Getting Started) 198 108.7 B 0 F 0.09 (17) 548.83 108.7 S 1 20 Q (1) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 5 12 Q 0 X 0 K 0.69 0.12 (t) 104.4 640 B 6 F 0.73 0.3 (Installing Micr) 126 640 B 0.73 0.3 (osoft W) 210.65 640 B 0.73 0.3 (indows Fr) 255.13 640 B 0.73 0.3 (om Diskette) 311.84 640 B 3 10 Q 0.1 (1.) 197.5 619.33 S 0.52 0.1 (Open the W) 210.6 619.33 B 0.52 0.1 (abi T) 266.86 619.33 B 0.52 0.1 (ools icon.) 290.37 619.33 B 0 F 0.52 0.1 (The W) 210.6 606.93 B 0.52 0.1 (abi T) 239.92 606.93 B 0.52 0.1 (ools gr) 262.08 606.93 B 0.52 0.1 (oup displays several icons.) 293.18 606.93 B 3 F 0.1 (2.) 197.5 586.53 S 0.52 0.1 (Open the W) 210.6 586.53 B 0.52 0.1 (indows Install icon.) 267.23 586.53 B 0 F 0.52 0.1 (The W) 210.6 574.13 B 0.52 0.1 (abi Micr) 239.92 574.13 B 0.52 0.1 (osoft W) 277.74 574.13 B 0.52 0.1 (indows 3.1 Install Pr) 312.64 574.13 B 0.52 0.1 (ogram dialog box opens.) 406.45 574.13 B 3 F 0.1 (3.) 197.5 553.73 S 0.52 0.1 (Specify a diskette drive letter) 210.6 553.73 B 0.52 0.1 (.) 349.01 553.73 B 0 F 0.52 0.1 (If you ar) 210.6 541.33 B 0.52 0.1 (e using diskette drive A for installation, choose OK to accept the) 250.04 541.33 B 0.05 0.1 (default drive designation. If you ar) 210.6 528.93 B 0.05 0.1 (e using diskette drive B, r) 368.61 528.93 B 0.05 0.1 (eplace A with B) 484.07 528.93 B 0.52 0.1 (in the entry \336eld and choose OK.) 210.6 516.53 B 0.52 0.1 (The initial installation dialog box opens.) 210.6 496.13 B 3 F 0.1 (4.) 197.5 475.73 S 0.14 0.1 (Insert the W) 210.6 475.73 B 0.14 0.1 (indows program disk 1 into the diskette drive and choose OK.) 267.77 475.73 B 0 F 0.52 0.1 (The W) 210.6 463.33 B 0.52 0.1 (abi pr) 239.92 463.33 B 0.52 0.1 (ogram begins copying W) 266.75 463.33 B 0.52 0.1 (indows \336les into your) 380.81 463.33 B 2 F 1.2 (C:\134WINDOWS) 484.35 463.33 P 0 F 0.52 0.1 (dir) 210.6 450.93 B 0.52 0.1 (ectory) 223.68 450.93 B 0.52 0.1 (.) 250.62 450.93 B 54 429.21 558 437.2 C 558 434.18 198 434.18 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 422.54 B 0 F 0.52 0.1 (If the diskette drive does not pr) 231.94 422.54 B 0.52 0.1 (ovide an eject button, you can eject) 377.1 422.54 B 0.52 0.1 (diskettes by clicking in the W) 198 410.14 B 0.52 0.1 (abi window and pr) 332.51 410.14 B 0.52 0.1 (essing the Meta and E) 420.35 410.14 B 54 386.42 558 394.41 C 558 391.38 198 391.38 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (keys:) 198 397.74 B 3 F 0.1 (5.) 197.5 369.35 S 0.52 0.1 (Follow the prompts in subsequent dialog boxes to copy the \336les on the) 210.6 369.35 B 0.52 0.1 (remaining W) 210.6 356.95 B 0.52 0.1 (indows program diskettes.) 271.54 356.95 B 0 F 0.03 0.1 (When copying is complete, the W) 210.6 344.55 B 0.03 0.1 (indows pr) 361.91 344.55 B 0.03 0.1 (ogram gr) 407.98 344.55 B 0.03 0.1 (oups open and a dialog) 449.41 344.55 B 0.52 0.1 (asks you to r) 210.6 332.15 B 0.52 0.1 (estart the W) 269.51 332.15 B 0.52 0.1 (abi pr) 324.17 332.15 B 0.52 0.1 (ogram.) 350.99 332.15 B 3 F 0.1 (6.) 197.5 311.75 S 0.52 0.1 (Remove the last disk from the diskette drive.) 210.6 311.75 B 0.1 (7.) 197.5 291.35 S 0.52 0.1 (Choose OK in the dialog to restart the) 210.6 291.35 B 0.52 0.1 (W) 393.54 291.35 B 0.52 0.1 (abi) 402.89 291.35 B 0.52 0.1 ( program.) 417.63 291.35 B 0 F 0.52 0.1 (Installation of the W) 210.6 278.95 B 0.52 0.1 (indows softwar) 303.78 278.95 B 0.52 0.1 (e is now complete.) 374.44 278.95 B 5 12 Q 0.69 0.12 (t) 104.4 245.22 B 6 F 0.73 0.3 (Installing Micr) 126 245.22 B 0.73 0.3 (osoft W) 210.65 245.22 B 0.73 0.3 (indows Fr) 255.13 245.22 B 0.73 0.3 (om a) 311.84 245.22 B 0.73 0.3 (W) 348.39 245.22 B 0.73 0.3 (abi) 358.88 245.22 B 0.73 0.3 ( Drive) 378.49 245.22 B 3 10 Q 0.1 (1.) 197.5 224.55 S 0.52 0.1 (Open the W) 210.6 224.55 B 0.52 0.1 (abi T) 266.86 224.55 B 0.52 0.1 (ools icon.) 290.37 224.55 B 0 F 0.52 0.1 (The W) 210.6 212.15 B 0.52 0.1 (abi T) 239.92 212.15 B 0.52 0.1 (ools gr) 262.08 212.15 B 0.52 0.1 (oup displays several icons.) 293.18 212.15 B 3 F 0.1 (2.) 197.5 191.75 S 0.52 0.1 (Open the W) 210.6 191.75 B 0.52 0.1 (indows Install icon.) 267.23 191.75 B 0 F 0.52 0.1 (The W) 210.6 179.35 B 0.52 0.1 (abi Micr) 239.92 179.35 B 0.52 0.1 (osoft W) 277.74 179.35 B 0.52 0.1 (indows 3.1 Install Pr) 312.64 179.35 B 0.52 0.1 (ogram dialog box opens.) 406.45 179.35 B 55 508.31 193 562.33 C 55 508.31 193 562.33 R 7 X 0 K V 58.46 481.91 190.43 558.88 R V 9 9 Q 0 X -0.62 (See \322Microsoft Windows) 58.46 552.88 P -0.62 (Installation From Diskette\323 on) 58.46 542.88 P -0.62 (page) 58.46 532.88 P -0.62 (7 for detailed information) 80.94 532.88 P -0.62 (about Windows installation from) 58.46 522.88 P (diskette.) 58.46 512.88 T 0 72 612 720 C 221.14 394.8 293.14 410.8 C 0 260.42 472.8 283.01 490.86 15.82 12.64 264.73 394.98 FMBEGINEPSF %%BeginDocument: /home/snolin/WABI/2.0/doc/User/art/E.epsi %!PS-Adobe-2.0 EPSF-2.0 %%Creator: FreeHand 3.0 %%Title: E %%CreationDate: 1/31/92 8:05 AM %%BoundingBox: 260.419 472.7981 283.0142 490.8605 %%DocumentProcSets: FreeHand_header 3 0 %%DocumentSuppliedProcSets: FreeHand_header 3 0 %%ColorUsage: Color %%DocumentFonts: Symbol %%+Helvetica-Bold %%DocumentNeededFonts: Symbol %%+Helvetica-Bold %%FHPathName: Macintosh HD:SunPC:E %%EndComments %%BeginProcSet: FreeHand_header 3 0 /FHIODict 30 dict def FHIODict begin /bdf{bind def}bind def /d{setdash}bdf /h{closepath}bdf /H{}bdf /J{setlinecap}bdf /j{setlinejoin}bdf /M{setmiterlimit}bdf /n{newpath}bdf /N{newpath}bdf /q{gsave}bdf /Q{grestore}bdf /w{setlinewidth}bdf /u{}bdf /U{}bdf /sepdef{ dup where not { FreeHandSepDict } if 3 1 roll exch put }bdf /` {end %. FreeHandDict /-save0- save def pop pop pop pop pop concat userdict begin /showpage {} def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath /languagelevel where {pop languagelevel 1 ne{false setstrokeadjust false setoverprint}if}if } bdf /~ {end -save0- restore FreeHandDict begin }bdf /FreeHandDict 190 dict def FreeHandDict begin /currentpacking where{pop true setpacking}if /xdf{exch def}bdf /ndf{1 index where{pop pop pop}{dup xcheck{bind}if def}ifelse}bdf /min{2 copy gt{exch}if pop}bdf /max{2 copy lt{exch}if pop}bdf /isLino statusdict /product get (Lino) anchorsearch{pop pop true}{pop false}ifelse def /dr{transform .25 sub round .25 add exch .25 sub round .25 add exch itransform}bdf /C{dr curveto}bdf /L{dr lineto}bdf /m{dr moveto}bdf /printerRes gsave matrix defaultmatrix setmatrix 72 72 dtransform abs exch abs max grestore def /maxsteps 256 def /calcgraysteps { currentscreen pop exch printerRes exch div exch 2 copy sin mul round dup mul 3 1 roll cos mul round dup mul add 1 add dup maxsteps gt {pop maxsteps} if } bdf /bottom -0 def /delta -0 def /frac -0 def /left -0 def /numsteps -0 def /numsteps1 -0 def /radius -0 def /right -0 def /top -0 def /xt -0 def /yt -0 def /df currentflat def /tempstr 1 string def /clipflatness currentflat def /inverted? 0 currenttransfer exec .5 ge def /colorexists systemdict/setcmykcolor known def /tc1 [0 0 0 1] def /tc2 [0 0 0 1] def /fc [0 0 0 1] def /sc [0 0 0 1] def /concatprocs{ /proc2 exch cvlit def/proc1 exch cvlit def /newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx}bdf /storerect{/top xdf/right xdf/bottom xdf/left xdf}bdf /rectpath{newpath left bottom m left top L right top L right bottom L closepath}bdf /i{dup 0 eq {pop df dup} {dup} ifelse /clipflatness xdf setflat }bdf version cvr 38.0 le {/setrgbcolor{ currenttransfer exec 3 1 roll currenttransfer exec 3 1 roll currenttransfer exec 3 1 roll setrgbcolor}bdf}if /gettint{0 get}bdf /puttint{0 exch put}bdf /vms {/vmsv save def} bdf /vmr {vmsv restore} bdf /vmrs{vmsv restore /vmsv save def}bdf /eomode{ {/filler /eofill load def /clipper /eoclip load def} {/filler /fill load def /clipper /clip load def} ifelse }bdf /CD{/NF exch def{exch dup/FID ne 1 index/UniqueID ne and{exch NF 3 1 roll put} {pop pop}ifelse}forall NF}bdf /MN{1 index length/Len exch def dup length Len add string dup Len 4 -1 roll putinterval dup 0 4 -1 roll putinterval}bdf /RC{4 -1 roll /ourvec xdf 256 string cvs(|______)anchorsearch {1 index MN cvn/NewN exch def cvn findfont dup maxlength dict CD dup/FontName NewN put dup /Encoding ourvec put NewN exch definefont pop}{pop}ifelse}bdf /RF{dup FontDirectory exch known{pop 3 -1 roll pop}{RC}ifelse}bdf /FF{dup 256 string cvs(|______)exch MN cvn dup FontDirectory exch known {exch pop findfont 3 -1 roll pop}{pop dup findfont dup maxlength dict CD dup dup /Encoding exch /Encoding get 256 array copy 7 -1 roll {3 -1 roll dup 4 -2 roll put}forall put definefont}ifelse}bdf userdict begin /BDFontDict 20 dict def end BDFontDict begin /bu{}def /bn{}def /setTxMode{av 70 ge{pop}if pop}def /gm{m}def /show{pop}def /gr{pop}def /fnt{pop pop pop}def /fs{pop}def /fz{pop}def /lin{pop pop}def end /MacVec 256 array def MacVec 0 /Helvetica findfont /Encoding get 0 128 getinterval putinterval MacVec 127 /DEL put MacVec 16#27 /quotesingle put MacVec 16#60 /grave put /NUL/SOH/STX/ETX/EOT/ENQ/ACK/BEL/BS/HT/LF/VT/FF/CR/SO/SI /DLE/DC1/DC2/DC3/DC4/NAK/SYN/ETB/CAN/EM/SUB/ESC/FS/GS/RS/US MacVec 0 32 getinterval astore pop /Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute /agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave /ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute /ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis /dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /register/copyright/trademark/acute/dieresis/notequal/AE/Oslash /infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation /product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash /questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft /guillemotright/ellipsis/nbspace/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge /ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl /daggerdbl/periodcentered/quotesinglbase/quotedblbase /perthousand/Acircumflex/Ecircumflex/Aacute /Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex /apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde /macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron MacVec 128 128 getinterval astore pop /fps{ currentflat exch dup 0 le{pop 1}if { dup setflat 3 index stopped {1.3 mul dup 3 index gt{pop setflat pop pop stop}if} {exit} ifelse }loop pop setflat pop pop }bdf /fp{100 currentflat fps}bdf /clipper{clip}bdf /W{/clipper load 100 clipflatness fps}bdf /fixtrans1 { dup{ic mul ic sub 1 add}concatprocs exch dup{im mul im sub 1 add}concatprocs exch dup{iy mul iy sub 1 add}concatprocs exch {ik mul ik sub 1 add}concatprocs }bdf /fixtrans2 { currentcolortransfer 5 -1 roll exch concatprocs 7 1 roll 4 -1 roll exch concatprocs 6 1 roll 3 -1 roll exch concatprocs 5 1 roll concatprocs 4 1 roll setcolortransfer }bdf end%. FreeHandDict end%. FHIODict %%EndProcSet %%EndProlog %%BeginSetup FHIODict begin FreeHandDict begin 260.419 472.7981 283.0142 490.8605 storerect rectpath clip newpath /onlyk{false}ndf /ccmyk{dup 5 -1 roll sub 0 max exch}ndf /setcmykcolor{1 exch sub ccmyk ccmyk ccmyk pop setrgbcolor}ndf /setcmykcoloroverprint{4{dup -1 eq{pop 0}if 4 1 roll}repeat setcmykcolor}ndf /findcmykcustomcolor{5 /packedarray where{pop packedarray}{array astore readonly}ifelse}ndf /setcustomcolor{exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop}ndf /setseparationgray{1 exch sub dup dup dup setcmykcolor}ndf /setoverprint{pop}ndf /currentoverprint false ndf /colorimage{pop pop [5 -1 roll/exec cvx 6 -1 roll/exec cvx 7 -1 roll/exec cvx 8 -1 roll/exec cvx /cmykbufs2gray cvx]cvx image} %. version 47.1 on Linotronic of Postscript defines colorimage incorrectly (rgb model only) version cvr 47.1 le isLino and{userdict begin bdf end}{ndf}ifelse /cci1 { currentcolortransfer {ik mul ik sub 1 add}concatprocs 4 1 roll {iy mul iy sub 1 add}concatprocs 4 1 roll {im mul im sub 1 add}concatprocs 4 1 roll {ic mul ic sub 1 add}concatprocs 4 1 roll setcolortransfer }ndf /cci2 { {invbuf dup length magentabuf length ne {dup length dup dup /magentabuf exch string def /yellowbuf exch string def /blackbuf exch string def}if dup magentabuf copy yellowbuf copy blackbuf copy pop}concatprocs }ndf /customcolorimage{colorexists{ aload pop pop 4 array astore setimagecmyk cci1 /magentabuf 0 string def /yellowbuf 0 string def /blackbuf 0 string def cci2 {magentabuf}{yellowbuf}{blackbuf}true 4 colorimage} {pop image}ifelse}ndf /separationimage{image}ndf /newcmykcustomcolor{6 /packedarray where{pop packedarray}{array astore readonly}ifelse}ndf /inkoverprint false ndf /setinkoverprint{pop}ndf /overprintprocess{pop}ndf /setspotcolor {spots exch get 0 5 getinterval exch setcustomcolor}ndf /currentcolortransfer{currenttransfer dup dup dup}ndf /setcolortransfer{systemdict begin settransfer end pop pop pop}ndf /getcmyk { dup length 4 eq {aload pop} {aload pop spots exch get 0 4 getinterval aload pop 4 {4 index mul 4 1 roll}repeat 5 -1 roll pop} ifelse }bdf /setimagecmyk{ getcmyk/ik xdf /iy xdf /im xdf /ic xdf }ndf /autospread{pop}ndf /fhsetspreadsize{pop}ndf /strokeopf false def /fillopf false def /R{0 ne /strokeopf xdf}bdf /O{0 ne /fillopf xdf}bdf /filler{fill}bdf /F{fc fhsetcolor fillopf setoverprint false autospread gsave /filler load fp grestore false setoverprint}bdf /f{closepath F}bdf /S{sc fhsetcolor strokeopf setoverprint true autospread {stroke}fp false setoverprint}bdf /s{closepath S}bdf /B{fc fhsetcolor fillopf setoverprint gsave /filler load fp grestore sc fhsetcolor strokeopf setoverprint true autospread {stroke}fp false setoverprint}bdf /b{closepath B}bdf colorexists not{/setcolorscreen {setscreen pop pop pop pop pop pop pop pop pop}bdf}if /fhsetcolor{dup length 4 eq {aload overprintprocess setcmykcolor} {aload 1 get spots exch get 5 get setinkoverprint setspotcolor} ifelse }ndf /settextcolor{dup fhsetcolor dup length 4 eq {onlyk{3 get 1.0 eq{true setinkoverprint}if}{pop}ifelse} {pop} ifelse }ndf /ka{/fc xdf}bdf /Ka{/sc xdf}bdf /xa{/fc xdf} bdf /Xa{/sc xdf} bdf /bc2[0 0]def /bc4[0 0 0 0]def /absmax{2 copy abs exch abs gt{exch}if pop}bdf /calcstep { colorexists not and{calcgraysteps}{maxsteps}ifelse tc1 length 4 eq { 0 1 3 {tc1 1 index get tc2 3 -1 roll get sub }for absmax absmax absmax } { bc2 tc1 1 get 1 exch put tc1 gettint tc2 gettint sub abs } ifelse mul abs round dup 0 eq{pop 1}if dup /numsteps xdf 1 sub dup 0 eq{pop 1}if /numsteps1 xdf }bdf /cblend{ tc1 length 4 eq { 0 1 3 {bc4 exch tc1 1 index get tc2 2 index get 1 index sub frac mul add put }for bc4 } { bc2 tc1 gettint tc2 gettint 1 index sub frac mul add puttint bc2 } ifelse fhsetcolor }bdf /logtaper{/frac frac 9 mul 1 add log def}bdf FHIODict begin /origmtx matrix currentmatrix def /iminv false def /invbuf{0 1 2 index length 1 sub{dup 2 index exch get 255 exch sub 2 index 3 1 roll put}for}bdf /cyanrp{currentfile cyanbuf readhexstring pop iminv{invbuf}if}def /magentarp{cyanbuf magentabuf copy}bdf /yellowrp{cyanbuf yellowbuf copy}bdf /blackrp{cyanbuf blackbuf copy}bdf /fixtransfer{ colorexists {fixtrans1 fixtrans2} {{dup 1 exch sub currentgray mul add}concatprocs currenttransfer exch concatprocs systemdict begin settransfer end}ifelse }ndf /cmykbufs2gray{ dup length 0 1 3 -1 roll 1 sub {4 index 1 index get 4 index 2 index get 4 index 3 index get 4 index 4 index get 255 exch sub ccmyk ccmyk ccmyk pop 5 mul exch 45 mul add exch 14 mul add -6 bitshift 2 index 3 1 roll put}for 4 1 roll pop pop pop }bdf end /textopf false def /curtextmtx{}def /otw .25 def /msf{dup/curtextmtx xdf makefont setfont}bdf /makesetfont/msf load def /curtextheight{.707104 .707104 curtextmtx dtransform dup mul exch dup mul add sqrt}bdf /ta{1 index {tempstr 0 2 index put tempstr 2 index gsave exec grestore tempstr stringwidth rmoveto 5 index eq{6 index 6 index rmoveto}if 3 index 3 index rmoveto }forall 7{pop}repeat}bdf /sts{settextcolor textopf setoverprint/ts{awidthshow}def exec false setoverprint}bdf /stol{setlinewidth settextcolor textopf setoverprint newpath /ts{{false charpath stroke}ta}def exec false setoverprint}bdf /currentpacking where{pop false setpacking}if /spots[1 0 0 0 (Process Cyan) false newcmykcustomcolor 0 1 0 0 (Process Magenta) false newcmykcustomcolor 0 0 1 0 (Process Yellow) false newcmykcustomcolor 0 0 0 1 (Process Black) false newcmykcustomcolor 0 0 0 0 (White) false newcmykcustomcolor ]def %%EndSetup %%IncludeFont: Symbol 0 dict dup begin end /f0 /Symbol FF def [] 0 d 3.863708 M 1 w 0 j 0 J 0 O 0 R 0 i false eomode [0 0 0 1] Ka [0 0 0 1] ka vms u 280.625 484.375 m 280.724 489.919 L 280.724 489.919 280.7735 490.2655 280.526 490.414 C 280.3561 490.5158 279.9815 490.5625 279.9815 490.5625 C 279.9815 490.5625 274.471 490.2938 272.3341 490.2997 C 270.6505 490.304 265.9947 490.5997 265.9947 490.5997 C 265.9947 490.5997 265.4418 490.3553 265.0047 490.0057 C 264.7572 489.8077 264.6087 489.4117 264.6087 489.4117 C 264.6087 483.4716 L 264.6087 483.4716 264.6087 483.079 264.6087 482.7292 C 264.6087 482.1846 264.6582 482.1351 264.6582 482.1351 C 264.6087 478.3236 L 264.6087 478.3236 264.6381 478.0538 264.8562 477.8781 C 265.1133 477.6702 265.5987 477.5316 265.5987 477.5316 C 265.5987 477.5316 269.7588 476.9841 271.7401 476.9841 C 273.7999 476.9841 280.0062 477.5935 280.0062 477.5935 C 280.0062 477.5935 280.2086 477.6513 280.3528 477.7172 C 280.5251 477.7958 280.5755 477.94 280.5755 477.94 C 280.625 482.6425 L 280.625 482.6425 280.625 483.0385 280.625 483.385 C 280.625 483.7315 280.625 484.375 280.625 484.375 C 0.35 w s 265.4997 490.4017 m 265.2349 490.3098 264.4602 490.0057 264.4602 490.0057 C 264.4602 490.0057 261.8766 488.633 261.1437 487.8277 C 261.0697 487.7463 261.0447 487.6792 260.8467 487.4812 C 260.6982 487.2337 L 260.6982 473.8188 L 260.6982 473.8188 260.7477 473.4228 260.8467 473.3238 C 260.9457 473.2248 261.2922 473.0763 261.2922 473.0763 C 282.506 473.0886 L 0.385 w S 264.8067 477.9276 m 264.8067 477.9276 263.7672 476.5911 263.0247 475.8486 C 261.8828 474.7064 260.8467 473.5713 260.8962 473.3733 C 0.35 w S 280.4289 490.4666 m 280.4289 490.4666 280.9078 490.208 281.7901 489.6001 C 281.7901 489.6001 281.8873 489.5725 282.0853 489.3498 C 282.2832 489.127 282.7554 488.6101 282.7554 488.3873 C 282.7554 473.7847 L 282.7554 473.7847 282.7458 473.2241 282.4831 473.0917 C S 280.427 477.742 m 280.427 477.742 281.275 476.5289 281.6893 475.564 C 282.0061 474.8255 282.4154 473.5431 282.4565 473.1381 C S vmrs %%IncludeFont: Helvetica-Bold MacVec 256 array copy /f1 /|______Helvetica-Bold dup RF findfont def { f1 [6 0 0 6 0 0] makesetfont 266.5 483.5 m 0 0 32 0 0 (E) ts } [0 0 0 1] sts U vmr %%Trailer end % FreeHandDict end % FHIODict %%EndDocument FMENDEPSF 0 260.42 472.8 283.01 490.86 15.82 12.64 231.73 394.98 FMBEGINEPSF %%BeginDocument: /home/snolin/WABI/2.0/doc/User/art/meta.epsi %!PS-Adobe-2.0 EPSF-2.0 %%Creator: FreeHand 3.0 %%Title: meta %%CreationDate: 8/27/91 3:09 PM %%BoundingBox: 260.419 472.7981 283.0142 490.8605 %%DocumentProcSets: FreeHand_header 3 0 %%DocumentSuppliedProcSets: FreeHand_header 3 0 %%ColorUsage: Color %%FHPathName: Home:a:meta %%EndComments %%BeginProcSet: FreeHand_header 3 0 /FHIODict 30 dict def FHIODict begin /bdf{bind def}bind def /d{setdash}bdf /h{closepath}bdf /H{}bdf /J{setlinecap}bdf /j{setlinejoin}bdf /M{setmiterlimit}bdf /n{newpath}bdf /N{newpath}bdf /q{gsave}bdf /Q{grestore}bdf /w{setlinewidth}bdf /u{}bdf /U{}bdf /sepdef{ dup where not { FreeHandSepDict } if 3 1 roll exch put }bdf /` {end %. FreeHandDict /-save0- save def pop pop pop pop pop concat userdict begin /showpage {} def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath /languagelevel where {pop languagelevel 1 ne{false setstrokeadjust false setoverprint}if}if } bdf /~ {end -save0- restore FreeHandDict begin }bdf /FreeHandDict 190 dict def FreeHandDict begin /currentpacking where{pop true setpacking}if /xdf{exch def}bdf /ndf{1 index where{pop pop pop}{dup xcheck{bind}if def}ifelse}bdf /min{2 copy gt{exch}if pop}bdf /max{2 copy lt{exch}if pop}bdf /isLino statusdict /product get (Lino) anchorsearch{pop pop true}{pop false}ifelse def /dr{transform .25 sub round .25 add exch .25 sub round .25 add exch itransform}bdf /C{dr curveto}bdf /L{dr lineto}bdf /m{dr moveto}bdf /printerRes gsave matrix defaultmatrix setmatrix 72 72 dtransform abs exch abs max grestore def /maxsteps 256 def /calcgraysteps { currentscreen pop exch printerRes exch div exch 2 copy sin mul round dup mul 3 1 roll cos mul round dup mul add 1 add dup maxsteps gt {pop maxsteps} if } bdf /bottom -0 def /delta -0 def /frac -0 def /left -0 def /numsteps -0 def /numsteps1 -0 def /radius -0 def /right -0 def /top -0 def /xt -0 def /yt -0 def /df currentflat def /tempstr 1 string def /clipflatness currentflat def /inverted? 0 currenttransfer exec .5 ge def /colorexists systemdict/setcmykcolor known def /tc1 [0 0 0 1] def /tc2 [0 0 0 1] def /fc [0 0 0 1] def /sc [0 0 0 1] def /concatprocs{ /proc2 exch cvlit def/proc1 exch cvlit def /newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx}bdf /storerect{/top xdf/right xdf/bottom xdf/left xdf}bdf /rectpath{newpath left bottom m left top L right top L right bottom L closepath}bdf /i{dup 0 eq {pop df dup} {dup} ifelse /clipflatness xdf setflat }bdf version cvr 38.0 le {/setrgbcolor{ currenttransfer exec 3 1 roll currenttransfer exec 3 1 roll currenttransfer exec 3 1 roll setrgbcolor}bdf}if /gettint{0 get}bdf /puttint{0 exch put}bdf /vms {/vmsv save def} bdf /vmr {vmsv restore} bdf /vmrs{vmsv restore /vmsv save def}bdf /eomode{ {/filler /eofill load def /clipper /eoclip load def} {/filler /fill load def /clipper /clip load def} ifelse }bdf /CD{/NF exch def{exch dup/FID ne 1 index/UniqueID ne and{exch NF 3 1 roll put} {pop pop}ifelse}forall NF}bdf /MN{1 index length/Len exch def dup length Len add string dup Len 4 -1 roll putinterval dup 0 4 -1 roll putinterval}bdf /RC{4 -1 roll /ourvec xdf 256 string cvs(|______)anchorsearch {1 index MN cvn/NewN exch def cvn findfont dup maxlength dict CD dup/FontName NewN put dup /Encoding ourvec put NewN exch definefont pop}{pop}ifelse}bdf /RF{dup FontDirectory exch known{pop 3 -1 roll pop}{RC}ifelse}bdf /FF{dup 256 string cvs(|______)exch MN cvn dup FontDirectory exch known {exch pop findfont 3 -1 roll pop}{pop dup findfont dup maxlength dict CD dup dup /Encoding exch /Encoding get 256 array copy 7 -1 roll {3 -1 roll dup 4 -2 roll put}forall put definefont}ifelse}bdf userdict begin /BDFontDict 20 dict def end BDFontDict begin /bu{}def /bn{}def /setTxMode{av 70 ge{pop}if pop}def /gm{m}def /show{pop}def /gr{pop}def /fnt{pop pop pop}def /fs{pop}def /fz{pop}def /lin{pop pop}def end /MacVec 256 array def MacVec 0 /Helvetica findfont /Encoding get 0 128 getinterval putinterval MacVec 127 /DEL put MacVec 16#27 /quotesingle put MacVec 16#60 /grave put /NUL/SOH/STX/ETX/EOT/ENQ/ACK/BEL/BS/HT/LF/VT/FF/CR/SO/SI /DLE/DC1/DC2/DC3/DC4/NAK/SYN/ETB/CAN/EM/SUB/ESC/FS/GS/RS/US MacVec 0 32 getinterval astore pop /Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute /agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave /ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute /ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis /dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /register/copyright/trademark/acute/dieresis/notequal/AE/Oslash /infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation /product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash /questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft /guillemotright/ellipsis/nbspace/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge /ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl /daggerdbl/periodcentered/quotesinglbase/quotedblbase /perthousand/Acircumflex/Ecircumflex/Aacute /Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex /apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde /macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron MacVec 128 128 getinterval astore pop /fps{ currentflat exch dup 0 le{pop 1}if { dup setflat 3 index stopped {1.3 mul dup 3 index gt{pop setflat pop pop stop}if} {exit} ifelse }loop pop setflat pop pop }bdf /fp{100 currentflat fps}bdf /clipper{clip}bdf /W{/clipper load 100 clipflatness fps}bdf /fixtrans1 { dup{ic mul ic sub 1 add}concatprocs exch dup{im mul im sub 1 add}concatprocs exch dup{iy mul iy sub 1 add}concatprocs exch {ik mul ik sub 1 add}concatprocs }bdf /fixtrans2 { currentcolortransfer 5 -1 roll exch concatprocs 7 1 roll 4 -1 roll exch concatprocs 6 1 roll 3 -1 roll exch concatprocs 5 1 roll concatprocs 4 1 roll setcolortransfer }bdf end%. FreeHandDict end%. FHIODict %%EndProcSet %%EndProlog %%BeginSetup FHIODict begin FreeHandDict begin 260.419 472.7981 283.0142 490.8605 storerect rectpath clip newpath /onlyk{false}ndf /ccmyk{dup 5 -1 roll sub 0 max exch}ndf /setcmykcolor{1 exch sub ccmyk ccmyk ccmyk pop setrgbcolor}ndf /setcmykcoloroverprint{4{dup -1 eq{pop 0}if 4 1 roll}repeat setcmykcolor}ndf /findcmykcustomcolor{5 /packedarray where{pop packedarray}{array astore readonly}ifelse}ndf /setcustomcolor{exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop}ndf /setseparationgray{1 exch sub dup dup dup setcmykcolor}ndf /setoverprint{pop}ndf /currentoverprint false ndf /colorimage{pop pop [5 -1 roll/exec cvx 6 -1 roll/exec cvx 7 -1 roll/exec cvx 8 -1 roll/exec cvx /cmykbufs2gray cvx]cvx image} %. version 47.1 on Linotronic of Postscript defines colorimage incorrectly (rgb model only) version cvr 47.1 le isLino and{userdict begin bdf end}{ndf}ifelse /cci1 { currentcolortransfer {ik mul ik sub 1 add}concatprocs 4 1 roll {iy mul iy sub 1 add}concatprocs 4 1 roll {im mul im sub 1 add}concatprocs 4 1 roll {ic mul ic sub 1 add}concatprocs 4 1 roll setcolortransfer }ndf /cci2 { {invbuf dup length magentabuf length ne {dup length dup dup /magentabuf exch string def /yellowbuf exch string def /blackbuf exch string def}if dup magentabuf copy yellowbuf copy blackbuf copy pop}concatprocs }ndf /customcolorimage{colorexists{ aload pop pop 4 array astore setimagecmyk cci1 /magentabuf 0 string def /yellowbuf 0 string def /blackbuf 0 string def cci2 {magentabuf}{yellowbuf}{blackbuf}true 4 colorimage} {pop image}ifelse}ndf /separationimage{image}ndf /newcmykcustomcolor{6 /packedarray where{pop packedarray}{array astore readonly}ifelse}ndf /inkoverprint false ndf /setinkoverprint{pop}ndf /overprintprocess{pop}ndf /setspotcolor {spots exch get 0 5 getinterval exch setcustomcolor}ndf /currentcolortransfer{currenttransfer dup dup dup}ndf /setcolortransfer{systemdict begin settransfer end pop pop pop}ndf /getcmyk { dup length 4 eq {aload pop} {aload pop spots exch get 0 4 getinterval aload pop 4 {4 index mul 4 1 roll}repeat 5 -1 roll pop} ifelse }bdf /setimagecmyk{ getcmyk/ik xdf /iy xdf /im xdf /ic xdf }ndf /autospread{pop}ndf /fhsetspreadsize{pop}ndf /strokeopf false def /fillopf false def /R{0 ne /strokeopf xdf}bdf /O{0 ne /fillopf xdf}bdf /filler{fill}bdf /F{fc fhsetcolor fillopf setoverprint false autospread gsave /filler load fp grestore false setoverprint}bdf /f{closepath F}bdf /S{sc fhsetcolor strokeopf setoverprint true autospread {stroke}fp false setoverprint}bdf /s{closepath S}bdf /B{fc fhsetcolor fillopf setoverprint gsave /filler load fp grestore sc fhsetcolor strokeopf setoverprint true autospread {stroke}fp false setoverprint}bdf /b{closepath B}bdf colorexists not{/setcolorscreen {setscreen pop pop pop pop pop pop pop pop pop}bdf}if /fhsetcolor{dup length 4 eq {aload overprintprocess setcmykcolor} {aload 1 get spots exch get 5 get setinkoverprint setspotcolor} ifelse }ndf /settextcolor{dup fhsetcolor dup length 4 eq {onlyk{3 get 1.0 eq{true setinkoverprint}if}{pop}ifelse} {pop} ifelse }ndf /ka{/fc xdf}bdf /Ka{/sc xdf}bdf /xa{/fc xdf} bdf /Xa{/sc xdf} bdf /bc2[0 0]def /bc4[0 0 0 0]def /absmax{2 copy abs exch abs gt{exch}if pop}bdf /calcstep { colorexists not and{calcgraysteps}{maxsteps}ifelse tc1 length 4 eq { 0 1 3 {tc1 1 index get tc2 3 -1 roll get sub }for absmax absmax absmax } { bc2 tc1 1 get 1 exch put tc1 gettint tc2 gettint sub abs } ifelse mul abs round dup 0 eq{pop 1}if dup /numsteps xdf 1 sub dup 0 eq{pop 1}if /numsteps1 xdf }bdf /cblend{ tc1 length 4 eq { 0 1 3 {bc4 exch tc1 1 index get tc2 2 index get 1 index sub frac mul add put }for bc4 } { bc2 tc1 gettint tc2 gettint 1 index sub frac mul add puttint bc2 } ifelse fhsetcolor }bdf /logtaper{/frac frac 9 mul 1 add log def}bdf FHIODict begin /origmtx matrix currentmatrix def /iminv false def /invbuf{0 1 2 index length 1 sub{dup 2 index exch get 255 exch sub 2 index 3 1 roll put}for}bdf /cyanrp{currentfile cyanbuf readhexstring pop iminv{invbuf}if}def /magentarp{cyanbuf magentabuf copy}bdf /yellowrp{cyanbuf yellowbuf copy}bdf /blackrp{cyanbuf blackbuf copy}bdf /fixtransfer{ colorexists {fixtrans1 fixtrans2} {{dup 1 exch sub currentgray mul add}concatprocs currenttransfer exch concatprocs systemdict begin settransfer end}ifelse }ndf /cmykbufs2gray{ dup length 0 1 3 -1 roll 1 sub {4 index 1 index get 4 index 2 index get 4 index 3 index get 4 index 4 index get 255 exch sub ccmyk ccmyk ccmyk pop 5 mul exch 45 mul add exch 14 mul add -6 bitshift 2 index 3 1 roll put}for 4 1 roll pop pop pop }bdf end /currentpacking where{pop false setpacking}if /spots[1 0 0 0 (Process Cyan) false newcmykcustomcolor 0 1 0 0 (Process Magenta) false newcmykcustomcolor 0 0 1 0 (Process Yellow) false newcmykcustomcolor 0 0 0 1 (Process Black) false newcmykcustomcolor 0 0 0 0 (White) false newcmykcustomcolor ]def %%EndSetup [] 0 d 3.863708 M 1 w 0 j 0 J 0 O 0 R 0 i false eomode [0 0 0 1] Ka [0 0 0 1] ka vms u 280.625 484.375 m 280.724 489.919 L 280.724 489.919 280.7735 490.2655 280.526 490.414 C 280.3561 490.5158 279.9815 490.5625 279.9815 490.5625 C 279.9815 490.5625 274.471 490.2938 272.3341 490.2997 C 270.6505 490.304 265.9947 490.5997 265.9947 490.5997 C 265.9947 490.5997 265.4418 490.3553 265.0047 490.0057 C 264.7572 489.8077 264.6087 489.4117 264.6087 489.4117 C 264.6087 483.4716 L 264.6087 483.4716 264.6087 483.079 264.6087 482.7292 C 264.6087 482.1846 264.6582 482.1351 264.6582 482.1351 C 264.6087 478.3236 L 264.6087 478.3236 264.6381 478.0538 264.8562 477.8781 C 265.1133 477.6702 265.5987 477.5316 265.5987 477.5316 C 265.5987 477.5316 269.7588 476.9841 271.7401 476.9841 C 273.7999 476.9841 280.0062 477.5935 280.0062 477.5935 C 280.0062 477.5935 280.2086 477.6513 280.3528 477.7172 C 280.5251 477.7958 280.5755 477.94 280.5755 477.94 C 280.625 482.6425 L 280.625 482.6425 280.625 483.0385 280.625 483.385 C 280.625 483.7315 280.625 484.375 280.625 484.375 C 0.35 w s 265.4997 490.4017 m 265.2349 490.3098 264.4602 490.0057 264.4602 490.0057 C 264.4602 490.0057 261.8766 488.633 261.1437 487.8277 C 261.0697 487.7463 261.0447 487.6792 260.8467 487.4812 C 260.6982 487.2337 L 260.6982 473.8188 L 260.6982 473.8188 260.7477 473.4228 260.8467 473.3238 C 260.9457 473.2248 261.2922 473.0763 261.2922 473.0763 C 282.506 473.0886 L 0.385 w S 264.8067 477.9276 m 264.8067 477.9276 263.7672 476.5911 263.0247 475.8486 C 261.8828 474.7064 260.8467 473.5713 260.8962 473.3733 C 0.35 w S 280.4289 490.4666 m 280.4289 490.4666 280.9078 490.208 281.7901 489.6001 C 281.7901 489.6001 281.8873 489.5725 282.0853 489.3498 C 282.2832 489.127 282.7554 488.6101 282.7554 488.3873 C 282.7554 473.7847 L 282.7554 473.7847 282.7458 473.2241 282.4831 473.0917 C S 280.427 477.742 m 280.427 477.742 281.275 476.5289 281.6893 475.564 C 282.0061 474.8255 282.4154 473.5431 282.4565 473.1381 C S 267.875 488.875 m 266.125 486.625 L 267.75 484.625 L 269.5 486.75 L 267.875 488.875 L s U vmr %%Trailer end % FreeHandDict end % FHIODict %%EndDocument FMENDEPSF 252.57 398.06 260.07 406.56 R 7 X 0 K V 12 12 Q 0 X (+) 252.57 398.56 T 269.57 402.56 275.57 404.56 R 7 X V 12 9 Q 0 X (E) 269.57 398.56 T 0 72 612 720 C 34 570.8 36 580.8 R 7 X 1 K V 34 394.41 36 470 R V 34 328.82 36 351.22 R V 34 288.02 36 298.02 R V 34 241.22 36 253.22 R V 34 176.02 36 186.02 R V FMENDPAGE %%EndPage: "17" 40 %%Page: "16" 40 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (16) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 3 10 Q 0 X 0 K 0.1 (2.) 197.5 641.33 S 0.52 0.1 (Start the) 210.6 641.33 B 0.52 0.1 (W) 253.72 641.33 B 0.52 0.1 (abi) 263.07 641.33 B 0.52 0.1 ( program on your system using the) 277.8 641.33 B 2 F 1.2 (-display) 445.59 641.33 P 3 F 0.52 0.1 ( argument) 493.56 641.33 B 0.52 0.1 (followed by the remote host name and the characters) 210.6 628.93 B 2 F 1.2 (:0) 466.83 628.93 P 0 F 0.52 0.1 (For example, to display to a r) 210.6 616.53 B 0.52 0.1 (emote system named) 345.56 616.53 B 2 F 1.22 0.1 (eastoshkosh) 445.06 616.53 B 0 F 0.52 0.1 (, enter:) 512.12 616.53 B 4 9 Q 1.08 (wabi -display eastoshkosh:0) 210.6 596.8 P 0 10 Q 0.52 0.1 (Scr) 210.6 576.73 B 0.52 0.1 (een output is sent to the r) 224.35 576.73 B 0.52 0.1 (emote system with the speci\336ed host name.) 342.18 576.73 B 54 555.01 558 563 C 558 559.98 198 559.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 548.34 B 0 F 0.52 0.1 (T) 231.94 548.34 B 0.52 0.1 (o send the W) 237.25 548.34 B 0.52 0.1 (abi display to a r) 296.85 548.34 B 0.52 0.1 (emote system every time the W) 374.35 548.34 B 0.52 0.1 (abi) 517.8 548.34 B 0.16 0.1 (pr) 198 535.94 B 0.16 0.1 (ogram is started, you can set a) 207.98 535.94 B 2 F 0.38 0.1 (DISPLAY) 348.39 535.94 B 0 F 0.16 0.1 ( envir) 391.06 535.94 B 0.16 0.1 (onment variable. For example,) 417.25 535.94 B 0.52 0.1 (to consistently display to a r) 198 523.54 B 0.52 0.1 (emote system named) 327.69 523.54 B 2 F 1.2 (eastoshkosh) 427.19 523.54 P 0 F 0.52 0.1 (, enter one of) 493.16 523.54 B 0.52 0.1 (the following commands.) 198 511.14 B 0.52 0.1 (If you use the C shell:) 198 498.74 B 4 9 Q 1.08 ( setenv DISPLAY eastoshkosh:0) 198 486.34 P 0 10 Q 0.52 0.1 (If you use the Bourne or Korn shell:) 198 473.94 B 4 9 Q 1.08 ( DISPLAY=eastoshkosh:0;export DISPLAY) 198 461.54 P 0 10 Q 0.52 0.1 (If you do set this variable, be awar) 198 449.14 B 0.52 0.1 (e that all other X W) 357.16 449.14 B 0.52 0.1 (indow applications you) 446.56 449.14 B 0.52 0.1 (start subsequently fr) 198 436.74 B 0.52 0.1 (om the same UNIX command window will be displayed) 291.7 436.74 B 54 413.02 558 421.01 C 558 417.98 198 417.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (on the r) 198 424.34 B 0.52 0.1 (emote system.) 233.74 424.34 B 5 12 Q 0.69 0.12 (t) 104.4 382.62 B 6 F 0.73 0.3 (Displaying the) 126 382.62 B 0.73 0.3 (W) 217.35 382.62 B 0.73 0.3 (abi) 227.85 382.62 B 0.73 0.3 ( Pr) 247.46 382.62 B 0.73 0.3 (ogram with Small or Lar) 262.79 382.62 B 0.73 0.3 (ge System Fonts) 407.56 382.62 B 5 10 Q 0.1 (\251) 199.15 361.95 S 3 F 0.34 0.1 (If you have a large screen and want to display W) 210.6 361.95 B 0.34 0.1 (abi with smaller fonts in) 439.06 361.95 B 0.52 0.1 (dialog boxes and menus, start W) 210.6 349.55 B 0.52 0.1 (abi by entering the following at the) 363.24 349.55 B 0.52 0.1 (command line:) 210.6 337.15 B 4 9 Q 1.08 (wabi -SF) 210.6 324.75 P 0 10 Q 0.1 (or) 210.6 304.35 S 5 F 0.1 (\251) 199.15 283.95 S 3 F 0.52 0.1 (If you have a small screen and want to display W) 210.6 283.95 B 0.52 0.1 (abi with larger fonts in) 443.04 283.95 B 0.52 0.1 (dialog boxes and menus, start W) 210.6 271.55 B 0.52 0.1 (abi by entering the following at the) 363.24 271.55 B 0.52 0.1 (command line:) 210.6 259.15 B 4 9 Q 1.08 (wabi -LF) 210.6 246.75 P 54 225.03 558 233.02 C 558 229.99 198 229.99 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 218.36 B 0 F 0.52 0.1 (The) 231.94 218.36 B 2 F 1.2 (-LF) 252.09 218.36 P 0 F 0.52 0.1 ( switch has no ef) 270.08 218.36 B 0.52 0.1 (fect on lar) 347.11 218.36 B 0.52 0.1 (ge scr) 393 218.36 B 0.52 0.1 (eens because lar) 419.41 218.36 B 0.52 0.1 (ge fonts ar) 493.15 218.36 B 0.52 0.1 (e) 541.49 218.36 B 0.45 0.1 (alr) 198 205.96 B 0.45 0.1 (eady being used, and the) 209.97 205.96 B 2 F 1.04 (-SF) 327.69 205.96 P 0 F 0.45 0.1 ( switch has no ef) 345.68 205.96 B 0.45 0.1 (fect on small scr) 422.43 205.96 B 0.45 0.1 (eens because) 496.38 205.96 B 54 182.23 558 190.22 C 558 187.2 198 187.2 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (small fonts ar) 198 193.56 B 0.52 0.1 (e alr) 260.18 193.56 B 0.52 0.1 (eady being used.) 280.15 193.56 B 53.5 593.82 191.5 647.82 C 53.5 593.82 191.5 647.82 R 7 X 0 K V 56.96 567.39 188.93 644.36 R V 9 9 Q 0 X -0.62 (See the section \322Display W) 56.96 638.36 P -0.62 (abi on) 162.01 638.36 P -0.62 (a Remote System or X T) 56.96 628.36 P -0.62 (erminal\323) 151.23 628.36 P -0.74 (on page) 56.96 618.36 P -0.74 (14 for reasons you might) 91.2 618.36 P -0.62 (want to do this.) 56.96 608.36 P 0 72 612 720 C 34 638 36 648 R 7 X 1 K V 34 507.81 36 530.21 R V 34 483.01 36 493.01 R V 34 321.42 36 455.81 R V 34 243.42 36 290.62 R V 34 190.22 36 200.22 R V FMENDPAGE %%EndPage: "16" 39 %%Page: "15" 39 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Getting Started) 198 108.7 B 0 F 0.09 (15) 548.83 108.7 S 1 20 Q (1) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 15 Q 0 X 0 K -0.94 (Instructions for Getting Started) 54 638 P 0 10 Q 0.52 0.1 (This section pr) 198 616.33 B 0.52 0.1 (ovides detailed, step-by-step instr) 265.3 616.33 B 0.52 0.1 (uctions for performing a) 419.77 616.33 B 0.52 0.1 (variety of tasks r) 198 603.93 B 0.52 0.1 (elated to starting the W) 274.8 603.93 B 0.52 0.1 (abi pr) 381.75 603.93 B 0.52 0.1 (ogram. Mar) 408.57 603.93 B 0.52 0.1 (gin notes r) 462.1 603.93 B 0.52 0.1 (efer to) 510.84 603.93 B 0.52 0.1 (sections of this guide r) 198 591.53 B 0.52 0.1 (elated to the task being described.) 301.77 591.53 B 5 12 Q 0.69 0.12 (t) 104.4 557.8 B 6 F 0.73 0.3 (Starting the) 126 557.8 B 0.73 0.3 (W) 199.73 557.8 B 0.73 0.3 (abi) 210.22 557.8 B 0.73 0.3 ( Pr) 229.83 557.8 B 0.73 0.3 (ogram) 245.16 557.8 B 5 10 Q 0.1 (\251) 199.15 537.13 S 3 F 0.52 0.1 (Choose the) 210.6 537.13 B 0.52 0.1 (W) 266.04 537.13 B 0.52 0.1 (abi) 275.39 537.13 B 0.52 0.1 ( icon in your operating system\325) 290.13 537.13 B 0.52 0.1 (s \336le manager) 436.03 537.13 B 0.52 0.1 (.) 501.11 537.13 B 0 F 0.52 0.1 (Alternately) 210.6 524.73 B 0.52 0.1 (, place the W) 260.59 524.73 B 0.52 0.1 (abi executable dir) 319.52 524.73 B 0.52 0.1 (ectory in your path and enter the) 400.25 524.73 B 0.52 0.1 (following at the command line:) 210.6 512.33 B 4 9 Q (wabi) 210.6 492.6 T 0 10 Q 0.52 0.1 (The W) 210.6 472.53 B 0.52 0.1 (indows Pr) 240.29 472.53 B 0.52 0.1 (ogram Manager window opens.) 286.88 472.53 B 5 12 Q 0.69 0.12 (t) 104.4 438.8 B 6 F 0.73 0.3 (Exiting the) 126 438.8 B 0.73 0.3 (W) 193.67 438.8 B 0.73 0.3 (abi) 204.16 438.8 B 0.73 0.3 ( Pr) 223.77 438.8 B 0.73 0.3 (ogram) 239.1 438.8 B 3 10 Q 0.1 (1.) 197.5 418.13 S 0.52 0.1 (Save any open \336les and exit all applications running within the) 210.6 418.13 B 0.52 0.1 (W) 513.88 418.13 B 0.52 0.1 (abi) 523.24 418.13 B 0.1 (program.) 210.6 405.73 S 0 F 0.52 0.1 (If you try to exit befor) 210.6 393.33 B 0.52 0.1 (e saving, the applications pr) 312.28 393.33 B 0.52 0.1 (ompt you to save each) 441.28 393.33 B 0.52 0.1 (modi\336ed \336le.) 210.6 380.93 B 3 F 0.1 (2.) 197.5 360.53 S 0.52 0.1 (Open the File menu, and choose Exit.) 210.6 360.53 B 0 F 0.52 0.1 (Alternately) 210.6 348.13 B 0.52 0.1 (, pr) 260.59 348.13 B 0.52 0.1 (ess Alt+F4, or double-click the window contr) 276.28 348.13 B 0.52 0.1 (ol button in the) 482.46 348.13 B 0.52 0.1 (top left corner) 210.6 335.73 B 0.52 0.1 (.) 274.8 335.73 B 0.52 0.1 (The Exit W) 210.6 315.33 B 0.52 0.1 (indows con\336rmation window is displayed.) 261.24 315.33 B 3 F 0.1 (3.) 197.5 294.93 S 0.52 0.1 (Choose OK.) 210.6 294.93 B 0 F 0.52 0.1 (Pr) 210.6 282.53 B 0.52 0.1 (ogram Manager closes and the W) 220.6 282.53 B 0.52 0.1 (abi pr) 372.96 282.53 B 0.52 0.1 (ogram terminates.) 399.79 282.53 B 0.52 0.1 (Alternately) 210.6 262.13 B 0.52 0.1 (, choose Cancel to exit the dialog box without ending the W) 260.59 262.13 B 0.52 0.1 (abi) 534.17 262.13 B 0.1 (session.) 210.6 249.73 S 5 12 Q 0.69 0.12 (t) 104.4 216 B 6 F 0.73 0.3 (Displaying the) 126 216 B 0.73 0.3 (W) 217.35 216 B 0.73 0.3 (abi) 227.85 216 B 0.73 0.3 ( Pr) 247.46 216 B 0.73 0.3 (ogram on a Remote System) 262.79 216 B 3 10 Q 0.1 (1.) 197.5 195.33 S 0.52 0.1 (Set the remote system to give access to its display) 210.6 195.33 B 0.52 0.1 (.) 444.01 195.33 B 0 F 0.52 0.1 (T) 210.6 182.93 B 0.52 0.1 (ype the following command at the UNIX command line on the r) 215.93 182.93 B 0.52 0.1 (emote) 510.4 182.93 B 0.1 (system:) 210.6 170.53 S 4 9 Q 1.08 (xhost +) 210.6 150.13 P 1 10 Q 0.52 0.1 (your-host-name) 249.43 150.13 B 53.5 460.38 191.5 514.38 C 53.5 460.38 191.5 514.38 R 7 X 0 K V 56.96 433.96 188.93 510.93 R V 9 9 Q 0 X -0.62 (See the section \322The First T) 56.96 504.93 P -0.62 (ime) 164.39 504.93 P -0.62 (Y) 56.96 494.93 P -0.62 (ou Run the W) 62.12 494.93 P -0.62 (abi Program\323 on) 114.87 494.93 P -0.62 (page) 56.96 484.93 P -0.62 (4 if you are a new W) 79.44 484.93 P -0.62 (abi) 157.28 484.93 P (user) 56.96 474.93 T (.) 73.94 474.93 T 0 72 612 720 C 34 633 36 648 R 7 X 1 K V 34 533.8 36 543.8 R V 34 509 36 519 R V 34 434.8 36 479.2 R V 34 344.8 36 400 R V 34 258.8 36 322 R V 34 212 36 224 R V 34 179.6 36 189.6 R V FMENDPAGE %%EndPage: "15" 38 %%Page: "14" 38 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (14) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 14 Q 0 X 0 K -0.88 (W) 126 638.67 P -0.88 (abi Display Options) 138.93 638.67 P 0 10 Q 0.52 0.1 (The) 198 617.33 B 2 F 1.2 (wabi) 218.15 617.33 P 0 F 0.52 0.1 ( command, which you use to start the W) 242.14 617.33 B 0.52 0.1 (abi pr) 427.8 617.33 B 0.52 0.1 (ogram, pr) 454.63 617.33 B 0.52 0.1 (ovides) 499.6 617.33 B 0.12 0.1 (several switches you can use to specify options W) 198 604.93 B 0.12 0.1 (abi should use when it starts.) 422.76 604.93 B 0.41 0.1 (The switches enable you to specify a display to use and to tell W) 198 592.53 B 0.41 0.1 (abi to display) 492.92 592.53 B 0.52 0.1 (with smaller or lar) 198 580.13 B 0.52 0.1 (ger system fonts.) 282.96 580.13 B 1 13 Q -0.84 0.13 (Display) 198 547.73 B -0.84 0.13 (W) 242.57 547.73 B -0.84 0.13 (abi) 254.69 547.73 B -0.84 0.13 ( on a Remote System or X T) 270.47 547.73 B -0.84 0.13 (erminal) 413.3 547.73 B 0 10 Q 0.52 0.1 (Y) 198 526.73 B 0.52 0.1 (ou can dir) 203.85 526.73 B 0.52 0.1 (ect the W) 250.4 526.73 B 0.52 0.1 (abi display to a r) 292.76 526.73 B 0.52 0.1 (emote system or X terminal. Y) 370.27 526.73 B 0.52 0.1 (ou might) 508.04 526.73 B 0.28 0.1 (do this if you want to view and use the W) 198 514.33 B 0.28 0.1 (abi pr) 388.67 514.33 B 0.28 0.1 (ogram on a system that cannot) 415.25 514.33 B 0.52 0.1 (r) 198 501.93 B 0.52 0.1 (un the W) 201.97 501.93 B 0.52 0.1 (abi pr) 243.59 501.93 B 0.52 0.1 (ogram locally) 270.41 501.93 B 0.52 0.1 (, or if you want to r) 331.58 501.93 B 0.52 0.1 (un the W) 421.96 501.93 B 0.52 0.1 (abi pr) 463.57 501.93 B 0.52 0.1 (ogram on a) 490.4 501.93 B 0.52 0.1 (central computer and display it on X terminals.) 198 489.53 B -0.04 0.1 (Y) 198 469.13 B -0.04 0.1 (ou dir) 203.85 469.13 B -0.04 0.1 (ect the W) 231.18 469.13 B -0.04 0.1 (abi display to a r) 272.42 469.13 B -0.04 0.1 (emote system that is open to external displays) 347.7 469.13 B 0.52 0.1 (by specifying a display name with the) 198 456.73 B 2 F 1.2 (-display) 375.88 456.73 P 0 F 0.52 0.1 ( switch when starting the) 423.86 456.73 B 0.52 0.1 (W) 198 444.33 B 0.52 0.1 (abi pr) 207.18 444.33 B 0.52 0.1 (ogram. T) 234 444.33 B 0.52 0.1 (o dir) 274.31 444.33 B 0.52 0.1 (ect the display to a r) 296.07 444.33 B 0.52 0.1 (emote system every time the W) 389.9 444.33 B 0.52 0.1 (abi) 533.35 444.33 B 0.52 0.1 (pr) 198 431.93 B 0.52 0.1 (ogram is started, you can set the) 207.98 431.93 B 2 F 1.2 (DISPLAY) 359.96 431.93 P 0 F 0.52 0.1 ( envir) 401.94 431.93 B 0.52 0.1 (onment variable. If you do) 428.48 431.93 B 0.24 0.1 (set this variable, be awar) 198 419.53 B 0.24 0.1 (e that the displays of all other X W) 310.67 419.53 B 0.24 0.1 (indow applications) 468.07 419.53 B 0.52 0.1 (you start subsequently may also be sent to this system, depending on wher) 198 407.13 B 0.52 0.1 (e) 542.63 407.13 B 0.52 0.1 (you set the variable. See your UNIX documentation for information about) 198 394.73 B 0.52 0.1 (setting the) 198 382.33 B 2 F 1.2 (DISPLAY) 248.92 382.33 P 0 F 0.52 0.1 ( variable.) 290.9 382.33 B 54 360.61 558 368.6 C 558 365.58 198 365.58 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.3 0.1 (Note \320) 198 353.94 B 0 F 0.3 0.1 (The W) 231.51 353.94 B 0.3 0.1 (abi pr) 260.62 353.94 B 0.3 0.1 (ogram accesses the diskette drive on the system wher) 287.23 353.94 B 0.3 0.1 (e it is) 530.69 353.94 B 0.33 0.1 (r) 198 341.54 B 0.33 0.1 (unning. Y) 201.97 341.54 B 0.33 0.1 (ou cannot access the diskette drive of a r) 245.88 341.54 B 0.33 0.1 (emote system on which the) 430.8 341.54 B 54 317.82 558 325.81 C 558 322.78 198 322.78 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (W) 198 329.14 B 0.52 0.1 (abi pr) 207.18 329.14 B 0.52 0.1 (ogram is being displayed.) 234 329.14 B 1 13 Q -0.84 0.13 (Display) 198 288.75 B -0.84 0.13 (W) 242.57 288.75 B -0.84 0.13 (abi) 254.69 288.75 B -0.84 0.13 ( W) 270.47 288.75 B -0.84 0.13 (ith Smaller or Lar) 285.13 288.75 B -0.84 0.13 (ger System Fonts) 378.13 288.75 B 0 10 Q 0.52 0.1 (The W) 198 267.75 B 0.52 0.1 (abi pr) 227.32 267.75 B 0.52 0.1 (ogram adjusts the size of the system fonts it uses in dialog boxes,) 254.15 267.75 B 0.47 0.1 (icon labels, and menus accor) 198 255.35 B 0.47 0.1 (ding to the size of the display scr) 328.87 255.35 B 0.47 0.1 (een you use. On) 480.87 255.35 B 0.52 0.1 (a lar) 198 242.95 B 0.52 0.1 (ge display scr) 218.19 242.95 B 0.52 0.1 (een \050one with mor) 281.13 242.95 B 0.52 0.1 (e than 640 horizontal pixels\051, the W) 365.04 242.95 B 0.52 0.1 (abi) 526.75 242.95 B 0.52 0.1 (pr) 198 230.55 B 0.52 0.1 (ogram uses a system font appr) 207.98 230.55 B 0.52 0.1 (oximately 20 pixels high. On a small display) 348.58 230.55 B 0.52 0.1 (scr) 198 218.15 B 0.52 0.1 (een \050one with 640 or fewer horizontal pixels\051, it uses a system font) 210.74 218.15 B 0.52 0.1 (appr) 198 205.75 B 0.52 0.1 (oximately 16 pixels high. Y) 219.18 205.75 B 0.52 0.1 (ou can use the) 342.15 205.75 B 2 F 1.2 (-LF) 411.37 205.75 P 0 F 0.52 0.1 ( and) 429.36 205.75 B 2 F 1.2 (-SF) 452.82 205.75 P 0 F 0.52 0.1 ( command-line) 470.81 205.75 B 0.52 0.1 (switches to override the default and have W) 198 193.35 B 0.52 0.1 (abi use lar) 400.27 193.35 B 0.52 0.1 (ger or smaller system) 447.56 193.35 B 0.1 (fonts.) 198 180.95 S 51 430.5 195 473.5 C 51 430.5 195 473.5 R 7 X 0 K V 54.46 393.08 186.43 470.04 R V 9 9 Q 0 X -0.62 (\322Displaying the W) 54.46 464.04 P -0.62 (abi Program on) 123.29 464.04 P -0.62 (a Remote System\323 on page) 54.46 454.04 P -0.62 (15) 163.85 454.04 P -0.62 (provides the steps required for) 54.46 444.04 P -0.62 (this task.) 54.46 434.04 P 0 72 612 720 C 54.17 220.33 192.17 274.33 C 54.17 220.33 192.17 274.33 R 7 X 0 K V 57.62 193.91 189.6 270.88 R V 9 9 Q 0 X -0.62 (See \322Displaying the W) 57.62 264.88 P -0.62 (abi) 144.32 264.88 P -0.62 (Program with Small or Large) 57.62 254.88 P -0.65 (System Fonts\323 on page) 57.62 244.88 P -0.65 (16 for the) 151.08 244.88 P -0.62 (commands used to change the) 57.62 234.88 P -0.62 (display font size.) 57.62 224.88 P 0 72 612 720 C 34 523.4 36 556.4 R 7 X 1 K V 34 453.4 36 463.4 R V 34 416.2 36 426.2 R V 34 284.42 36 335.81 R V FMENDPAGE %%EndPage: "14" 37 %%Page: "13" 37 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Getting Started) 198 108.7 B 0 F 0.09 (13) 548.83 108.7 S 1 20 Q (1) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.43 0.1 (When you use Con\336guration Manager) 198 641.33 B 0.43 0.1 (, you can view W) 372.72 641.33 B 0.43 0.1 (abi err) 451.59 641.33 B 0.43 0.1 (or message help) 481.15 641.33 B 0.52 0.1 (and status panel help. A W) 198 628.93 B 0.52 0.1 (abi err) 322.01 628.93 B 0.52 0.1 (or message is displayed when you try to) 351.67 628.93 B 0.42 0.1 (perform an \322illegal\323 pr) 198 616.53 B 0.42 0.1 (ocedur) 302.92 616.53 B 0.42 0.1 (e or when W) 334.1 616.53 B 0.42 0.1 (abi softwar) 391.98 616.53 B 0.42 0.1 (e cannot complete a task) 442.82 616.53 B 0.25 0.1 (you ask it to do using Con\336guration Manager) 198 604.13 B 0.25 0.1 (. For example, you\325ll see an err) 405.56 604.13 B 0.25 0.1 (or) 545.45 604.13 B 0.34 0.1 (message if you try to assign a W) 198 591.73 B 0.34 0.1 (abi drive to a \336le system that you do not have) 345.08 591.73 B 0.52 0.1 (permission to access. Err) 198 579.33 B 0.52 0.1 (or dialog boxes displayed at these times include a) 310.86 579.33 B 0.52 0.1 (Help button you can choose for information about the err) 198 566.93 B 0.52 0.1 (or and help in) 461.7 566.93 B 0.52 0.1 (r) 198 554.53 B 0.52 0.1 (esolving the pr) 201.87 554.53 B 0.52 0.1 (oblem.) 270.36 554.53 B 0.52 0.1 (Status panel help is available within the W) 198 534.13 B 0.52 0.1 (abi Con\336guration Manager) 393.29 534.13 B 0.52 0.1 (. Each) 516.35 534.13 B 0.52 0.1 (Con\336guration Manager dialog box includes a help panel. This panel displays) 198 521.73 B 0.3 0.1 (information about the dialog box item that is under the mouse pointer) 198 509.33 B 0.3 0.1 (. As you) 517.16 509.33 B 0.52 0.1 (move the pointer ar) 198 496.93 B 0.52 0.1 (ound a dialog box, the displayed help message changes.) 288.48 496.93 B 0.52 0.1 (Chapter) 198 484.53 B 0.52 0.1 (2, \322Using Con\336guration Manager,\323 pr) 237.2 484.53 B 0.52 0.1 (ovides mor) 410.76 484.53 B 0.52 0.1 (e information about) 461.98 484.53 B 0.52 0.1 (using status panel help.) 198 472.13 B 1 13 Q -0.84 0.13 (The) 198 439.73 B -0.84 0.13 (W) 220.4 439.73 B -0.84 0.13 (abi) 232.53 439.73 B -0.84 0.13 ( Man Page) 248.3 439.73 B 0 10 Q 0.52 0.1 (A manual \050man\051 page of information is available for the W) 198 418.73 B 0.52 0.1 (abi pr) 466.87 418.73 B 0.52 0.1 (ogram. This) 493.7 418.73 B 0.52 0.1 (man page describes command-line options, pr) 198 406.33 B 0.52 0.1 (ovides examples of various) 408.98 406.33 B 0.43 0.1 (startup modes, and describes W) 198 393.93 B 0.43 0.1 (abi envir) 343.34 393.93 B 0.43 0.1 (onment variables. T) 383.53 393.93 B 0.43 0.1 (ype the command) 472.93 393.93 B 2 F 1.2 (man) 198 381.53 P 1.2 (wabi) 219.11 381.53 P 0 F 0.52 0.1 ( to display the W) 243.1 381.53 B 0.52 0.1 (abi man page.) 321.24 381.53 B 0.52 0.1 (T) 198 361.13 B 0.52 0.1 (o access the W) 203.31 361.13 B 0.52 0.1 (abi man page, you must have the W) 269.29 361.13 B 0.52 0.1 (abi man page dir) 434.21 361.13 B 0.52 0.1 (ectory in) 512.07 361.13 B 0.52 0.1 (your man pages path. The W) 198 348.73 B 0.52 0.1 (abi installation pr) 330.29 348.73 B 0.52 0.1 (ocedur) 410.9 348.73 B 0.52 0.1 (e may or may not have) 442.09 348.73 B 0.06 0.1 (taken car) 198 336.33 B 0.06 0.1 (e of this for you; it varies depending on your native operating system.) 239.08 336.33 B -0.21 0.1 (Some operating systems use a) 198 323.93 B 2 F -0.49 0.1 (manpath) 334.59 323.93 B 0 F -0.21 0.1 ( envir) 377.27 323.93 B -0.21 0.1 (onment variable in your) 403.09 323.93 B 2 F -0.49 0.1 (.login) 514.04 323.93 B 0 F -0.21 0.1 (,) 550.62 323.93 B 2 F 1.22 0.1 (.cshrc) 198 311.53 B 0 F 0.52 0.1 (, or) 234.58 311.53 B 2 F 1.2 (.prof) 253.02 311.53 P 1.2 (ile) 283 311.53 P 0 F 0.52 0.1 ( \336le. If you cannot view the W) 300.99 311.53 B 0.52 0.1 (abi man page, you may) 439.5 311.53 B 0.52 0.1 (have to modify your) 198 299.13 B 2 F 1.22 0.1 (manpath) 295.21 299.13 B 0 F 0.52 0.1 ( envir) 337.88 299.13 B 0.52 0.1 (onment variable.) 364.43 299.13 B 54 324 198 360 C 54 324 198 360 R 7 X 0 K V 57.46 279.58 189.43 356.54 R V 9 9 Q 0 X -0.62 (See \322Accessing the W) 57.46 350.54 P -0.62 (abi Man) 143.66 350.54 P -0.62 (Page\323 on page) 57.46 340.54 P -0.62 (18 for the steps) 117.66 340.54 P -0.62 (required to view this man page.) 57.46 330.54 P 0 72 612 720 C 34 468.8 36 648 R 7 X 1 K V 34 295.8 36 367.8 R V FMENDPAGE %%EndPage: "13" 36 %%Page: "12" 36 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (12) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 7 14 Q 0 X 0 K 0.14 (\245) 198 641.33 S 1 10 Q 0.52 0.1 (File V) 210.6 641.33 B 0.52 0.1 (iewer) 235.7 641.33 B 0 F 0.52 0.1 ( \320 A pr) 257.85 641.33 B 0.52 0.1 (ogram you can use to view and print text \336les having a) 290.16 641.33 B 2 F 0.87 (.WRI) 210.6 628.93 P 0 F 0.38 0.1 ( or a) 234.59 628.93 B 2 F 0.87 (.TXT) 258.21 628.93 P 0 F 0.38 0.1 ( \336le extension. Files with these extensions serve as Read Me) 282.2 628.93 B 0.52 0.1 (\336les in many application pr) 210.6 616.53 B 0.52 0.1 (ograms. The File V) 336.75 616.53 B 0.52 0.1 (iewer on-line Help explains) 422.68 616.53 B 0.52 0.1 (how to use the pr) 210.6 604.13 B 0.52 0.1 (ogram.) 291.39 604.13 B 7 14 Q 0.14 (\245) 198 585.73 S 1 10 Q 0.52 0.1 (W) 210.6 585.73 B 0.52 0.1 (abi 2.0 Release Notes) 219.93 585.73 B 0 F 0.52 0.1 ( \320 A) 308.18 585.73 B 2 9 Q 1.08 (.) 330.5 585.73 P 2 10 Q 1.2 (WRI) 335.9 585.73 P 0 F 0.52 0.1 ( \336le containing notes about installing and) 353.89 585.73 B 0.52 0.1 (using particular applications, and notes r) 210.6 573.33 B 0.52 0.1 (elevant to your operating system) 398.56 573.33 B 0.52 0.1 (platform.) 210.6 560.93 B 1 13 Q -0.84 0.13 (Micr) 198 528.53 B -0.84 0.13 (osoft W) 224.49 528.53 B -0.84 0.13 (indows Gr) 264.32 528.53 B -0.84 0.13 (oups) 319.6 528.53 B 0 10 Q 0.46 0.1 (When you install Micr) 198 507.53 B 0.46 0.1 (osoft W) 300.02 507.53 B 0.46 0.1 (indows softwar) 334.86 507.53 B 0.46 0.1 (e, you see the Main, Accessories,) 405.45 507.53 B 0.52 0.1 (and Games gr) 198 495.13 B 0.52 0.1 (oups. However) 261.95 495.13 B 0.52 0.1 (, you may notice some items missing fr) 331.04 495.13 B 0.52 0.1 (om these) 510.46 495.13 B 0.52 0.1 (gr) 198 482.73 B 0.52 0.1 (oups. A few items in the Main gr) 207.52 482.73 B 0.52 0.1 (oup ar) 359.41 482.73 B 0.52 0.1 (e not installed because they con\337ict) 389.29 482.73 B 0.52 0.1 (with W) 198 470.33 B 0.52 0.1 (abi tools or ar) 231.01 470.33 B 0.52 0.1 (e just not needed in the W) 294.49 470.33 B 0.52 0.1 (abi envir) 414.43 470.33 B 0.52 0.1 (onment. Among the) 454.71 470.33 B 0.08 0.1 (missing ar) 198 457.93 B 0.08 0.1 (e Print Manager) 244.83 457.93 B 0.08 0.1 (, W) 317.05 457.93 B 0.08 0.1 (indows Setup, PIF Editor) 331.87 457.93 B 0.08 0.1 (, and the W) 444.68 457.93 B 0.08 0.1 (indows Read) 496.22 457.93 B 0.52 0.1 (Me \336le. T) 198 445.53 B 0.52 0.1 (able) 240.63 445.53 B 0.52 0.1 (1-) 261.85 445.53 B 0.52 0.1 (1 lists the pr) 270.37 445.53 B 0.52 0.1 (ograms that appear in each Micr) 327.01 445.53 B 0.52 0.1 (osoft W) 475.63 445.53 B 0.52 0.1 (indows) 510.53 445.53 B 0.1 (gr) 198 433.13 S 0.1 (oup.) 207.52 433.13 S 1 13 Q -0.84 0.13 (W) 198 271.53 B -0.84 0.13 (abi) 210.13 271.53 B -0.84 0.13 ( On-Line Help) 225.91 271.53 B 0 10 Q -0 0.1 (The W) 198 250.53 B -0 0.1 (abi pr) 226.8 250.53 B -0 0.1 (ogram pr) 253.1 250.53 B -0 0.1 (ovides W) 294.96 250.53 B -0 0.1 (indows help \336les for the Con\336guration Manager) 336.84 250.53 B 0.52 0.1 (and File V) 198 238.13 B 0.52 0.1 (iewer) 244.78 238.13 B 0.52 0.1 (. These help \336les use the Micr) 269.31 238.13 B 0.52 0.1 (osoft W) 405.66 238.13 B 0.52 0.1 (indows help pr) 440.56 238.13 B 0.52 0.1 (ogram,) 510.15 238.13 B 2 F 1.2 (winhelp.exe) 198 225.73 P 0 F 0.52 0.1 (. After you install Micr) 263.96 225.73 B 0.52 0.1 (osoft W) 368.68 225.73 B 0.52 0.1 (indows softwar) 403.58 225.73 B 0.52 0.1 (e, you can view) 474.24 225.73 B 0.52 0.1 (the on-line help thr) 198 213.33 B 0.52 0.1 (ough the Help menu in each pr) 286.3 213.33 B 0.52 0.1 (ogram, or by choosing the) 430.04 213.33 B 0.15 0.1 (Help button or pr) 198 200.93 B 0.15 0.1 (essing the F1 key in W) 278.19 200.93 B 0.15 0.1 (abi dialog boxes. On-line help explains) 379.31 200.93 B 0.52 0.1 (what you can accomplish with the W) 198 188.53 B 0.52 0.1 (abi tools.) 367.5 188.53 B 1 9 Q 0.09 (T) 198 411.8 S 0.09 (able) 202.58 411.8 S 0.09 (1-) 219.43 411.8 S 0.09 (1) 227.09 411.8 S 0 F 0.47 0.09 (Micr) 241.2 411.8 B 0.47 0.09 (osoft W) 260.06 411.8 B 0.47 0.09 (indows Gr) 291.44 411.8 B 0.47 0.09 (oups and Pr) 334.76 411.8 B 0.47 0.09 (ograms) 384.75 411.8 B 3 F 0.47 0.09 (W) 198 390.8 B 0.47 0.09 (indows Group) 206.74 390.8 B 0.47 0.09 (Programs Installed in the W) 288 390.8 B 0.47 0.09 (abi Environment) 406.46 390.8 B 0 F 0.09 (Main) 198 373.8 S 0.47 0.09 (File Manager) 288 373.8 B 0.47 0.09 (, Clipboar) 341.23 373.8 B 0.47 0.09 (d V) 381.86 373.8 B 0.47 0.09 (iewer) 396.33 373.8 B 0.47 0.09 (, Contr) 418.38 373.8 B 0.47 0.09 (ol Panel, MS-DOS) 446.8 373.8 B 0.47 0.09 (Pr) 288 362.4 B 0.47 0.09 (ompt \050functional only if you have installed a DOS emulator) 297 362.4 B 0.47 0.09 (on your UNIX system\051.) 288 351 B 0.09 (Accessories) 198 334 S 0.47 0.09 (W) 288 334 B 0.47 0.09 (rite, Paintbr) 296.41 334 B 0.47 0.09 (ush, Notepad, T) 345.09 334 B 0.47 0.09 (erminal, Calculator) 410.5 334 B 0.47 0.09 (, Recor) 488.64 334 B 0.47 0.09 (der) 516.82 334 B 0.47 0.09 (,) 529.78 334 B 0.44 0.09 (Car) 288 322.6 B 0.44 0.09 (d\336le, Calendar) 302.52 322.6 B 0.44 0.09 (, Clock, Object Packager) 362.46 322.6 B 0.44 0.09 (, and Character Map.) 461.02 322.6 B 0.09 (Games) 198 305.6 S 0.47 0.09 (Solitair) 288 305.6 B 0.47 0.09 (e, Minesweeper) 317 305.6 B 198 402.8 558 402.8 2 L V 0 Z N 198 385.8 558 385.8 2 L V 0.5 H N 198 300.6 558 300.6 2 L V 0.3 H N 34 600.8 36 648 R 7 X 1 K V 34 479.4 36 514.2 R V 34 267.2 36 452.2 R V 34 408.8 36 417.8 R V 34 387.8 36 396.8 R V 34 387.8 36 396.8 R V 34 331 36 340 R V 34 302.6 36 311.6 R V FMENDPAGE %%EndPage: "12" 35 %%Page: "11" 35 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Getting Started) 198 108.7 B 0 F 0.09 (1) 549.33 108.7 S 0.09 (1) 553.42 108.7 S 1 20 Q (1) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.3 0.1 (If you do not immediately install Micr) 198 641.33 B 0.3 0.1 (osoft W) 371.9 641.33 B 0.3 0.1 (indows, the W) 406.58 641.33 B 0.3 0.1 (abi pr) 471.77 641.33 B 0.3 0.1 (ogram starts) 498.38 641.33 B 0.52 0.1 (the Application Manager) 198 628.93 B 0.52 0.1 (. This pr) 311.5 628.93 B 0.52 0.1 (ogram enables you to open the W) 349.8 628.93 B 0.52 0.1 (abi T) 503.61 628.93 B 0.52 0.1 (ools) 525.77 628.93 B 0.52 0.1 (gr) 198 616.53 B 0.52 0.1 (oup to r) 207.52 616.53 B 0.52 0.1 (ead the W) 244.34 616.53 B 0.52 0.1 (abi 2.0 Release Notes and to start the W) 290.1 616.53 B 0.52 0.1 (indows Install) 472.04 616.53 B 0.52 0.1 (pr) 198 604.13 B 0.52 0.1 (ogram when you ar) 207.98 604.13 B 0.52 0.1 (e r) 298.08 604.13 B 0.52 0.1 (eady to install Micr) 309.95 604.13 B 0.52 0.1 (osoft W) 398.77 604.13 B 0.52 0.1 (indows. Application) 433.67 604.13 B 0.52 0.1 (Manager pr) 198 591.73 B 0.52 0.1 (ovides many of the functions of the W) 251.35 591.73 B 0.52 0.1 (indows Pr) 426.54 591.73 B 0.52 0.1 (ogram Manager) 473.13 591.73 B 0.52 0.1 (.) 545.05 591.73 B 1 13 Q -0.84 0.13 (W) 198 559.33 B -0.84 0.13 (abi) 210.13 559.33 B -0.84 0.13 ( T) 225.91 559.33 B -0.84 0.13 (ools Gr) 235.06 559.33 B -0.84 0.13 (oup) 272.76 559.33 B 0 10 Q 0.14 0.1 (The W) 198 538.33 B 0.14 0.1 (abi T) 226.95 538.33 B 0.14 0.1 (ools gr) 248.73 538.33 B 0.14 0.1 (oup contains the application items shown in Figur) 279.45 538.33 B 0.14 0.1 (e) 507.05 538.33 B 0.14 0.1 (1-) 514.54 538.33 B 0.14 0.1 (5. Each) 523.06 538.33 B 0.52 0.1 (item is a utility pr) 198 525.93 B 0.52 0.1 (ogram that allows you to perform a W) 280.6 525.93 B 0.52 0.1 (abi task.) 456.41 525.93 B 1 9 Q 0.09 (Figur) 198 357.32 S 0.09 (e) 218.77 357.32 S 0.09 (1-) 224.69 357.32 S 0.09 (5) 232.36 357.32 S 0 F 0.47 0.09 (Items W) 248.4 357.32 B 0.47 0.09 (ithin the) 282.25 357.32 B 0.47 0.09 (W) 319.66 357.32 B 0.47 0.09 (abi) 327.91 357.32 B 0.47 0.09 ( T) 340.26 357.32 B 0.47 0.09 (ools Gr) 347.84 357.32 B 0.47 0.09 (oup) 377.67 357.32 B 0 10 Q 0.52 0.1 (Items within the W) 198 332.65 B 0.52 0.1 (abi T) 285.31 332.65 B 0.52 0.1 (ools gr) 307.47 332.65 B 0.52 0.1 (oup include:) 338.57 332.65 B 7 14 Q 0.14 (\245) 198 314.25 S 1 10 Q 0.06 0.1 (Con\336guration Manager) 210.6 314.25 B 0 F 0.06 0.1 ( \320 A pr) 308.72 314.25 B 0.06 0.1 (ogram thr) 339.64 314.25 B 0.06 0.1 (ough which you establish and change) 384.73 314.25 B 0.52 0.1 (most W) 210.6 301.85 B 0.52 0.1 (abi pr) 245.07 301.85 B 0.52 0.1 (ogram settings and connections. Y) 271.9 301.85 B 0.52 0.1 (ou use this pr) 427.71 301.85 B 0.52 0.1 (ogram to set) 490.7 301.85 B 0.52 0.1 (up a drive, assign a port, set up printers, and mor) 210.6 289.45 B 0.52 0.1 (e. Chapter) 439.42 289.45 B 0.52 0.1 (2, \322Using) 489.23 289.45 B 0.52 0.1 (Con\336guration Manager,\323 discusses this pr) 210.6 277.05 B 0.52 0.1 (ogram in detail.) 403.31 277.05 B 7 14 Q 0.14 (\245) 198 258.65 S 1 10 Q 0.32 0.1 (W) 210.6 258.65 B 0.32 0.1 (indows Install) 219.93 258.65 B 0 F 0.32 0.1 ( \320 The pr) 279.12 258.65 B 0.32 0.1 (ogram you use to install the Micr) 319.97 258.65 B 0.32 0.1 (osoft W) 471.22 258.65 B 0.32 0.1 (indows 3.1) 505.91 258.65 B 0.52 0.1 (or 3.1) 210.6 246.25 B 0.52 0.1 (1 softwar) 235.57 246.25 B 0.52 0.1 (e. When you install Micr) 277.86 246.25 B 0.52 0.1 (osoft W) 390.68 246.25 B 0.52 0.1 (indows, you must use this) 425.58 246.25 B 0.14 0.1 (tool rather than the) 210.6 233.85 B 2 F 0.31 (setup) 300.82 233.85 P 0 F 0.14 0.1 ( pr) 330.8 233.85 B 0.14 0.1 (ogram supplied with Micr) 343.51 233.85 B 0.14 0.1 (osoft W) 462.47 233.85 B 0.14 0.1 (indows. This) 496.98 233.85 B 0.52 0.1 (pr) 210.6 221.45 B 0.52 0.1 (ogram r) 220.57 221.45 B 0.52 0.1 (uns automatically when you start the W) 256.95 221.45 B 0.52 0.1 (abi pr) 439.9 221.45 B 0.52 0.1 (ogram without) 466.73 221.45 B 0.52 0.1 (W) 210.6 209.05 B 0.52 0.1 (indows installed.) 220.15 209.05 B 7 14 Q 0.14 (\245) 198 190.65 S 1 10 Q 0.52 0.1 (DOS Session) 210.6 190.65 B 0 F 0.52 0.1 ( \320 A pr) 265.82 190.65 B 0.52 0.1 (ogram that starts a DOS session if you have installed a) 298.12 190.65 B 0.52 0.1 (DOS emulator) 210.6 178.25 B 0.52 0.1 (. This item starts the DOS emulator speci\336ed in the W) 275.12 178.25 B 0.52 0.1 (abi) 521.8 178.25 B 0.52 0.1 (Con\336guration Manager) 210.6 165.85 B 0.52 0.1 (.) 316.81 165.85 B 54 144 558 648 C 199.15 371.72 558 522.6 C 0 X 0 K %%BeginBinary: 2962 393 282 188.64 135.36 0 200.29 375.03 BEGINBITMAPBWc j" O#7F 7%J( FFFFFFC0D0FFFFFF9FFFFFFJ"8" LF1FE 8# FC7F8"J" E3LDE8"D(8" 171861800C0303FF068" 77J$ 50000308"D&8% 740C630F8DC31E07861F8"E%8&D" 63F31FCFE33F0FC63F80DF8"F$8% 1718CE73739CE6318"D&8& 77069601CC336198663C00G$="D# 079E0F1FFE1FI"=#C# 1C0380FFFF8"D&8% 74030C18CE73739CE6318#E$8% 63FF1FCFE33F0FC63F8"F$8& 1F0EEDC31E07861F008"DfG$ FFF8001EJ$ MFFFFFE J( I08000001000000J"8" I00007% 000000007Z" O!80 :&E%>" E00000007FFC000003F7:&>"<%=# DFFFFFFFBFF0FBFFFFFDE037G#F# E47F1FC7;#@#<$<$ E03FC03F00000DFCE039;$<%F$ 9FCFEDF83FFF90FB3FE6;$<%F% 6DB7EFFBDFFF00F4FFF17F:%<%F% DEFFBBEDFDEFFE40EBFFFABF;$<&<#=% BF6BC7CEF7FC007F1554E7FFFB3F:%<&<#=% DDFEFDB9D5B7F900FF0000C9249B9F;$<%=">$ F8FDC7DB57F80115CFFFFB;$<%=">% F07DEDDEB7FA0300D2493BDF:%<%=#=$ DC0001EFDD77E0071540DFFFFB:%<%=#=$ DFFFFFEDCEFBC40F0000C9249B="<%=">$ FFE7FDC81F14DFFFFBD%=">% F03EE0FF00C2493B9F;$<$G$ 1F8FC7F81F50CFFFFB:%<$G% DEEF77BBFFCFA8D127FB5F:%=#>$<% DD76EB6DE75FFFFFFDEBFFFABF;#>#G$ B6DBF2AFECFFF9:%=#=%<% DC060301F977FC000003F71FC47F:%=#=%<$ DE0F0783FAFBFFFBFEFFFBE03B:%=#>$<% DF1F8FC7F47D03FE0FFCFFFB9F;$=#>$<% FFFFFFEB3E5FFFAFFF1FC50F<#=$<&<$ FDBFD79F7FE00000007FE03607:%=$<&<$ DC03EFF7AFCFBFDFFFFFFFBFFFF603:%=$H# D83DFCFF5FE7DFF701<#<%<%?" BC7DFEBFF3EFDD5FFE0380<#<%<%?# FE3FFD7FF9F7DFFFFFFFC07F:%<%>#<& DC03FF1FFAFFFCFBFE03C00007E03F:%<%>#<% DFFFFF9FF5FFFE6BFFFFFFFFFFF0="<%I" FFF3FFFF3BF8:&;"8"<&># E00000007FFF87E00000007FFC7F:P>"

# FFFFFF 7%:"8&=%:& FC3FFFFA7FFEFBEBFFF7F81F87C1C05BFFDFD77%9#:"?%:#8" FBDFFFF7FBFFEFFBEF7BBEDFFBDF7#J#># F7EF6F6FDEFBF83=";) FC3A62E2DDAC3170E9FFFF75DB4F170DDD8FBFDB87EFB70DDD875F8*:&=":* FBD9B6DCDD9BDB6F6636E6F5DD77C7C0DB7BF776F5DD7B3F9)8(=":":% DBB6DEDDBC1B6F6EAEBB76F6F6AB7FF9DFF6AB7B7F=#@"="<' BBDB8FFE03FAF606AB038"F"="<"8$ EBF7BE7FFEAB7F7#8#<(;#=' FBDBDCD9DF7B76E6F77777EF7B7BFDF6F7777B7+:&:%<' FC3C3BB6E2E5BC2D70EE77170F778FF81F87C187FDF70F77877&P8R:%:T FFFFFFFFFEFFFFFFFF ;" E1;" FF 9#?"8#:#8" 7F7FDFFDBFF07FDFF"<#8" EFEFBFFF9" 3E:':%<' 70E9E1E2E1D7DA78C61DF878F1DC3A7F9(:%;( 5D6F66DEDCDECFD9B76DEDF1F7B76EDBD9BF:':%;' 706EE0DEDEDFDBB7EE0DFE77B7EFDBDB9'<$;% 6B6F6EDEDEC0B8EDEDFFB038F1>"<#<% DFBF6DEFB7FF7E9"9#<"?# 77DCDEB7B76E:&<$;' 70AEE162E1B8F615F07878F1DC3B9(:P:R FFFFFFFFFEFFFF =" E1=" FF =" FD=" F9=" F1=" E3=" C4=" 88=" 10=" 00<$ FE007F<# FC80<# F900<" FA<" F4<$ EE00FF<# DF03<# BF07<# 7E0F;$ FEFC3F;$ FDF87F;$ FBF0FF;# F7E1;# EE03:$ C7D3FF:# C18F:# C83F:# CE1F:# C887:# C3E3:# CFFF :" FF8"a" FC03 9( 820802020701C3<% 00088223 9& 4511E2E200:& 12131201029& 28A1F21202:% A2121204=" 089$ 104213:' 41EAE20F91C39a" 03 9$ 7E00109" 419# 4080:' 8F11E1E1C3C39( 411092121224239"8$ 7F11F2049( 409F93F211C7E3:' 901202102403;& 9212122423:' 4F11E1E9C3C39a" 03 :# 4080:$ 608010:" 50;% 8F39E1C0:& 4890921220:"9" 4400:& 429093F1C0<$ 920020:"8" 4112:& 408F09E1C0:` 8S 7j O" ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 53.98 214.95 191.98 259.95 C 53.98 214.95 191.98 259.95 R 7 X 0 K V 57.44 179.53 189.41 256.49 R V 9 9 Q 0 X -0.62 (\322Microsoft Windows Installation\323) 57.44 250.49 P -0.62 (on page) 57.44 240.49 P -0.62 (6 tells you how to use) 91.79 240.49 P -0.62 (the Windows Install tool.) 57.44 230.49 P 0 72 612 720 C 53.25 165.47 191.25 200.72 C 53.25 165.47 191.25 200.72 R 7 X 0 K V 56.71 120.29 188.68 197.26 R V 9 9 Q 0 X -0.62 (Chapter) 56.71 191.26 P -0.62 (9, \322Installing and Using) 91.17 191.26 P -0.62 (DOS Applications\323 explains how) 56.71 181.26 P -0.62 (to con\336gure a DOS emulator) 56.71 171.26 P -0.62 (.) 167.6 171.26 P 0 72 612 720 C 34 329.32 36 568 R 7 X 1 K V 34 286.12 36 296.12 R V 34 187.32 36 265.32 R V FMENDPAGE %%EndPage: "11" 34 %%Page: "10" 34 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (10) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 54 640.01 558 648 C 558 644.98 198 644.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 633.34 B 0 F 0.52 0.1 (Y) 231.94 633.34 B 0.52 0.1 (ou must have r) 237.79 633.34 B 0.52 0.1 (ead permission to access the dir) 307.09 633.34 B 0.52 0.1 (ectory containing the) 452.9 633.34 B 0.01 0.1 (W) 198 620.94 B 0.01 0.1 (indows \336les. If you cannot access this dir) 207.54 620.94 B 0.01 0.1 (ectory due to a permission pr) 392.28 620.94 B 0.01 0.1 (oblem,) 524.69 620.94 B 0.52 0.1 (change the permissions using the) 198 608.54 B 2 F 1.2 (chmod) 353.44 608.54 P 0 F 0.52 0.1 ( command or see your system) 383.43 608.54 B 54 584.82 558 592.81 C 558 589.78 198 589.78 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.1 (administrator) 198 596.14 S 0.1 (.) 259.23 596.14 S 0.52 0.1 (After you\325ve enter) 198 567.75 B 0.52 0.1 (ed the drive letter and path and chosen OK, the W) 281.6 567.75 B 0.52 0.1 (abi) 512.81 567.75 B 0.52 0.1 (pr) 198 555.35 B 0.52 0.1 (ogram installs the W) 207.98 555.35 B 0.52 0.1 (indows \336les in your) 302.39 555.35 B 2 F 1.2 ($HOME/wabi/windows) 397.02 555.35 P 0 F 0.52 0.1 ( dir) 504.96 555.35 B 0.52 0.1 (ectory) 521.16 555.35 B 0.52 0.1 (.) 548.1 555.35 B 0.52 0.1 (A pr) 198 542.95 B 0.52 0.1 (ogr) 218.97 542.95 B 0.52 0.1 (ess meter in the dialog box incr) 234.05 542.95 B 0.52 0.1 (ements as \336les ar) 377.82 542.95 B 0.52 0.1 (e installed.) 456.27 542.95 B -0.07 0.1 (As installation nears completion, the W) 198 522.55 B -0.07 0.1 (abi T) 374.6 522.55 B -0.07 0.1 (ools gr) 396.16 522.55 B -0.07 0.1 (oup and Micr) 426.67 522.55 B -0.07 0.1 (osoft W) 487.7 522.55 B -0.07 0.1 (indows) 522.01 522.55 B 0.23 0.1 (Main, Games, and Accessories gr) 198 510.15 B 0.23 0.1 (oups open. When installation is complete, the) 348.15 510.15 B 0.52 0.1 (message window shown in Figur) 198 497.75 B 0.52 0.1 (e) 349.57 497.75 B 0.52 0.1 (1-) 357.05 497.75 B 0.52 0.1 (4 opens.) 365.58 497.75 B 0.52 0.1 (When you choose OK, the W) 198 477.35 B 0.52 0.1 (abi pr) 329.79 477.35 B 0.52 0.1 (ogram exits and immediately r) 356.61 477.35 B 0.52 0.1 (estarts,) 497.27 477.35 B 0.52 0.1 (opening the W) 198 464.95 B 0.52 0.1 (indows Pr) 264.99 464.95 B 0.52 0.1 (ogram Manager) 311.58 464.95 B 0.52 0.1 (. If you pr) 383.5 464.95 B 0.52 0.1 (efer not to r) 429.66 464.95 B 0.52 0.1 (estart the W) 483.88 464.95 B 0.52 0.1 (abi) 538.54 464.95 B 0.52 0.1 (pr) 198 452.55 B 0.52 0.1 (ogram immediately) 207.98 452.55 B 0.52 0.1 (, you can choose Cancel, but you must r) 296.24 452.55 B 0.52 0.1 (estart befor) 479.77 452.55 B 0.52 0.1 (e) 531.34 452.55 B 0.52 0.1 (installing applications.) 198 440.15 B 1 14 Q -0.88 (The W) 126 407.08 P -0.88 (abi User Interface) 162.54 407.08 P 0 10 Q 0.45 0.1 (The W) 198 385.75 B 0.45 0.1 (abi pr) 227.26 385.75 B 0.45 0.1 (ogram pr) 254.01 385.75 B 0.45 0.1 (esents the familiar scr) 296.32 385.75 B 0.45 0.1 (eens, dialog boxes, and menus of a) 395.72 385.75 B 0.4 0.1 (graphical user interface \050GUI\051. Y) 198 373.35 B 0.4 0.1 (ou make menu selections and choose icons by) 345.41 373.35 B 0.52 0.1 (pointing and clicking with a mouse, or by using keyboar) 198 360.95 B 0.52 0.1 (d accelerator) 457.68 360.95 B 0.08 0.1 (commands. Accelerator keys, designated by an underlined character in a menu) 198 348.55 B 0.52 0.1 (choice, ar) 198 336.15 B 0.52 0.1 (e discussed in Chapter) 241.13 336.15 B 0.52 0.1 (2, \322Using Con\336guration Manager.\323) 347.48 336.15 B 1 13 Q -0.84 0.13 (The Pr) 198 303.75 B -0.84 0.13 (ogram Envir) 233.41 303.75 B -0.84 0.13 (onment) 300.49 303.75 B 0 10 Q 0.52 0.1 (After you install Micr) 198 282.75 B 0.52 0.1 (osoft W) 297 282.75 B 0.52 0.1 (indows, the W) 331.9 282.75 B 0.52 0.1 (abi pr) 397.53 282.75 B 0.52 0.1 (ogram uses the W) 424.36 282.75 B 0.52 0.1 (indows) 506.39 282.75 B 0.52 0.1 (Pr) 198 270.35 B 0.52 0.1 (ogram Manager as its pr) 208.01 270.35 B 0.52 0.1 (ogram envir) 320.13 270.35 B 0.52 0.1 (onment, or shell pr) 375.96 270.35 B 0.52 0.1 (ogram. Befor) 463.21 270.35 B 0.52 0.1 (e) 522.16 270.35 B 0.37 0.1 (Micr) 198 257.95 B 0.37 0.1 (osoft W) 218.97 257.95 B 0.37 0.1 (indows is installed, W) 253.72 257.95 B 0.37 0.1 (abi uses the) 354.02 257.95 B 0.37 0.1 (W) 410.5 257.95 B 0.37 0.1 (abi) 419.68 257.95 B 0.37 0.1 ( Application Manager) 433.41 257.95 B 0.37 0.1 (. The) 532.44 257.95 B 0.52 0.1 (shell pr) 198 245.55 B 0.52 0.1 (ogram is speci\336ed in the) 232.25 245.55 B 2 F 1.2 (SHELL=) 347.68 245.55 P 0 F 0.52 0.1 ( variable in your) 383.66 245.55 B 2 F 1.2 ($HOME/wabi/windows/system.ini) 198 233.15 P 0 F 0.52 0.1 ( \336le.) 371.9 233.15 B 0.16 0.1 (The W) 198 212.75 B 0.16 0.1 (indows Pr) 227.33 212.75 B 0.16 0.1 (ogram Manager works as it does when you r) 273.55 212.75 B 0.16 0.1 (un it in Micr) 476.43 212.75 B 0.16 0.1 (osoft) 533.01 212.75 B 0.02 0.1 (W) 198 200.35 B 0.02 0.1 (indows on a PC. If you ar) 207.54 200.35 B 0.02 0.1 (e not familiar with the W) 322.42 200.35 B 0.02 0.1 (indows Pr) 435.28 200.35 B 0.02 0.1 (ogram Manager) 481.36 200.35 B 0.02 0.1 (,) 552.78 200.35 B 0.52 0.1 (r) 198 187.95 B 0.52 0.1 (efer to the Micr) 201.87 187.95 B 0.52 0.1 (osoft W) 272.52 187.95 B 0.52 0.1 (indows documentation and on-line help.) 307.42 187.95 B 57 518.22 195 572.25 C 57 518.22 195 572.25 R 7 X 0 K V 60.46 491.82 182.43 568.79 R V 9 9 Q 0 X -0.62 (See \322Installing Microsoft) 60.46 562.79 P -0.62 (Windows From a W) 60.46 552.79 P -0.62 (abi Drive\323) 136.65 552.79 P -0.62 (on page) 60.46 542.79 P -0.62 (17 to learn) 94.81 542.79 P -0.62 (how to perform this task.) 60.46 532.79 P 0 72 612 720 C 34 539.62 36 574.42 R 7 X 1 K V 34 402.42 36 484.02 R V 34 370.02 36 380.02 R V 34 332.82 36 342.82 R V 34 267.02 36 277.02 R V FMENDPAGE %%EndPage: "10" 33 %%Page: "9" 33 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Getting Started) 198 108.7 B 0 F 0.09 (9) 553.42 108.7 S 1 20 Q (1) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K -0.07 0.1 (As installation nears completion, the W) 198 641.33 B -0.07 0.1 (abi T) 374.6 641.33 B -0.07 0.1 (ools gr) 396.16 641.33 B -0.07 0.1 (oup and Micr) 426.67 641.33 B -0.07 0.1 (osoft W) 487.7 641.33 B -0.07 0.1 (indows) 522.01 641.33 B 0.23 0.1 (Main, Games, and Accessories gr) 198 628.93 B 0.23 0.1 (oups open. When installation is complete, the) 348.15 628.93 B 0.52 0.1 (message window shown in Figur) 198 616.53 B 0.52 0.1 (e) 349.57 616.53 B 0.52 0.1 (1-) 357.05 616.53 B 0.52 0.1 (4 opens.) 365.58 616.53 B 1 9 Q 0.09 (Figur) 198 500.8 S 0.09 (e) 218.77 500.8 S 0.09 (1-) 224.69 500.8 S 0.09 (4) 232.36 500.8 S 0 F 0.47 0.09 (Micr) 248.4 500.8 B 0.47 0.09 (osoft W) 267.26 500.8 B 0.47 0.09 (indows Install Completion Message) 298.64 500.8 B 0 10 Q 0.52 0.1 (When you choose OK, the W) 198 476.13 B 0.52 0.1 (abi pr) 329.79 476.13 B 0.52 0.1 (ogram exits and immediately r) 356.61 476.13 B 0.52 0.1 (estarts,) 497.27 476.13 B 0.52 0.1 (opening the W) 198 463.73 B 0.52 0.1 (indows Pr) 264.99 463.73 B 0.52 0.1 (ogram Manager) 311.58 463.73 B 0.52 0.1 (. If you pr) 383.5 463.73 B 0.52 0.1 (efer not to r) 429.66 463.73 B 0.52 0.1 (estart the W) 483.88 463.73 B 0.52 0.1 (abi) 538.54 463.73 B 0.52 0.1 (pr) 198 451.33 B 0.52 0.1 (ogram immediately) 207.98 451.33 B 0.52 0.1 (, you can choose Cancel, but you must r) 296.24 451.33 B 0.52 0.1 (estart befor) 479.77 451.33 B 0.52 0.1 (e) 531.34 451.33 B 0.52 0.1 (installing applications.) 198 438.93 B 0.52 0.1 (For a description of what you see when the W) 198 418.53 B 0.52 0.1 (abi pr) 409.13 418.53 B 0.52 0.1 (ogram starts, skip to the) 435.96 418.53 B 0.52 0.1 (section \322The W) 198 406.13 B 0.52 0.1 (abi User Interface\323 on page) 267.14 406.13 B 0.52 0.1 (10.) 395.04 406.13 B 1 13 Q -0.84 0.13 (Micr) 198 373.73 B -0.84 0.13 (osoft W) 224.49 373.73 B -0.84 0.13 (indows Installation Fr) 264.32 373.73 B -0.84 0.13 (om a) 382.12 373.73 B -0.84 0.13 (W) 409.21 373.73 B -0.84 0.13 (abi) 421.34 373.73 B -0.84 0.13 ( Drive) 437.11 373.73 B 0 10 Q 0.52 0.1 (If the Micr) 198 352.73 B 0.52 0.1 (osoft W) 246.26 352.73 B 0.52 0.1 (indows softwar) 281.16 352.73 B 0.52 0.1 (e is installed on a har) 351.83 352.73 B 0.52 0.1 (d drive or network) 449.93 352.73 B 0.52 0.1 (dir) 198 340.33 B 0.52 0.1 (ectory accessible to your operating system, you can install it into the W) 211.08 340.33 B 0.52 0.1 (abi) 537.02 340.33 B 0.52 0.1 (pr) 198 327.93 B 0.52 0.1 (ogram using the W) 207.98 327.93 B 0.52 0.1 (abi drive R, which is assigned to your / \050r) 295 327.93 B 0.52 0.1 (oot\051 dir) 488.43 327.93 B 0.52 0.1 (ectory) 522.53 327.93 B 0.52 0.1 (.) 549.47 327.93 B 0.52 0.1 (T) 198 307.53 B 0.52 0.1 (o install the Micr) 203.31 307.53 B 0.52 0.1 (osoft W) 281.08 307.53 B 0.52 0.1 (indows 3.1 or 3.1) 315.98 307.53 B 0.52 0.1 (1 softwar) 393.44 307.53 B 0.52 0.1 (e fr) 435.74 307.53 B 0.52 0.1 (om drive R, you enter) 451.04 307.53 B 0.2 0.1 (R: and the path the W) 198 295.13 B 0.2 0.1 (abi pr) 296.59 295.13 B 0.2 0.1 (ogram can use to locate the W) 323.1 295.13 B 0.2 0.1 (indows \336les. Y) 459.17 295.13 B 0.2 0.1 (ou can) 525.06 295.13 B 0.52 0.1 (also use the Br) 198 282.73 B 0.52 0.1 (owse button to navigate thr) 264.94 282.73 B 0.52 0.1 (ough the dir) 391.4 282.73 B 0.52 0.1 (ectories accessible to) 448.14 282.73 B 0.52 0.1 (your system and locate the Micr) 198 270.33 B 0.52 0.1 (osoft W) 345.28 270.33 B 0.52 0.1 (indows dir) 380.18 270.33 B 0.52 0.1 (ectory) 429.84 270.33 B 0.52 0.1 (.) 456.78 270.33 B 0.52 0.1 (For example, if the W) 198 249.93 B 0.52 0.1 (indows 3.1 diskettes ar) 296.65 249.93 B 0.52 0.1 (e copied into) 401.26 249.93 B 2 F 1.2 (/usr/apps/install/win31.dsk,) 198 237.53 P 0 F 0.52 0.1 ( you could enter the following in the) 365.91 237.53 B 0.52 0.1 (entry \336eld of the dialog box shown in Figur) 198 225.13 B 0.52 0.1 (e) 398.59 225.13 B 0.52 0.1 (1-) 406.08 225.13 B 0.52 0.1 (2:) 414.6 225.13 B 4 9 Q (R:\134usr\134apps\134install\134win31.dsk) 198 205.4 T 0 10 Q 0.52 0.1 (Y) 198 185.33 B 0.52 0.1 (ou can use either a DOS path or a UNIX path. The back slash \050) 203.85 185.33 B 2 F 1.2 (\134) 491.28 185.33 P 0 F 0.52 0.1 (\051 is used in) 497.27 185.33 B 0.13 0.1 (DOS path names. The forwar) 198 172.93 B 0.13 0.1 (d slash \050) 329.74 172.93 B 2 F 0.29 (/) 367.53 172.93 P 0 F 0.13 0.1 (\051 is used in UNIX path names. The W) 373.52 172.93 B 0.13 0.1 (abi) 541.54 172.93 B 0.52 0.1 (pr) 198 160.53 B 0.52 0.1 (ogram accepts both types of path names.) 207.98 160.53 B 54 144 558 648 C 196.41 515.2 558 613.2 C 0 X 0 K %%BeginBinary: 3263 579 197 277.92 94.56 0 194.94 514.01 BEGINBITMAPBWc 7"j" C0O63F7% DFFFFFF8 9" F39" 8B8# FC7B8#B);(:&9% E2FBC30C0060180E0E603000C30CC0000C03C00200C0031807F08"J#?$:"9" 9E:718007E006C0F88"G"8";"9"<$=# BE000061000E703E061C9"B58&8) F3:63187C6E180F1E61E363C1F078F3C06318CDE0FC3C6318F80C30CDE1F1E3E30CD8F03B367C6F709"B%9'839( 8B6798FE7F63F3E7E3F8FC6798CFF1FC7E6319FC00700600CFF3F9E7F3F9F87F3EFE7FF88#D.8*8&8) BC7BC673980D16673B8E7319CE6180CE339CE733318C01E0CE3318C6331CE39CE738C673988#B%8(8'8":0 A2FB34B00E61B666030C33C18634B0CC330CC3E0CC33C0C0731807F8C30CC3300E63188"C$=#9#:&9%8":" 9E3CF07E31F13CF037B0F8007031F0C3F3F07E8"E"8#9#?&9(:" BEE60CA630391FE01C0C303038C733180600E6F%8(8#8(9$;% 1860C673E6673B0E7319CE18609CE71CE18C0E703318C69CE730C69"D$8)9):$9& F3FE7F1863F307E3F8FC61C031FC7E0CC1FC07E3F8E7F3C1F87F30FE9"D#8):)9%9& 8F776E4661E303C1F0786030EC3C0CC0F803C331F063BBC0F03B30778#Bj& BC7FF03000000008#J" A3FFO$E78"J" 9FO%7E8"J" FFO%3CJ" O(00 7% C00000007"Z" DFO6BF 8$;(;%9"B':%8* FC7C67F3FFCF3CCFFFFC0FFF7FCFE7FE7FF9CFFFF9E73FFFF383CE7FF3FFF83E7C7F@#?$H"="=":% E39FFE07FEFCF901F01E78FF:";"9"<$I"9"?%8$ 7FE7FFFC63F0FFFFFE38CFFFE38E7195858) 4386787270F83E1C30FE739CC87C0F0E739C1FCF3?C8783C1FE47E1F0E43FE0E79E1F0F8783C186799CCF3F990F070E0E73E1F037CCE78738FE7CE63;&85;(8* 03060701C0?E619CC0380E0673980FFE3FE7FC030180FE03C0E0601FC0679C0E070301808806030C0673C0EFC7FCE70331FC7C6479*9)858) BA66311C63398C679F7318C633339CFF87?C73399CFE319E4F239FCE6798C46279399CCE799CE73F98E6739CE6739E463FFCE63123FCFE60F9(8'8":39+:$8" 92667F3CF30F9EF2D3CCF33CCF87CF3F187FE798040279FC3E799FCFE010F87C67F99E61F9FC673804F367F07F07>"9#:&9$;#:$8#8$<"9% 83F0C33213C1FFE3381C1FFE0E183C1CCF277079E07F3FC7C6639":"?&9+9%<'8#8& D6F13807F8FCF3319F8FE799FCFE79FFC6E7FF1F8C7E39C66739FCFE7CF13FE7CE719(8#8(958(8) C666313C63398CF9E718C638C79CFC6353399CFE318C46279FCE6718C46231399CCE719CF0F6739CE6738C46338CE63131FE38E78:):)8(8*8"83 67033E0701C0E78F80E07CCF80FE073E30180FE03C0E060601C0E07030180CE08F6038C0673C0E033FFF01CE70339FF01E7C7F9*:(958(8* EE67873F0F83E1E7CFC4F0FCCFC1FF0F5388C1FE47E1F0E79FE0F09E1F0F8783C1CF099CF9F707CE2273E1F1383CE78738FF83E7E3F8Z"Z L9F4 J# MFE3FJ" O 7FJ# MFFFF =(:"=" F9FFE79E7FF3FC3F9F8#:"C& FE7FCFCFFFFE7F9C=";"B" FFFFFC85 :FC3C3FF8739987F39CF0723CFF0721F03F9387838707243F987F9%90 381FF0330CE0301CFE0300E03F8303018603048(82 FE718FE79939CFE7318CFE731CC63F8E7939CE731E7F9CFF9%81 73CFE018F969FE33CCFFE33CCF3F9E010FCFE33E<'9";$ 1C79CFF861F00383CF03;$9"8#:% E7F839E3FE337FF1CE339%8*8% 718FE319FCF3E7318CFE733CC63139CE739'82 381FF03399C7E0301CFE033CE03F9F0301C6033E3F9C678(8(8( FF3C3FF87399E7F1123CFF113CF18783E7113F3F9E9Z 9 J"g"8"f" 5FE7FF003J"B"8"V" 5FC3FEFF9JV"E" 6FEF1J" AFC J% :D5555557J% :BFFFFFFBJ"8" :FFFFJ"8" :BFFBJ"8" :FFFFJ%@#:" :BE0F9F1BFC1FF3J%@# :FC079E3FF80FJ%@# :B8E39C7BF1C7J%@( :F9F398FFF3E70721F0F873J%@( :B1F191FBE3FE0300E07033J%@( :F3F983FFE7FE731CC62793J%A' :B3F981FBFFE33CCFE013J%@$ :F1F198FFE3FF03J%@$8# :B9F39C7BF3E633E7F3J%@( :F8E39E3FF1C6733CC62313J%@( :BC079F1BF80E033CE07033J%@( :FE0F9F8FFC1F113CF0F873J%@R :BFFFFFFBJ"8" :FFFFJ"8" :BFFBJ"8" :FFFFJ"8" :BFFBJ% :D5555557J% :FFFFFFFF J"f 680J"D"f" 600E801J" EE0J"B"8"A" 5FE7FF003JY8X 5 7"j" C0O63F7Z O8 ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 54.5 288.67 192.5 354.23 C 54.5 288.67 192.5 354.23 R 7 X 0 K V 57.96 273.81 189.93 350.78 R V 9 9 Q 0 X -0.62 (\322Microsoft Windows Installation) 57.96 344.78 P -0.62 (on a Network Server\323 on page) 57.96 334.78 P -0.62 (6) 177.21 334.78 P -0.62 (explains how to install Microsoft) 57.96 324.78 P -0.77 (Windows to a server so users can) 57.96 314.78 P -0.62 (then install it on their) 57.96 304.78 P (workstations.) 57.96 294.78 T 0 72 612 720 C 34 267 36 482.8 R 7 X 1 K V 34 157.2 36 192 R V FMENDPAGE %%EndPage: "9" 32 %%Page: "8" 32 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (8) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.43 0.1 (Once you enter a drive letter and choose OK, a dialog box opens and pr) 198 641.33 B 0.43 0.1 (ompts) 526.69 641.33 B 0.52 0.1 (you to insert disk 1 into the diskette drive. This dialog box is shown in) 198 628.93 B 0.1 (Figur) 198 616.53 S 0.1 (e) 222.32 616.53 S 0.1 (1-) 229.8 616.53 S 0.1 (3.) 238.33 616.53 S 1 9 Q 0.09 (Figur) 198 478.14 S 0.09 (e) 218.77 478.14 S 0.09 (1-) 224.69 478.14 S 0.09 (3) 232.36 478.14 S 0 F 0.47 0.09 (W) 248.4 478.14 B 0.47 0.09 (abi Micr) 256.65 478.14 B 0.47 0.09 (osoft W) 290.66 478.14 B 0.47 0.09 (indows 3.1 Install Pr) 322.04 478.14 B 0.47 0.09 (ogram Dialog Box) 406.4 478.14 B 0 10 Q 0.52 0.1 (After you insert the disk and choose OK, the \336les on disk 1 ar) 198 453.48 B 0.52 0.1 (e installed in) 481.61 453.48 B 0.52 0.1 (your) 198 441.08 B 2 F 1.2 (C:\134WINDOWS) 222.51 441.08 P 0 F 0.52 0.1 ( dir) 282.47 441.08 B 0.52 0.1 (ectory) 298.67 441.08 B 0.52 0.1 (, which is mapped to your) 325.61 441.08 B 2 F 1.2 (wabi/windows) 449.71 441.08 P 0 F 0.1 (dir) 198 428.68 S 0.1 (ectory) 211.08 428.68 S 0.1 (.) 238.02 428.68 S 54 406.95 558 414.94 C 558 411.92 198 411.92 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 400.28 B 0 F 0.52 0.1 (The destination dir) 231.94 400.28 B 0.52 0.1 (ectory) 318.94 400.28 B 0.52 0.1 (,) 345.88 400.28 B 2 F 1.2 (C:\134WINDOWS) 351.6 400.28 P 0 F 0.52 0.1 (, cannot be changed. The W) 411.56 400.28 B 0.52 0.1 (abi) 537.67 400.28 B 0.52 0.1 (Micr) 198 387.88 B 0.52 0.1 (osoft W) 218.97 387.88 B 0.52 0.1 (indows Install Pr) 253.87 387.88 B 0.52 0.1 (ogram does not support installation of Micr) 331.77 387.88 B 0.52 0.1 (osoft) 531.85 387.88 B 0.52 0.1 (W) 198 375.48 B 0.52 0.1 (indows to another location. However) 207.54 375.48 B 0.52 0.1 (, you can change the location of your) 377.05 375.48 B 0.52 0.1 (personal) 198 363.08 B 2 F 1.2 (wabi) 240.08 363.08 P 0 F 0.52 0.1 ( dir) 264.06 363.08 B 0.52 0.1 (ectory by setting the) 280.27 363.08 B 2 F 1.2 (WABIDIR) 376.75 363.08 P 0 F 0.52 0.1 ( variable as explained in the) 418.73 363.08 B 54 339.36 558 347.35 C 558 344.33 198 344.33 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (note on) 198 350.68 B 1 F 0.52 0.1 (page) 235.43 350.68 B 0.52 0.1 (5) 256.75 350.68 B 0 F 0.52 0.1 (.) 261.85 350.68 B 0.29 0.1 (A pr) 198 322.29 B 0.29 0.1 (ogr) 218.74 322.29 B 0.29 0.1 (ess meter in the dialog box incr) 233.82 322.29 B 0.29 0.1 (ements as \336les ar) 376.23 322.29 B 0.29 0.1 (e installed. When disk) 454 322.29 B 0.04 0.1 (1 copying is complete, you ar) 198 309.89 B 0.04 0.1 (e pr) 330.23 309.89 B 0.04 0.1 (ompted to insert disk 2 and choose OK. When) 347.73 309.89 B 0.52 0.1 (you insert disk 2 and choose OK, the \336les on diskette number 2 ar) 198 297.49 B 0.52 0.1 (e copied.) 500.97 297.49 B 0.52 0.1 (Repeat this pr) 198 285.09 B 0.52 0.1 (ocedur) 261.95 285.09 B 0.52 0.1 (e for the r) 293.13 285.09 B 0.52 0.1 (emaining disks.) 338.43 285.09 B 54 263.37 558 271.36 C 558 268.34 198 268.34 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 256.7 B 0 F 0.52 0.1 (If your diskette drive does not pr) 231.94 256.7 B 0.52 0.1 (ovide an eject button, you can eject) 384.33 256.7 B 0.52 0.1 (diskettes by clicking in the W) 198 244.3 B 0.52 0.1 (abi window and pr) 332.51 244.3 B 0.52 0.1 (essing the Meta and E) 420.35 244.3 B 54 220.58 558 228.57 C 558 225.54 198 225.54 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.1 (keys:) 198 231.9 S 54 144 558 648 C 198 492.54 558 613.2 C 0 X 0 K %%BeginBinary: 3748 408 245 195.84 117.6 0 197.85 492.35 BEGINBITMAPBWc "j" FCO"0F 7"Z" 3FO FE7"8"j" 2FFCK02 9" F99" C58# FE3D8,;):%:$ F17DFC1861800C0301C1CC0600186198000180780040186300FE8"E#@$9"9" CF0E30FC00C018FF8"<"8";"9"<$># DF00C00C8001CE07C380958&8) <79FC0C630F8DC301E3CC3C6C783E0F1E780C6319BC1F878C631F018619BC3E3C7CC19B1E0766CF8DEE9"8%9'8,8%9( 45F31FCFE37E7CFC7F1F9EF319FE3F8FCC633F800E00FE7F3CFE9F3F0FE7DFCFFF8#9.9)9%8) DE3D18CE7301A2CCE771CE6339CC30C6739CE66631803CC66318C6C39C739CE718CE73818+:%8) D17DFC069601CC3301B6CCC06186783006961986619866663C008678180EFF1861986601CC638"8$>"9#;%:$8":" CF079E0F3E079EF61F000E3E187EFE0F8":"9":"?&:$8":" DF1C940763FC0381860718E6C01C;.8#8(:$:% 030C18CE73019CCCE761CE6339030C739CE39C3181CE6318C6739CE6189"9$9(:)9$:% 791FCFE37E60FC7F1F8C383F8FC1983F80FC607F1CFE3F0FE61F9"9.:(:$:& 470EEDC30188CC3C60783E0F0C181D8781981F00783E0C771E07660EEC8$j% DE3FFCG600000008#J# D1FFG1CE08"J# CFH0FC08"J# FFH0780J# K0000 7% 200000007"Z" 3FO FE :":$:(9) E7F9F99FF9FE79E4FFFE7FE1FF3FFE67FE7FF9>"8":%<#8"8" F9FFF33E79E7CCFC7FE1?#E#;" F8F1FCFFF9:&809% E60F0F07009C1860F0F0601F30CCC1E07066661FE0670E67;.8(8% 26667319F86199C8CE6667333FC4CC672664CFF1CC66664F;%9%8*8% 667E7339F9CE67E7861CCCCE67300CFFFCCE667E1F;'9"?#:# 670E0339F909700E1F670E<#<#>#;# E67F7E670FCFE64F;$8&9*8% 6666739999C9CE66CF3CCCCC67399CCFCCCC666667;%8(9- 670F073C9C19E0F0F0739FE070799E1FE1CF3FE0670E73:Z > :"9#9&:&<" E7F9FCCFF3FFFC07F079CFFFF3F9:$8"=":$ FFFE7FFFF3E7399FC"9":$ 87F9CF993F:)8"92 E60C307F81849E60990C1E1E1FCF987F999078383F860F07813C;+8&8+ 26673F318C9E4E7F33F9F319CCCCCFFF999133989F8CE67331;"8%;&8, 66399CCCCE0739CCFCFF7FC03333999F9CE7033999A%8)8#8# C07E01FCFF380E1E1FCF993F30190673@%:%8"8#8"8" E1CFFE7939FFCFCF9F33F9FEC3>"8$;+8$ 31CE7CFCCCCCCFE739CFE6733399E67331;,8(8* 67307F819CF3E0FCFC9E7F3C1E1E1FF079E738399F9E0F0181E79F:U#Z# FE7F2E7FFJ" BCFD#H" FFFF1FJ" BFF :#@':#9"<" E73FCFFFFE67FE7FCFE79FF3:#=";"9"9"?" E67F9F7F33FFF3 :5 GE43CF307330FC33CC30C1C11CE1FE0670E67060183FC0C24F307F81C1E0F0FE0F061F07833CC1F:5 GE67CF273331F993C9999CC44FCCFCC66664E733339F98C64F273F319CCE667E26733F13393C9CF;#8%8(:$8"8#8% 7E663F9F999FCCFCFFCE667E1ECCE666997FE6F3381999@0:"9#:% C399C3980CCCFE1FCE670E1E03330103070F3399980F;#9)8&8$9#;$ 7F0EF9C3F999FCCCFFCFE64E7F333FE70E7FFFE79C39FF>48'=" 233F99C39999CCCCFCCFCC666666733339F98C73F319CCE667CF<5 E9F07833FC3E7C3CC1CCCFE1FE0670E73079983FC0CE79F07F81C1E0F0FE67079F3380E7C1F:)Z FFFF9FFFFFFFFFE7?<":" 3FCF;#:" FC7F1F;#:" FFFFFF >"8"A&:$ 9FFCFE7FFFF3F3FC03F3>$8#>";"9";" FFFFFCFE67E69FFF9FJ# :F1E3:58%9' 6F0707F839C1E087C0E64030707FF03860F0F0FC20F07830C1FF33833CC3F0C1F:58) ;E7313F3999CCE4FC6666667313FF198CE66667E62673F0C33999CF07F27393C99F99CF:#:$9*:+ F033FCFCE633FF399CE67E7FE6669C0FC0FCFFF0F39999FF:"8$@$8(9% E701980C070F0F03F2130199CFF3F0199C3F=$@$8"8";& 3F99FCFFE7E77F3FF273FC3F9F=(:&8%8"8% 3999CCE4FC6646199CE6666773F33339FFF3339C39:58$8) 6F0133F839C1E0E7C0F073307333F039E0F0F0FF2670783CC0703F3983E7C3FCC1F:&R$Z& FFFFFFFF9FFE7F3F1FE7FFFFFFFF#H# FFFFFCFF>"J" 3F;F1>"?"G" FFFFFF ;"9$ F3FCCFFC;"8$8# FF9FFCFFFE67 :. F07383C10FC0CE1CCE0C030787:. E733399C9F98CCCC9CE6667333='9" 9F9F9CCCFC3C3F:$9( E03301CE1C3C06660387:$9( E7F33FCFCC9CFE667FF3;- 33399C9F98CCCCCCE6667333:/ F07383C1CFC0CE1CE60F3307873F:#W FFF3 ;" E7;" FF Cd;"c" F807B"?":"S" FE7FF7F3C"R"D" 7FFCE3J" 5F8 F$ AAAAABF$ 7FFFFEF$ FFFFFFF$ 7FFFFEF$@#9" F83CE7F07FFCF$@# 739CCEE73FF$@# E7CC9FCF9FF$A& 67CC3EF8383C1C1CF$A& E7CC7FF39899C9CCF$A% 67CC3EF81999F9F$A& E7CC9FF39999F80CF$A"8# 67CCCE93F9FCF$@#8# F39CE7E733C9CCF$@' 783CF2F078099C1C1CF$@Q FFFFFFF$ 7FFFFEF$ FFFFFFF$ 7FFFFEC* 400000555554000000C"8$>"c" 00000000F403J" ;F0B"?":">" FFFFF807CT;U 7j O" Z O$ ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 221.14 228.96 293.14 244.96 C 0 260.42 472.8 283.01 490.86 15.82 12.64 264.73 229.14 FMBEGINEPSF %%BeginDocument: /home/snolin/WABI/2.0/doc/User/art/E.epsi %!PS-Adobe-2.0 EPSF-2.0 %%Creator: FreeHand 3.0 %%Title: E %%CreationDate: 1/31/92 8:05 AM %%BoundingBox: 260.419 472.7981 283.0142 490.8605 %%DocumentProcSets: FreeHand_header 3 0 %%DocumentSuppliedProcSets: FreeHand_header 3 0 %%ColorUsage: Color %%DocumentFonts: Symbol %%+Helvetica-Bold %%DocumentNeededFonts: Symbol %%+Helvetica-Bold %%FHPathName: Macintosh HD:SunPC:E %%EndComments %%BeginProcSet: FreeHand_header 3 0 /FHIODict 30 dict def FHIODict begin /bdf{bind def}bind def /d{setdash}bdf /h{closepath}bdf /H{}bdf /J{setlinecap}bdf /j{setlinejoin}bdf /M{setmiterlimit}bdf /n{newpath}bdf /N{newpath}bdf /q{gsave}bdf /Q{grestore}bdf /w{setlinewidth}bdf /u{}bdf /U{}bdf /sepdef{ dup where not { FreeHandSepDict } if 3 1 roll exch put }bdf /` {end %. FreeHandDict /-save0- save def pop pop pop pop pop concat userdict begin /showpage {} def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath /languagelevel where {pop languagelevel 1 ne{false setstrokeadjust false setoverprint}if}if } bdf /~ {end -save0- restore FreeHandDict begin }bdf /FreeHandDict 190 dict def FreeHandDict begin /currentpacking where{pop true setpacking}if /xdf{exch def}bdf /ndf{1 index where{pop pop pop}{dup xcheck{bind}if def}ifelse}bdf /min{2 copy gt{exch}if pop}bdf /max{2 copy lt{exch}if pop}bdf /isLino statusdict /product get (Lino) anchorsearch{pop pop true}{pop false}ifelse def /dr{transform .25 sub round .25 add exch .25 sub round .25 add exch itransform}bdf /C{dr curveto}bdf /L{dr lineto}bdf /m{dr moveto}bdf /printerRes gsave matrix defaultmatrix setmatrix 72 72 dtransform abs exch abs max grestore def /maxsteps 256 def /calcgraysteps { currentscreen pop exch printerRes exch div exch 2 copy sin mul round dup mul 3 1 roll cos mul round dup mul add 1 add dup maxsteps gt {pop maxsteps} if } bdf /bottom -0 def /delta -0 def /frac -0 def /left -0 def /numsteps -0 def /numsteps1 -0 def /radius -0 def /right -0 def /top -0 def /xt -0 def /yt -0 def /df currentflat def /tempstr 1 string def /clipflatness currentflat def /inverted? 0 currenttransfer exec .5 ge def /colorexists systemdict/setcmykcolor known def /tc1 [0 0 0 1] def /tc2 [0 0 0 1] def /fc [0 0 0 1] def /sc [0 0 0 1] def /concatprocs{ /proc2 exch cvlit def/proc1 exch cvlit def /newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx}bdf /storerect{/top xdf/right xdf/bottom xdf/left xdf}bdf /rectpath{newpath left bottom m left top L right top L right bottom L closepath}bdf /i{dup 0 eq {pop df dup} {dup} ifelse /clipflatness xdf setflat }bdf version cvr 38.0 le {/setrgbcolor{ currenttransfer exec 3 1 roll currenttransfer exec 3 1 roll currenttransfer exec 3 1 roll setrgbcolor}bdf}if /gettint{0 get}bdf /puttint{0 exch put}bdf /vms {/vmsv save def} bdf /vmr {vmsv restore} bdf /vmrs{vmsv restore /vmsv save def}bdf /eomode{ {/filler /eofill load def /clipper /eoclip load def} {/filler /fill load def /clipper /clip load def} ifelse }bdf /CD{/NF exch def{exch dup/FID ne 1 index/UniqueID ne and{exch NF 3 1 roll put} {pop pop}ifelse}forall NF}bdf /MN{1 index length/Len exch def dup length Len add string dup Len 4 -1 roll putinterval dup 0 4 -1 roll putinterval}bdf /RC{4 -1 roll /ourvec xdf 256 string cvs(|______)anchorsearch {1 index MN cvn/NewN exch def cvn findfont dup maxlength dict CD dup/FontName NewN put dup /Encoding ourvec put NewN exch definefont pop}{pop}ifelse}bdf /RF{dup FontDirectory exch known{pop 3 -1 roll pop}{RC}ifelse}bdf /FF{dup 256 string cvs(|______)exch MN cvn dup FontDirectory exch known {exch pop findfont 3 -1 roll pop}{pop dup findfont dup maxlength dict CD dup dup /Encoding exch /Encoding get 256 array copy 7 -1 roll {3 -1 roll dup 4 -2 roll put}forall put definefont}ifelse}bdf userdict begin /BDFontDict 20 dict def end BDFontDict begin /bu{}def /bn{}def /setTxMode{av 70 ge{pop}if pop}def /gm{m}def /show{pop}def /gr{pop}def /fnt{pop pop pop}def /fs{pop}def /fz{pop}def /lin{pop pop}def end /MacVec 256 array def MacVec 0 /Helvetica findfont /Encoding get 0 128 getinterval putinterval MacVec 127 /DEL put MacVec 16#27 /quotesingle put MacVec 16#60 /grave put /NUL/SOH/STX/ETX/EOT/ENQ/ACK/BEL/BS/HT/LF/VT/FF/CR/SO/SI /DLE/DC1/DC2/DC3/DC4/NAK/SYN/ETB/CAN/EM/SUB/ESC/FS/GS/RS/US MacVec 0 32 getinterval astore pop /Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute /agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave /ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute /ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis /dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /register/copyright/trademark/acute/dieresis/notequal/AE/Oslash /infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation /product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash /questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft /guillemotright/ellipsis/nbspace/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge /ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl /daggerdbl/periodcentered/quotesinglbase/quotedblbase /perthousand/Acircumflex/Ecircumflex/Aacute /Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex /apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde /macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron MacVec 128 128 getinterval astore pop /fps{ currentflat exch dup 0 le{pop 1}if { dup setflat 3 index stopped {1.3 mul dup 3 index gt{pop setflat pop pop stop}if} {exit} ifelse }loop pop setflat pop pop }bdf /fp{100 currentflat fps}bdf /clipper{clip}bdf /W{/clipper load 100 clipflatness fps}bdf /fixtrans1 { dup{ic mul ic sub 1 add}concatprocs exch dup{im mul im sub 1 add}concatprocs exch dup{iy mul iy sub 1 add}concatprocs exch {ik mul ik sub 1 add}concatprocs }bdf /fixtrans2 { currentcolortransfer 5 -1 roll exch concatprocs 7 1 roll 4 -1 roll exch concatprocs 6 1 roll 3 -1 roll exch concatprocs 5 1 roll concatprocs 4 1 roll setcolortransfer }bdf end%. FreeHandDict end%. FHIODict %%EndProcSet %%EndProlog %%BeginSetup FHIODict begin FreeHandDict begin 260.419 472.7981 283.0142 490.8605 storerect rectpath clip newpath /onlyk{false}ndf /ccmyk{dup 5 -1 roll sub 0 max exch}ndf /setcmykcolor{1 exch sub ccmyk ccmyk ccmyk pop setrgbcolor}ndf /setcmykcoloroverprint{4{dup -1 eq{pop 0}if 4 1 roll}repeat setcmykcolor}ndf /findcmykcustomcolor{5 /packedarray where{pop packedarray}{array astore readonly}ifelse}ndf /setcustomcolor{exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop}ndf /setseparationgray{1 exch sub dup dup dup setcmykcolor}ndf /setoverprint{pop}ndf /currentoverprint false ndf /colorimage{pop pop [5 -1 roll/exec cvx 6 -1 roll/exec cvx 7 -1 roll/exec cvx 8 -1 roll/exec cvx /cmykbufs2gray cvx]cvx image} %. version 47.1 on Linotronic of Postscript defines colorimage incorrectly (rgb model only) version cvr 47.1 le isLino and{userdict begin bdf end}{ndf}ifelse /cci1 { currentcolortransfer {ik mul ik sub 1 add}concatprocs 4 1 roll {iy mul iy sub 1 add}concatprocs 4 1 roll {im mul im sub 1 add}concatprocs 4 1 roll {ic mul ic sub 1 add}concatprocs 4 1 roll setcolortransfer }ndf /cci2 { {invbuf dup length magentabuf length ne {dup length dup dup /magentabuf exch string def /yellowbuf exch string def /blackbuf exch string def}if dup magentabuf copy yellowbuf copy blackbuf copy pop}concatprocs }ndf /customcolorimage{colorexists{ aload pop pop 4 array astore setimagecmyk cci1 /magentabuf 0 string def /yellowbuf 0 string def /blackbuf 0 string def cci2 {magentabuf}{yellowbuf}{blackbuf}true 4 colorimage} {pop image}ifelse}ndf /separationimage{image}ndf /newcmykcustomcolor{6 /packedarray where{pop packedarray}{array astore readonly}ifelse}ndf /inkoverprint false ndf /setinkoverprint{pop}ndf /overprintprocess{pop}ndf /setspotcolor {spots exch get 0 5 getinterval exch setcustomcolor}ndf /currentcolortransfer{currenttransfer dup dup dup}ndf /setcolortransfer{systemdict begin settransfer end pop pop pop}ndf /getcmyk { dup length 4 eq {aload pop} {aload pop spots exch get 0 4 getinterval aload pop 4 {4 index mul 4 1 roll}repeat 5 -1 roll pop} ifelse }bdf /setimagecmyk{ getcmyk/ik xdf /iy xdf /im xdf /ic xdf }ndf /autospread{pop}ndf /fhsetspreadsize{pop}ndf /strokeopf false def /fillopf false def /R{0 ne /strokeopf xdf}bdf /O{0 ne /fillopf xdf}bdf /filler{fill}bdf /F{fc fhsetcolor fillopf setoverprint false autospread gsave /filler load fp grestore false setoverprint}bdf /f{closepath F}bdf /S{sc fhsetcolor strokeopf setoverprint true autospread {stroke}fp false setoverprint}bdf /s{closepath S}bdf /B{fc fhsetcolor fillopf setoverprint gsave /filler load fp grestore sc fhsetcolor strokeopf setoverprint true autospread {stroke}fp false setoverprint}bdf /b{closepath B}bdf colorexists not{/setcolorscreen {setscreen pop pop pop pop pop pop pop pop pop}bdf}if /fhsetcolor{dup length 4 eq {aload overprintprocess setcmykcolor} {aload 1 get spots exch get 5 get setinkoverprint setspotcolor} ifelse }ndf /settextcolor{dup fhsetcolor dup length 4 eq {onlyk{3 get 1.0 eq{true setinkoverprint}if}{pop}ifelse} {pop} ifelse }ndf /ka{/fc xdf}bdf /Ka{/sc xdf}bdf /xa{/fc xdf} bdf /Xa{/sc xdf} bdf /bc2[0 0]def /bc4[0 0 0 0]def /absmax{2 copy abs exch abs gt{exch}if pop}bdf /calcstep { colorexists not and{calcgraysteps}{maxsteps}ifelse tc1 length 4 eq { 0 1 3 {tc1 1 index get tc2 3 -1 roll get sub }for absmax absmax absmax } { bc2 tc1 1 get 1 exch put tc1 gettint tc2 gettint sub abs } ifelse mul abs round dup 0 eq{pop 1}if dup /numsteps xdf 1 sub dup 0 eq{pop 1}if /numsteps1 xdf }bdf /cblend{ tc1 length 4 eq { 0 1 3 {bc4 exch tc1 1 index get tc2 2 index get 1 index sub frac mul add put }for bc4 } { bc2 tc1 gettint tc2 gettint 1 index sub frac mul add puttint bc2 } ifelse fhsetcolor }bdf /logtaper{/frac frac 9 mul 1 add log def}bdf FHIODict begin /origmtx matrix currentmatrix def /iminv false def /invbuf{0 1 2 index length 1 sub{dup 2 index exch get 255 exch sub 2 index 3 1 roll put}for}bdf /cyanrp{currentfile cyanbuf readhexstring pop iminv{invbuf}if}def /magentarp{cyanbuf magentabuf copy}bdf /yellowrp{cyanbuf yellowbuf copy}bdf /blackrp{cyanbuf blackbuf copy}bdf /fixtransfer{ colorexists {fixtrans1 fixtrans2} {{dup 1 exch sub currentgray mul add}concatprocs currenttransfer exch concatprocs systemdict begin settransfer end}ifelse }ndf /cmykbufs2gray{ dup length 0 1 3 -1 roll 1 sub {4 index 1 index get 4 index 2 index get 4 index 3 index get 4 index 4 index get 255 exch sub ccmyk ccmyk ccmyk pop 5 mul exch 45 mul add exch 14 mul add -6 bitshift 2 index 3 1 roll put}for 4 1 roll pop pop pop }bdf end /textopf false def /curtextmtx{}def /otw .25 def /msf{dup/curtextmtx xdf makefont setfont}bdf /makesetfont/msf load def /curtextheight{.707104 .707104 curtextmtx dtransform dup mul exch dup mul add sqrt}bdf /ta{1 index {tempstr 0 2 index put tempstr 2 index gsave exec grestore tempstr stringwidth rmoveto 5 index eq{6 index 6 index rmoveto}if 3 index 3 index rmoveto }forall 7{pop}repeat}bdf /sts{settextcolor textopf setoverprint/ts{awidthshow}def exec false setoverprint}bdf /stol{setlinewidth settextcolor textopf setoverprint newpath /ts{{false charpath stroke}ta}def exec false setoverprint}bdf /currentpacking where{pop false setpacking}if /spots[1 0 0 0 (Process Cyan) false newcmykcustomcolor 0 1 0 0 (Process Magenta) false newcmykcustomcolor 0 0 1 0 (Process Yellow) false newcmykcustomcolor 0 0 0 1 (Process Black) false newcmykcustomcolor 0 0 0 0 (White) false newcmykcustomcolor ]def %%EndSetup %%IncludeFont: Symbol 0 dict dup begin end /f0 /Symbol FF def [] 0 d 3.863708 M 1 w 0 j 0 J 0 O 0 R 0 i false eomode [0 0 0 1] Ka [0 0 0 1] ka vms u 280.625 484.375 m 280.724 489.919 L 280.724 489.919 280.7735 490.2655 280.526 490.414 C 280.3561 490.5158 279.9815 490.5625 279.9815 490.5625 C 279.9815 490.5625 274.471 490.2938 272.3341 490.2997 C 270.6505 490.304 265.9947 490.5997 265.9947 490.5997 C 265.9947 490.5997 265.4418 490.3553 265.0047 490.0057 C 264.7572 489.8077 264.6087 489.4117 264.6087 489.4117 C 264.6087 483.4716 L 264.6087 483.4716 264.6087 483.079 264.6087 482.7292 C 264.6087 482.1846 264.6582 482.1351 264.6582 482.1351 C 264.6087 478.3236 L 264.6087 478.3236 264.6381 478.0538 264.8562 477.8781 C 265.1133 477.6702 265.5987 477.5316 265.5987 477.5316 C 265.5987 477.5316 269.7588 476.9841 271.7401 476.9841 C 273.7999 476.9841 280.0062 477.5935 280.0062 477.5935 C 280.0062 477.5935 280.2086 477.6513 280.3528 477.7172 C 280.5251 477.7958 280.5755 477.94 280.5755 477.94 C 280.625 482.6425 L 280.625 482.6425 280.625 483.0385 280.625 483.385 C 280.625 483.7315 280.625 484.375 280.625 484.375 C 0.35 w s 265.4997 490.4017 m 265.2349 490.3098 264.4602 490.0057 264.4602 490.0057 C 264.4602 490.0057 261.8766 488.633 261.1437 487.8277 C 261.0697 487.7463 261.0447 487.6792 260.8467 487.4812 C 260.6982 487.2337 L 260.6982 473.8188 L 260.6982 473.8188 260.7477 473.4228 260.8467 473.3238 C 260.9457 473.2248 261.2922 473.0763 261.2922 473.0763 C 282.506 473.0886 L 0.385 w S 264.8067 477.9276 m 264.8067 477.9276 263.7672 476.5911 263.0247 475.8486 C 261.8828 474.7064 260.8467 473.5713 260.8962 473.3733 C 0.35 w S 280.4289 490.4666 m 280.4289 490.4666 280.9078 490.208 281.7901 489.6001 C 281.7901 489.6001 281.8873 489.5725 282.0853 489.3498 C 282.2832 489.127 282.7554 488.6101 282.7554 488.3873 C 282.7554 473.7847 L 282.7554 473.7847 282.7458 473.2241 282.4831 473.0917 C S 280.427 477.742 m 280.427 477.742 281.275 476.5289 281.6893 475.564 C 282.0061 474.8255 282.4154 473.5431 282.4565 473.1381 C S vmrs %%IncludeFont: Helvetica-Bold MacVec 256 array copy /f1 /|______Helvetica-Bold dup RF findfont def { f1 [6 0 0 6 0 0] makesetfont 266.5 483.5 m 0 0 32 0 0 (E) ts } [0 0 0 1] sts U vmr %%Trailer end % FreeHandDict end % FHIODict %%EndDocument FMENDEPSF 0 260.42 472.8 283.01 490.86 15.82 12.64 231.73 229.14 FMBEGINEPSF %%BeginDocument: /home/snolin/WABI/2.0/doc/User/art/meta.epsi %!PS-Adobe-2.0 EPSF-2.0 %%Creator: FreeHand 3.0 %%Title: meta %%CreationDate: 8/27/91 3:09 PM %%BoundingBox: 260.419 472.7981 283.0142 490.8605 %%DocumentProcSets: FreeHand_header 3 0 %%DocumentSuppliedProcSets: FreeHand_header 3 0 %%ColorUsage: Color %%FHPathName: Home:a:meta %%EndComments %%BeginProcSet: FreeHand_header 3 0 /FHIODict 30 dict def FHIODict begin /bdf{bind def}bind def /d{setdash}bdf /h{closepath}bdf /H{}bdf /J{setlinecap}bdf /j{setlinejoin}bdf /M{setmiterlimit}bdf /n{newpath}bdf /N{newpath}bdf /q{gsave}bdf /Q{grestore}bdf /w{setlinewidth}bdf /u{}bdf /U{}bdf /sepdef{ dup where not { FreeHandSepDict } if 3 1 roll exch put }bdf /` {end %. FreeHandDict /-save0- save def pop pop pop pop pop concat userdict begin /showpage {} def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath /languagelevel where {pop languagelevel 1 ne{false setstrokeadjust false setoverprint}if}if } bdf /~ {end -save0- restore FreeHandDict begin }bdf /FreeHandDict 190 dict def FreeHandDict begin /currentpacking where{pop true setpacking}if /xdf{exch def}bdf /ndf{1 index where{pop pop pop}{dup xcheck{bind}if def}ifelse}bdf /min{2 copy gt{exch}if pop}bdf /max{2 copy lt{exch}if pop}bdf /isLino statusdict /product get (Lino) anchorsearch{pop pop true}{pop false}ifelse def /dr{transform .25 sub round .25 add exch .25 sub round .25 add exch itransform}bdf /C{dr curveto}bdf /L{dr lineto}bdf /m{dr moveto}bdf /printerRes gsave matrix defaultmatrix setmatrix 72 72 dtransform abs exch abs max grestore def /maxsteps 256 def /calcgraysteps { currentscreen pop exch printerRes exch div exch 2 copy sin mul round dup mul 3 1 roll cos mul round dup mul add 1 add dup maxsteps gt {pop maxsteps} if } bdf /bottom -0 def /delta -0 def /frac -0 def /left -0 def /numsteps -0 def /numsteps1 -0 def /radius -0 def /right -0 def /top -0 def /xt -0 def /yt -0 def /df currentflat def /tempstr 1 string def /clipflatness currentflat def /inverted? 0 currenttransfer exec .5 ge def /colorexists systemdict/setcmykcolor known def /tc1 [0 0 0 1] def /tc2 [0 0 0 1] def /fc [0 0 0 1] def /sc [0 0 0 1] def /concatprocs{ /proc2 exch cvlit def/proc1 exch cvlit def /newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx}bdf /storerect{/top xdf/right xdf/bottom xdf/left xdf}bdf /rectpath{newpath left bottom m left top L right top L right bottom L closepath}bdf /i{dup 0 eq {pop df dup} {dup} ifelse /clipflatness xdf setflat }bdf version cvr 38.0 le {/setrgbcolor{ currenttransfer exec 3 1 roll currenttransfer exec 3 1 roll currenttransfer exec 3 1 roll setrgbcolor}bdf}if /gettint{0 get}bdf /puttint{0 exch put}bdf /vms {/vmsv save def} bdf /vmr {vmsv restore} bdf /vmrs{vmsv restore /vmsv save def}bdf /eomode{ {/filler /eofill load def /clipper /eoclip load def} {/filler /fill load def /clipper /clip load def} ifelse }bdf /CD{/NF exch def{exch dup/FID ne 1 index/UniqueID ne and{exch NF 3 1 roll put} {pop pop}ifelse}forall NF}bdf /MN{1 index length/Len exch def dup length Len add string dup Len 4 -1 roll putinterval dup 0 4 -1 roll putinterval}bdf /RC{4 -1 roll /ourvec xdf 256 string cvs(|______)anchorsearch {1 index MN cvn/NewN exch def cvn findfont dup maxlength dict CD dup/FontName NewN put dup /Encoding ourvec put NewN exch definefont pop}{pop}ifelse}bdf /RF{dup FontDirectory exch known{pop 3 -1 roll pop}{RC}ifelse}bdf /FF{dup 256 string cvs(|______)exch MN cvn dup FontDirectory exch known {exch pop findfont 3 -1 roll pop}{pop dup findfont dup maxlength dict CD dup dup /Encoding exch /Encoding get 256 array copy 7 -1 roll {3 -1 roll dup 4 -2 roll put}forall put definefont}ifelse}bdf userdict begin /BDFontDict 20 dict def end BDFontDict begin /bu{}def /bn{}def /setTxMode{av 70 ge{pop}if pop}def /gm{m}def /show{pop}def /gr{pop}def /fnt{pop pop pop}def /fs{pop}def /fz{pop}def /lin{pop pop}def end /MacVec 256 array def MacVec 0 /Helvetica findfont /Encoding get 0 128 getinterval putinterval MacVec 127 /DEL put MacVec 16#27 /quotesingle put MacVec 16#60 /grave put /NUL/SOH/STX/ETX/EOT/ENQ/ACK/BEL/BS/HT/LF/VT/FF/CR/SO/SI /DLE/DC1/DC2/DC3/DC4/NAK/SYN/ETB/CAN/EM/SUB/ESC/FS/GS/RS/US MacVec 0 32 getinterval astore pop /Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute /agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave /ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute /ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis /dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /register/copyright/trademark/acute/dieresis/notequal/AE/Oslash /infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation /product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash /questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft /guillemotright/ellipsis/nbspace/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge /ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl /daggerdbl/periodcentered/quotesinglbase/quotedblbase /perthousand/Acircumflex/Ecircumflex/Aacute /Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex /apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde /macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron MacVec 128 128 getinterval astore pop /fps{ currentflat exch dup 0 le{pop 1}if { dup setflat 3 index stopped {1.3 mul dup 3 index gt{pop setflat pop pop stop}if} {exit} ifelse }loop pop setflat pop pop }bdf /fp{100 currentflat fps}bdf /clipper{clip}bdf /W{/clipper load 100 clipflatness fps}bdf /fixtrans1 { dup{ic mul ic sub 1 add}concatprocs exch dup{im mul im sub 1 add}concatprocs exch dup{iy mul iy sub 1 add}concatprocs exch {ik mul ik sub 1 add}concatprocs }bdf /fixtrans2 { currentcolortransfer 5 -1 roll exch concatprocs 7 1 roll 4 -1 roll exch concatprocs 6 1 roll 3 -1 roll exch concatprocs 5 1 roll concatprocs 4 1 roll setcolortransfer }bdf end%. FreeHandDict end%. FHIODict %%EndProcSet %%EndProlog %%BeginSetup FHIODict begin FreeHandDict begin 260.419 472.7981 283.0142 490.8605 storerect rectpath clip newpath /onlyk{false}ndf /ccmyk{dup 5 -1 roll sub 0 max exch}ndf /setcmykcolor{1 exch sub ccmyk ccmyk ccmyk pop setrgbcolor}ndf /setcmykcoloroverprint{4{dup -1 eq{pop 0}if 4 1 roll}repeat setcmykcolor}ndf /findcmykcustomcolor{5 /packedarray where{pop packedarray}{array astore readonly}ifelse}ndf /setcustomcolor{exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop}ndf /setseparationgray{1 exch sub dup dup dup setcmykcolor}ndf /setoverprint{pop}ndf /currentoverprint false ndf /colorimage{pop pop [5 -1 roll/exec cvx 6 -1 roll/exec cvx 7 -1 roll/exec cvx 8 -1 roll/exec cvx /cmykbufs2gray cvx]cvx image} %. version 47.1 on Linotronic of Postscript defines colorimage incorrectly (rgb model only) version cvr 47.1 le isLino and{userdict begin bdf end}{ndf}ifelse /cci1 { currentcolortransfer {ik mul ik sub 1 add}concatprocs 4 1 roll {iy mul iy sub 1 add}concatprocs 4 1 roll {im mul im sub 1 add}concatprocs 4 1 roll {ic mul ic sub 1 add}concatprocs 4 1 roll setcolortransfer }ndf /cci2 { {invbuf dup length magentabuf length ne {dup length dup dup /magentabuf exch string def /yellowbuf exch string def /blackbuf exch string def}if dup magentabuf copy yellowbuf copy blackbuf copy pop}concatprocs }ndf /customcolorimage{colorexists{ aload pop pop 4 array astore setimagecmyk cci1 /magentabuf 0 string def /yellowbuf 0 string def /blackbuf 0 string def cci2 {magentabuf}{yellowbuf}{blackbuf}true 4 colorimage} {pop image}ifelse}ndf /separationimage{image}ndf /newcmykcustomcolor{6 /packedarray where{pop packedarray}{array astore readonly}ifelse}ndf /inkoverprint false ndf /setinkoverprint{pop}ndf /overprintprocess{pop}ndf /setspotcolor {spots exch get 0 5 getinterval exch setcustomcolor}ndf /currentcolortransfer{currenttransfer dup dup dup}ndf /setcolortransfer{systemdict begin settransfer end pop pop pop}ndf /getcmyk { dup length 4 eq {aload pop} {aload pop spots exch get 0 4 getinterval aload pop 4 {4 index mul 4 1 roll}repeat 5 -1 roll pop} ifelse }bdf /setimagecmyk{ getcmyk/ik xdf /iy xdf /im xdf /ic xdf }ndf /autospread{pop}ndf /fhsetspreadsize{pop}ndf /strokeopf false def /fillopf false def /R{0 ne /strokeopf xdf}bdf /O{0 ne /fillopf xdf}bdf /filler{fill}bdf /F{fc fhsetcolor fillopf setoverprint false autospread gsave /filler load fp grestore false setoverprint}bdf /f{closepath F}bdf /S{sc fhsetcolor strokeopf setoverprint true autospread {stroke}fp false setoverprint}bdf /s{closepath S}bdf /B{fc fhsetcolor fillopf setoverprint gsave /filler load fp grestore sc fhsetcolor strokeopf setoverprint true autospread {stroke}fp false setoverprint}bdf /b{closepath B}bdf colorexists not{/setcolorscreen {setscreen pop pop pop pop pop pop pop pop pop}bdf}if /fhsetcolor{dup length 4 eq {aload overprintprocess setcmykcolor} {aload 1 get spots exch get 5 get setinkoverprint setspotcolor} ifelse }ndf /settextcolor{dup fhsetcolor dup length 4 eq {onlyk{3 get 1.0 eq{true setinkoverprint}if}{pop}ifelse} {pop} ifelse }ndf /ka{/fc xdf}bdf /Ka{/sc xdf}bdf /xa{/fc xdf} bdf /Xa{/sc xdf} bdf /bc2[0 0]def /bc4[0 0 0 0]def /absmax{2 copy abs exch abs gt{exch}if pop}bdf /calcstep { colorexists not and{calcgraysteps}{maxsteps}ifelse tc1 length 4 eq { 0 1 3 {tc1 1 index get tc2 3 -1 roll get sub }for absmax absmax absmax } { bc2 tc1 1 get 1 exch put tc1 gettint tc2 gettint sub abs } ifelse mul abs round dup 0 eq{pop 1}if dup /numsteps xdf 1 sub dup 0 eq{pop 1}if /numsteps1 xdf }bdf /cblend{ tc1 length 4 eq { 0 1 3 {bc4 exch tc1 1 index get tc2 2 index get 1 index sub frac mul add put }for bc4 } { bc2 tc1 gettint tc2 gettint 1 index sub frac mul add puttint bc2 } ifelse fhsetcolor }bdf /logtaper{/frac frac 9 mul 1 add log def}bdf FHIODict begin /origmtx matrix currentmatrix def /iminv false def /invbuf{0 1 2 index length 1 sub{dup 2 index exch get 255 exch sub 2 index 3 1 roll put}for}bdf /cyanrp{currentfile cyanbuf readhexstring pop iminv{invbuf}if}def /magentarp{cyanbuf magentabuf copy}bdf /yellowrp{cyanbuf yellowbuf copy}bdf /blackrp{cyanbuf blackbuf copy}bdf /fixtransfer{ colorexists {fixtrans1 fixtrans2} {{dup 1 exch sub currentgray mul add}concatprocs currenttransfer exch concatprocs systemdict begin settransfer end}ifelse }ndf /cmykbufs2gray{ dup length 0 1 3 -1 roll 1 sub {4 index 1 index get 4 index 2 index get 4 index 3 index get 4 index 4 index get 255 exch sub ccmyk ccmyk ccmyk pop 5 mul exch 45 mul add exch 14 mul add -6 bitshift 2 index 3 1 roll put}for 4 1 roll pop pop pop }bdf end /currentpacking where{pop false setpacking}if /spots[1 0 0 0 (Process Cyan) false newcmykcustomcolor 0 1 0 0 (Process Magenta) false newcmykcustomcolor 0 0 1 0 (Process Yellow) false newcmykcustomcolor 0 0 0 1 (Process Black) false newcmykcustomcolor 0 0 0 0 (White) false newcmykcustomcolor ]def %%EndSetup [] 0 d 3.863708 M 1 w 0 j 0 J 0 O 0 R 0 i false eomode [0 0 0 1] Ka [0 0 0 1] ka vms u 280.625 484.375 m 280.724 489.919 L 280.724 489.919 280.7735 490.2655 280.526 490.414 C 280.3561 490.5158 279.9815 490.5625 279.9815 490.5625 C 279.9815 490.5625 274.471 490.2938 272.3341 490.2997 C 270.6505 490.304 265.9947 490.5997 265.9947 490.5997 C 265.9947 490.5997 265.4418 490.3553 265.0047 490.0057 C 264.7572 489.8077 264.6087 489.4117 264.6087 489.4117 C 264.6087 483.4716 L 264.6087 483.4716 264.6087 483.079 264.6087 482.7292 C 264.6087 482.1846 264.6582 482.1351 264.6582 482.1351 C 264.6087 478.3236 L 264.6087 478.3236 264.6381 478.0538 264.8562 477.8781 C 265.1133 477.6702 265.5987 477.5316 265.5987 477.5316 C 265.5987 477.5316 269.7588 476.9841 271.7401 476.9841 C 273.7999 476.9841 280.0062 477.5935 280.0062 477.5935 C 280.0062 477.5935 280.2086 477.6513 280.3528 477.7172 C 280.5251 477.7958 280.5755 477.94 280.5755 477.94 C 280.625 482.6425 L 280.625 482.6425 280.625 483.0385 280.625 483.385 C 280.625 483.7315 280.625 484.375 280.625 484.375 C 0.35 w s 265.4997 490.4017 m 265.2349 490.3098 264.4602 490.0057 264.4602 490.0057 C 264.4602 490.0057 261.8766 488.633 261.1437 487.8277 C 261.0697 487.7463 261.0447 487.6792 260.8467 487.4812 C 260.6982 487.2337 L 260.6982 473.8188 L 260.6982 473.8188 260.7477 473.4228 260.8467 473.3238 C 260.9457 473.2248 261.2922 473.0763 261.2922 473.0763 C 282.506 473.0886 L 0.385 w S 264.8067 477.9276 m 264.8067 477.9276 263.7672 476.5911 263.0247 475.8486 C 261.8828 474.7064 260.8467 473.5713 260.8962 473.3733 C 0.35 w S 280.4289 490.4666 m 280.4289 490.4666 280.9078 490.208 281.7901 489.6001 C 281.7901 489.6001 281.8873 489.5725 282.0853 489.3498 C 282.2832 489.127 282.7554 488.6101 282.7554 488.3873 C 282.7554 473.7847 L 282.7554 473.7847 282.7458 473.2241 282.4831 473.0917 C S 280.427 477.742 m 280.427 477.742 281.275 476.5289 281.6893 475.564 C 282.0061 474.8255 282.4154 473.5431 282.4565 473.1381 C S 267.875 488.875 m 266.125 486.625 L 267.75 484.625 L 269.5 486.75 L 267.875 488.875 L s U vmr %%Trailer end % FreeHandDict end % FHIODict %%EndDocument FMENDEPSF 252.57 232.22 260.07 240.72 R 7 X 0 K V 12 12 Q 0 X (+) 252.57 232.72 T 269.57 236.72 275.57 238.72 R 7 X V 12 9 Q 0 X (E) 269.57 232.72 T 0 72 612 720 C 34 475.14 36 484.14 R 7 X 1 K V 34 347.35 36 406.95 R V 34 228.57 36 263.37 R V FMENDPAGE %%EndPage: "8" 31 %%Page: "7" 31 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Getting Started) 198 108.7 B 0 F 0.09 (7) 553.42 108.7 S 1 20 Q (1) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 54 640.01 558 648 C 558 644.98 198 644.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 633.34 B 0 F 0.52 0.1 (The W) 231.94 633.34 B 0.52 0.1 (abi W) 261.27 633.34 B 0.52 0.1 (indows 3.1 Install pr) 287.66 633.34 B 0.52 0.1 (ogram does not allow you to set up) 381.44 633.34 B 0.52 0.1 (your system to access a shar) 198 620.94 B 0.52 0.1 (ed copy of Micr) 327.45 620.94 B 0.52 0.1 (osoft W) 399.71 620.94 B 0.52 0.1 (indows. Each user must) 434.61 620.94 B 0.52 0.1 (have his or her own copy of W) 198 608.54 B 0.52 0.1 (indows in) 339.49 608.54 B 2 F 1.2 ($HOME/wabi/windows) 388.11 608.54 P 0 F 0.52 0.1 (, and must) 496.06 608.54 B 54 584.82 558 592.81 C 558 589.78 198 589.78 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (have a Micr) 198 596.14 B 0.52 0.1 (osoft W) 251.95 596.14 B 0.52 0.1 (indows softwar) 286.85 596.14 B 0.52 0.1 (e license.) 357.51 596.14 B 1 13 Q -0.84 0.13 (Micr) 198 555.75 B -0.84 0.13 (osoft W) 224.49 555.75 B -0.84 0.13 (indows Installation Fr) 264.32 555.75 B -0.84 0.13 (om Diskette) 382.12 555.75 B 0 10 Q 0.52 0.1 (The W) 198 534.75 B 0.52 0.1 (abi Micr) 227.32 534.75 B 0.52 0.1 (osoft W) 265.14 534.75 B 0.52 0.1 (indows 3.1 Install Pr) 300.04 534.75 B 0.52 0.1 (ogram\325s initial dialog box pr) 393.85 534.75 B 0.52 0.1 (ompts) 524.18 534.75 B 0.52 0.1 (you for the location of the W) 198 522.35 B 0.52 0.1 (indows \336les, as shown in Figur) 329.98 522.35 B 0.52 0.1 (e) 472.85 522.35 B 0.52 0.1 (1-) 480.33 522.35 B 0.52 0.1 (2.) 488.86 522.35 B 1 9 Q 0.09 (Figur) 198 331.42 S 0.09 (e) 218.77 331.42 S 0.09 (1-) 224.69 331.42 S 0.09 (2) 232.36 331.42 S 0 F 0.47 0.09 (Initial) 248.4 331.42 B 0.47 0.09 (W) 275.36 331.42 B 0.47 0.09 (abi) 283.61 331.42 B 0.47 0.09 ( W) 295.96 331.42 B 0.47 0.09 (indows 3.1 Install Pr) 307.35 331.42 B 0.47 0.09 (ogram Dialog Box) 391.71 331.42 B 0 10 Q 0.52 0.1 (T) 198 306.75 B 0.52 0.1 (o install Micr) 203.31 306.75 B 0.52 0.1 (osoft W) 263.8 306.75 B 0.52 0.1 (indows 3.1 or 3.1) 298.7 306.75 B 0.52 0.1 (1 fr) 376.16 306.75 B 0.52 0.1 (om a local diskette drive, enter the) 391.67 306.75 B 0.52 0.1 (letter designation of the diskette drive. The W) 198 294.35 B 0.52 0.1 (abi pr) 407.88 294.35 B 0.52 0.1 (ogram supports the) 434.7 294.35 B 0.32 0.1 (connection of two diskette drives: drive A and drive B. The default connection) 198 281.95 B 0.52 0.1 (is diskette drive A.) 198 269.55 B 0.36 0.1 (When the W) 198 249.15 B 0.36 0.1 (abi Micr) 254.07 249.15 B 0.36 0.1 (osoft W) 291.73 249.15 B 0.36 0.1 (indows 3.1 Install Pr) 326.48 249.15 B 0.36 0.1 (ogram dialog box opens, note) 419.81 249.15 B 0.37 0.1 (that the entry \336eld displays the designation for drive A. If you ar) 198 236.75 B 0.37 0.1 (e using drive) 495.15 236.75 B 0.37 0.1 (A to install W) 198 224.35 B 0.37 0.1 (indows softwar) 260.99 224.35 B 0.37 0.1 (e, choose OK to accept the default designation. If) 331.5 224.35 B 0.52 0.1 (you ar) 198 211.95 B 0.52 0.1 (e using drive B, change the designation fr) 227.42 211.95 B 0.52 0.1 (om A to B.) 418.31 211.95 B 54 144 558 648 C 198 345.82 558 519.02 C 0 X 0 K %%BeginBinary: 4205 486 351 233.28 168.48 0 198 345.92 BEGINBITMAPBWc "j" F0O,1F 7Z" O+FC7"8"j" BFF0O'04 9" E79" 178# F8F78"=);(;%:$ C530C30018060383980C0030C3300003F0008030C601FC8"J#?$:"9" 3D41C6001F80130FE8"A"8";"9"<$>" 7D00801800039C0F879"<58&8) E7:18C61F1B8603C79878D8F07C1E3CF018C633783F0F18C63E030C33787C78F883363C0ECD9F1BDC9"<&9&8-8%9( 1719E63F9FC6FCF9F8FE3F19E633FC7F1F98C67F001C01FCFE79FC3E7E1FCFBF9FFE8#>.9)9%8) 78F7319CE6034599CEE39CC67398608CE739CCCC6300788CC6318C8738E739CE319CE68"=.8'8";%8) 450D2C039866036D9980C30CF0610D2C330CC330780CF0301CFE30C330CC0398C68"=$>"9#:&:$8":" 3D0F3C1F7C0F3CCDEC3E001C7C30FCFC1F8"?"9":"?&:$8":" 7D39290EC7F807030C0E31CC8039@.8#8(:$:% 0618319CE6033999CEC39CC6730618E739C73863039CC6318CE739CC319">$8):)9$:% E73F9FC698FCC1F8FE3F18707F1F83307F01F8C1FE39FC7E1FCC3F9">.:(:$:& 1F1DDB8603119878C0F07C1E18303B0F03303E00F07C18EE3C0ECC1DD88#5 :899CCE66673F3E63FF3398FCC66664E733339F98C64F273F99FF>"8#8"8&:% 9967E76199FCE667E19CCE6667A#8";'9$ 70E06470E1E033301F603F00="9':'8% 7C7E67FF3E667F7E64E7F333FF70E7FF3C<#9'9)9$ FF3966673F9CE73FC666666733339F983E7E7F=5 ;8399C1E0F0F07FC1E79F3839FE0670E73079983FC0CE79F07E7E4F=Z ; =$ 83C07F=$ 39CF3F<% FE7CCF9F ?" 3F>" C0># CF9F <# FF39=$ 83CFCF=$ FFFFFF <#<"9&J& FE01F99E793FFF9F4F9FFFCFE7F=$:$9"A"=";# 7FFF9F99FF9FFF9F9FFFFF >5 J830C1C3E0783083F0C1FCC3330781C199987F8383FC33CC30C1C11FE0E1F0783033307099FC0C24F3073=,85 038999CC7E3339989F99CF>313319C99933F3989F993C9999CC44FCE63F1339933273193F98C64F273F=#8%9/8"8- 7F99FE738199E187333399CC033FF3999F9F999FCC7F3339980673387F9CCE6667?#8"A"9&;">" 980C3987C399C3980C0160?#D"9&;"9#8$ 99FCF3F9C3F999FC3F393F70E7FF@$;#8%9&;$8#9" CCFE33F3CF19CE673399C39999CC399CCE9F983F=,918, 0199CC1CFE0780C99FCC1F381C1E6787F8399FC3E7C3CC1CCCFE0E83CCCF0739CFC0CE79F073CFJ" >1FA#G" FFFFFF <"j" FCO 0F<"Z" FDO EF <"j" FCO 0F"9"S#9"S"9"S" E007FEFE7FEFE7FE9F;"S"B"C"B" E7C7FCC71FD" 87 ?$>#:"<"D$ 83CE7FFE0F9F809F3FF9?$>#A# 39CCFFFCE79E7F>$?# FE7CC9F9F3@"@&>'?$ C3FF0707838361833330F07F383981@"@&=(>% C7FE7313393980E3393326673F8033998C@"@%>'?"8" C3FF03333F9E67398067E79F9C@"@#8"A#@# C9FE730170E03019@"@"9"A$?# CCF23F7E67FF33F9>%>#8#@%@# FF39CE7FFCE63939CCE6673F998C?$>'=)>$ 83CF3FFE0F0133838380E783CCF0F07333383981?$>R"9"?"9">"9">" F00FFFFFF00FFF3F;U:T:U:T 7j O, Z O. ENDBITMAP %%EndBinary 54 144 558 648 C 0 72 612 720 C 54.5 196.62 192.5 250.65 C 54.5 196.62 192.5 250.65 R 7 X 0 K V 57.96 170.22 189.93 247.19 R V 9 9 Q 0 X -0.62 (\322Installing Microsoft Windows) 57.96 241.19 P -0.62 (From Diskette\323 on page) 57.96 231.19 P -0.62 (17) 152.48 231.19 P -0.62 (provides the steps required to) 57.96 221.19 P -0.62 (perform this task.) 57.96 211.19 P 0 72 612 720 C 34 208.62 36 640.01 R 7 X 1 K V FMENDPAGE %%EndPage: "7" 30 %%Page: "6" 30 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (6) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 14 Q 0 X 0 K -0.88 (Micr) 126 638.67 P -0.88 (osoft W) 153.99 638.67 P -0.88 (indows Installation) 195.96 638.67 P 0 10 Q 0.52 0.1 (The W) 198 617.33 B 0.52 0.1 (abi Micr) 227.32 617.33 B 0.52 0.1 (osoft W) 265.14 617.33 B 0.52 0.1 (indows 3.1 Install pr) 300.04 617.33 B 0.52 0.1 (ogram installs Micr) 393.82 617.33 B 0.52 0.1 (osoft W) 482.38 617.33 B 0.52 0.1 (indows) 517.28 617.33 B 0.52 0.1 (softwar) 198 604.93 B 0.52 0.1 (e into your W) 232.08 604.93 B 0.52 0.1 (abi user envir) 294.73 604.93 B 0.52 0.1 (onment. The pr) 357.52 604.93 B 0.52 0.1 (ogram copies the) 427.92 604.93 B 0.52 0.1 (appr) 198 592.53 B 0.52 0.1 (opriate Micr) 219.18 592.53 B 0.52 0.1 (osoft W) 275.33 592.53 B 0.52 0.1 (indows 3.1 or 3.1) 310.23 592.53 B 0.52 0.1 (1 \336les into your) 387.69 592.53 B 2 F 1.2 (wabi/windows) 462.86 592.53 P 0 F 0.52 0.1 (dir) 198 580.13 B 0.52 0.1 (ectory) 211.08 580.13 B 0.52 0.1 (. Y) 238.02 580.13 B 0.52 0.1 (ou must use this tool for a successful W) 249.58 580.13 B 0.52 0.1 (indows installation. If you) 431.75 580.13 B 0.52 0.1 (try to install W) 198 567.73 B 0.52 0.1 (indows softwar) 266.61 567.73 B 0.52 0.1 (e by other means, important W) 337.27 567.73 B 0.52 0.1 (abi \336les will be) 479.11 567.73 B 0.52 0.1 (overwritten by W) 198 555.33 B 0.52 0.1 (indows installation r) 278.32 555.33 B 0.52 0.1 (outines.) 372.55 555.33 B 0.52 0.1 (The \336rst time you start the W) 198 534.93 B 0.52 0.1 (abi pr) 332.69 534.93 B 0.52 0.1 (ogram, the W) 359.51 534.93 B 0.52 0.1 (abi Micr) 420.97 534.93 B 0.52 0.1 (osoft W) 458.79 534.93 B 0.52 0.1 (indows 3.1) 493.69 534.93 B 0.52 0.1 (Install pr) 198 522.53 B 0.52 0.1 (ogram starts automatically) 239.29 522.53 B 0.52 0.1 (. If you choose not to install Micr) 360.07 522.53 B 0.52 0.1 (osoft) 511.98 522.53 B 0.44 0.1 (W) 198 510.13 B 0.44 0.1 (indows at that time, you can use the W) 207.54 510.13 B 0.44 0.1 (indows Install icon in the W) 386.26 510.13 B 0.44 0.1 (abi T) 514.41 510.13 B 0.44 0.1 (ools) 536.5 510.13 B 0.52 0.1 (gr) 198 497.73 B 0.52 0.1 (oup to start the pr) 207.52 497.73 B 0.52 0.1 (ogram to install W) 291.04 497.73 B 0.52 0.1 (indows at a later time. The W) 375.87 497.73 B 0.52 0.1 (abi) 510.98 497.73 B 0.52 0.1 (Micr) 198 485.33 B 0.52 0.1 (osoft W) 218.97 485.33 B 0.52 0.1 (indows 3.1 Install pr) 253.87 485.33 B 0.52 0.1 (ogram will start each time you start the W) 347.65 485.33 B 0.52 0.1 (abi) 541.03 485.33 B 0.52 0.1 (pr) 198 472.93 B 0.52 0.1 (ogram until you install Micr) 207.98 472.93 B 0.52 0.1 (osoft W) 337.19 472.93 B 0.52 0.1 (indows. Y) 372.09 472.93 B 0.52 0.1 (ou must install W) 417.12 472.93 B 0.52 0.1 (indows) 498.18 472.93 B 0.52 0.1 (befor) 198 460.53 B 0.52 0.1 (e you install and use any application pr) 221.37 460.53 B 0.52 0.1 (ograms.) 403.18 460.53 B 54 438.81 558 446.8 C 558 443.78 198 443.78 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 54 420.82 558 428.81 C 558 425.78 198 425.78 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K 0.52 0.1 (Note \320) 198 432.14 B 0 F 0.52 0.1 (The W) 231.94 432.14 B 0.52 0.1 (abi pr) 261.27 432.14 B 0.52 0.1 (ogram does not support W) 288.09 432.14 B 0.52 0.1 (indows for W) 410.85 432.14 B 0.52 0.1 (orkgr) 472.76 432.14 B 0.52 0.1 (oups.) 497.55 432.14 B 1 13 Q -0.84 0.13 (Micr) 198 391.75 B -0.84 0.13 (osoft W) 224.49 391.75 B -0.84 0.13 (indows Installation on a Network Server) 264.32 391.75 B 0 10 Q 0.52 0.1 (The W) 198 370.75 B 0.52 0.1 (abi W) 227.32 370.75 B 0.52 0.1 (indows 3.1 Install pr) 253.72 370.75 B 0.52 0.1 (ogram can only be used to install Micr) 347.5 370.75 B 0.52 0.1 (osoft) 523.99 370.75 B 0.52 0.1 (W) 198 358.35 B 0.52 0.1 (indows 3.1 or 3.1) 207.54 358.35 B 0.52 0.1 (1 \336les into a W) 285 358.35 B 0.52 0.1 (abi user envir) 353.07 358.35 B 0.52 0.1 (onment. If you want to install) 415.86 358.35 B 0.52 0.1 (Micr) 198 345.95 B 0.52 0.1 (osoft W) 218.97 345.95 B 0.52 0.1 (indows onto a network server so that users may install W) 253.87 345.95 B 0.52 0.1 (indows) 518.13 345.95 B 0.52 0.1 (fr) 198 333.55 B 0.52 0.1 (om the server) 205.3 333.55 B 0.52 0.1 (, you can use the pr) 267.39 333.55 B 0.52 0.1 (ocedur) 357.96 333.55 B 0.52 0.1 (e for placing W) 389.14 333.55 B 0.52 0.1 (indows \336les on a) 459.3 333.55 B 0.52 0.1 (network server that is described in your Micr) 198 321.15 B 0.52 0.1 (osoft W) 405.75 321.15 B 0.52 0.1 (indows documentation.) 440.65 321.15 B 0.39 0.1 (The documented pr) 198 308.75 B 0.39 0.1 (ocedur) 287.6 308.75 B 0.39 0.1 (e r) 318.78 308.75 B 0.39 0.1 (equir) 330.53 308.75 B 0.39 0.1 (es a DOS computer on your network so you) 354.11 308.75 B 0.52 0.1 (can r) 198 296.35 B 0.52 0.1 (un the DOS command) 220.64 296.35 B 2 F 1.2 (setup) 325.62 296.35 P 1.2 (/a) 358.18 296.35 P 0 F 0.52 0.1 (.) 370.17 296.35 B 0.52 0.1 (If you do not have a DOS computer on your network, r) 198 275.95 B 0.52 0.1 (efer to your UNIX) 451.75 275.95 B -0.02 0.1 (documentation for information about accessing DOS \336le systems. Once you ar) 198 263.55 B -0.02 0.1 (e) 550.43 263.55 B 0.52 0.1 (able to access the DOS diskettes fr) 198 251.15 B 0.52 0.1 (om your operating system, you can use) 354.61 251.15 B 0.52 0.1 (UNIX commands to copy the diskettes to a network server and set r) 198 238.75 B 0.52 0.1 (ead) 509.91 238.75 B 0.52 0.1 (permission on the \336les.) 198 226.35 B 0.44 0.1 (Once you have installed W) 198 205.95 B 0.44 0.1 (indows to a network server) 320.8 205.95 B 0.44 0.1 (, W) 445.48 205.95 B 0.44 0.1 (abi users can use the) 460.29 205.95 B 0.52 0.1 (W) 198 193.55 B 0.52 0.1 (abi W) 207.18 193.55 B 0.52 0.1 (indows 3.1 Install pr) 233.57 193.55 B 0.52 0.1 (ogram to install W) 327.35 193.55 B 0.52 0.1 (indows \336les to their W) 412.18 193.55 B 0.52 0.1 (abi) 515.8 193.55 B 0.52 0.1 (envir) 198 181.15 B 0.52 0.1 (onments as described in \322Micr) 221.43 181.15 B 0.52 0.1 (osoft W) 360.97 181.15 B 0.52 0.1 (indows Installation Fr) 395.87 181.15 B 0.52 0.1 (om a W) 496.23 181.15 B 0.52 0.1 (abi) 531.22 181.15 B 0.52 0.1 (Drive\323 on page) 198 168.75 B 0.52 0.1 (9.) 270.68 168.75 B 34 355.02 36 400.42 R 7 X 1 K V 34 330.22 36 340.22 R V FMENDPAGE %%EndPage: "6" 29 %%Page: "5" 29 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Getting Started) 198 108.7 B 0 F 0.09 (5) 553.42 108.7 S 1 20 Q (1) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 54 640.01 558 648 C 558 644.98 198 644.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 3 10 Q 0 X 0 K -0.02 0.1 (Note \320) 198 633.34 B 0 F -0.02 0.1 (Y) 230.86 633.34 B -0.02 0.1 (ou can tell the W) 236.71 633.34 B -0.02 0.1 (abi pr) 311.86 633.34 B -0.02 0.1 (ogram to cr) 338.15 633.34 B -0.02 0.1 (eate your personal) 389.91 633.34 B 2 F -0.05 (wabi) 476.22 633.34 P 0 F -0.02 0.1 ( dir) 500.21 633.34 B -0.02 0.1 (ectory in) 515.87 633.34 B -0.07 0.1 (a location other than your home dir) 198 620.94 B -0.07 0.1 (ectory by setting the) 358.14 620.94 B 2 F -0.16 0.1 (WABIDIR) 452.27 620.94 B 0 F -0.07 0.1 ( envir) 494.95 620.94 B -0.07 0.1 (onment) 520.91 620.94 B 0.52 0.1 (variable befor) 198 608.54 B 0.52 0.1 (e you start the W) 261.01 608.54 B 0.52 0.1 (abi pr) 339.24 608.54 B 0.52 0.1 (ogram. Y) 366.07 608.54 B 0.52 0.1 (ou can do this by using the) 406.92 608.54 B 0.52 0.1 (commands below) 198 596.14 B 0.52 0.1 (, wher) 277.22 596.14 B 0.52 0.1 (e) 306.04 596.14 B 1 F 0.52 0.1 (pathname) 314.05 596.14 B 0 F 0.52 0.1 ( is the dir) 354.26 596.14 B 0.52 0.1 (ectory path wher) 398.21 596.14 B 0.52 0.1 (e you want to) 476.08 596.14 B 0.52 0.1 (place your personal) 198 583.74 B 2 F 1.2 (wabi) 291.34 583.74 P 0 F 0.52 0.1 ( dir) 315.33 583.74 B 0.52 0.1 (ectory) 331.53 583.74 B 0.52 0.1 (.) 358.46 583.74 B 0.52 0.1 (In the C shell:) 198 571.34 B 4 9 Q 1.08 ( setenv WABIDIR) 198 558.94 P 1 10 Q 0.52 0.1 (pathname) 293.99 558.94 B 0 F 0.52 0.1 (In the Bourne or Korn shell:) 198 546.54 B 4 9 Q 1.08 ( WABIDIR=) 198 534.14 P 1 10 Q 0.52 0.1 (pathname) 254.08 534.14 B 4 9 Q 1.08 (;export WABIDIR) 294.3 534.14 P 0 10 Q 0.04 0.1 (Include this statement in your) 198 521.74 B 2 F 0.1 (.cshrc) 336.42 521.74 P 0 F 0.04 0.1 ( or) 372.4 521.74 B 2 F 0.1 (.prof) 387.28 521.74 P 0.1 (ile) 417.27 521.74 P 0 F 0.04 0.1 ( \336le if you want to use this) 435.26 521.74 B 54 498.02 558 506.01 C 558 502.98 198 502.98 2 L 0.3 H 2 Z 0 X 4 K N 0 72 612 720 C 0 10 Q 0 X 0 K 0.52 0.1 (dir) 198 509.34 B 0.52 0.1 (ectory each time you start W) 211.08 509.34 B 0.52 0.1 (abi.) 342.05 509.34 B 0.33 0.1 (Next, the) 198 480.95 B 0.33 0.1 (W) 242.53 480.95 B 0.33 0.1 (abi) 251.71 480.95 B 0.33 0.1 ( pr) 265.44 480.95 B 0.33 0.1 (ogram may cr) 278.34 480.95 B 0.33 0.1 (eate a font cache for your display if the default) 341.57 480.95 B 0.52 0.1 (font cache is not appr) 198 468.55 B 0.52 0.1 (opriate for your envir) 297.07 468.55 B 0.52 0.1 (onment. This takes a few minutes.) 396.33 468.55 B 0.01 0.1 (Finally) 198 448.15 B 0.01 0.1 (, the) 228.24 448.15 B 0.01 0.1 (W) 250.23 448.15 B 0.01 0.1 (abi) 259.4 448.15 B 0.01 0.1 ( W) 273.14 448.15 B 0.01 0.1 (indows 3.1 Install Pr) 285.29 448.15 B 0.01 0.1 (ogram pr) 377.58 448.15 B 0.01 0.1 (ompts you to install Micr) 419.46 448.15 B 0.01 0.1 (osoft) 533.15 448.15 B 0.33 0.1 (W) 198 435.75 B 0.33 0.1 (indows 3.1 or 3.1) 207.54 435.75 B 0.33 0.1 (1 softwar) 284.42 435.75 B 0.33 0.1 (e. If you do not have Micr) 326.53 435.75 B 0.33 0.1 (osoft W) 445.01 435.75 B 0.33 0.1 (indows softwar) 479.72 435.75 B 0.33 0.1 (e) 550.19 435.75 B 0.52 0.1 (curr) 198 423.35 B 0.52 0.1 (ently available, you can install it at a later time. However) 216.58 423.35 B 0.52 0.1 (, it is r) 478.73 423.35 B 0.52 0.1 (equir) 508.26 423.35 B 0.52 0.1 (ed) 531.85 423.35 B 0.52 0.1 (that you do install it befor) 198 410.95 B 0.52 0.1 (e using applications. If you cancel the Micr) 317.89 410.95 B 0.52 0.1 (osoft) 514.75 410.95 B 0.52 0.1 (W) 198 398.55 B 0.52 0.1 (indows installation, the) 207.54 398.55 B 0.52 0.1 (W) 317.79 398.55 B 0.52 0.1 (abi) 326.97 398.55 B 0.52 0.1 ( Application Manager starts instead of the) 340.7 398.55 B 0.52 0.1 (W) 198 386.15 B 0.52 0.1 (indows Pr) 207.54 386.15 B 0.52 0.1 (ogram Manager) 254.13 386.15 B 0.52 0.1 (.) 326.05 386.15 B 1 13 Q -0.84 0.13 (If Y) 198 353.75 B -0.84 0.13 (ou Ar) 216.08 353.75 B -0.84 0.13 (e Upgrading fr) 246.31 353.75 B -0.84 0.13 (om) 324.13 353.75 B -0.84 0.13 (W) 342.79 353.75 B -0.84 0.13 (abi) 354.92 353.75 B -0.84 0.13 ( 1.0 or 1.1) 370.69 353.75 B 0 10 Q 0.09 0.1 (The \336rst time you start the W) 198 332.75 B 0.09 0.1 (abi pr) 330.08 332.75 B 0.09 0.1 (ogram after W) 356.47 332.75 B 0.09 0.1 (abi 2.0 is installed, your) 421.12 332.75 B 2 F 0.2 (wabi) 531.23 332.75 P 0 F 0.33 0.1 (user dir) 198 320.35 B 0.33 0.1 (ectory is updated. Y) 233.41 320.35 B 0.33 0.1 (our W) 324.01 320.35 B 0.33 0.1 (abi envir) 351.84 320.35 B 0.33 0.1 (onment is the same in W) 391.93 320.35 B 0.33 0.1 (abi 2.0 as it) 503.97 320.35 B 0.52 0.1 (was in W) 198 307.95 B 0.52 0.1 (abi 1.0 and 1.1. All applications you have installed r) 240.21 307.95 B 0.52 0.1 (emain, and all) 478.13 307.95 B 0.52 0.1 (changes you have made to W) 198 295.55 B 0.52 0.1 (abi\325s con\336guration, such as drive mappings, will) 332.14 295.55 B 0.52 0.1 (be unchanged. See the W) 198 283.15 B 0.52 0.1 (abi 2.0 Release Notes on-line for mor) 312.31 283.15 B 0.52 0.1 (e upgrade) 481.07 283.15 B 0.1 (information.) 198 270.75 S 0.52 0.1 (If you pr) 198 250.35 B 0.52 0.1 (eviously installed Micr) 238.45 250.35 B 0.52 0.1 (osoft W) 342.81 250.35 B 0.52 0.1 (indows, the) 377.71 250.35 B 0.52 0.1 (W) 434.17 250.35 B 0.52 0.1 (abi) 443.35 250.35 B 0.52 0.1 ( pr) 457.08 250.35 B 0.52 0.1 (ogram now) 470.17 250.35 B 0.52 0.1 (automatically starts the W) 198 237.95 B 0.52 0.1 (indows Pr) 317.43 237.95 B 0.52 0.1 (ogram Manager) 364.02 237.95 B 0.52 0.1 (. If you have not) 435.94 237.95 B 0.52 0.1 (pr) 198 225.55 B 0.52 0.1 (eviously installed Micr) 207.98 225.55 B 0.52 0.1 (osoft W) 312.34 225.55 B 0.52 0.1 (indows, the) 347.24 225.55 B 0.52 0.1 (W) 403.7 225.55 B 0.52 0.1 (abi) 412.87 225.55 B 0.52 0.1 ( W) 426.6 225.55 B 0.52 0.1 (indows 3.1 Install) 439.27 225.55 B 0.23 0.1 (pr) 198 213.15 B 0.23 0.1 (ogram pr) 207.98 213.15 B 0.23 0.1 (ompts you to install Micr) 250.06 213.15 B 0.23 0.1 (osoft W) 364.61 213.15 B 0.23 0.1 (indows 3.1 or 3.1) 399.21 213.15 B 0.23 0.1 (1 softwar) 475.8 213.15 B 0.23 0.1 (e. If you) 517.8 213.15 B 0.32 0.1 (do not have Micr) 198 200.75 B 0.32 0.1 (osoft W) 275.96 200.75 B 0.32 0.1 (indows softwar) 310.66 200.75 B 0.32 0.1 (e curr) 381.12 200.75 B 0.32 0.1 (ently available, you can install it) 407.5 200.75 B 0.45 0.1 (at a later time, but it is r) 198 188.35 B 0.45 0.1 (equir) 308.77 188.35 B 0.45 0.1 (ed that you install it befor) 332.35 188.35 B 0.45 0.1 (e using applications. If) 451.23 188.35 B 0.41 0.1 (you cancel the Micr) 198 175.95 B 0.41 0.1 (osoft W) 287.49 175.95 B 0.41 0.1 (indows installation, the) 322.29 175.95 B 0.41 0.1 (W) 432.22 175.95 B 0.41 0.1 (abi) 441.39 175.95 B 0.41 0.1 ( Application Manager) 455.12 175.95 B 0.1 (starts.) 198 163.55 S 54 457.05 189 492.82 C 54 457.05 189 492.82 R 7 X 0 K V 57.46 412.39 189.43 489.36 R V 9 9 Q 0 X -0.62 (Appendix) 57.46 483.36 P -0.62 (C, \322Fonts from) 97.42 483.36 P -0.62 (Windows to W) 57.46 473.36 P -0.62 (abi,\323 discusses the) 113.3 473.36 P -0.62 (font cache.) 57.46 463.36 P 0 72 612 720 C 53.23 401.94 188.23 446.94 C 53.23 401.94 188.23 446.94 R 7 X 0 K V 56.69 366.52 188.66 443.48 R V 9 9 Q 0 X -0.62 (The section \322Microsoft Windows) 56.69 437.48 P -0.62 (Installation\323 on page) 56.69 427.48 P -0.62 (6 describes) 138.87 427.48 P -0.62 (how to install Microsoft Windows) 56.69 417.48 P (software.) 56.69 407.48 T 0 72 612 720 C 34 317.02 36 362.42 R 7 X 1 K V 34 267.42 36 302.22 R V FMENDPAGE %%EndPage: "5" 28 %%Page: "4" 28 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (4) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (pr) 198 641.33 B 0.52 0.1 (ogram thr) 207.98 641.33 B 0.52 0.1 (ough W) 253.52 641.33 B 0.52 0.1 (indows Sockets can do the same when r) 289.44 641.33 B 0.52 0.1 (unning under the) 472.26 641.33 B 0.52 0.1 (W) 198 628.93 B 0.52 0.1 (abi pr) 207.18 628.93 B 0.52 0.1 (ogram. Y) 234 628.93 B 0.52 0.1 (ou access the operational functions when you install and use) 274.85 628.93 B 0.52 0.1 (applications that use them in the W) 198 616.53 B 0.52 0.1 (abi pr) 360.28 616.53 B 0.52 0.1 (ogram.) 387.11 616.53 B 0.52 0.1 (Con\336guration functions of the W) 198 596.13 B 0.52 0.1 (abi pr) 348.56 596.13 B 0.52 0.1 (ogram let you in\337uence the way the) 375.38 596.13 B 0.21 0.1 (W) 198 583.73 B 0.21 0.1 (abi pr) 207.18 583.73 B 0.21 0.1 (ogram behaves and the way it connects to the native operating system.) 233.69 583.73 B 0.52 0.1 (Y) 198 571.33 B 0.52 0.1 (ou access these functions thr) 203.85 571.33 B 0.52 0.1 (ough the W) 334.45 571.33 B 0.52 0.1 (abi Con\336guration Manager) 387.29 571.33 B 0.52 0.1 (, as) 510.35 571.33 B 0.52 0.1 (Chapter) 198 558.93 B 0.52 0.1 (2, \322Using Con\336guration Manager\323 explains.) 237.2 558.93 B 1 14 Q -0.88 (New Featur) 126 525.87 P -0.88 (es in) 192.12 525.87 P -0.88 (W) 219.92 525.87 P -0.88 (abi) 232.85 525.87 P -0.88 ( 2.0) 249.43 525.87 P 0 10 Q 0.41 0.1 (The W) 198 504.53 B 0.41 0.1 (abi 2.0 pr) 227.22 504.53 B 0.41 0.1 (ogram supports several r) 269.74 504.53 B 0.41 0.1 (eleases of the most popular Micr) 383.91 504.53 B 0.41 0.1 (osoft) 532.75 504.53 B 0.52 0.1 (W) 198 492.13 B 0.52 0.1 (indows applications. For a complete list of certi\336ed applications, see) 207.54 492.13 B 0.52 0.1 (\322Certi\336ed Compatible Applications\323 on page) 198 479.73 B 0.52 0.1 (23.) 406.89 479.73 B 0.52 0.1 (The W) 198 459.33 B 0.52 0.1 (abi Con\336guration Manager of) 227.32 459.33 B 0.52 0.1 (fers new options:) 363.05 459.33 B 7 F 0.1 (\245) 210.6 444.93 S 0 F 0.52 0.1 (The International option lets you pick your pr) 219.24 444.93 B 0.52 0.1 (eferr) 429.84 444.93 B 0.52 0.1 (ed formats for time,) 450.96 444.93 B 0.52 0.1 (date, numbers, curr) 219.24 432.53 B 0.52 0.1 (ency) 308.67 432.53 B 0.52 0.1 (, and system of measur) 328.56 432.53 B 0.52 0.1 (ement.) 434.58 432.53 B 7 F 0.1 (\245) 210.6 418.13 S 0 F 0.05 0.1 (The Color option lets you choose among several sets of colors to use in the) 219.24 418.13 B 0.52 0.1 (W) 219.24 405.73 B 0.52 0.1 (abi pr) 228.41 405.73 B 0.52 0.1 (ogram and applications.) 255.24 405.73 B 0.52 0.1 (Y) 198 385.33 B 0.52 0.1 (ou can now print with Hewlett-Packar) 203.85 385.33 B 0.52 0.1 (d LaserJet) 379.91 385.33 B 13 F 0.52 0.1 (\322) 425.48 385.33 B 0 F 0.52 0.1 ( III and Epson) 433.48 385.33 B 13 F 0.52 0.1 (\322) 498.58 385.33 B 0 F 0.52 0.1 ( FX model) 506.58 385.33 B 0.52 0.1 (printers, in addition to the many PostScript) 198 372.93 B 13 F 0.52 0.1 (\324) 396.77 372.93 B 0 F 0.52 0.1 ( printers the W) 405.77 372.93 B 0.52 0.1 (abi pr) 474.17 372.93 B 0.52 0.1 (ogram) 500.99 372.93 B 0.1 (supports.) 198 360.53 S 0.52 0.1 (The W) 198 340.13 B 0.52 0.1 (abi pr) 227.32 340.13 B 0.52 0.1 (ogram\325s contr) 254.15 340.13 B 0.52 0.1 (ol of the diskette drive has been enhanced. W) 317.01 340.13 B 0.52 0.1 (abi) 525.07 340.13 B 0.19 0.1 (gives up contr) 198 327.73 B 0.19 0.1 (ol of the diskette drive if it has not been used after 30 seconds or) 262.67 327.73 B 0.52 0.1 (a period of time that you specify) 198 315.33 B 0.52 0.1 (. This allows other pr) 346.71 315.33 B 0.52 0.1 (ograms to use the) 444.45 315.33 B 0.52 0.1 (diskette drive while the W) 198 302.93 B 0.52 0.1 (abi pr) 318.66 302.93 B 0.52 0.1 (ogram is r) 345.49 302.93 B 0.52 0.1 (unning. W) 392.32 302.93 B 0.52 0.1 (abi r) 439.76 302.93 B 0.52 0.1 (egains contr) 460.48 302.93 B 0.52 0.1 (ol the) 515.73 302.93 B 0.52 0.1 (next time you access the diskette drive thr) 198 290.53 B 0.52 0.1 (ough the W) 391.4 290.53 B 0.52 0.1 (abi pr) 444.23 290.53 B 0.52 0.1 (ogram.) 471.06 290.53 B 1 14 Q -0.88 (The First T) 126 257.47 P -0.88 (ime Y) 187.23 257.47 P -0.88 (ou Run the W) 217.85 257.47 P -0.88 (abi Pr) 294.64 257.47 P -0.88 (ogram) 327.58 257.47 P 0 10 Q 0.52 0.1 (If you have not r) 198 236.13 B 0.52 0.1 (un an earlier version of the) 275.16 236.13 B 0.52 0.1 (W) 402.56 236.13 B 0.52 0.1 (abi) 411.73 236.13 B 0.52 0.1 ( pr) 425.46 236.13 B 0.52 0.1 (ogram, the \336rst time you) 438.56 236.13 B 0.31 0.1 (start the W) 198 223.73 B 0.31 0.1 (abi 2.0 pr) 247.36 223.73 B 0.31 0.1 (ogram, the) 289.69 223.73 B 0.31 0.1 (W) 341.56 223.73 B 0.31 0.1 (abi) 350.74 223.73 B 0.31 0.1 ( startup script cr) 364.47 223.73 B 0.31 0.1 (eates your personal) 439.44 223.73 B 2 F 0.73 (wabi) 531.1 223.73 P 0 F 0.52 0.1 (dir) 198 211.33 B 0.52 0.1 (ectory as a subdir) 211.08 211.33 B 0.52 0.1 (ectory of your home dir) 292.19 211.33 B 0.52 0.1 (ectory) 401.45 211.33 B 0.52 0.1 (. W) 428.38 211.33 B 0.52 0.1 (ithin that dir) 443.64 211.33 B 0.52 0.1 (ectory) 501.9 211.33 B 0.52 0.1 (, it) 528.84 211.33 B -0.04 0.1 (cr) 198 198.93 B -0.04 0.1 (eates a) 206.4 198.93 B 2 F -0.1 (windows) 239.18 198.93 P 0 F -0.04 0.1 ( subdir) 281.16 198.93 B -0.04 0.1 (ectory) 312.89 198.93 B -0.04 0.1 (. These two dir) 339.82 198.93 B -0.04 0.1 (ectories ar) 406.77 198.93 B -0.04 0.1 (e analogous to the) 452.92 198.93 B 2 F -0.1 (C:\134) 537.46 198.93 P 0 F 0.52 0.1 (and) 198 186.53 B 2 F 1.2 (C:\134WINDOWS) 218.34 186.53 P 0 F 0.52 0.1 ( dir) 278.31 186.53 B 0.52 0.1 (ectories in a Micr) 294.51 186.53 B 0.52 0.1 (osoft W) 373.47 186.53 B 0.52 0.1 (indows envir) 408.37 186.53 B 0.52 0.1 (onment on a PC.) 468.38 186.53 B 54.77 382 189.77 476.46 C 54.77 382 189.77 476.46 R 7 X 0 K V 54.38 386.08 186.35 471.47 R V 9 9 Q 0 X -0.62 (For information on the) 54.38 465.47 P -0.62 (Internationalization option, see) 54.38 455.47 P -0.62 (Chapter) 54.38 445.47 P -0.62 (5, \322International) 88.85 445.47 P (Settings\323.) 54.38 435.47 T -0.62 (For information on the Color) 54.38 415.47 P -0.62 (option, see \322Con\336guration) 54.38 405.47 P -0.62 (Manager Functions\323 on page) 54.38 395.47 P -0.62 (27.) 169.9 395.47 P 0 72 612 720 C 55.54 308.37 190.54 345.91 C 55.54 308.37 190.54 345.91 R 7 X 0 K V 55.15 255.52 187.12 340.91 R V 9 9 Q 0 X -0.62 (For information on the diskette) 55.15 334.91 P -0.62 (time-out, see Chapter) 55.15 324.91 P -0.62 (3, \322Setting) 142.81 324.91 P -0.62 (Up Drives\323.) 55.15 314.91 P 0 72 612 720 C 34 638 36 648 R 7 X 1 K V 34 429.2 36 511.2 R V 34 336.8 36 392 R V 34 312 36 322 R V 34 252.8 36 266.8 R V FMENDPAGE %%EndPage: "4" 27 %%Page: "3" 27 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K -0.58 0.09 (Getting Started) 198 108.7 B 0 F 0.09 (3) 553.42 108.7 S 1 20 Q (1) 528.57 680.03 T 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.52 0.1 (For example, as you print a spr) 198 641.33 B 0.52 0.1 (eadsheet of your \336nancial for) 341.36 641.33 B 0.52 0.1 (ecast, the W) 475.37 641.33 B 0.52 0.1 (abi) 529.76 641.33 B -0.06 0.1 (pr) 198 628.93 B -0.06 0.1 (ogram inter) 207.98 628.93 B -0.06 0.1 (cepts your print r) 260.83 628.93 B -0.06 0.1 (equest. It then translates this r) 339.36 628.93 B -0.06 0.1 (equest and passes) 474.77 628.93 B 0.52 0.1 (it along to your native operating system wher) 198 616.53 B 0.52 0.1 (e print r) 407.99 616.53 B 0.52 0.1 (esour) 445.42 616.53 B 0.52 0.1 (ces r) 470.2 616.53 B 0.52 0.1 (eside and ar) 490.95 616.53 B 0.52 0.1 (e) 546.7 616.53 B 0.52 0.1 (contr) 198 604.13 B 0.52 0.1 (olled. Y) 221.24 604.13 B 0.52 0.1 (our operating system then carries out the print r) 255.47 604.13 B 0.52 0.1 (equest with its) 476.84 604.13 B 0.52 0.1 (print subsystem, just as it does when you issue a print r) 198 591.73 B 0.52 0.1 (equest with an) 454.58 591.73 B 2 F 1.2 (lp) 524.96 591.73 P 0 F 0.52 0.1 ( or) 536.95 591.73 B 2 F 1.2 (lpr) 198 579.33 P 0 F 0.52 0.1 ( command in the operating system.) 215.99 579.33 B 1 14 Q -0.88 (W) 126 546.27 P -0.88 (abi and the X W) 138.93 546.27 P -0.88 (indow System) 227.12 546.27 P 0 10 Q 0.52 0.1 (One of the operating system r) 198 524.93 B 0.52 0.1 (esour) 334.51 524.93 B 0.52 0.1 (ces that W) 359.28 524.93 B 0.52 0.1 (abi uses extensively is the X) 406.18 524.93 B 0.52 0.1 (W) 198 512.53 B 0.52 0.1 (indow System, the softwar) 207.54 512.53 B 0.52 0.1 (e that handles graphical user interfaces on UNIX) 329.38 512.53 B -0.02 0.1 (systems. X W) 198 500.13 B -0.02 0.1 (indows uses pr) 257.91 500.13 B -0.02 0.1 (ograms called the) 326.19 500.13 B 1 F -0.02 0.1 (X server) 408.45 500.13 B 0 F -0.02 0.1 ( and the) 443.38 500.13 B 1 F -0.02 0.1 (window manager) 482.5 500.13 B 0 F -0.02 0.1 (,) 552.82 500.13 B 0.11 0.1 (which together manage everything displayed on your scr) 198 487.73 B 0.11 0.1 (een. The X server and) 457.21 487.73 B 0.16 0.1 (window manager may pr) 198 475.33 B 0.16 0.1 (ovide dif) 313.1 475.33 B 0.16 0.1 (fer) 353.72 475.33 B 0.16 0.1 (ent featur) 365.91 475.33 B 0.16 0.1 (es on dif) 409.59 475.33 B 0.16 0.1 (fer) 448.26 475.33 B 0.16 0.1 (ent operating system) 460.44 475.33 B 0.52 0.1 (platforms. For information about your X server and window manager) 198 462.93 B 0.52 0.1 (\325s) 518.63 462.93 B 0.52 0.1 (interaction with the W) 198 450.53 B 0.52 0.1 (abi pr) 300.1 450.53 B 0.52 0.1 (ogram, r) 326.93 450.53 B 0.52 0.1 (efer to the r) 365.8 450.53 B 0.52 0.1 (elease notes or additional) 419.35 450.53 B 0.52 0.1 (documentation pr) 198 438.13 B 0.52 0.1 (ovided with the W) 279.55 438.13 B 0.52 0.1 (abi pr) 364.57 438.13 B 0.52 0.1 (ogram for your operating system.) 391.39 438.13 B 1 14 Q -0.88 (W) 126 405.07 P -0.88 (abi) 138.93 405.07 P -0.88 ( Capabilities and Functions) 155.51 405.07 P 0 10 Q 0.52 0.1 (The W) 198 383.73 B 0.52 0.1 (abi pr) 227.32 383.73 B 0.52 0.1 (ogram can r) 257.27 383.73 B 0.52 0.1 (un a variety of pr) 312.31 383.73 B 0.52 0.1 (ograms designed to r) 392.68 383.73 B 0.52 0.1 (un with) 489.65 383.73 B 0.13 0.1 (Micr) 198 371.33 B 0.13 0.1 (osoft W) 218.97 371.33 B 0.13 0.1 (indows, including pr) 253.48 371.33 B 0.13 0.1 (ograms included in Micr) 348.35 371.33 B 0.13 0.1 (osoft W) 459.95 371.33 B 0.13 0.1 (indows itself.) 494.46 371.33 B 0.52 0.1 (The W) 198 358.93 B 0.52 0.1 (abi pr) 227.32 358.93 B 0.52 0.1 (ogram\325s capabilities and functions r) 254.15 358.93 B 0.52 0.1 (e\337ect the capabilities and) 417.48 358.93 B 0.37 0.1 (functions of both the applications it supports, and the native operating system) 198 346.53 B 0.52 0.1 (that supports the W) 198 334.13 B 0.52 0.1 (abi pr) 288.4 334.13 B 0.52 0.1 (ogram.) 315.23 334.13 B 0.52 0.1 (In essence, the W) 198 313.73 B 0.52 0.1 (abi pr) 276.47 313.73 B 0.52 0.1 (ogram supports two gr) 303.29 313.73 B 0.52 0.1 (oups of functions:) 408.78 313.73 B 7 14 Q 0.14 (\245) 198 295.33 S 0 10 Q 0.52 0.1 (Operational functions supplied to applications) 210.6 295.33 B 7 14 Q 0.14 (\245) 198 276.93 S 0 10 Q 0.52 0.1 (Con\336guration functions intrinsic to the W) 210.6 276.93 B 0.52 0.1 (abi pr) 401.35 276.93 B 0.52 0.1 (ogram) 428.17 276.93 B 0.52 0.1 (The operational functions available during a W) 198 256.53 B 0.52 0.1 (abi session depend on the) 413.38 256.53 B 0.33 0.1 (functions supported by the application being r) 198 244.13 B 0.33 0.1 (un. The W) 409.8 244.13 B 0.33 0.1 (abi pr) 456.51 244.13 B 0.33 0.1 (ogram pr) 483.14 244.13 B 0.33 0.1 (ovides) 525.33 244.13 B 0.52 0.1 (certi\336ed applications with what they need to r) 198 231.73 B 0.52 0.1 (un in the native operating) 410.17 231.73 B 0.52 0.1 (system the same way they r) 198 219.33 B 0.52 0.1 (un in the Micr) 325.48 219.33 B 0.52 0.1 (osoft W) 390.93 219.33 B 0.52 0.1 (indows 3.1 envir) 425.83 219.33 B 0.52 0.1 (onment. A) 501.75 219.33 B 0.52 0.1 (certi\336ed application that uses dynamic data exchange and object linking and) 198 206.93 B 0.52 0.1 (embedding, for instance, can use these capabilities when r) 198 194.53 B 0.52 0.1 (unning under the) 464.05 194.53 B 0.52 0.1 (W) 198 182.13 B 0.52 0.1 (abi pr) 207.18 182.13 B 0.52 0.1 (ogram. A certi\336ed application client pr) 234 182.13 B 0.52 0.1 (ogram that talks to a server) 411.92 182.13 B 34 576 36 610.8 R 7 X 1 K V 34 380.4 36 414.4 R V 34 216 36 226 R V FMENDPAGE %%EndPage: "3" 26 %%Page: "2" 26 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (2) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 1 20 Q 4 K (1) 73.44 680.03 T 185 83.74 393.76 101.24 R 7 X 0 K V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (About the) 54 638 P -0.94 (W) 115.72 638 P -0.94 (abi) 129.58 638 P -0.94 ( Pr) 147.36 638 P -0.94 (ogram) 164.9 638 P 0 10 Q 0.46 0.1 (W) 198 616.33 B 0.46 0.1 (abi softwar) 207.18 616.33 B 0.46 0.1 (e allows you to r) 258.05 616.33 B 0.46 0.1 (un Micr) 334.83 616.33 B 0.46 0.1 (osoft W) 370.9 616.33 B 0.46 0.1 (indows applications on a variety) 405.74 616.33 B 0.52 0.1 (of operating system platforms. This means no matter which operating system) 198 603.93 B 0.52 0.1 (you use, you can take advantage of applications such as spr) 198 591.53 B 0.52 0.1 (eadsheets, wor) 472.22 591.53 B 0.52 0.1 (d) 539.71 591.53 B 0.52 0.1 (pr) 198 579.13 B 0.52 0.1 (ocessors, databases, graphics packages, and mor) 207.98 579.13 B 0.52 0.1 (e. Most of the popular) 428.66 579.13 B 0.52 0.1 (applications have been tested extensively r) 198 566.73 B 0.52 0.1 (unning in the W) 393.65 566.73 B 0.52 0.1 (abi envir) 467.81 566.73 B 0.52 0.1 (onment.) 508.09 566.73 B 0.52 0.1 (Applications that have been tested and certi\336ed compatible with the W) 198 554.33 B 0.52 0.1 (abi) 523.3 554.33 B 0.52 0.1 (pr) 198 541.93 B 0.52 0.1 (ogram ar) 207.98 541.93 B 0.52 0.1 (e listed in \322Certi\336ed Compatible Applications\323 on page) 249.34 541.93 B 0.52 0.1 (23.) 506.21 541.93 B 0.52 0.1 (W) 198 521.53 B 0.52 0.1 (abi softwar) 207.18 521.53 B 0.52 0.1 (e is \322middle-war) 258.11 521.53 B 0.52 0.1 (e.\323 It r) 334.74 521.53 B 0.52 0.1 (esides between an application and your) 364.26 521.53 B 0.52 0.1 (native UNIX operating system. Ther) 198 509.13 B 0.52 0.1 (e, it r) 363.64 509.13 B 0.52 0.1 (edir) 387.6 509.13 B 0.52 0.1 (ects an application\325s r) 405.57 509.13 B 0.52 0.1 (equests for) 504.94 509.13 B 0.52 0.1 (services and r) 198 496.73 B 0.52 0.1 (esour) 261.11 496.73 B 0.52 0.1 (ces to the appr) 285.89 496.73 B 0.52 0.1 (opriate operating system location.) 353.27 496.73 B 0.52 0.1 (Think of the W) 198 476.33 B 0.52 0.1 (abi pr) 266.4 476.33 B 0.52 0.1 (ogram as a translator that speaks two languages \337uently) 293.23 476.33 B 0.52 0.1 (.) 551.13 476.33 B 0.52 0.1 (One of those languages is the dialect used by your W) 198 463.93 B 0.52 0.1 (indows application) 442.16 463.93 B 0.25 0.1 (pr) 198 451.53 B 0.25 0.1 (ogram. The other language is the coded incantation of your native operating) 207.98 451.53 B 0.4 0.1 (system. Figur) 198 439.13 B 0.4 0.1 (e) 259.42 439.13 B 0.4 0.1 (1-) 266.9 439.13 B 0.4 0.1 (1 depicts the W) 275.43 439.13 B 0.4 0.1 (abi pr) 345.31 439.13 B 0.4 0.1 (ogram\325s r) 372.02 439.13 B 0.4 0.1 (ole as translator and r) 415.39 439.13 B 0.4 0.1 (edir) 515.19 439.13 B 0.4 0.1 (ector) 533.16 439.13 B 0.52 0.1 (between these two softwar) 198 426.73 B 0.52 0.1 (e entities.) 320.17 426.73 B 1 9 Q 0.09 (Figur) 198 258 S 0.09 (e) 218.77 258 S 0.09 (1-) 224.69 258 S 0.09 (1) 232.36 258 S 0 F 0.47 0.09 (W) 248.4 258 B 0.47 0.09 (abi) 256.65 258 B 0.47 0.09 ( Pr) 269 258 B 0.47 0.09 (ogram as T) 280.8 258 B 0.47 0.09 (ranslator and Redir) 326.02 258 B 0.47 0.09 (ector) 405.76 258 B 0 10 Q 0.52 0.1 (As you work with an application, the W) 198 233.33 B 0.52 0.1 (abi pr) 381.55 233.33 B 0.52 0.1 (ogram inter) 408.37 233.33 B 0.52 0.1 (cepts your) 461.82 233.33 B 0.52 0.1 (instr) 198 220.93 B 0.52 0.1 (uctions and r) 218.59 220.93 B 0.52 0.1 (equests, and translates them into a language understood by) 278.76 220.93 B 0.52 0.1 (your native UNIX operating system. The W) 198 208.53 B 0.52 0.1 (abi pr) 396.57 208.53 B 0.52 0.1 (ogram then dir) 423.4 208.53 B 0.52 0.1 (ects these) 492.08 208.53 B 0.52 0.1 (r) 198 196.13 B 0.52 0.1 (equests to the appr) 201.87 196.13 B 0.52 0.1 (opriate operating system location.) 289.11 196.13 B 0.52 0.1 (Once the operating system makes a r) 198 175.73 B 0.52 0.1 (esour) 367.16 175.73 B 0.52 0.1 (ce available, the W) 391.93 175.73 B 0.52 0.1 (abi pr) 477.21 175.73 B 0.52 0.1 (ogram sees) 504.04 175.73 B 0.52 0.1 (that the r) 198 163.33 B 0.52 0.1 (esour) 240 163.33 B 0.52 0.1 (ce is deliver) 264.77 163.33 B 0.52 0.1 (ed to the application.) 319.39 163.33 B 54 448.87 189 484.87 C 54 448.87 189 484.87 R 7 X 0 K V 57.46 404.44 189.43 481.41 R V 9 9 Q 0 X -0.62 (Keep an eye out for margin notes) 57.46 475.41 P -0.62 (that cross-reference instructions) 57.46 465.41 P -0.62 (and other useful information.) 57.46 455.41 P 0 72 612 720 C 54 144 558 648 C 60.58 272.4 551.42 403 C 0 134 408 459 517 325 109 198.06 282.59 FMBEGINEPSF %%BeginDocument: /home/snolin/WABI/2.0/doc/User/art/Wabi_fig1.epsi %!PS-Adobe-2.0 EPSF-2.0 %%Creator: Adobe Illustrator(TM) 5.5 %%For: (Betsy Halstead) (Sun Microsystems, Inc.) %%Title: (wabi_fig1) %%CreationDate: (10/10/94) (1:43 PM) %%BoundingBox: 134 408 459 517 %%HiResBoundingBox: 134.4267 408.9584 458.8414 516.2626 %%DocumentProcessColors: Black %%DocumentFonts: Helvetica-Bold %%DocumentSuppliedResources: procset Adobe_level2_AI5 1.0 0 %%+ procset Adobe_typography_AI5 1.0 0 %%+ procset Adobe_IllustratorA_AI5 1.0 0 %AI5_FileFormat 1.2 %AI3_ColorUsage: Black&White %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: 30 31 582 759 %AI3_DocumentPreview: Macintosh_ColorPic %AI5_ArtSize: 612 792 %AI5_RulerUnits: 2 %AI5_ArtFlags: 1 0 0 1 0 0 1 1 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI5_OpenToView: 102 540 2 826 581 18 0 1 3 40 %AI5_OpenViewLayers: 7 %%EndComments %%BeginProlog %%BeginResource: procset Adobe_level2_AI5 1.0 0 %%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation) %%Version: 1.0 %%CreationDate: (04/10/93) () %%Copyright: ((C) 1987-1993 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_level2_AI5 21 dict dup begin put /packedarray where not { userdict begin /packedarray { array astore readonly } bind def /setpacking /pop load def /currentpacking false def end 0 } if pop userdict /defaultpacking currentpacking put true setpacking /initialize { Adobe_level2_AI5 begin } bind def /terminate { currentdict Adobe_level2_AI5 eq { end } if } bind def mark /setcustomcolor where not { /findcmykcustomcolor { 5 packedarray } bind def /setcustomcolor { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } def } if /gt38? mark {version cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put userdict /level2? systemdict /languagelevel known dup { pop systemdict /languagelevel get 2 ge } if put level2? not { /setcmykcolor where not { /setcmykcolor { exch .11 mul add exch .59 mul add exch .3 mul add 1 exch sub setgray } def } if /currentcmykcolor where not { /currentcmykcolor { 0 0 0 1 currentgray sub } def } if /setoverprint where not { /setoverprint /pop load def } if /selectfont where not { /selectfont { exch findfont exch dup type /arraytype eq { makefont } { scalefont } ifelse setfont } bind def } if /cshow where not { /cshow { [ 0 0 5 -1 roll aload pop ] cvx bind forall } bind def } if } if cleartomark /anyColor? { add add add 0 ne } bind def /testColor { gsave setcmykcolor currentcmykcolor grestore } bind def /testCMYKColorThrough { testColor anyColor? } bind def userdict /composite? level2? { gsave 1 1 1 1 setcmykcolor currentcmykcolor grestore add add add 4 eq } { 1 0 0 0 testCMYKColorThrough 0 1 0 0 testCMYKColorThrough 0 0 1 0 testCMYKColorThrough 0 0 0 1 testCMYKColorThrough and and and } ifelse put composite? not { userdict begin gsave /cyan? 1 0 0 0 testCMYKColorThrough def /magenta? 0 1 0 0 testCMYKColorThrough def /yellow? 0 0 1 0 testCMYKColorThrough def /black? 0 0 0 1 testCMYKColorThrough def grestore /isCMYKSep? cyan? magenta? yellow? black? or or or def /customColor? isCMYKSep? not def end } if end defaultpacking setpacking %%EndResource %%BeginResource: procset Adobe_typography_AI5 1.0 1 %%Title: (Typography Operators) %%Version: 1.0 %%CreationDate:(03/26/93) () %%Copyright: ((C) 1987-1993 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_typography_AI5 54 dict dup begin put /initialize { begin begin Adobe_typography_AI5 begin Adobe_typography_AI5 { dup xcheck { bind } if pop pop } forall end end end Adobe_typography_AI5 begin } def /terminate { currentdict Adobe_typography_AI5 eq { end } if } def /modifyEncoding { /_tempEncode exch ddef /_pntr 0 ddef { counttomark -1 roll dup type dup /marktype eq { pop pop exit } { /nametype eq { _tempEncode /_pntr dup load dup 3 1 roll 1 add ddef 3 -1 roll put } { /_pntr exch ddef } ifelse } ifelse } loop _tempEncode } def /TE { StandardEncoding 256 array copy modifyEncoding /_nativeEncoding exch def } def % /TZ { dup type /arraytype eq { /_wv exch def } { /_wv 0 def } ifelse /_useNativeEncoding exch def pop pop findfont _wv type /arraytype eq { _wv makeblendedfont } if dup length 2 add dict begin mark exch { 1 index /FID ne { def } if cleartomark mark } forall pop /FontName exch def counttomark 0 eq { 1 _useNativeEncoding eq { /Encoding _nativeEncoding def } if cleartomark } { /Encoding load 256 array copy modifyEncoding /Encoding exch def } ifelse FontName currentdict end definefont pop } def /tr { _ax _ay 3 2 roll } def /trj { _cx _cy _sp _ax _ay 6 5 roll } def /a0 { /Tx { dup currentpoint 3 2 roll tr _psf newpath moveto tr _ctm _pss } ddef /Tj { dup currentpoint 3 2 roll trj _pjsf newpath moveto trj _ctm _pjss } ddef } def /a1 { /Tx { dup currentpoint 4 2 roll gsave dup currentpoint 3 2 roll tr _psf newpath moveto tr _ctm _pss grestore 3 1 roll moveto tr sp } ddef /Tj { dup currentpoint 4 2 roll gsave dup currentpoint 3 2 roll trj _pjsf newpath moveto trj _ctm _pjss grestore 3 1 roll moveto tr jsp } ddef } def /e0 { /Tx { tr _psf } ddef /Tj { trj _pjsf } ddef } def /e1 { /Tx { dup currentpoint 4 2 roll gsave tr _psf grestore 3 1 roll moveto tr sp } ddef /Tj { dup currentpoint 4 2 roll gsave trj _pjsf grestore 3 1 roll moveto tr jsp } ddef } def /i0 { /Tx { tr sp } ddef /Tj { trj jsp } ddef } def /i1 { W N } def /o0 { /Tx { tr sw rmoveto } ddef /Tj { trj swj rmoveto } ddef } def /r0 { /Tx { tr _ctm _pss } ddef /Tj { trj _ctm _pjss } ddef } def /r1 { /Tx { dup currentpoint 4 2 roll currentpoint gsave newpath moveto tr _ctm _pss grestore 3 1 roll moveto tr sp } ddef /Tj { dup currentpoint 4 2 roll currentpoint gsave newpath moveto trj _ctm _pjss grestore 3 1 roll moveto tr jsp } ddef } def /To { pop _ctm currentmatrix pop } def /TO { iTe _ctm setmatrix newpath } def /Tp { pop _tm astore pop _ctm setmatrix _tDict begin /W { } def /h { } def } def /TP { end iTm 0 0 moveto } def /Tr { _render 3 le { currentpoint newpath moveto } if dup 8 eq { pop 0 } { dup 9 eq { pop 1 } if } ifelse dup /_render exch ddef _renderStart exch get load exec } def /iTm { _ctm setmatrix _tm concat 0 _rise translate _hs 1 scale } def /Tm { _tm astore pop iTm 0 0 moveto } def /Td { _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto } def /iTe { _render -1 eq { } { _renderEnd _render get dup null ne { load exec } { pop } ifelse } ifelse /_render -1 ddef } def /Ta { pop } def /Tf { dup 1000 div /_fScl exch ddef % selectfont } def /Tl { pop 0 exch _leading astore pop } def /Tt { pop } def /TW { 3 npop } def /Tw { /_cx exch ddef } def /TC { 3 npop } def /Tc { /_ax exch ddef } def /Ts { /_rise exch ddef currentpoint iTm moveto } def /Ti { 3 npop } def /Tz { 100 div /_hs exch ddef iTm } def /TA { pop } def /Tq { pop } def /Th { pop pop pop pop pop } def /TX { pop } def /Tk { exch pop _fScl mul neg 0 rmoveto } def /TK { 2 npop } def /T* { _leading aload pop neg Td } def /T*- { _leading aload pop Td } def /T- { _hyphen Tx } def /T+ { } def /TR { _ctm currentmatrix pop _tm astore pop iTm 0 0 moveto } def /TS { currentfont 3 1 roll /_Symbol_ _fScl 1000 mul selectfont 0 eq { Tx } { Tj } ifelse setfont } def /Xb { pop pop } def /Tb /Xb load def /Xe { pop pop pop pop } def /Te /Xe load def /XB { } def /TB /XB load def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_IllustratorA_AI5 1.1 0 %%Title: (Adobe Illustrator (R) Version 5.0 Abbreviated Prolog) %%Version: 1.1 %%CreationDate: (3/7/1994) () %%Copyright: ((C) 1987-1994 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_IllustratorA_AI5_vars 70 dict dup begin put /_lp /none def /_pf { } def /_ps { } def /_psf { } def /_pss { } def /_pjsf { } def /_pjss { } def /_pola 0 def /_doClip 0 def /cf currentflat def /_tm matrix def /_renderStart [ /e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0 ] def /_renderEnd [ null null null null /i1 /i1 /i1 /i1 ] def /_render -1 def /_rise 0 def /_ax 0 def /_ay 0 def /_cx 0 def /_cy 0 def /_leading [ 0 0 ] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def /_wv 0 def /Tx { } def /Tj { } def /CRender { } def /_AI3_savepage { } def /_gf null def /_cf 4 array def /_if null def /_of false def /_fc { } def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc { } def /discardSave null def /buffer 256 string def /beginString null def /endString null def /endStringLength null def /layerCnt 1 def /layerCount 1 def /perCent (%) 0 get def /perCentSeen? false def /newBuff null def /newBuffButFirst null def /newBuffLast null def /clipForward? false def end userdict /Adobe_IllustratorA_AI5 74 dict dup begin put /initialize { Adobe_IllustratorA_AI5 dup begin Adobe_IllustratorA_AI5_vars begin discardDict { bind pop pop } forall dup /nc get begin { dup xcheck 1 index type /operatortype ne and { bind } if pop pop } forall end newpath } def /terminate { end end } def /_ null def /ddef { Adobe_IllustratorA_AI5_vars 3 1 roll put } def /xput { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop { { pop } repeat } def /sw { dup length exch stringwidth exch 5 -1 roll 3 index mul add 4 1 roll 3 1 roll mul add } def /swj { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index mul add 4 1 roll 3 1 roll mul add 6 2 roll /_cnt 0 ddef { 1 index eq { /_cnt _cnt 1 add ddef } if } forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss { 4 1 roll { 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss { 4 1 roll { 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke } ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def /sp { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp { { 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath } ifelse 2 copy rmoveto } exch cshow 5 npop } def /pl { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c { curveto } def /C /c load def /v { currentpoint 6 2 roll curveto } def /V /v load def /y { 2 copy curveto } def /Y /y load def /l { lineto } def /L /l load def /m { moveto } def } { /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def } ifelse /d { setdash } def /cf { } def /i { dup 0 eq { pop cf } if setflat } def /j { setlinejoin } def /J { setlinecap } def /M { setmiterlimit } def /w { setlinewidth } def /H { } def /h { closepath } def /N { _pola 0 eq { _doClip 1 eq { clip /_doClip 0 ddef } if newpath } { /CRender { N } ddef } ifelse } def /n { N } def /F { _pola 0 eq { _doClip 1 eq { gsave _pf grestore clip newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf } ifelse } { /CRender { F } ddef } ifelse } def /f { closepath F } def /S { _pola 0 eq { _doClip 1 eq { gsave _ps grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps } ifelse } { /CRender { S } ddef } ifelse } def /s { closepath S } def /B { _pola 0 eq { _doClip 1 eq gsave F grestore { gsave S grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { S } ifelse } { /CRender { B } ddef } ifelse } def /b { closepath B } def /W { /_doClip 1 ddef } def /* { count 0 ne { dup type /stringtype eq { pop } if } if newpath } def /u { } def /U { } def /q { _pola 0 eq { gsave } if } def /Q { _pola 0 eq { grestore } if } def /*u { _pola 1 add /_pola exch ddef } def /*U { _pola 1 sub /_pola exch ddef _pola 0 eq { CRender } if } def /D { pop } def /*w { } def /*W { } def /` { /_i save ddef clipForward? { nulldevice } if 6 1 roll 4 npop concat pop userdict begin /showpage { } def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash /setstrokeadjust where {pop false setstrokeadjust} if newpath 0 setgray false setoverprint } def /~ { end _i restore } def /O { 0 ne /_of exch ddef /_lp /none ddef } def /R { 0 ne /_os exch ddef /_lp /none ddef } def /g { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /A { pop } def /annotatepage { userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse } def /discard { save /discardSave exch store discardDict begin /endString exch store gt38? { 2 add } if load stopped pop end discardSave restore } bind def userdict /discardDict 7 dict dup begin put /pre38Initialize { /endStringLength endString length store /newBuff buffer 0 endStringLength getinterval store /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store /newBuffLast newBuff endStringLength 1 sub 1 getinterval store } def /shiftBuffer { newBuff 0 newBuffButFirst putinterval newBuffLast 0 currentfile read not { stop } if put } def 0 { pre38Initialize mark currentfile newBuff readstring exch pop { { newBuff endString eq { cleartomark stop } if shiftBuffer } loop } { stop } ifelse } def 1 { pre38Initialize /beginString exch store mark currentfile newBuff readstring exch pop { { newBuff beginString eq { /layerCount dup load 1 add store } { newBuff endString eq { /layerCount dup load 1 sub store layerCount 0 eq { cleartomark stop } if } if } ifelse shiftBuffer } loop } { stop } ifelse } def 2 { mark { currentfile buffer readline not { stop } if endString eq { cleartomark stop } if } loop } def 3 { /beginString exch store /layerCnt 1 store mark { currentfile buffer readline not { stop } if dup beginString eq { pop /layerCnt dup load 1 add store } { endString eq { layerCnt 1 eq { cleartomark stop } { /layerCnt dup load 1 sub store } ifelse } if } ifelse } loop } def end userdict /clipRenderOff 15 dict dup begin put { /n /N /s /S /f /F /b /B } { { _doClip 1 eq { /_doClip 0 ddef clip } if newpath } def } forall /Tr /pop load def /Bb {} def /BB /pop load def /Bg {12 npop} def /Bm {6 npop} def /Bc /Bm load def /Bh {4 npop} def end /Lb { 4 npop 6 1 roll pop 4 1 roll pop pop pop 0 eq { 0 eq { (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard } { /clipForward? true def /Tx /pop load def /Tj /pop load def currentdict end clipRenderOff begin begin } ifelse } { 0 eq { save /discardSave exch store } if } ifelse } bind def /LB { discardSave dup null ne { restore } { pop clipForward? { currentdict end end begin /clipForward? false ddef } if } ifelse } bind def /Pb { pop pop 0 (%AI5_EndPalette) discard } bind def /Np { 0 (%AI5_End_NonPrinting--) discard } bind def /Ln /pop load def /Ap /pop load def /Ar { 72 exch div 0 dtransform dup mul exch dup mul add sqrt dup 1 lt { pop 1 } if setflat } def /Mb { q } def /Md { } def /MB { Q } def /nc 3 dict def nc begin /setgray { pop } bind def /setcmykcolor { 4 npop } bind def /setcustomcolor { 2 npop } bind def currentdict readonly pop end currentdict readonly pop end setpacking %%EndResource %%EndProlog %%BeginSetup %%IncludeFont: Helvetica-Bold Adobe_level2_AI5 /initialize get exec Adobe_IllustratorA_AI5_vars Adobe_IllustratorA_AI5 Adobe_typography_AI5 /initialize get exec Adobe_IllustratorA_AI5 /initialize get exec [ 39/quotesingle 96/grave 128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis /Udieresis/aacute/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute /egrave/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde /oacute/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex /udieresis/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash /.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef /.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash /questiondown/exclamdown/logicalnot/.notdef/florin/.notdef/.notdef /guillemotleft/guillemotright/ellipsis/.notdef/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide /.notdef/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright /fi/fl/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand /Acircumflex/Ecircumflex/Aacute/Edieresis/Egrave/Iacute/Icircumflex /Idieresis/Igrave/Oacute/Ocircumflex/.notdef/Ograve/Uacute/Ucircumflex /Ugrave/dotlessi/circumflex/tilde/macron/breve/dotaccent/ring/cedilla /hungarumlaut/ogonek/caron TE %AI3_BeginEncoding: _Helvetica-Bold Helvetica-Bold [/_Helvetica-Bold/Helvetica-Bold 0 0 1 TZ %AI3_EndEncoding AdobeType %AI5_Begin_NonPrinting Np %AI3_BeginPattern: (Yellow Stripe) (Yellow Stripe) 8.4499 4.6 80.4499 76.6 [ %AI3_Tile (0 O 0 R 0 0.4 1 0 k 0 0.4 1 0 K) @ ( 800 Ar 0 J 0 j 3.6 w 4 M []0 d %AI3_Note: 0 D 8.1999 8.1999 m 80.6999 8.1999 L S 8.1999 22.6 m 80.6999 22.6 L S 8.1999 37.0001 m 80.6999 37.0001 L S 8.1999 51.3999 m 80.6999 51.3999 L S 8.1999 65.8 m 80.6999 65.8 L S 8.1999 15.3999 m 80.6999 15.3999 L S 8.1999 29.8 m 80.6999 29.8 L S 8.1999 44.1999 m 80.6999 44.1999 L S 8.1999 58.6 m 80.6999 58.6 L S 8.1999 73.0001 m 80.6999 73.0001 L S ) & ] E %AI3_EndPattern %AI5_End_NonPrinting-- %AI5_Begin_NonPrinting Np 3 Bn %AI5_BeginGradient: (Black & White) (Black & White) 0 2 Bd [ < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 %_Br [ 0 0 50 100 %_Bs 1 0 50 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Red & Yellow) (Red & Yellow) 0 2 Bd [ 0 < 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > < FFFFFEFEFDFDFDFCFCFBFBFBFAFAF9F9F9F8F8F7F7F7F6F6F5F5F5F4F4F3F3F3F2F2F1F1F1F0F0EF EFEFEEEEEDEDEDECECEBEBEBEAEAE9E9E9E8E8E7E7E7E6E6E5E5E5E4E4E3E3E3E2E2E1E1E1E0E0DF DFDFDEDEDDDDDDDCDCDBDBDBDADAD9D9D9D8D8D7D7D7D6D6D5D5D5D4D4D3D3D3D2D2D1D1D1D0D0CF CFCFCECECDCDCDCCCCCBCBCBCACAC9C9C9C8C8C7C7C7C6C6C5C5C5C4C4C3C3C3C2C2C1C1C1C0C0BF BFBFBEBEBDBDBDBCBCBBBBBBBABAB9B9B9B8B8B7B7B7B6B6B5B5B5B4B4B3B3B3B2B2B1B1B1B0B0AF AFAFAEAEADADADACACABABABAAAAA9A9A9A8A8A7A7A7A6A6A5A5A5A4A4A3A3A3A2A2A1A1A1A0A09F 9F9F9E9E9D9D9D9C9C9B9B9B9A9A9999 > 0 1 %_Br [ 0 1 0.6 0 1 50 100 %_Bs 0 0 1 0 1 50 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Yellow & Blue Radial) (Yellow & Blue Radial) 1 2 Bd [ < 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > < 1415161718191A1B1C1D1E1F1F202122232425262728292A2A2B2C2D2E2F30313233343536363738 393A3B3C3D3E3F40414142434445464748494A4B4C4D4D4E4F50515253545556575858595A5B5C5D 5E5F60616263646465666768696A6B6C6D6E6F6F707172737475767778797A7B7B7C7D7E7F808182 83848586868788898A8B8C8D8E8F90919292939495969798999A9B9C9D9D9E9FA0A1A2A3A4A5A6A7 A8A9A9AAABACADAEAFB0B1B2B3B4B4B5B6B7B8B9BABBBCBDBEBFC0C0C1C2C3C4C5C6C7C8C9CACBCB CCCDCECFD0D1D2D3D4D5D6D7D7D8D9DADBDCDDDEDFE0E1E2E2E3E4E5E6E7E8E9EAEBECEDEEEEEFF0 F1F2F3F4F5F6F7F8F9F9FAFBFCFDFEFF > < ABAAAAA9A8A7A7A6A5A5A4A3A3A2A1A1A09F9F9E9D9D9C9B9B9A9999989797969595949393929191 908F8F8E8D8D8C8B8B8A8989888787868585848383828181807F7F7E7D7D7C7B7B7A797978777776 7575747373727171706F6F6E6D6D6C6B6B6A6969686767666565646362626160605F5E5E5D5C5C5B 5A5A5958585756565554545352525150504F4E4E4D4C4C4B4A4A4948484746464544444342424140 403F3E3E3D3C3C3B3A3A3938383736363534343332323130302F2E2E2D2C2C2B2A2A292828272626 25242423222121201F1F1E1D1D1C1B1B1A1919181717161515141313121111100F0F0E0D0D0C0B0B 0A090908070706050504030302010100 > 0 1 %_Br [ 0 0.08 0.67 0 1 50 14 %_Bs 1 1 0 0 1 50 100 %_Bs BD %AI5_EndGradient %AI5_End_NonPrinting-- %AI5_BeginPalette 0 0 Pb Pn Pc 1 g Pc 0 g Pc 0 0 0 0 k Pc 0.75 g Pc 0.5 g Pc 0.25 g Pc 0 g Pc Bb 2 (Black & White) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.25 0 0 0 k Pc 0.5 0 0 0 k Pc 0.75 0 0 0 k Pc 1 0 0 0 k Pc 0.25 0.25 0 0 k Pc 0.5 0.5 0 0 k Pc 0.75 0.75 0 0 k Pc 1 1 0 0 k Pc Bb 2 (Red & Yellow) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0 0.25 0 0 k Pc 0 0.5 0 0 k Pc 0 0.75 0 0 k Pc 0 1 0 0 k Pc 0 0.25 0.25 0 k Pc 0 0.5 0.5 0 k Pc 0 0.75 0.75 0 k Pc 0 1 1 0 k Pc Bb 0 0 0 0 Bh 2 (Yellow & Blue Radial) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0 0 0.25 0 k Pc 0 0 0.5 0 k Pc 0 0 0.75 0 k Pc 0 0 1 0 k Pc 0.25 0 0.25 0 k Pc 0.5 0 0.5 0 k Pc 0.75 0 0.75 0 k Pc 1 0 1 0 k Pc (Yellow Stripe) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p Pc 0.25 0.125 0 0 k Pc 0.5 0.25 0 0 k Pc 0.75 0.375 0 0 k Pc 1 0.5 0 0 k Pc 0.125 0.25 0 0 k Pc 0.25 0.5 0 0 k Pc 0.375 0.75 0 0 k Pc 0.5 1 0 0 k Pc 0 0 0 0 k Pc 0 0.25 0.125 0 k Pc 0 0.5 0.25 0 k Pc 0 0.75 0.375 0 k Pc 0 1 0.5 0 k Pc 0 0.125 0.25 0 k Pc 0 0.25 0.5 0 k Pc 0 0.375 0.75 0 k Pc 0 0.5 1 0 k Pc 0 0 0 0 k Pc 0.125 0 0.25 0 k Pc 0.25 0 0.5 0 k Pc 0.375 0 0.75 0 k Pc 0.5 0 1 0 k Pc 0.25 0 0.125 0 k Pc 0.5 0 0.25 0 k Pc 0.75 0 0.375 0 k Pc 1 0 0.5 0 k Pc 0 0 0 0 k Pc 0.25 0.125 0.125 0 k Pc 0.5 0.25 0.25 0 k Pc 0.75 0.375 0.375 0 k Pc 1 0.5 0.5 0 k Pc 0.25 0.25 0.125 0 k Pc 0.5 0.5 0.25 0 k Pc 0.75 0.75 0.375 0 k Pc 1 1 0.5 0 k Pc 0 0 0 0 k Pc 0.125 0.25 0.125 0 k Pc 0.25 0.5 0.25 0 k Pc 0.375 0.75 0.375 0 k Pc 0.5 1 0.5 0 k Pc 0.125 0.25 0.25 0 k Pc 0.25 0.5 0.5 0 k Pc 0.375 0.75 0.75 0 k Pc 0.5 1 1 0 k Pc 0 0 0 0 k Pc 0.125 0.125 0.25 0 k Pc 0.25 0.25 0.5 0 k Pc 0.375 0.375 0.75 0 k Pc 0.5 0.5 1 0 k Pc 0.25 0.125 0.25 0 k Pc 0.5 0.25 0.5 0 k Pc 0.75 0.375 0.75 0 k Pc 1 0.5 1 0 k Pc PB %AI5_EndPalette %%EndSetup %AI5_BeginLayer 1 1 1 1 0 0 0 79 128 255 Lb (Layer 1) Ln 0 A 0 O 0 0 0 0.5 k 800 Ar 0 J 0 j 1 w 3.8636 M []0 d %AI3_Note: 0 D 409.213 504.7439 m 458.8414 504.7439 L 458.8414 414.7899 L 409.213 414.7899 L 409.213 504.7439 L f 136.4292 504.7439 m 186.0576 504.7439 L 186.0576 414.7899 L 136.4292 414.7899 L 136.4292 504.7439 L f 271.0321 423.1503 m 271.0321 499.8979 L 282.6141 513.2453 L 310.9769 513.2453 L 323.4899 499.8979 L 323.5 424.1401 L 309.9871 408.9584 L 282.6141 408.9686 L 271.0321 423.1503 L f u 1 To 0.567 0 0 0.567 278.6763 478.2403 0 Tp 315.8608 450.9576 m 315.8608 478.2546 L 278.6619 478.2546 L 278.6619 450.9576 L 315.8608 450.9576 L n TP 18.8115 -11.786 Td 0 Tr 0 O 0 0 0 0.5 k 4 M /_Helvetica-Bold 15.7147 Tf 0 Ts 100 Tz 0 Tt 1 TA %_ 0 XL 36 0 Xb XB -50 0 500 TC 0 100 1000 TW 0 0 0 Ti 1 Ta 0 0 2 2 3 Th 0 Tq 15.7147 0 Tl 0 Tc 0 Tw (The \r) Tx -4.509 -15.7147 Td (W) Tx 0 37 Tk (abi \r) Tx 0 37 Tk -13.9633 -15.7147 Td (Pr) Tx 1 20 Tk (ogram) Tx (\r) TX TO U 0 0 0 0.05 k 0 R 0 0 0 1 K 0.405 w 3.8636 M 407.413 506.5439 m 457.0414 506.5439 L 457.0414 416.5899 L 407.413 416.5899 L 407.413 506.5439 L b 134.6292 506.5439 m 184.2576 506.5439 L 184.2576 416.5899 L 134.6292 416.5899 L 134.6292 506.5439 L b 0 0 0 0.1 k 269.2321 424.9503 m 269.2321 501.6979 L 280.8141 515.0453 L 309.177 515.0453 L 321.6899 501.6979 L 321.6899 424.9503 L 309.177 410.7686 L 280.8141 410.7686 L 269.2321 424.9503 L b u 1 To 1 0 0 1 276.6769 475.0669 0 Tp 314.2458 445.4999 m 314.2458 475.0669 L 276.6769 475.0669 L 276.6769 445.4999 L 314.2458 445.4999 L n TP 8.203 -7.5 Td 0 Tr 0 O 0 0 0 1 k 1 w 4 M /_Helvetica-Bold 9 Tf 20.4115 0 Xb XB 10 0 Tl (W) Tx 0 37 Tk (abi \r) Tx 0 37 Tk -7.9969 -10 Td (Pr) Tx 1 20 Tk (ogram) Tx (\r) TX TO U 0 0 0 0 k 0 R 0 0 0 1 K 0.405 w 404.8147 446.3427 m 404.8147 423.4317 l 338.8183 423.4317 l 338.8183 414.131 l 325.106 434.8866 L 338.8183 455.6494 l 338.8183 446.3427 l 404.8147 446.3427 L b 324.701 506.2818 m 324.701 483.3709 l 391.9391 483.3709 l 391.9391 474.0702 l 405.6514 494.8258 L 391.9391 515.5886 l 391.9391 506.2818 l 324.701 506.2818 L b 187.3534 502.9268 m 187.3534 480.0159 l 251.7299 480.0159 l 251.7299 470.7151 l 265.4422 491.4707 L 251.7299 512.2336 l 251.7299 502.9268 l 187.3534 502.9268 L b 266.4421 442.9876 m 266.4421 420.0767 l 200.4457 420.0767 l 200.4457 410.776 l 186.7334 431.5315 L 200.4457 452.2944 l 200.4457 442.9876 l 266.4421 442.9876 L b u 0 0 0 1 k 0.2025 w 3.8636 M 190.5448 491.3949 m 190.5448 493.8553 192.5393 495.8498 194.9997 495.8498 c 197.4602 495.8498 199.4547 493.8553 199.4547 491.3949 c 199.4547 488.9345 197.4602 486.9399 194.9997 486.9399 c 192.5393 486.9399 190.5448 488.9345 190.5448 491.3949 c b 194.9998 491.3949 m B U u 191.5448 431.4557 m 191.5448 433.9161 193.5393 435.9106 195.9997 435.9106 c 198.4602 435.9106 200.4547 433.9161 200.4547 431.4557 c 200.4547 428.9953 198.4602 427.0007 195.9997 427.0007 c 193.5393 427.0007 191.5448 428.9953 191.5448 431.4557 c b 195.9998 431.4557 m B U u 329.5124 494.7499 m 329.5124 497.2103 331.5069 499.2048 333.9674 499.2048 c 336.4278 499.2048 338.4223 497.2103 338.4223 494.7499 c 338.4223 492.2895 336.4278 490.295 333.9674 490.295 c 331.5069 490.295 329.5124 492.2895 329.5124 494.7499 c b 333.9674 494.7499 m B U u 329.5124 434.8107 m 329.5124 437.2711 331.5069 439.2657 333.9674 439.2657 c 336.4278 439.2657 338.4223 437.2711 338.4223 434.8107 c 338.4223 432.3503 336.4278 430.3558 333.9674 430.3558 c 331.5069 430.3558 329.5124 432.3503 329.5124 434.8107 c b 333.9674 434.8107 m B U u 1 To 0.567 0 0 0.567 137.6401 477.0526 0 Tp 181.2902 445.4999 m 181.2902 477.0669 L 137.6261 477.0669 L 137.6261 445.4999 L 181.2902 445.4999 L n TP 10.8336 -9.2595 Td 0 Tr 0 O 0 0 0 1 k 1 w 4 M /_Helvetica-Bold 12.346 Tf 36 0 Xb XB 12.346 0 Tl (Micr) Tx 1 20 Tk (osoft\r) Tx 0.6526 -14.1097 Td 14.1097 0 Tl (Windo) Tx 1 15 Tk (ws\r) Tx -5.5822 -14.1097 Td (application \r) Tx 0 9 Tk 7.611 -14.1097 Td (pr) Tx 1 20 Tk (ogram) Tx (\r) TX TO U u 1 To 0.567 0 0 0.567 411.6233 485.0527 0 Tp 0.2025 w 3.8636 M 454.1838 437.4999 m 454.1838 485.0669 L 411.6084 485.0669 L 411.6084 437.4999 L 454.1838 437.4999 L n TP 18.9987 -9.2595 Td 0 Tr 0 O 0 0 0 1 k 1 w 4 M 12.346 0 Tl (Native \r) Tx -9.5956 -14.1097 Td 14.1097 0 Tl (operating\r) Tx -8.6838 -14.1097 Td (system files,) Tx 1 40 Tk ( \r) Tx 16.3096 -14.1097 Td (driver) Tx 1 15 Tk (s\r) Tx -7.6258 -14.1097 Td (and other \r) Tx -1.2629 -14.1097 Td (resour) Tx 1 20 Tk (ces) Tx (\r) TX TO U u 1 To 0.567 0 0 0.567 343.9636 503.003 0 Tp 0.2025 w 3.8636 M 397.6735 485.9503 m 397.6735 503.0172 L 343.9489 503.0172 L 343.9489 485.9503 L 397.6735 485.9503 L n TP -0.0259 -7.2753 Td 0 Tr 0 O 0 0 0 1 k 1 w 4 M /_Helvetica-Bold 9.7004 Tf 0 Ta 9.7004 0 Tl (W) Tx 0 37 Tk (abi redirects \r) Tx 0 37 Tk -0.3588 -9.7004 Td (request to operating\r) Tx 0 37 Tk T* (system resour) Tx 1 20 Tk (ce) Tx (\r) TX TO U u 1 To 0.567 0 0 0.567 203.3755 499.648 0 Tp 0.2025 w 3.8636 M 259.9528 482.5953 m 259.9528 499.6622 L 203.3613 499.6622 L 203.3613 482.5953 L 259.9528 482.5953 L n TP -0.025 -7.2753 Td 0 Tr 0 O 0 0 0 1 k 1 w 4 M (A) Tx 0 37 Tk ( request f) Tx 1 20 Tk (or ser) Tx 1 -10 Tk (vice) Tx 1 -10 Tk (,) Tx 1 40 Tk ( \r) Tx 0 37 Tk -0.3588 -9.7004 Td (suc) Tx 1 10 Tk (h as printing or \r) Tx 0 37 Tk T* (disk access) Tx (\r) TX TO U u 1 To 1 0 0 1 204.3613 439.723 0 Tp 0.2025 w 3.8636 M 266.0311 422.6561 m 266.0311 439.723 L 204.3613 439.723 L 204.3613 422.6561 L 266.0311 422.6561 L n TP 0 -4.125 Td 0 Tr 0 O 0 0 0 1 k 1 w 4 M /_Helvetica-Bold 5.5 Tf 20.4115 0 Xb XB 5.5 0 Tl (W) Tx 0 37 Tk (abi pr) Tx 1 20 Tk (o) Tx 1 20 Tk (vides\r) Tx 0 37 Tk -0.2034 -5.5 Td (requested ser) Tx 1 -10 Tk (vice\r) Tx 0 37 Tk T* (to application pr) Tx 1 20 Tk (ogram) Tx (\r) TX TO U u 1 To 0.567 0 0 0.567 343.9636 443.0637 0 Tp 0.2025 w 3.8636 M 393.1028 426.0111 m 393.1028 443.0781 L 343.9489 443.0781 L 343.9489 426.0111 L 393.1028 426.0111 L n TP -0.0259 -7.2753 Td 0 Tr 0 O 0 0 0 1 k 1 w 4 M /_Helvetica-Bold 9.7004 Tf 36 0 Xb XB 9.7004 0 Tl (Required resour) Tx 1 20 Tk (ce \r) Tx T* (pr) Tx 1 20 Tk (o) Tx 1 20 Tk (vided b) Tx 1 20 Tk (y\r) Tx T* (operating system) Tx (\r) TX TO U u 1 To 0.81 0 0 0.81 193.0233 493.7198 0 Tp 0.2025 w 3.8636 M 196.9793 487.2459 m 196.9793 493.7258 L 193.0174 493.7258 L 193.0174 487.2459 L 196.9793 487.2459 L n TP -0.0073 -5.25 Td 0 Tr 0 O 0 0 0 0 k 1 w 4 M /_Helvetica-Bold 7 Tf 7 0 Tl (1) Tx (\r) TX TO U u 1 To 1 0 0 1 194.0174 433.7866 0 Tp 0.2025 w 3.8636 M 197.9793 427.3067 m 197.9793 433.7866 L 194.0174 433.7866 L 194.0174 427.3067 L 197.9793 427.3067 L n TP 0 -4.2525 Td 0 Tr 0 O 0 0 0 0 k 1 w 4 M /_Helvetica-Bold 5.67 Tf 29.1599 0 Xb XB 5.67 0 Tl (2) Tx (\r) TX TO U u 1 To 0.81 0 0 0.81 331.9912 437.1356 0 Tp 0.2025 w 3.8636 M 335.947 430.6618 m 335.947 437.1416 L 331.9851 437.1416 L 331.9851 430.6618 L 335.947 430.6618 L n TP -0.0076 -5.25 Td 0 Tr 0 O 0 0 0 0 k 1 w 4 M /_Helvetica-Bold 7 Tf 36 0 Xb XB 7 0 Tl (4) Tx (\r) TX TO U u 1 To 0.81 0 0 0.81 331.9912 497.0748 0 Tp 0.2025 w 3.8636 M 335.947 490.6009 m 335.947 497.0808 L 331.9851 497.0808 L 331.9851 490.6009 L 335.947 490.6009 L n TP -0.0076 -5.25 Td 0 Tr 0 O 0 0 0 0 k 1 w 4 M (3) Tx (\r) TX TO U LB %AI5_EndLayer-- %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_IllustratorA_AI5 /terminate get exec Adobe_typography_AI5 /terminate get exec Adobe_level2_AI5 /terminate get exec %%EOF %%EndDocument FMENDEPSF 54 144 558 648 C 0 72 612 720 C 34 600.6 36 648 R 7 X 1 K V 34 563.4 36 573.4 R V 34 505.8 36 515.8 R V 34 448.2 36 470.6 R V 34 255 36 264 R V 34 205.2 36 215.2 R V FMENDPAGE %%EndPage: "2" 25 %%Page: "1" 25 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (1) 553.42 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (Getting Started) 198 509.31 P 1 24 Q 4 K -3.12 (1) 525.15 508.64 S 0 10 Q 0 K 0.52 0.1 (Using the W) 198 459.68 B 0.52 0.1 (abi pr) 254.37 459.68 B 0.52 0.1 (ogram, you can r) 281.19 459.68 B 0.52 0.1 (un some of your favorite Micr) 359.29 459.68 B 0.52 0.1 (osoft) 497.11 459.68 B 0.52 0.1 (W) 198 447.28 B 0.52 0.1 (indows applications, while at the same time taking full advantage of the) 207.54 447.28 B 0.52 0.1 (connectivity and networking potential of your native UNIX operating system.) 198 434.88 B 0.52 0.1 (If you ar) 198 414.48 B 0.52 0.1 (e not familiar with the W) 237.44 414.48 B 0.52 0.1 (abi pr) 352.42 414.48 B 0.52 0.1 (ogram and want to learn the basic) 379.25 414.48 B 0.52 0.1 (concepts of its operation, r) 198 402.08 B 0.52 0.1 (ead the next section, \322About the W) 319.4 402.08 B 0.52 0.1 (abi Pr) 479.07 402.08 B 0.52 0.1 (ogram.\323) 505.92 402.08 B 0.52 0.1 (If you want instr) 198 381.68 B 0.52 0.1 (uctions for speci\336c \322Getting Started\323 tasks, skip the next) 274.99 381.68 B 0.52 0.1 (section of this chapter) 198 369.28 B 0.52 0.1 (. Use the following table to locate the instr) 297.77 369.28 B 0.52 0.1 (uctions you) 492.25 369.28 B 0.1 (need.) 198 356.88 S 3 9 Q 0.09 (T) 198 329.54 S 0.09 (ask) 203.09 329.54 S 0.09 (Page) 425.37 329.54 S 1 F 0.47 0.09 (Starting the W) 198 312.54 B 0.47 0.09 (abi Pr) 254.43 312.54 B 0.47 0.09 (ogram) 277.16 312.54 B 0 F 0.09 (15) 425.37 312.54 S 1 F 0.47 0.09 (Exiting the W) 198 295.54 B 0.47 0.09 (abi Pr) 251.35 295.54 B 0.47 0.09 (ogram) 274.08 295.54 B 0 F 0.09 (15) 425.37 295.54 S 1 F 0.47 0.09 (Displaying the W) 198 278.54 B 0.47 0.09 (abi Pr) 264.61 278.54 B 0.47 0.09 (ogram on a Remote System) 287.34 278.54 B 0 F 0.09 (15) 425.37 278.54 S 1 F 0.47 0.09 (Displaying the W) 198 261.54 B 0.47 0.09 (abi Pr) 264.61 261.54 B 0.47 0.09 (ogram with Small or Lar) 287.34 261.54 B 0.47 0.09 (ge) 380.48 261.54 B 0.47 0.09 (System Fonts) 198 250.14 B 0 F 0.09 (16) 425.37 261.54 S 1 F 0.47 0.09 (Installing Micr) 198 233.14 B 0.47 0.09 (osoft W) 255.49 233.14 B 0.47 0.09 (indows Fr) 284.11 233.14 B 0.47 0.09 (om Diskette) 321.93 233.14 B 0 F 0.09 (17) 425.37 233.14 S 1 F 0.47 0.09 (Installing Micr) 198 216.14 B 0.47 0.09 (osoft W) 255.49 216.14 B 0.47 0.09 (indows Fr) 284.11 216.14 B 0.47 0.09 (om a W) 321.93 216.14 B 0.47 0.09 (abi Drive) 351.18 216.14 B 0 F 0.09 (17) 425.37 216.14 S 1 F 0.47 0.09 (V) 198 199.14 B 0.47 0.09 (iewing the W) 203.91 199.14 B 0.47 0.09 (abi Man Page) 254.18 199.14 B 0 F 0.09 (18) 425.37 199.14 S 1 F 0.47 0.09 (Accessing the W) 198 182.14 B 0.47 0.09 (abi Man Page) 260.35 182.14 B 0 F 0.09 (18) 425.37 182.14 S 198 341.54 515.37 341.54 2 L V 0.3 H 0 Z N 198 324.54 515.37 324.54 2 L V 0.5 H N 198 177.14 515.37 177.14 2 L V 0.3 H N 34 353.54 36 453.94 R 7 X 1 K V 34 258.54 36 267.54 R V 34 196.14 36 205.14 R V FMENDPAGE %%EndPage: "1" 24 %%Page: "xxiv" 24 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (xxiv) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V FMENDPAGE %%EndPage: "xxiv" 23 %%Page: "xxiii" 23 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Pr) 198 108.7 S 0.09 (eface) 207.01 108.7 S 0 F 0.09 (xxiii) 540.43 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 15 Q 0 X 0 K -0.94 (Shell Pr) 54 638 P -0.94 (ompts in Command Examples) 101.56 638 P 0 10 Q 0.52 0.1 (The following table shows the default system pr) 198 616.33 B 0.52 0.1 (ompt and super) 418.75 616.33 B 0.52 0.1 (user pr) 491.58 616.33 B 0.52 0.1 (ompt) 524.07 616.33 B 0.52 0.1 (for the C shell, Bourne shell, and Korn shell.) 198 603.93 B 3 9 Q 0.09 (Shell) 198 576.6 S 0.09 (Prompt) 325.1 576.6 S 0 F 0.47 0.09 (C shell pr) 198 559.6 B 0.47 0.09 (ompt) 238.07 559.6 B 0.09 (%) 325.1 559.6 S 0.47 0.09 (C shell super) 198 542.6 B 0.47 0.09 (user pr) 251.96 542.6 B 0.47 0.09 (ompt) 281.18 542.6 B 0.09 (#) 325.1 542.6 S 0.37 0.09 (Bourne shell and Korn shell) 198 525.6 B 0.09 (pr) 198 514.2 S 0.09 (ompt) 206.97 514.2 S 0.09 ($) 325.1 525.6 S 0.37 0.09 (Bourne shell and Korn shell) 198 497.2 B 0.47 0.09 (super) 198 485.8 B 0.47 0.09 (user pr) 220.86 485.8 B 0.47 0.09 (ompt) 250.08 485.8 B 0.09 (#) 325.1 497.2 S 198 588.6 413.67 588.6 2 L V 0 Z N 198 571.6 413.67 571.6 2 L V 0.5 H N 198 480.8 413.67 480.8 2 L V 0.3 H N FMENDPAGE %%EndPage: "xxiii" 22 %%Page: "xxii" 22 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (xxii) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 1 15 Q 0 X 0 K -0.94 (T) 54 638 P -0.94 (ypographic Conventions Used in This Manual) 61.78 638 P 0 10 Q 0.52 0.1 (The following table describes the type changes and symbols used in this book.) 198 616.33 B 3 9 Q 0.47 0.09 (T) 204 591 B 0.47 0.09 (ypeface,) 209.28 591 B 0.47 0.09 (symbol, or) 204 579.6 B 0.09 (term) 204 568.2 S 0.09 (Meaning) 268.8 568.2 S 0.09 (Example) 412.8 568.2 S 2 F (AaBbCc123) 204 553.2 T 0 F 0.47 0.09 (The names of commands, \336les,) 268.8 553.2 B 0.47 0.09 (and dir) 268.8 541.8 B 0.47 0.09 (ectories; on-scr) 298.85 541.8 B 0.47 0.09 (een) 359.99 541.8 B 0.47 0.09 (computer output) 268.8 530.4 B 0.47 0.09 (Edit your) 412.8 553.2 B 2 F 1.08 (.login) 454.53 553.2 P 0 F 0.47 0.09 ( \336le.) 486.88 553.2 B 0.47 0.09 (Use) 412.8 541.8 B 2 F 1.08 (ls -a) 430.98 541.8 P 0 F 0.47 0.09 ( to list all \336les.) 459.02 541.8 B 2 F 1.08 (system% You have mail.) 412.8 530.4 P 4 F (AaBbCc123) 204 504 T 0 F 0.24 0.09 (What you type, contrasted with) 268.8 504 B 0.47 0.09 (on-scr) 268.8 492.6 B 0.47 0.09 (een computer output) 293.66 492.6 B 2 F 1.08 (machine_name%) 412.8 504 P 4 F 1.08 (su) 489.37 504 P 2 F (Password:) 412.8 492.6 T 1 F 0.09 (AaBbCc123) 204 477.6 S 0 F 0.47 0.09 (Command-line placeholder:) 268.8 477.6 B 0.47 0.09 (r) 268.8 466.2 B 0.47 0.09 (eplace with a r) 272.28 466.2 B 0.47 0.09 (eal name or) 333.03 466.2 B 0.09 (value) 268.8 454.8 S 0.43 0.09 (T) 412.8 477.6 B 0.43 0.09 (o delete a \336le, type) 417.57 477.6 B 4 F 0.99 (rm) 498.42 477.6 P 1 F 0.43 0.09 (\336lename) 515.58 477.6 B 4 F 0.99 (.) 546.43 477.6 P 1 F 0.09 (AaBbCc123) 204 439.8 S 0 F -0.26 0.09 (Book titles, new wor) 268.8 439.8 B -0.26 0.09 (ds or terms,) 351.14 439.8 B 0.47 0.09 (or wor) 268.8 428.4 B 0.47 0.09 (ds to be emphasized) 296.3 428.4 B 0.47 0.09 (Read Chapter 6 in) 412.8 439.8 B 1 F 0.47 0.09 (User) 490.19 439.8 B 0.47 0.09 (\325) 508.36 439.8 B 0.47 0.09 (s Guide) 510.46 439.8 B 4 F 1.08 (.) 539.27 439.8 P 0 F 0.47 0.09 (These ar) 412.8 428.4 B 0.47 0.09 (e called) 447.28 428.4 B 1 F 0.47 0.09 (class) 481.33 428.4 B 0 F 0.47 0.09 ( options.) 498.92 428.4 B 0.47 0.09 (Y) 412.8 417 B 0.47 0.09 (ou) 418.06 417 B 1 F 0.47 0.09 (must) 431.37 417 B 0 F 0.47 0.09 ( be r) 450.21 417 B 0.47 0.09 (oot to do this.) 468.75 417 B 0.47 0.09 (Key Names) 204 402 B 0.47 0.09 (Alt,s,d F1) 204 390.6 B 0.22 0.09 (Keys ar) 268.8 402 B 0.22 0.09 (e written as they appear) 299.42 402 B 0.47 0.09 (on the keyboar) 268.8 390.6 B 0.47 0.09 (d. Keys you) 330.15 390.6 B -0 0.09 (pr) 268.8 379.2 B -0 0.09 (ess sequentially ar) 277.77 379.2 B -0 0.09 (e separated) 352.15 379.2 B 0.47 0.09 (by a comma. Keys you pr) 268.8 367.8 B 0.47 0.09 (ess) 374.16 367.8 B 0.47 0.09 (simultaneously ar) 268.8 356.4 B 0.47 0.09 (e joined by a) 342.03 356.4 B 0.47 0.09 (plus sign \050+\051.) 268.8 345 B 0.47 0.09 (Pr) 412.8 402 B 0.47 0.09 (ess Alt,s,p to open the Printer) 421.8 402 B 0.47 0.09 (Settings dialog box.) 412.8 390.6 B 0.47 0.09 (Pr) 412.8 367.8 B 0.47 0.09 (ess Alt + F4) 421.8 367.8 B 0.47 0.09 (T) 204 330 B 0.47 0.09 (ype vs.) 208.79 330 B 0.09 (Enter) 204 318.6 S 0.25 0.09 (T) 268.8 330 B 0.25 0.09 (ype means pr) 273.59 330 B 0.25 0.09 (ess only the keys) 328.94 330 B 0.09 (indicated.) 268.8 318.6 S 0.47 0.09 (Enter means to type the) 268.8 307.2 B 0.47 0.09 (indicated keys and pr) 268.8 295.8 B 0.47 0.09 (ess the) 358.11 295.8 B 0.47 0.09 (Enter or Return keys.) 268.8 284.4 B 0.47 0.09 (T) 412.8 330 B 0.47 0.09 (ype a device driver name.) 417.59 330 B 0.47 0.09 (Enter a device driver name.) 412.8 307.2 B 0.47 0.09 (Enter vs.) 204 269.4 B 0.09 (Return) 204 258 S 0.47 0.09 (These keys ar) 268.8 269.4 B 0.47 0.09 (e used) 324.55 269.4 B 0.09 (inter) 268.8 258 S 0.09 (changeably) 287.72 258 S 198 601 558 601 2 L V 0 Z N 198 563.2 558 563.2 2 L V 0.5 H N 198 253 558 253 2 L V 0.3 H N 34 613 36 623 R 7 X 1 K V 34 501 36 510 R V FMENDPAGE %%EndPage: "xxii" 21 %%Page: "xxi" 21 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Pr) 198 108.7 S 0.09 (eface) 207.01 108.7 S 0 F 0.09 (xxi) 545.84 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 1 14 Q 0 X 0 K -0.88 (On-Line Help) 117.22 638.67 P 0 10 Q 0.52 0.1 (The W) 198 617.33 B 0.52 0.1 (abi pr) 227.32 617.33 B 0.52 0.1 (ogram pr) 254.15 617.33 B 0.52 0.1 (ovides a compr) 296.53 617.33 B 0.52 0.1 (ehensive on-line Help system that) 366.6 617.33 B 0.52 0.1 (describes how to use all pr) 198 604.93 B 0.52 0.1 (ogram featur) 320.73 604.93 B 0.52 0.1 (es and functions.) 379.9 604.93 B 0.52 0.1 (T) 198 584.53 B 0.52 0.1 (o use W) 203.31 584.53 B 0.52 0.1 (abi on-line Help, pr) 239.63 584.53 B 0.52 0.1 (ess F1 to view the Help table of contents. Then) 329.43 584.53 B 0.13 0.1 (choose a Help topic to jump to a detailed Help scr) 198 572.13 B 0.13 0.1 (een. Y) 424.55 572.13 B 0.13 0.1 (ou can also choose the) 451.41 572.13 B 0.52 0.1 (Help button within any W) 198 559.73 B 0.52 0.1 (abi dialog box to view a context-sensitive Help) 318.32 559.73 B 0.1 (scr) 198 547.33 S 0.1 (een.) 210.74 547.33 S 1 14 Q -0.88 (Err) 117.22 514.27 P -0.88 (or Messages and Status Panel Help) 136.4 514.27 P 0 10 Q 0.31 0.1 (W) 198 492.93 B 0.31 0.1 (abi functions r) 207.18 492.93 B 0.31 0.1 (eturn an err) 272.78 492.93 B 0.31 0.1 (or message when a pr) 326.76 492.93 B 0.31 0.1 (oblem occurs that interr) 426.36 492.93 B 0.31 0.1 (upts) 535.16 492.93 B 0.52 0.1 (the completion of a task. Err) 198 480.53 B 0.52 0.1 (or messages describe the pr) 327.87 480.53 B 0.52 0.1 (oblem and usually) 454.09 480.53 B 0.52 0.1 (suggest a solution that r) 198 468.13 B 0.52 0.1 (esolves the err) 308.4 468.13 B 0.52 0.1 (or condition. Occasionally) 374.36 468.13 B 0.52 0.1 (, you must) 492.48 468.13 B 0.07 0.1 (pr) 198 455.73 B 0.07 0.1 (ogr) 207.98 455.73 B 0.07 0.1 (ess thr) 223.06 455.73 B 0.07 0.1 (ough a series of err) 252.43 455.73 B 0.07 0.1 (or messages to fully r) 338.77 455.73 B 0.07 0.1 (esolve an err) 435.55 455.73 B 0.07 0.1 (or) 493.13 455.73 B 0.07 0.1 (. Follow the) 502 455.73 B 0.52 0.1 (instr) 198 443.33 B 0.52 0.1 (uctions pr) 218.59 443.33 B 0.52 0.1 (ovided in each err) 264.52 443.33 B 0.52 0.1 (or message box to r) 347.66 443.33 B 0.52 0.1 (esolve an err) 437.09 443.33 B 0.52 0.1 (or) 495.57 443.33 B 0.52 0.1 (.) 504.43 443.33 B 0.52 0.1 (The W) 198 422.93 B 0.52 0.1 (abi pr) 227.32 422.93 B 0.52 0.1 (ogram also pr) 254.15 422.93 B 0.52 0.1 (ovides status panel help. Status panel help appears) 317.64 422.93 B 0.52 0.1 (in a footer included in each Con\336guration Manager dialog box. \050This panel) 198 410.53 B 0.52 0.1 (forms the left half of a dialog box bottom bor) 198 398.13 B 0.52 0.1 (der) 405.15 398.13 B 0.52 0.1 (.\051 The contents of this panel) 419.55 398.13 B 0.52 0.1 (change as you move the mouse pointer over the dialog box. For example, if) 198 385.73 B 0.52 0.1 (you place the pointer over an entry ar) 198 373.33 B 0.52 0.1 (ea, status panel help displays a brief) 371.93 373.33 B 0.52 0.1 (description of the type of entry r) 198 360.93 B 0.52 0.1 (equir) 347.56 360.93 B 0.52 0.1 (ed.) 371.14 360.93 B 1 14 Q -0.88 (Customer Support) 117.22 327.87 P 0 10 Q 0.52 0.1 (Y) 198 306.53 B 0.52 0.1 (our operating system vendor pr) 203.85 306.53 B 0.52 0.1 (ovides telephone support for the W) 349.53 306.53 B 0.52 0.1 (abi) 511.4 306.53 B 0.52 0.1 (pr) 198 294.13 B 0.52 0.1 (ogram. If you cannot r) 207.98 294.13 B 0.52 0.1 (esolve a pr) 310.82 294.13 B 0.52 0.1 (oblem using W) 360.55 294.13 B 0.52 0.1 (abi documentation, on-line) 429.01 294.13 B 0.52 0.1 (Help, or err) 198 281.73 B 0.52 0.1 (or messages and status panel help, contact your operating system) 251.66 281.73 B 0.52 0.1 (vendor for additional support.) 198 269.33 B FMENDPAGE %%EndPage: "xxi" 20 %%Page: "xx" 20 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (xx) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 3 10 Q 0 X 0 K -0.12 0.1 (Chapter) 198 641.33 B -0.12 0.1 (9, \322Installing and Using DOS Applications,\323) 237.94 641.33 B 0 F -0.12 0.1 ( details how to connect a) 444.56 641.33 B 0.52 0.1 (DOS emulator to the W) 198 628.93 B 0.52 0.1 (abi pr) 304.87 628.93 B 0.52 0.1 (ogram, and install and r) 331.7 628.93 B 0.52 0.1 (un DOS-based) 442.2 628.93 B 0.1 (applications.) 198 616.53 S 3 F 0.31 0.1 (Appendix) 198 596.13 B 0.31 0.1 (A, \322W) 246.92 596.13 B 0.31 0.1 (abi File Layout) 277.66 596.13 B 0 F 0.31 0.1 (,\323 outlines the str) 348.06 596.13 B 0.31 0.1 (uctur) 426.5 596.13 B 0.31 0.1 (e of the dir) 450.52 596.13 B 0.31 0.1 (ectories and) 500.35 596.13 B 0.52 0.1 (\336les that make up the W) 198 583.73 B 0.52 0.1 (abi softwar) 309.84 583.73 B 0.52 0.1 (e.) 360.77 583.73 B 3 F 0.52 0.1 (Appendix) 198 563.33 B 0.52 0.1 (B, \322Color From W) 246.92 563.33 B 0.52 0.1 (indows to W) 333.92 563.33 B 0.52 0.1 (abi,\323) 393.05 563.33 B 0 F 0.52 0.1 (explains W) 418.6 563.33 B 0.52 0.1 (abi color handling) 468.51 563.33 B 0.52 0.1 (and describes some variables that af) 198 550.93 B 0.52 0.1 (fect W) 363.33 550.93 B 0.52 0.1 (abi color handling.) 391.83 550.93 B 3 F 0.52 0.1 (Appendix) 198 530.53 B 0.52 0.1 (C, \322Fonts from W) 246.92 530.53 B 0.52 0.1 (indows to W) 332.24 530.53 B 0.52 0.1 (abi,\323) 391.37 530.53 B 0 F 0.52 0.1 ( discusses methods the W) 413.8 530.53 B 0.52 0.1 (abi) 530.92 530.53 B 0.37 0.1 (pr) 198 518.13 B 0.37 0.1 (ogram uses to pr) 207.98 518.13 B 0.37 0.1 (ovide fonts to applications, and describes how edit the font) 284.75 518.13 B 0.52 0.1 (con\336guration \336le and generate a font cache.) 198 505.73 B 3 F 0.12 0.1 (Appendix) 198 485.33 B 0.12 0.1 (D, \322UNIX and DOS File Systems,\323) 246.92 485.33 B 0 F 0.12 0.1 (describes utilities that help you) 413.44 485.33 B 0.52 0.1 (use DOS and UNIX \336les in both envir) 198 472.93 B 0.52 0.1 (onments.) 371.24 472.93 B 1 15 Q -0.94 (Related Books) 54 439.2 P 0 10 Q 0.52 0.1 (Y) 198 417.53 B 0.52 0.1 (ou may \336nd it helpful to have your operating system user) 203.85 417.53 B 0.52 0.1 (\325s guide \050fr) 470.74 417.53 B 0.52 0.1 (om the) 520.8 417.53 B 0.52 0.1 (operating system supplier\051 and one of the many books available about) 198 405.13 B 0.22 0.1 (Micr) 198 392.73 B 0.22 0.1 (osoft W) 218.97 392.73 B 0.22 0.1 (indows 3.1 on hand when you use the W) 253.57 392.73 B 0.22 0.1 (abi pr) 438.15 392.73 B 0.22 0.1 (ogram. These books) 464.68 392.73 B 0.52 0.1 (pr) 198 380.33 B 0.52 0.1 (ovide backgr) 207.98 380.33 B 0.52 0.1 (ound information r) 266.94 380.33 B 0.52 0.1 (elated to W) 354.67 380.33 B 0.52 0.1 (abi topics and detail the use of) 406.45 380.33 B 0.52 0.1 (the featur) 198 367.93 B 0.52 0.1 (es and functions available in Micr) 242.05 367.93 B 0.52 0.1 (osoft W) 396.74 367.93 B 0.52 0.1 (indows 3.1 softwar) 431.64 367.93 B 0.52 0.1 (e.) 518.21 367.93 B 1 15 Q -0.94 (Getting Help) 54 334.2 P 0 10 Q 0.52 0.1 (Ther) 198 312.53 B 0.52 0.1 (e ar) 218.9 312.53 B 0.52 0.1 (e several sour) 235.87 312.53 B 0.52 0.1 (ces of help you can turn to with W) 298.89 312.53 B 0.52 0.1 (abi questions and) 457.66 312.53 B 0.1 (pr) 198 300.13 S 0.1 (oblems:) 207.98 300.13 S 7 14 Q 0.14 (\245) 198 281.73 S 0 10 Q 0.52 0.1 (W) 210.6 281.73 B 0.52 0.1 (abi on-line Help) 219.77 281.73 B 7 14 Q 0.14 (\245) 198 269.33 S 0 10 Q 0.52 0.1 (W) 210.6 269.33 B 0.52 0.1 (abi err) 219.77 269.33 B 0.52 0.1 (or messages and status panel help) 249.43 269.33 B 7 14 Q 0.14 (\245) 198 256.93 S 0 10 Q 0.52 0.1 (W) 210.6 256.93 B 0.52 0.1 (abi customer support) 219.77 256.93 B 34 625.6 36 635.6 R 7 X 1 K V 34 377 36 411.8 R V FMENDPAGE %%EndPage: "xx" 19 %%Page: "xix" 19 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Pr) 198 108.7 S 0.09 (eface) 207.01 108.7 S 0 F 0.09 (xix) 545.84 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 543.04 690.29 558 693.56 R 0 X 4 K V 543.04 684.84 558 688.11 R V 543.04 679.54 558 682.81 R V 543.04 688.2 558 690.48 R 7 X V 543.04 682.92 558 685.02 R V 0 10 Q 0 X 0 K 0.52 0.1 (The W) 198 641.33 B 0.52 0.1 (abi pr) 227.32 641.33 B 0.52 0.1 (ogram is a bridge between your UNIX operating system and a) 254.15 641.33 B 0.52 0.1 (Micr) 198 628.93 B 0.52 0.1 (osoft W) 218.97 628.93 B 0.52 0.1 (indows-compatible application pr) 253.87 628.93 B 0.52 0.1 (ogram. As a r) 407.89 628.93 B 0.52 0.1 (esult, you need) 470.3 628.93 B 0.52 0.1 (some knowledge of your operating system to fully con\336gur) 198 616.53 B 0.52 0.1 (e the W) 470.33 616.53 B 0.52 0.1 (abi) 504.79 616.53 B -0 0.1 (pr) 198 604.13 B -0 0.1 (ogram. For example, you\325ll need to know the operating system \336les available) 207.98 604.13 B 0.52 0.1 (to you in or) 198 591.73 B 0.52 0.1 (der to access those \336les. Similarly) 251.96 591.73 B 0.52 0.1 (, you may need to supply the) 404.38 591.73 B 0.52 0.1 (W) 198 579.33 B 0.52 0.1 (abi pr) 207.18 579.33 B 0.52 0.1 (ogram with the locations and names of operating system device) 234 579.33 B 0.52 0.1 (drivers, such as diskette device drivers, in or) 198 566.93 B 0.52 0.1 (der to use devices.) 403.27 566.93 B 1 15 Q -0.94 (What This Guide Contains) 54 533.2 P 0 10 Q 0.52 0.1 (This guide pr) 198 511.53 B 0.52 0.1 (esents material as follows:) 259.59 511.53 B 3 F 0.52 0.1 (Chapter) 198 491.13 B 0.52 0.1 (1, \322Getting Started,\323) 237.94 491.13 B 0 F 0.52 0.1 ( pr) 333.79 491.13 B 0.52 0.1 (esents an overview of the W) 346.88 491.13 B 0.52 0.1 (abi system and) 475.85 491.13 B 0.52 0.1 (describes how to start a W) 198 478.73 B 0.52 0.1 (abi session. This chapter also discusses installing) 318.76 478.73 B 0.52 0.1 (Micr) 198 466.33 B 0.52 0.1 (osoft W) 218.97 466.33 B 0.52 0.1 (indows softwar) 253.87 466.33 B 0.52 0.1 (e, pr) 324.53 466.33 B 0.52 0.1 (ovides system har) 345.11 466.33 B 0.52 0.1 (dwar) 427.47 466.33 B 0.52 0.1 (e and memory) 451.08 466.33 B 0.52 0.1 (r) 198 453.93 B 0.52 0.1 (equir) 201.87 453.93 B 0.52 0.1 (ements, and lists the applications certi\336ed to r) 225.46 453.93 B 0.52 0.1 (un in the W) 436.73 453.93 B 0.52 0.1 (abi) 490.39 453.93 B 0.1 (envir) 198 441.53 S 0.1 (onment.) 221.43 441.53 S 3 F 0.52 0.1 (Chapter) 198 421.13 B 0.52 0.1 (2, \322Using Con\336guration Manager) 237.94 421.13 B 0 F 0.52 0.1 (,) 394.08 421.13 B 3 F 0.52 0.1 (\323) 396.68 421.13 B 0 F 0.52 0.1 ( intr) 401.78 421.13 B 0.52 0.1 (oduces you to the tool you\325ll) 421.05 421.13 B 0.52 0.1 (use to make and change all W) 198 408.73 B 0.52 0.1 (abi settings. T) 335.07 408.73 B 0.52 0.1 (asks you\325ll perform with) 397.8 408.73 B 0.52 0.1 (Con\336guration Manager include: turning your computer) 198 396.33 B 0.52 0.1 (\325s sound on and of) 453.42 396.33 B 0.52 0.1 (f,) 538.75 396.33 B 0.43 0.1 (starting a DOS session, assigning a port, cr) 198 383.93 B 0.43 0.1 (eating diskette and network drives,) 393.31 383.93 B 0.52 0.1 (managing printing, and mor) 198 371.53 B 0.52 0.1 (e.) 327.82 371.53 B 3 F 0.28 0.1 (Chapter) 198 351.13 B 0.28 0.1 (3, \322Setting Up Drives,\323) 237.94 351.13 B 0 F 0.28 0.1 ( explains how the W) 345.73 351.13 B 0.28 0.1 (abi pr) 438.11 351.13 B 0.28 0.1 (ogram uses diskette) 464.69 351.13 B 0.52 0.1 (and network drives, and describes in detail how to cr) 198 338.73 B 0.52 0.1 (eate and use drives.) 442.8 338.73 B 3 F -0.11 0.1 (Chapter) 198 318.33 B -0.11 0.1 (4, \322Printing,\323) 237.94 318.33 B 0 F -0.11 0.1 ( examines how the W) 299.46 318.33 B -0.11 0.1 (abi pr) 394.99 318.33 B -0.11 0.1 (ogram interacts with printers.) 421.18 318.33 B 0.09 0.1 (Her) 198 305.93 B 0.09 0.1 (e you\325ll learn how to con\336gur) 215.17 305.93 B 0.09 0.1 (e a port for printing and assign a printer to it.) 349.32 305.93 B 0.52 0.1 (Y) 198 293.53 B 0.52 0.1 (ou\325ll also learn how to establish and change the default printing setup.) 203.85 293.53 B 3 F 0.52 0.1 (Chapter) 198 273.13 B 0.52 0.1 (5, \322International Settings,\323) 237.94 273.13 B 0 F 0.52 0.1 (describes methods of localizing the W) 363.91 273.13 B 0.52 0.1 (abi) 536.78 273.13 B -0.02 0.1 (pr) 198 260.73 B -0.02 0.1 (ogram, and explains how to set up the W) 207.98 260.73 B -0.02 0.1 (abi pr) 392.29 260.73 B -0.02 0.1 (ogram to use your pr) 418.57 260.73 B -0.02 0.1 (efer) 513.79 260.73 B -0.02 0.1 (ences) 530.86 260.73 B 0.52 0.1 (for international settings that applications may use.) 198 248.33 B 3 F 0.52 0.1 (Chapter) 198 227.93 B 0.52 0.1 (6, \322On the Network,\323) 237.94 227.93 B 0 F 0.52 0.1 (explains the ways the W) 341.49 227.93 B 0.52 0.1 (abi pr) 452.61 227.93 B 0.52 0.1 (ogram uses the) 479.43 227.93 B 0.1 (network.) 198 215.53 S 3 F 0.06 0.1 (Chapter) 198 195.13 B 0.06 0.1 (7, \322Using W) 237.94 195.13 B 0.06 0.1 (abi Ports,\323) 293.11 195.13 B 0 F 0.06 0.1 ( describes how to set up and connect COM and) 342.02 195.13 B 0.52 0.1 (LPT ports to devices such as modems and printers.) 198 182.73 B 3 F 0.52 0.1 (Chapter) 198 162.33 B 0.52 0.1 (8, \322Installing and Using Microsoft W) 237.94 162.33 B 0.52 0.1 (indows Applications,\323) 411.98 162.33 B 0 F 0.52 0.1 ( details) 517.29 162.33 B 0.52 0.1 (how to install and r) 198 149.93 B 0.52 0.1 (un W) 288.22 149.93 B 0.52 0.1 (indows-based applications.) 312.93 149.93 B 34 638 36 648 R 7 X 1 K V 34 588.4 36 598.4 R V 34 212.2 36 222.2 R V FMENDPAGE %%EndPage: "xix" 18 %%Page: "xviii" 18 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (xviii) 54 108.7 S 1 F 0 K -0.58 0.09 (W) 198 108.7 B -0.58 0.09 (abi 2.0 User) 206.39 108.7 B -0.58 0.09 (\325) 250.5 108.7 B -0.58 0.09 (s Guide) 252.59 108.7 B 0 F 4 K -0.58 0.09 (\321) 280.35 108.7 B 1 F -0.58 0.09 (November 1994) 289.43 108.7 B 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 54 690.23 68.96 693.5 R 0 X 4 K V 54 684.77 68.96 688.05 R V 54 679.47 68.96 682.75 R V 54 688.14 68.96 690.41 R 7 X V 54 682.86 68.96 684.96 R V 0 10 Q 0 X 0 K 0.52 0.1 (The) 198 641.33 B 1 F 0.52 0.1 (Instructions) 218.15 641.33 B 0 F 0.52 0.1 ( section is the place to turn for mouse clicks and keystr) 268.95 641.33 B 0.52 0.1 (okes.) 521.3 641.33 B 0.52 0.1 (This section takes a no frills appr) 198 628.93 B 0.52 0.1 (oach to instr) 349.73 628.93 B 0.52 0.1 (uctions, communicating a) 406.58 628.93 B 0.52 0.1 (maximum amount of task-oriented information in a minimum amount of) 198 616.53 B 0.52 0.1 (space. Every W) 198 604.13 B 0.52 0.1 (abi task is cover) 267.52 604.13 B 0.52 0.1 (ed in) 341 604.13 B 1 F 0.52 0.1 (Instructions) 367.26 604.13 B 0 F 0.52 0.1 (. Y) 418.06 604.13 B 0.52 0.1 (et when you use the) 429.62 604.13 B 1 F 0.25 0.1 (Instructions) 198 591.73 B 0 F 0.25 0.1 ( section you won\325t be distracted fr) 248.8 591.73 B 0.25 0.1 (om the job at hand by conceptual) 403.81 591.73 B 0.52 0.1 (digr) 198 579.33 B 0.52 0.1 (essions and long-winded explanations. Go to) 216.74 579.33 B 1 F 0.52 0.1 (Instructions) 425.62 579.33 B 0 F 0.52 0.1 ( when you) 476.43 579.33 B 0.52 0.1 (understand what you want to do and you need the steps r) 198 566.93 B 0.52 0.1 (equir) 465.55 566.93 B 0.52 0.1 (ed to do it.) 489.14 566.93 B 0.52 0.1 (A) 198 546.53 B 1 F 0.52 0.1 (Refer) 208.99 546.53 B 0.52 0.1 (ence) 230.42 546.53 B 0 F 0.52 0.1 ( section r) 248.22 546.53 B 0.52 0.1 (ounds out each chapter) 289.93 546.53 B 0.52 0.1 (. This section contains charts and) 396.12 546.53 B 0.52 0.1 (tables of information r) 198 534.13 B 0.52 0.1 (elated to the topic under discussion. Use the) 300.34 534.13 B 1 F 0.52 0.1 (Refer) 506.8 534.13 B 0.52 0.1 (ence) 528.23 534.13 B 0 F 0.52 0.1 (section when you encounter a pr) 198 521.73 B 0.52 0.1 (oblem completing a task. The pr) 348 521.73 B 0.52 0.1 (oblem-and-) 495.71 521.73 B 0.52 0.1 (solution tables included ther) 198 509.33 B 0.52 0.1 (e will help you tr) 328.47 509.33 B 0.52 0.1 (oubleshoot pr) 407.77 509.33 B 0.52 0.1 (oblems you may) 470.8 509.33 B 0.52 0.1 (encounter with the W) 198 496.93 B 0.52 0.1 (abi pr) 296.65 496.93 B 0.52 0.1 (ogram or the applications you ar) 323.47 496.93 B 0.52 0.1 (e r) 473.56 496.93 B 0.52 0.1 (unning.) 485.53 496.93 B 0.52 0.1 (As you scan each chapter) 198 476.53 B 0.52 0.1 (, keep an eye on the fr) 313.57 476.53 B 0.52 0.1 (equent) 415.79 476.53 B 1 F 0.52 0.1 (mar) 449.78 476.53 B 0.52 0.1 (gin notes) 466 476.53 B 0 F 0.52 0.1 ( in the left-) 504.35 476.53 B 0.17 0.1 (hand mar) 198 464.13 B 0.17 0.1 (gin. These notes usually point to a cr) 241.8 464.13 B 0.17 0.1 (oss-r) 408.39 464.13 B 0.17 0.1 (efer) 429.92 464.13 B 0.17 0.1 (ence in a r) 446.99 464.13 B 0.17 0.1 (elated section) 493.42 464.13 B 0.52 0.1 (within the same chapter) 198 451.73 B 0.52 0.1 (. For example, a concept described in) 307.62 451.73 B 1 F 0.52 0.1 (About) 480.74 451.73 B 0 F 0.52 0.1 ( carries a) 506.41 451.73 B 0.52 0.1 (cr) 198 439.33 B 0.52 0.1 (oss-r) 206.4 439.33 B 0.52 0.1 (efer) 227.93 439.33 B 0.52 0.1 (ence to the page in) 245 439.33 B 1 F 0.52 0.1 (Instructions) 334.58 439.33 B 0 F 0.52 0.1 ( wher) 385.38 439.33 B 0.52 0.1 (e the steps r) 411.6 439.33 B 0.52 0.1 (equir) 466.9 439.33 B 0.52 0.1 (ed to perform) 490.49 439.33 B 0.51 0.1 (the r) 198 426.93 B 0.51 0.1 (elated task appear) 219.13 426.93 B 0.51 0.1 (. \050The r) 301.84 426.93 B 0.51 0.1 (everse is also tr) 334.98 426.93 B 0.51 0.1 (ue.\051 Use mar) 405.76 426.93 B 0.51 0.1 (gin notes to shorten) 464 426.93 B 0.52 0.1 (the distance between wher) 198 414.53 B 0.52 0.1 (e you ar) 319.97 414.53 B 0.52 0.1 (e and wher) 357.4 414.53 B 0.52 0.1 (e you want to be.) 408.85 414.53 B 1 15 Q -0.94 (Who Should Use This Book) 54 380.8 P 0 10 Q 0.52 0.1 (If you use the W) 198 359.13 B 0.52 0.1 (abi pr) 273.4 359.13 B 0.52 0.1 (ogram to load and r) 300.22 359.13 B 0.52 0.1 (un applications, you\325ll \336nd this) 391.95 359.13 B -0.03 0.1 (manual essential. It describes operating concepts and pr) 198 346.73 B -0.03 0.1 (ocedur) 450.35 346.73 B -0.03 0.1 (es, and pr) 481.54 346.73 B -0.03 0.1 (ovides) 525.69 346.73 B 0.52 0.1 (step-by-step instr) 198 334.33 B 0.52 0.1 (uctions for completing all W) 277.23 334.33 B 0.52 0.1 (abi tasks. Similarly) 406.83 334.33 B 0.52 0.1 (, if you ar) 492.18 334.33 B 0.52 0.1 (e) 536.87 334.33 B 0.52 0.1 (r) 198 321.93 B 0.52 0.1 (esponsible for supporting users, or for installing or con\336guring the W) 201.87 321.93 B 0.52 0.1 (abi) 520.78 321.93 B 0.12 0.1 (pr) 198 309.53 B 0.12 0.1 (ogram, this manual is the place to turn for compr) 207.98 309.53 B 0.12 0.1 (ehensive information about) 430.67 309.53 B 0.52 0.1 (concepts, pr) 198 297.13 B 0.52 0.1 (ocedur) 252.93 297.13 B 0.52 0.1 (es, and system r) 284.11 297.13 B 0.52 0.1 (equir) 357.88 297.13 B 0.52 0.1 (ements.) 381.47 297.13 B 1 15 Q -0.94 ( Befor) 54 263.4 P -0.94 (e Y) 88.21 263.4 P -0.94 (ou Use This Book) 105.19 263.4 P 0 10 Q 0.52 0.1 (T) 198 241.73 B 0.52 0.1 (o use the W) 203.31 241.73 B 0.52 0.1 (abi pr) 256.91 241.73 B 0.52 0.1 (ogram, you must be familiar with the use of a mouse and) 283.73 241.73 B 0.52 0.1 (with graphic user interface techniques, including: pointing, clicking, and) 198 229.33 B 0.52 0.1 (choosing options fr) 198 216.93 B 0.52 0.1 (om a menu. If you ar) 285.86 216.93 B 0.52 0.1 (e not familiar with these operations,) 382.69 216.93 B 0.52 0.1 (r) 198 204.53 B 0.52 0.1 (efer to your system user) 201.87 204.53 B 0.52 0.1 (\325s guide or desktop r) 313.54 204.53 B 0.52 0.1 (efer) 408.69 204.53 B 0.52 0.1 (ence manual. They supply) 425.77 204.53 B -0.06 0.1 (information about performing tasks using a mouse. Experienced users will \336nd) 198 192.13 B 0.52 0.1 (that the steps and pr) 198 179.73 B 0.52 0.1 (ocedur) 292.59 179.73 B 0.52 0.1 (es r) 323.77 179.73 B 0.52 0.1 (equir) 339.98 179.73 B 0.52 0.1 (ed to perform a task in the W) 363.57 179.73 B 0.52 0.1 (abi pr) 498.21 179.73 B 0.52 0.1 (ogram) 525.04 179.73 B 0.52 0.1 (ar) 198 167.33 B 0.52 0.1 (e similar to those r) 206.96 167.33 B 0.52 0.1 (equir) 292.6 167.33 B 0.52 0.1 (ed to perform a task in any graphical user) 316.18 167.33 B 0.1 (envir) 198 154.93 S 0.1 (onment.) 221.43 154.93 S FMENDPAGE %%EndPage: "xviii" 17 %%Page: "xvii" 17 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (xvii) 542.69 108.7 S 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 540.76 521.07 558.36 524.92 R 0 X 4 K V 540.76 514.65 558.36 518.5 R V 540.76 508.42 558.36 512.27 R V 540.76 518.61 558.36 521.29 R 7 X V 540.76 512.4 558.36 514.87 R V 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K (Pr) 198 509.31 T (eface) 217.63 509.31 T 0 10 Q 0.52 0.1 (The) 198 459.68 B 1 F 0.52 0.1 (W) 218.15 459.68 B 0.52 0.1 (abi 2.0 User) 227.48 459.68 B 0.52 0.1 (\325) 278.87 459.68 B 0.52 0.1 (s Guide) 281.19 459.68 B 0 F 0.52 0.1 ( pr) 313.24 459.68 B 0.52 0.1 (ovides information about all of the pr) 326.33 459.68 B 0.52 0.1 (oduct) 498.61 459.68 B 0.52 0.1 (functions and pr) 198 447.28 B 0.52 0.1 (ocedur) 273.62 447.28 B 0.52 0.1 (es of W) 304.8 447.28 B 0.52 0.1 (abi) 338.42 447.28 B 1 F 0.52 0.1 (\252) 352.15 447.28 B 0 F 0.52 0.1 ( softwar) 362.25 447.28 B 0.52 0.1 (e, and its technology for r) 399.45 447.28 B 0.52 0.1 (unning) 517.5 447.28 B 0.52 0.1 (Micr) 198 434.88 B 0.52 0.1 (osoft) 218.97 434.88 B 0.52 0.1 (\250) 241.21 436.88 B 0.52 0.1 ( W) 248.77 434.88 B 0.52 0.1 (indows 3.1 applications on UNIX) 261.43 434.88 B 0.52 0.1 (\250) 413.29 436.88 B 0.52 0.1 ( operating systems. T) 420.86 434.88 B 0.52 0.1 (opics) 517.59 434.88 B 0.52 0.1 (cover) 198 422.48 B 0.52 0.1 (ed include: installing the W) 222.6 422.48 B 0.52 0.1 (abi pr) 348.11 422.48 B 0.52 0.1 (ogram, setting up drives, con\336guring) 374.93 422.48 B 0.52 0.1 (ports, managing printing operations, and installing and r) 198 410.08 B 0.52 0.1 (unning applications.) 459.33 410.08 B 1 15 Q -0.94 (Do Not Read This Manual) 54 376.34 P 0 10 Q 0.52 0.1 (Instead, scan it for exactly the information you need. This guide is or) 198 354.68 B 0.52 0.1 (ganized) 514.35 354.68 B 0.43 0.1 (dif) 198 342.28 B 0.43 0.1 (fer) 210.46 342.28 B 0.43 0.1 (ently than the documentation you\325r) 222.65 342.28 B 0.43 0.1 (e used to r) 384.59 342.28 B 0.43 0.1 (eading. The goal is simple:) 432.91 342.28 B 0.46 0.1 (minimize the amount of material you must wade thr) 198 329.88 B 0.46 0.1 (ough in or) 438.68 329.88 B 0.46 0.1 (der to get your) 486.41 329.88 B 0.52 0.1 (job done. T) 198 317.48 B 0.52 0.1 (o accomplish this, each chapter is divided into thr) 248.33 317.48 B 0.52 0.1 (ee sections:) 477.08 317.48 B 7 14 Q 0.14 (\245) 198 299.08 S 0 10 Q 0.1 (About) 210.6 299.08 S 7 14 Q 0.14 (\245) 198 286.68 S 0 10 Q 0.1 (Instr) 210.6 286.68 S 0.1 (uctions) 231.65 286.68 S 7 14 Q 0.14 (\245) 198 274.28 S 0 10 Q 0.1 (Refer) 210.6 274.28 S 0.1 (ence) 234.45 274.28 S 0.52 0.1 (The) 198 253.88 B 1 F 0.52 0.1 (About) 218.15 253.88 B 0 F 0.52 0.1 ( section in each chapter explains the operating concepts of a topic) 243.82 253.88 B 0.03 0.1 (and pr) 198 241.48 B 0.03 0.1 (ovides backgr) 227.82 241.48 B 0.03 0.1 (ound material r) 290.64 241.48 B 0.03 0.1 (elated to the tasks described in the chapter) 361.01 241.48 B 0.03 0.1 (.) 552.77 241.48 B 0.52 0.1 (Think of) 198 229.08 B 1 F 0.52 0.1 (About) 239.95 229.08 B 0 F 0.52 0.1 ( as the place to go to get the \322big pictur) 265.61 229.08 B 0.52 0.1 (e\323 on a topic or a) 447.53 229.08 B 0.31 0.1 (pr) 198 216.68 B 0.31 0.1 (ocedur) 207.98 216.68 B 0.31 0.1 (e. Read as much, or as little, of) 239.16 216.68 B 1 F 0.31 0.1 (About) 381.69 216.68 B 0 F 0.31 0.1 ( as you need to get the job done.) 407.36 216.68 B 0.52 0.1 (Skip) 198 204.28 B 1 F 0.52 0.1 (About) 221.24 204.28 B 0 F 0.52 0.1 ( entir) 246.9 204.28 B 0.52 0.1 (ely if you grasp a concept and r) 271.06 204.28 B 0.52 0.1 (equir) 416.55 204.28 B 0.52 0.1 (e only step-by-step) 440.14 204.28 B 0.52 0.1 (instr) 198 191.88 B 0.52 0.1 (uctions to complete a task.) 218.59 191.88 B FMENDPAGE %%EndPage: "xvii" 16 %%Page: "xvi" 16 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (xvi) 54 108.7 S 1 F 0 K 0.09 (W) 198 108.7 S 0.09 (abi 2.0 User) 206.39 108.7 S 0.09 (\325) 251.66 108.7 S 0.09 (s Guide) 253.76 108.7 S 0 F 4 K 0.09 (\321) 282.11 108.7 S 1 F 0.09 (November 1994) 291.18 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 0 10 Q 0 X (Table) 198 641.33 T (A-) 224.85 641.33 T (1) 235.95 641.33 T (Wabi System Directories and Files) 261 641.33 T ( . . . . . . . . . . . . . . . . . . . . . . .) 412.27 641.33 T (154) 543.01 641.33 T (Table) 198 621.33 T (A-) 224.85 621.33 T (2) 235.95 621.33 T 2 F ($HOME/wabi) 261 621.33 T 0 F ( Directories and Files) 320.97 621.33 T (. . . . . . . . . . . . . . . . . . . . . . .) 414.77 621.33 T (155) 543.01 621.33 T (Table) 198 601.33 T (A-) 224.85 601.33 T (3) 235.95 601.33 T (Initialization Files) 261 601.33 T ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 342.31 601.33 T (156) 543.01 601.33 T (Table) 198 581.33 T (B-) 224.85 581.33 T (1) 234.28 581.33 T (Variables for 8-Bit PseudoColor Visuals) 261 581.33 T (. . . . . . . . . . . . . . . . . .) 439.76 581.33 T (162) 543.01 581.33 T FMENDPAGE %%EndPage: "xvi" 15 %%Page: "xv" 15 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (xv) 548.1 108.7 S 185 83.74 393.76 101.24 R 7 X 0 K V 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 X N 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K (T) 198 509.31 T (ables) 207.99 509.31 T 0 10 Q (Table) 198 459.68 T (1-) 224.85 459.68 T (1) 233.17 459.68 T (Microsoft Windows Groups and Programs) 261 459.68 T (. . . . . . . . . . . . . . . .) 449.75 459.68 T (12) 548.01 459.68 T (Table) 198 439.68 T (1-) 224.85 439.68 T (2) 233.17 439.68 T (Wabi Memory and Disk Space Requirements) 261 439.68 T (. . . . . . . . . . . . . .) 459.75 439.68 T (20) 548.01 439.68 T (Table) 198 419.68 T (1-) 224.85 419.68 T (3) 233.17 419.68 T (Startup Problems and Solutions) 261 419.68 T ( . . . . . . . . . . . . . . . . . . . . . . . . .) 402.28 419.68 T (21) 548.01 419.68 T (Table) 198 399.68 T (1-) 224.85 399.68 T (4) 233.17 399.68 T (Microsoft Windows Installation Problems and Solutions) 261 399.68 T (. . . .) 509.72 399.68 T (22) 548.01 399.68 T (Table) 198 379.68 T (1-) 224.85 379.68 T (5) 233.17 379.68 T (Applications Certified for the Wabi Program) 261 379.68 T (. . . . . . . . . . . . . .) 459.75 379.68 T (23) 548.01 379.68 T (Table) 198 359.68 T (2-) 224.85 359.68 T (1) 233.17 359.68 T (Additional Configuration Manager Function Information) 261 359.68 T (. . .) 514.72 359.68 T (37) 548.01 359.68 T (Table) 198 339.68 T (2-) 224.85 339.68 T (2) 233.17 339.68 T (Configuration Manager Accelerator Keys) 261 339.68 T (. . . . . . . . . . . . . . . . .) 444.76 339.68 T (40) 548.01 339.68 T (Table) 198 319.68 T (2-) 224.85 319.68 T (3) 233.17 319.68 T (Configuration Manager Problems and Solutions) 261 319.68 T (. . . . . . . . . . .) 474.74 319.68 T (41) 548.01 319.68 T (Table) 198 299.68 T (3-) 224.85 299.68 T (1) 233.17 299.68 T (Diskette Drive Problems and Solutions) 261 299.68 T (. . . . . . . . . . . . . . . . . . .) 434.76 299.68 T (63) 548.01 299.68 T (Table) 198 279.68 T (3-) 224.85 279.68 T (2) 233.17 279.68 T (Wabi Drive Problems and Solutions) 261 279.68 T (. . . . . . . . . . . . . . . . . . . . . .) 419.77 279.68 T (65) 548.01 279.68 T (Table) 198 259.68 T (3-) 224.85 259.68 T (3) 233.17 259.68 T (CD-ROM Drive Problems and Solutions) 261 259.68 T (. . . . . . . . . . . . . . . . . .) 439.76 259.68 T (67) 548.01 259.68 T (Table) 198 239.68 T (4-) 224.85 239.68 T (1) 233.17 239.68 T (Printing Problems and Solutions) 261 239.68 T (. . . . . . . . . . . . . . . . . . . . . . . . .) 404.78 239.68 T (86) 548.01 239.68 T (Table) 198 219.68 T (5-) 224.85 219.68 T (1) 233.17 219.68 T (Locales Used for Environment Variables) 261 219.68 T (. . . . . . . . . . . . . . . . . .) 439.76 219.68 T (102) 543.01 219.68 T (Table) 198 199.68 T (7-) 224.85 199.68 T (1) 233.17 199.68 T (Port Problems and Solutions) 261 199.68 T ( . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 387.29 199.68 T (117) 543.01 199.68 T (Table) 198 179.68 T (8-) 224.85 179.68 T (1) 233.17 179.68 T (Windows Application Problems and Solutions) 261 179.68 T ( . . . . . . . . . . . .) 467.24 179.68 T (137) 543.01 179.68 T (Table) 198 159.68 T (9-) 224.85 159.68 T (1) 233.17 159.68 T (DOS Application Problems and Solutions) 261 159.68 T (. . . . . . . . . . . . . . . . .) 444.76 159.68 T (150) 543.01 159.68 T FMENDPAGE %%EndPage: "xv" 14 %%Page: "xiv" 14 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (xiv) 54 108.7 S 1 F 0 K 0.09 (W) 198 108.7 S 0.09 (abi 2.0 User) 206.39 108.7 S 0.09 (\325) 251.66 108.7 S 0.09 (s Guide) 253.76 108.7 S 0 F 4 K 0.09 (\321) 282.11 108.7 S 1 F 0.09 (November 1994) 291.18 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 0 10 Q 0 X (Figure) 198 641.33 T (4-) 229.28 641.33 T (2) 237.61 641.33 T (Printer Port Selection Dialog Box) 261 641.33 T ( . . . . . . . . . . . . . . . . . . . . . . . .) 407.28 641.33 T (76) 548.01 641.33 T (Figure) 198 621.33 T (4-) 229.28 621.33 T (3) 237.61 621.33 T (Printer Output Connections Dialog Box) 261 621.33 T ( . . . . . . . . . . . . . . . . . .) 437.26 621.33 T (77) 548.01 621.33 T (Figure) 198 601.33 T (5-) 229.28 601.33 T (1) 237.61 601.33 T (International Settings Dialog) 261 601.33 T (. . . . . . . . . . . . . . . . . . . . . . . . . . . .) 389.79 601.33 T (91) 548.01 601.33 T (Figure) 198 581.33 T (5-) 229.28 581.33 T (2) 237.61 581.33 T (Date Settings Dialog Box) 261 581.33 T ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 372.3 581.33 T (93) 548.01 581.33 T (Figure) 198 561.33 T (5-) 229.28 561.33 T (3) 237.61 561.33 T (Time Settings Dialog Box) 261 561.33 T (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 374.79 561.33 T (94) 548.01 561.33 T (Figure) 198 541.33 T (5-) 229.28 541.33 T (4) 237.61 541.33 T (Number Settings Dialog Box) 261 541.33 T ( . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 387.29 541.33 T (95) 548.01 541.33 T (Figure) 198 521.33 T (5-) 229.28 521.33 T (5) 237.61 521.33 T (Currency Settings Dialog Box) 261 521.33 T ( . . . . . . . . . . . . . . . . . . . . . . . . . . .) 392.28 521.33 T (96) 548.01 521.33 T (Figure) 198 501.33 T (7-) 229.28 501.33 T (1) 237.61 501.33 T (Port Settings Dialog Box) 261 501.33 T (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 369.8 501.33 T (109) 543.01 501.33 T (Figure) 198 481.33 T (7-) 229.28 481.33 T (2) 237.61 481.33 T (COM Port Connections Dialog Box) 261 481.33 T ( . . . . . . . . . . . . . . . . . . . . . .) 417.27 481.33 T (111) 543.01 481.33 T (Figure) 198 461.33 T (7-) 229.28 461.33 T (3) 237.61 461.33 T (Advanced COM Port Options Dialog Box) 261 461.33 T (. . . . . . . . . . . . . . . . .) 444.76 461.33 T (112) 543.01 461.33 T (Figure) 198 441.33 T (8-) 229.28 441.33 T (1) 237.61 441.33 T (Run Dialog Box) 261 441.33 T ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 332.32 441.33 T (121) 543.01 441.33 T (Figure) 198 421.33 T (9-) 229.28 421.33 T (1) 237.61 421.33 T (DOS Emulator Connection Dialog Box) 261 421.33 T ( . . . . . . . . . . . . . . . . . . .) 432.26 421.33 T (143) 543.01 421.33 T (Figure) 198 401.33 T (9-) 229.28 401.33 T (2) 237.61 401.33 T (New Program Object Dialog Box) 261 401.33 T ( . . . . . . . . . . . . . . . . . . . . . . . .) 407.28 401.33 T (145) 543.01 401.33 T (Figure) 198 381.33 T (9-) 229.28 381.33 T (3) 237.61 381.33 T (Program Item Properties Dialog Box) 261 381.33 T ( . . . . . . . . . . . . . . . . . . . . .) 422.27 381.33 T (146) 543.01 381.33 T (Figure) 198 361.33 T (9-) 229.28 361.33 T (4) 237.61 361.33 T (Run Dialog Box) 261 361.33 T ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 332.32 361.33 T (147) 543.01 361.33 T FMENDPAGE %%EndPage: "xiv" 13 %%Page: "xiii" 13 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (xiii) 545.16 108.7 S 185 83.74 393.76 101.24 R 7 X 0 K V 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 X N 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K (Figur) 198 509.31 T (es) 243.2 509.31 T 0 10 Q (Figure) 198 459.68 T (1-) 229.28 459.68 T (1) 237.61 459.68 T (Wabi Program as Translator and Redirector) 261 459.68 T (. . . . . . . . . . . . . . .) 454.75 459.68 T (2) 553 459.68 T (Figure) 198 439.68 T (1-) 229.28 439.68 T (2) 237.61 439.68 T (Initial Wabi Windows 3.1 Install Program Dialog Box) 261 439.68 T ( . . . . . .) 497.23 439.68 T (7) 553 439.68 T (Figure) 198 419.68 T (1-) 229.28 419.68 T (3) 237.61 419.68 T (Wabi Microsoft Windows 3.1 Install Program Dialog Box) 261 419.68 T (. . .) 514.72 419.68 T (8) 553 419.68 T (Figure) 198 399.68 T (1-) 229.28 399.68 T (4) 237.61 399.68 T (Microsoft Windows Install Completion Message) 261 399.68 T (. . . . . . . . . . .) 474.74 399.68 T (9) 553 399.68 T (Figure) 198 379.68 T (1-) 229.28 379.68 T (5) 237.61 379.68 T (Items Within the Wabi Tools Group) 261 379.68 T (. . . . . . . . . . . . . . . . . . . . . .) 419.77 379.68 T (11) 548.01 379.68 T (Figure) 198 359.68 T (2-) 229.28 359.68 T (1) 237.61 359.68 T (Configuration Manager Icon and Window) 261 359.68 T (. . . . . . . . . . . . . . . .) 449.75 359.68 T (27) 548.01 359.68 T (Figure) 198 339.68 T (2-) 229.28 339.68 T (2) 237.61 339.68 T (Options Menu Items and Associated Accelerator Keys) 261 339.68 T ( . . . . .) 502.22 339.68 T (29) 548.01 339.68 T (Figure) 198 319.68 T (2-) 229.28 319.68 T (3) 237.61 319.68 T (Configuration Manager Dialog Box Elements) 261 319.68 T ( . . . . . . . . . . . . .) 462.25 319.68 T (31) 548.01 319.68 T (Figure) 198 299.68 T (2-) 229.28 299.68 T (4) 237.61 299.68 T (Drop-Down List of Available Settings) 261 299.68 T (. . . . . . . . . . . . . . . . . . . .) 429.76 299.68 T (33) 548.01 299.68 T (Figure) 198 279.68 T (2-) 229.28 279.68 T (5) 237.61 279.68 T (Check Box Within Dialog Box) 261 279.68 T (. . . . . . . . . . . . . . . . . . . . . . . . . . .) 394.78 279.68 T (33) 548.01 279.68 T (Figure) 198 259.68 T (2-) 229.28 259.68 T (6) 237.61 259.68 T (Mouse Settings Dialog Box) 261 259.68 T ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 382.29 259.68 T (35) 548.01 259.68 T (Figure) 198 239.68 T (2-) 229.28 239.68 T (7) 237.61 239.68 T (Color Settings Dialog Box) 261 239.68 T (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 374.79 239.68 T (36) 548.01 239.68 T (Figure) 198 219.68 T (3-) 229.28 219.68 T (1) 237.61 219.68 T (Diskette Connections Dialog Box) 261 219.68 T ( . . . . . . . . . . . . . . . . . . . . . . . .) 407.28 219.68 T (45) 548.01 219.68 T (Figure) 198 199.68 T (3-) 229.28 199.68 T (2) 237.61 199.68 T (Advanced Diskette Drive Options Dialog Box) 261 199.68 T (. . . . . . . . . . . . .) 464.74 199.68 T (46) 548.01 199.68 T (Figure) 198 179.68 T (3-) 229.28 179.68 T (3) 237.61 179.68 T (Drive Connections Dialog Box) 261 179.68 T ( . . . . . . . . . . . . . . . . . . . . . . . . . .) 397.28 179.68 T (48) 548.01 179.68 T (Figure) 198 159.68 T (4-) 229.28 159.68 T (1) 237.61 159.68 T (Printer Settings Dialog Box) 261 159.68 T ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 382.29 159.68 T (73) 548.01 159.68 T FMENDPAGE %%EndPage: "xiii" 12 %%Page: "xii" 12 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (xii) 54 108.7 S 1 F 0 K 0.09 (W) 198 108.7 S 0.09 (abi 2.0 User) 206.39 108.7 S 0.09 (\325) 251.66 108.7 S 0.09 (s Guide) 253.76 108.7 S 0 F 4 K 0.09 (\321) 282.11 108.7 S 1 F 0.09 (November 1994) 291.18 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 0 11 Q 0 X 0.11 (The W) 234 640.67 S 0.11 (abi Font Server) 265.66 640.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 342.78 640.67 S 0.11 (169) 541.19 640.67 S 0.11 (The W) 234 619.67 S 0.11 (abi Font Cache) 265.66 619.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 339.93 619.67 S 0.11 (170) 541.19 619.67 S 5 F 0.11 (t) 260.09 598.67 S 0 F 0.11 (Building a New W) 279 598.67 S 0.11 (abi Font Cache) 370.17 598.67 S 0.11 (. . . . . . . . . . . . . . .) 445.62 598.67 S 0.11 (172) 541.19 598.67 S 0.11 (The Font Con\336guration File) 234 577.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . .) 374.2 577.67 S 0.11 (172) 541.19 577.67 S 5 F 0.11 (t) 260.09 556.67 S 0 F 0.11 (Specifying a Dif) 279 556.67 S 0.11 (fer) 358.08 556.67 S 0.11 (ent Default Font Cache) 371.47 556.67 S 0.11 (. . . . . . . .) 485.61 556.67 S 0.11 (174) 541.19 556.67 S 5 F 0.11 (t) 260.09 535.67 S 0 F 0.11 (Enabling and Disabling the W) 279 535.67 S 0.11 (abi Font Server) 427.27 535.67 S 0.11 (. . . . .) 502.75 535.67 S 0.11 (175) 541.19 535.67 S 5 F 0.11 (t) 260.09 514.67 S 0 F 0.11 (Adding X Servers to) 279 514.67 S 2 F (fontconf) 382.6 514.67 T (ig) 435.34 514.67 T 0 F 0.11 (. . . . . . . . . . . . . .) 451.33 514.67 S 0.11 (176) 541.19 514.67 S 3 F 0.11 (D.) 203.88 493.67 S 0.11 (UNIX and DOS File Systems) 225 493.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . .) 374.2 493.67 S 0.11 (179) 541.19 493.67 S 0 F 0.11 (Files Cr) 216 472.67 S 0.11 (eated W) 253.98 472.67 S 0.11 (ith Applications) 294.19 472.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . .) 377.06 472.67 S 0.11 (179) 541.19 472.67 S 0.11 (T) 216 451.67 S 0.11 (ext Files) 221.83 451.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 262.8 451.67 S 0.11 (179) 541.19 451.67 S 0.11 (T) 234 430.67 S 0.11 (ext File Conversion Between UNIX and DOS Systems) 239.83 430.67 S 0.11 ( . . . .) 505.6 430.67 S 0.11 (180) 541.19 430.67 S 5 F 0.11 (t) 260.09 409.67 S 0 F 0.11 (Converting a DOS T) 279 409.67 S 0.11 (ext File to a UNIX T) 378.61 409.67 S 0.11 (ext File) 476.33 409.67 S 0.11 (. . .) 514.17 409.67 S 0.11 (180) 541.19 409.67 S 5 F 0.11 (t) 260.09 388.67 S 0 F 0.11 (Converting a UNIX T) 279 388.67 S 0.11 (ext File to a DOS T) 384.52 388.67 S 0.11 (ext File) 476.33 388.67 S 0.11 (. . .) 514.17 388.67 S 0.11 (180) 541.19 388.67 S 0.11 (File Names in UNIX and DOS) 216 367.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 365.64 367.67 S 0.11 (181) 541.19 367.67 S 5 F 0.11 (t) 260.09 346.67 S 0 F 0.11 (Mapping File Names to Lower) 279 346.67 S 0.11 (case) 430.61 346.67 S 0.11 ( . . . . . . . . . . . . .) 454.19 346.67 S 0.11 (181) 541.19 346.67 S FMENDPAGE %%EndPage: "xii" 11 %%Page: "xi" 11 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Contents) 198 108.7 S 0 F 0.09 (xi) 550.57 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 0 11 Q 0 X 0.11 (T) 234 640.67 S 0.11 (r) 239.86 640.67 S 0.11 (oubleshooting DOS Application Pr) 244.11 640.67 S 0.11 (oblems) 416.73 640.67 S 0.11 ( . . . . . . . . . . . . .) 454.19 640.67 S 0.11 (150) 541.19 640.67 S 3 F 0.11 (A.) 204.49 619.67 S 0.11 (W) 225 619.67 S 0.11 (abi File Layout) 235.28 619.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 314.22 619.67 S 0.11 (153) 541.19 619.67 S 0 F 0.11 (W) 216 598.67 S 0.11 (abi System Dir) 226.09 598.67 S 0.11 (ectories and Files) 298.8 598.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . .) 385.63 598.67 S 0.11 (154) 541.19 598.67 S 2 F ($HOME/wabi) 216 577.67 T 0 F 0.11 ( Dir) 281.92 577.67 S 0.11 (ectories and Files) 300.95 577.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . .) 388.49 577.67 S 0.11 (155) 541.19 577.67 S 0.11 (Initialization Files) 216 556.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 305.65 556.67 S 0.11 (156) 541.19 556.67 S 3 F 0.11 (B.) 205.71 535.67 S 0.11 (Color From W) 225 535.67 S 0.11 (indows to W) 296.73 535.67 S 0.11 (abi) 360.6 535.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . .) 377.06 535.67 S 0.11 (157) 541.19 535.67 S 0 F 0.11 (Color Palettes and Maps) 216 514.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 339.93 514.67 S 0.11 (157) 541.19 514.67 S 0.11 (Micr) 216 493.67 S 0.11 (osoft W) 239.05 493.67 S 0.11 (indows Color Allocation) 276.84 493.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . .) 399.91 493.67 S 0.11 (158) 541.19 493.67 S 0.11 (X W) 216 472.67 S 0.11 (indows Color Allocation) 236.79 472.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 359.92 472.67 S 0.11 (158) 541.19 472.67 S 0.11 (The W) 216 451.67 S 0.11 (abi Colormap) 247.66 451.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 317.07 451.67 S 0.11 (159) 541.19 451.67 S 0.11 (W) 216 430.67 S 0.11 (abi Color V) 226.09 430.67 S 0.11 (ariables) 281.8 430.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 322.79 430.67 S 0.11 (160) 541.19 430.67 S 2 F (Technicolor) 234 409.67 T 1 F 0.11 ( V) 306.51 409.67 S 0.11 (ariable) 316.6 409.67 S 0 F 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 348.5 409.67 S 0.11 (160) 541.19 409.67 S 0.11 (Other Color V) 234 388.67 S 0.11 (ariables) 303.38 388.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 342.78 388.67 S 0.11 (161) 541.19 388.67 S 0.11 ( V) 234 367.67 S 0.11 (ariable for a 24-Bit Display) 243.89 367.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . .) 377.06 367.67 S 0.11 (163) 541.19 367.67 S 0.11 (Wher) 216 346.67 S 0.11 (e to Set Color V) 243.22 346.67 S 0.11 (ariables) 319.67 346.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 359.92 346.67 S 0.11 (164) 541.19 346.67 S 3 F 0.11 (C.) 205.1 325.67 S 0.11 (Fonts from W) 225 325.67 S 0.11 (indows to W) 294.28 325.67 S 0.11 (abi) 358.14 325.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . .) 377.06 325.67 S 0.11 (165) 541.19 325.67 S 0 F 0.11 (Dif) 216 304.67 S 0.11 (fer) 231.49 304.67 S 0.11 (ences in Micr) 244.88 304.67 S 0.11 (osoft W) 310.46 304.67 S 0.11 (indows Fonts and X Fonts) 348.26 304.67 S 0.11 (. . . . . . . . .) 479.9 304.67 S 0.11 (165) 541.19 304.67 S 0.11 (Font Display T) 216 283.67 S 0.11 (ypes) 288.62 283.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 314.22 283.67 S 0.11 (166) 541.19 283.67 S 0.11 (Bitmap Fonts) 234 262.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 302.79 262.67 S 0.11 (166) 541.19 262.67 S 0.11 (Outline Fonts) 234 241.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 302.79 241.67 S 0.11 (166) 541.19 241.67 S 0.11 (Font Handling in the W) 216 220.67 S 0.11 (abi Pr) 332.93 220.67 S 0.11 (ogram) 361.88 220.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . .) 394.2 220.67 S 0.11 (167) 541.19 220.67 S 0.11 (Fonts Shipped W) 234 199.67 S 0.11 (ith W) 318.8 199.67 S 0.11 (abi) 345.25 199.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 362.78 199.67 S 0.11 (167) 541.19 199.67 S 0.11 (Fonts Included W) 234 178.67 S 0.11 (ith Applications) 321.86 178.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . .) 402.77 178.67 S 0.11 (168) 541.19 178.67 S 0.11 (The List of A) 234 157.67 S 0.11 (vailable Fonts) 297.4 157.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 368.49 157.67 S 0.11 (168) 541.19 157.67 S FMENDPAGE %%EndPage: "xi" 10 %%Page: "x" 10 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (x) 54 108.7 S 1 F 0 K 0.09 (W) 198 108.7 S 0.09 (abi 2.0 User) 206.39 108.7 S 0.09 (\325) 251.66 108.7 S 0.09 (s Guide) 253.76 108.7 S 0 F 4 K 0.09 (\321) 282.11 108.7 S 1 F 0.09 (November 1994) 291.18 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 5 11 Q 0 X 0.11 (t) 260.09 640.67 S 0 F 0.11 (Running an Application Fr) 279 640.67 S 0.11 (om a UNIX Command) 412.27 640.67 S 0.11 (Line) 279 627.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 302.79 627.67 S 0.11 (131) 541.19 627.67 S 5 F 0.11 (t) 260.09 606.67 S 0 F 0.11 (Running an Application T) 279 606.67 S 0.11 (ranspar) 407.65 606.67 S 0.11 (ently) 445.54 606.67 S 0.11 ( . . . . . . . . . .) 471.33 606.67 S 0.11 (132) 541.19 606.67 S 5 F 0.11 (t) 260.09 585.67 S 0 F 0.11 (Opening a File When Starting an Application) 279 585.67 S 0.11 ( . . . .) 505.6 585.67 S 0.11 (133) 541.19 585.67 S 5 F 0.11 (t) 260.09 564.67 S 0 F 0.11 (Copying and Pasting Fr) 279 564.67 S 0.11 (om W) 396.77 564.67 S 0.11 (indows Applications) 426.04 564.67 S 0.11 (to X Applications) 279 551.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 365.64 551.67 S 0.11 (134) 541.19 551.67 S 5 F 0.11 (t) 260.09 530.67 S 0 F 0.11 (Copying and Pasting Fr) 279 530.67 S 0.11 (om X Applications) 396.77 530.67 S 0.11 (to W) 279 517.67 S 0.11 (indows Applications) 302.15 517.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . .) 405.63 517.67 S 0.11 (135) 541.19 517.67 S 0.11 (Refer) 216 496.67 S 0.11 (ence Material for T) 242.21 496.67 S 0.11 (asks Related to Using Applications) 335.02 496.67 S 0.11 (. . . .) 508.46 496.67 S 0.11 (135) 541.19 496.67 S 0.11 (Application Installation Q & A) 234 475.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . .) 388.49 475.67 S 0.11 (135) 541.19 475.67 S 0.11 (T) 234 454.67 S 0.11 (r) 239.86 454.67 S 0.11 (oubleshooting General Application Pr) 244.11 454.67 S 0.11 (oblems) 432.59 454.67 S 0.11 (. . . . . . . . . . .) 468.47 454.67 S 0.11 (137) 541.19 454.67 S 3 F 0.11 (9.) 207.54 433.67 S 0.11 (Installing and Using DOS Applications) 225 433.67 S 0.11 (. . . . . . . . . . . . . . . . . .) 428.48 433.67 S 0.11 (139) 541.19 433.67 S 0 F 0.11 (About DOS Applications) 216 412.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 342.78 412.67 S 0.11 (140) 541.19 412.67 S 0.11 (Pr) 234 391.67 S 0.11 (eparation for Using DOS Applications) 245 391.67 S 0.11 ( . . . . . . . . . . . . . . . .) 437.05 391.67 S 0.11 (140) 541.19 391.67 S 0.11 (Installation of a DOS Emulator) 234 370.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . .) 388.49 370.67 S 0.11 (141) 541.19 370.67 S 0.11 (DOS Emulator Connection) 234 349.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 368.49 349.67 S 0.11 (142) 541.19 349.67 S 0.11 (DOS Application Installation) 234 328.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . .) 379.92 328.67 S 0.11 (144) 541.19 328.67 S 0.11 (T) 234 307.67 S 0.11 (o Run a DOS Application) 239.83 307.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 368.49 307.67 S 0.11 (147) 541.19 307.67 S 0.11 (Instr) 216 286.67 S 0.11 (uctions for T) 239.14 286.67 S 0.11 (asks Related to DOS Applications) 301.11 286.67 S 0.11 (. . . . . . . . . . .) 468.47 286.67 S 0.11 (148) 541.19 286.67 S 5 F 0.11 (t) 260.09 265.67 S 0 F 0.11 (Entering a DOS Emulator Startup Command) 279 265.67 S 0.11 (. . . . .) 502.75 265.67 S 0.11 (148) 541.19 265.67 S 5 F 0.11 (t) 260.09 244.67 S 0 F 0.11 (Installing a DOS Application) 279 244.67 S 0.11 (. . . . . . . . . . . . . . . . . . .) 422.77 244.67 S 0.11 (148) 541.19 244.67 S 5 F 0.11 (t) 260.09 223.67 S 0 F 0.11 (Cr) 279 223.67 S 0.11 (eating a DOS Pr) 291.15 223.67 S 0.11 (ogram Gr) 370.25 223.67 S 0.11 (oup) 418.05 223.67 S 0.11 (. . . . . . . . . . . . . . . .) 439.9 223.67 S 0.11 (149) 541.19 223.67 S 5 F 0.11 (t) 260.09 202.67 S 0 F 0.11 (Cr) 279 202.67 S 0.11 (eating a DOS Pr) 291.15 202.67 S 0.11 (ogram Item) 370.25 202.67 S 0.11 (. . . . . . . . . . . . . . . . . .) 428.48 202.67 S 0.11 (149) 541.19 202.67 S 5 F 0.11 (t) 260.09 181.67 S 0 F 0.11 (Starting a DOS Application) 279 181.67 S 0.11 (. . . . . . . . . . . . . . . . . . . .) 417.05 181.67 S 0.11 (150) 541.19 181.67 S 0.11 (Refer) 216 160.67 S 0.11 (ence Material for T) 242.21 160.67 S 0.11 (asks Related to Using DOS Applications) 335.02 160.67 S 0.11 (150) 541.19 160.67 S FMENDPAGE %%EndPage: "x" 9 %%Page: "ix" 9 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Contents) 198 108.7 S 0 F 0.09 (ix) 550.57 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 0 11 Q 0 X 0.11 (Refer) 216 640.67 S 0.11 (ence Material for T) 242.21 640.67 S 0.11 (asks Related to Ports) 335.02 640.67 S 0.11 (. . . . . . . . . . . . . . . .) 439.9 640.67 S 0.11 (1) 541.79 640.67 S 0.11 (17) 546.79 640.67 S 0.11 (T) 234 619.67 S 0.11 (r) 239.86 619.67 S 0.11 (oubleshooting Pr) 244.11 619.67 S 0.11 (oblems W) 328.88 619.67 S 0.11 (ith Ports) 377.78 619.67 S 0.11 ( . . . . . . . . . . . . . . . . . . .) 419.91 619.67 S 0.11 (1) 541.79 619.67 S 0.11 (17) 546.79 619.67 S 3 F 0.11 (8.) 207.54 598.67 S 0.11 (Installing and Using Microsoft W) 225 598.67 S 0.11 (indows Applications) 396.54 598.67 S 0.11 ( . . . .) 505.6 598.67 S 0.11 (1) 541.6 598.67 S 0.11 (19) 546.79 598.67 S 0 F 0.11 (About Application Installation) 216 577.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 368.49 577.67 S 0.11 (120) 541.19 577.67 S 0.11 (The Run Command) 234 556.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 334.21 556.67 S 0.11 (121) 541.19 556.67 S 0.11 (Application Installation Fr) 234 535.67 S 0.11 (om Diskettes) 365.29 535.67 S 0.11 ( . . . . . . . . . . . . . . . . .) 431.33 535.67 S 0.11 (122) 541.19 535.67 S 0.11 (Application Installation fr) 234 514.67 S 0.11 (om CD-ROM) 362.84 514.67 S 0.11 ( . . . . . . . . . . . . . . . . .) 431.33 514.67 S 0.11 (122) 541.19 514.67 S 0.11 (Application Installation on a Network Server) 234 493.67 S 0.11 ( . . . . . . . . . . . .) 459.9 493.67 S 0.11 (122) 541.19 493.67 S 0.11 (Application Installation Fr) 234 472.67 S 0.11 (om a Network Server Thr) 365.29 472.67 S 0.11 (ough) 492.03 472.67 S 0.11 (a W) 279 459.67 S 0.11 (abi Drive) 297.55 459.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 345.64 459.67 S 0.11 (124) 541.19 459.67 S 0.11 ( Using Micr) 216 438.67 S 0.11 (osoft W) 274.22 438.67 S 0.11 (indows Applications) 312.01 438.67 S 0.11 (. . . . . . . . . . . . . . . . . . . .) 417.05 438.67 S 0.11 (125) 541.19 438.67 S 0.11 (Application Startup Command W) 234 417.67 S 0.11 (ithin W) 401.28 417.67 S 0.11 (abi) 437.54 417.67 S 0.11 ( . . . . . . . . . . . . .) 454.19 417.67 S 0.11 (125) 541.19 417.67 S 0.11 (Application Startup at the UNIX Command Line) 234 396.67 S 0.11 ( . . . . . . . . .) 477.04 396.67 S 0.11 (125) 541.19 396.67 S 0.11 (Application Startup W) 234 375.67 S 0.11 (ith an Open File) 345.86 375.67 S 0.11 ( . . . . . . . . . . . . . . . . . .) 425.62 375.67 S 0.11 (126) 541.19 375.67 S 0.11 (Using Micr) 216 354.67 S 0.11 (osoft W) 271.36 354.67 S 0.11 (indows Applications in an X W) 309.15 354.67 S 0.11 (indow Desktop) 463.73 354.67 S 0.11 (126) 541.19 354.67 S 0.11 (W) 234 333.67 S 0.11 (indow Focus and Raising) 244.49 333.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . .) 371.35 333.67 S 0.11 (126) 541.19 333.67 S 0.11 (Cut, Copy) 234 312.67 S 0.11 (, and Paste) 283.76 312.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 339.93 312.67 S 0.11 (127) 541.19 312.67 S 0.11 (Instr) 216 291.67 S 0.11 (uctions for T) 239.14 291.67 S 0.11 (asks Related to Applications) 301.11 291.67 S 0.11 ( . . . . . . . . . . . . . . .) 442.76 291.67 S 0.11 (128) 541.19 291.67 S 5 F 0.11 (t) 260.09 270.67 S 0 F 0.11 (Installing a W) 279 270.67 S 0.11 (indows Application Fr) 347.83 270.67 S 0.11 (om Diskette) 459.7 270.67 S 0.11 (. .) 519.89 270.67 S 0.11 (128) 541.19 270.67 S 5 F 0.11 (t) 260.09 249.67 S 0 F 0.11 (Installing a W) 279 249.67 S 0.11 (indows Application Fr) 347.83 249.67 S 0.11 (om CD-ROM) 459.7 249.67 S 0.11 (.) 525.6 249.67 S 0.11 (129) 541.19 249.67 S 5 F 0.11 (t) 260.09 228.67 S 0 F 0.11 (Installing an Application on a Network Server) 279 228.67 S 0.11 ( . . .) 511.32 228.67 S 0.11 (129) 541.19 228.67 S 5 F 0.11 (t) 260.09 207.67 S 0 F 0.11 (Installing an Application to a W) 279 207.67 S 0.11 (orkstation Fr) 436.8 207.67 S 0.11 (om a) 500.58 207.67 S 0.11 (Network Server) 279 194.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 359.92 194.67 S 0.11 (130) 541.19 194.67 S 5 F 0.11 (t) 260.09 173.67 S 0 F 0.11 (Running an Application Fr) 279 173.67 S 0.11 (om an Icon) 412.27 173.67 S 0.11 (. . . . . . . . . . .) 468.47 173.67 S 0.11 (131) 541.19 173.67 S 5 F 0.11 (t) 260.09 152.67 S 0 F 0.11 (Running an Application Fr) 279 152.67 S 0.11 (om a Command in W) 412.27 152.67 S 0.11 (abi) 517.67 152.67 S 0.11 (131) 541.19 152.67 S FMENDPAGE %%EndPage: "ix" 8 %%Page: "viii" 8 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (viii) 54 108.7 S 1 F 0 K 0.09 (W) 198 108.7 S 0.09 (abi 2.0 User) 206.39 108.7 S 0.09 (\325) 251.66 108.7 S 0.09 (s Guide) 253.76 108.7 S 0 F 4 K 0.09 (\321) 282.11 108.7 S 1 F 0.09 (November 1994) 291.18 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 5 11 Q 0 X 0.11 (t) 260.09 640.67 S 0 F 0.11 (Changing Number Settings) 279 640.67 S 0.11 (. . . . . . . . . . . . . . . . . . . .) 417.05 640.67 S 0.11 (101) 541.19 640.67 S 5 F 0.11 (t) 260.09 619.67 S 0 F 0.11 (Changing Curr) 279 619.67 S 0.11 (ency Settings) 353.95 619.67 S 0.11 ( . . . . . . . . . . . . . . . . . . .) 419.91 619.67 S 0.11 (101) 541.19 619.67 S 0.11 (Refer) 216 598.67 S 0.11 (ence Material for International Settings) 242.21 598.67 S 0.11 ( . . . . . . . . . . . . . . . .) 437.05 598.67 S 0.11 (102) 541.19 598.67 S 0.11 (Locales For) 234 577.67 S 1 F 0.11 (LANG) 293.46 577.67 S 0 F 0.11 ( and) 324.42 577.67 S 1 F 0.11 (W) 349.06 577.67 S 0.11 (ABI_KEYB) 358.53 577.67 S 0 F 0.11 ( V) 411.29 577.67 S 0.11 (ariables) 421.18 577.67 S 0.11 ( . . . . . . . . . . . .) 459.9 577.67 S 0.11 (102) 541.19 577.67 S 3 F 0.11 (6.) 207.54 556.67 S 0.11 (On the Network) 225 556.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 308.5 556.67 S 0.11 (105) 541.19 556.67 S 0 F 0.11 (About W) 216 535.67 S 0.11 (abi Networking) 260.32 535.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 339.93 535.67 S 0.11 (105) 541.19 535.67 S 0.11 (The Invisible UNIX Network) 234 514.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . .) 379.92 514.67 S 0.11 (105) 541.19 514.67 S 0.11 (W) 234 493.67 S 0.11 (indows Sockets Networking) 244.49 493.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . .) 385.63 493.67 S 0.11 (106) 541.19 493.67 S 0.11 (Networking for E-Mail Applications) 234 472.67 S 0.11 (. . . . . . . . . . . . . . . . . . . .) 417.05 472.67 S 0.11 (106) 541.19 472.67 S 0.11 (Network-A) 234 451.67 S 0.11 (war) 289.96 451.67 S 0.11 (e Applications) 309.09 451.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . .) 382.77 451.67 S 0.11 (106) 541.19 451.67 S 3 F 0.11 (7.) 207.54 430.67 S 0.11 (Using W) 225 430.67 S 0.11 (abi Ports) 268.59 430.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 314.22 430.67 S 0.11 (107) 541.19 430.67 S 0 F 0.11 (About W) 216 409.67 S 0.11 (abi Ports) 260.32 409.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 305.65 409.67 S 0.11 (108) 541.19 409.67 S 0.11 (COM Port Con\336guration) 234 388.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 359.92 388.67 S 0.11 (108) 541.19 388.67 S 0.11 (COM Ports and Printing) 234 367.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 357.07 367.67 S 0.11 (1) 541.79 367.67 S 0.11 (12) 546.79 367.67 S 0.11 (LPT Ports and Printing) 234 346.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 348.5 346.67 S 0.11 (1) 541.79 346.67 S 0.11 (13) 546.79 346.67 S 0.11 (Instr) 216 325.67 S 0.11 (uctions for T) 239.14 325.67 S 0.11 (asks Related to Ports) 301.11 325.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . .) 405.63 325.67 S 0.11 (1) 541.79 325.67 S 0.11 (13) 546.79 325.67 S 5 F 0.11 (t) 260.09 304.67 S 0 F 0.11 (Selecting a Port) 279 304.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 357.07 304.67 S 0.11 (1) 541.79 304.67 S 0.11 (13) 546.79 304.67 S 5 F 0.11 (t) 260.09 283.67 S 0 F 0.11 (Changing COM Port Settings) 279 283.67 S 0.11 ( . . . . . . . . . . . . . . . . . .) 425.62 283.67 S 0.11 (1) 541.79 283.67 S 0.11 (13) 546.79 283.67 S 5 F 0.11 (t) 260.09 262.67 S 0 F 0.11 (Resetting COM Port Settings to Defaults) 279 262.67 S 0.11 (. . . . . . . . .) 479.9 262.67 S 0.11 (1) 541.79 262.67 S 0.11 (14) 546.79 262.67 S 5 F 0.11 (t) 260.09 241.67 S 0 F 0.11 (Connecting a COM Port to a Serial Device Name) 279 241.67 S 0.11 ( .) 522.74 241.67 S 0.11 (1) 541.79 241.67 S 0.11 (14) 546.79 241.67 S 5 F 0.11 (t) 260.09 220.67 S 0 F 0.11 (Resetting a COM Port Connection to the Default) 279 220.67 S 0.11 (. .) 519.89 220.67 S 0.11 (1) 541.79 220.67 S 0.11 (14) 546.79 220.67 S 5 F 0.11 (t) 260.09 199.67 S 0 F 0.11 (Entering an Alternate COM Device Dir) 279 199.67 S 0.11 (ectory) 472.2 199.67 S 0.11 ( . . . .) 505.6 199.67 S 0.11 (1) 541.79 199.67 S 0.11 (15) 546.79 199.67 S 5 F 0.11 (t) 260.09 178.67 S 0 F 0.11 (Entering an Alternate COM Device File Pattern) 279 178.67 S 0.11 (. . .) 514.17 178.67 S 0.11 (1) 541.79 178.67 S 0.11 (16) 546.79 178.67 S 5 F 0.11 (t) 260.09 157.67 S 0 F 0.11 (Restoring Advanced COM Port Options Defaults) 279 157.67 S 0.11 ( .) 522.74 157.67 S 0.11 (1) 541.79 157.67 S 0.11 (16) 546.79 157.67 S FMENDPAGE %%EndPage: "viii" 7 %%Page: "vii" 7 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Contents) 198 108.7 S 0 F 0.09 (vii) 547.42 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 5 11 Q 0 X 0.11 (t) 260.09 640.67 S 0 F 0.11 (Removing an Installed Printer) 279 640.67 S 0.11 (. . . . . . . . . . . . . . . . . .) 428.48 640.67 S 0.11 (81) 546.79 640.67 S 5 F 0.11 (t) 260.09 619.67 S 0 F 0.11 (Assigning an Installed Printer Driver to a Port) 279 619.67 S 0.11 (. . . .) 508.46 619.67 S 0.11 (81) 546.79 619.67 S 5 F 0.11 (t) 260.09 598.67 S 0 F 0.11 (Connecting a Printer to a Driver/Port Combination) 279 598.67 S 0.11 (82) 546.79 598.67 S 5 F 0.11 (t) 260.09 577.67 S 0 F 0.11 (De\336ning the W) 279 577.67 S 0.11 (abi Default Printer) 353.64 577.67 S 0.11 ( . . . . . . . . . . . . . .) 448.47 577.67 S 0.11 (83) 546.79 577.67 S 5 F 0.11 (t) 260.09 556.67 S 0 F 0.11 (Restoring Printer Name and Command Defaults) 279 556.67 S 0.11 (. .) 519.89 556.67 S 0.11 (84) 546.79 556.67 S 5 F 0.11 (t) 260.09 535.67 S 0 F 0.11 (Accessing the Printer Setup Dialogs) 279 535.67 S 0.11 (. . . . . . . . . . . . .) 457.04 535.67 S 0.11 (84) 546.79 535.67 S 5 F 0.11 (t) 260.09 514.67 S 0 F 0.11 (Printing to a File) 279 514.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 362.78 514.67 S 0.11 (85) 546.79 514.67 S 0.11 (Refer) 216 493.67 S 0.11 (ence Material for Printing) 242.21 493.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . .) 371.35 493.67 S 0.11 (86) 546.79 493.67 S 0.11 (T) 234 472.67 S 0.11 (r) 239.86 472.67 S 0.11 (oubleshooting Pr) 244.11 472.67 S 0.11 (oblems W) 328.88 472.67 S 0.11 (ith Printing) 377.78 472.67 S 0.11 ( . . . . . . . . . . . . . . . .) 437.05 472.67 S 0.11 (86) 546.79 472.67 S 3 F 0.11 (5.) 207.54 451.67 S 0.11 (International Settings) 225 451.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 337.07 451.67 S 0.11 (89) 546.79 451.67 S 0 F 0.11 (About Localizing W) 216 430.67 S 0.11 (abi) 314.94 430.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 331.36 430.67 S 0.11 (90) 546.79 430.67 S 0.11 (Compose Key Sequences) 234 409.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 359.92 409.67 S 0.11 (90) 546.79 409.67 S 0.11 (About International Settings) 216 388.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 357.07 388.67 S 0.11 (91) 546.79 388.67 S 0.11 (Date Settings) 234 367.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 299.93 367.67 S 0.11 (93) 546.79 367.67 S 0.11 (T) 234 346.67 S 0.11 (ime Settings) 240.24 346.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 302.79 346.67 S 0.11 (94) 546.79 346.67 S 0.11 (Number Settings) 234 325.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 319.93 325.67 S 0.11 (95) 546.79 325.67 S 0.11 (Curr) 234 304.67 S 0.11 (ency Settings) 257.33 304.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 322.79 304.67 S 0.11 (96) 546.79 304.67 S 0.11 (Instr) 216 283.67 S 0.11 (uctions for T) 239.14 283.67 S 0.11 (asks Related to International Settings) 301.11 283.67 S 0.11 (. . . . . . . .) 485.61 283.67 S 0.11 (97) 546.79 283.67 S 5 F 0.11 (t) 260.09 262.67 S 0 F 0.11 (Setting the) 279 262.67 S 2 F (LANG) 334.94 262.67 T 0 F 0.11 ( Envir) 361.31 262.67 S 0.11 (onment V) 391.37 262.67 S 0.11 (ariable) 439.25 262.67 S 0.11 (. . . . . . . . . .) 474.18 262.67 S 0.11 (97) 546.79 262.67 S 5 F 0.11 (t) 260.09 241.67 S 0 F 0.11 (Setting the) 279 241.67 S 2 F (WABI_KEYB) 334.94 241.67 T 0 F 0.11 ( Envir) 394.27 241.67 S 0.11 (onment V) 424.33 241.67 S 0.11 (ariable) 472.21 241.67 S 0.11 (. . . .) 508.46 241.67 S 0.11 (97) 546.79 241.67 S 5 F 0.11 (t) 260.09 220.67 S 0 F 0.11 (Changing International Settings) 279 220.67 S 0.11 (. . . . . . . . . . . . . . . .) 439.9 220.67 S 0.11 (98) 546.79 220.67 S 5 F 0.11 (t) 260.09 199.67 S 0 F 0.11 (Changing the Short Date Format) 279 199.67 S 0.11 ( . . . . . . . . . . . . . . .) 442.76 199.67 S 0.11 (98) 546.79 199.67 S 5 F 0.11 (t) 260.09 178.67 S 0 F 0.11 (Changing the Long Date Format) 279 178.67 S 0.11 (. . . . . . . . . . . . . . . .) 439.9 178.67 S 0.11 (99) 546.79 178.67 S 5 F 0.11 (t) 260.09 157.67 S 0 F 0.11 (Changing T) 279 157.67 S 0.11 (ime Settings) 336.86 157.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . .) 399.91 157.67 S 0.11 (100) 541.19 157.67 S FMENDPAGE %%EndPage: "vii" 6 %%Page: "vi" 6 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (vi) 54 108.7 S 1 F 0 K 0.09 (W) 198 108.7 S 0.09 (abi 2.0 User) 206.39 108.7 S 0.09 (\325) 251.66 108.7 S 0.09 (s Guide) 253.76 108.7 S 0 F 4 K 0.09 (\321) 282.11 108.7 S 1 F 0.09 (November 1994) 291.18 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 5 11 Q 0 X 0.11 (t) 260.09 640.67 S 0 F 0.11 (Disconnecting a Drive) 279 640.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . .) 391.34 640.67 S 0.11 (60) 546.79 640.67 S 5 F 0.11 (t) 260.09 619.67 S 0 F 0.11 (Enabling File Sharing for a Drive) 279 619.67 S 0.11 ( . . . . . . . . . . . . . . .) 442.76 619.67 S 0.11 (61) 546.79 619.67 S 5 F 0.11 (t) 260.09 598.67 S 0 F 0.11 (Setting a Network Drive) 279 598.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . .) 402.77 598.67 S 0.11 (61) 546.79 598.67 S 5 F 0.11 (t) 260.09 577.67 S 0 F 0.11 (Setting a Local Drive) 279 577.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . .) 382.77 577.67 S 0.11 (62) 546.79 577.67 S 5 F 0.11 (t) 260.09 556.67 S 0 F 0.11 (Accessing a CD-ROM Drive) 279 556.67 S 0.11 ( . . . . . . . . . . . . . . . . . . .) 419.91 556.67 S 0.11 (62) 546.79 556.67 S 0.11 (Refer) 216 535.67 S 0.11 (ence Material for Drives) 242.21 535.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 362.78 535.67 S 0.11 (63) 546.79 535.67 S 0.11 (T) 234 514.67 S 0.11 (r) 239.86 514.67 S 0.11 (oubleshooting Pr) 244.11 514.67 S 0.11 (oblems W) 328.88 514.67 S 0.11 (ith Diskette Drives) 377.78 514.67 S 0.11 ( . . . . . . . . . .) 471.33 514.67 S 0.11 (63) 546.79 514.67 S 0.11 (T) 234 493.67 S 0.11 (r) 239.86 493.67 S 0.11 (oubleshooting Pr) 244.11 493.67 S 0.11 (oblems W) 328.88 493.67 S 0.11 (ith W) 377.78 493.67 S 0.11 (abi Drives) 404.23 493.67 S 0.11 (. . . . . . . . . . . . .) 457.04 493.67 S 0.11 (65) 546.79 493.67 S 0.11 (T) 234 472.67 S 0.11 (r) 239.86 472.67 S 0.11 (oubleshooting Pr) 244.11 472.67 S 0.11 (oblems W) 328.88 472.67 S 0.11 (ith CD-ROM Drives) 377.78 472.67 S 0.11 ( . . . . . . . . .) 477.04 472.67 S 0.11 (67) 546.79 472.67 S 3 F 0.11 (4.) 207.54 451.67 S 0.11 (Printing) 225 451.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 268.51 451.67 S 0.11 (69) 546.79 451.67 S 0 F 0.11 (About Printing) 216 430.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 291.36 430.67 S 0.11 (70) 546.79 430.67 S 0.11 (Supported Printer Models) 234 409.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 365.64 409.67 S 0.11 (70) 546.79 409.67 S 0.11 (The Concept of a W) 234 388.67 S 0.11 (abi Port) 330.99 388.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . .) 371.35 388.67 S 0.11 (71) 546.79 388.67 S 0.11 (Befor) 234 367.67 S 0.11 (e Y) 260.32 367.67 S 0.11 (ou Can Print) 274.98 367.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 339.93 367.67 S 0.11 (71) 546.79 367.67 S 0.11 (The Steps to Printing) 234 346.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 339.93 346.67 S 0.11 (72) 546.79 346.67 S 0.11 (About Printer Drivers) 234 325.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 345.64 325.67 S 0.11 (74) 546.79 325.67 S 0.11 (Printer Drivers and Ports) 234 304.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 359.92 304.67 S 0.11 (75) 546.79 304.67 S 0.11 (Connect the Port to a Printer) 234 283.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . .) 377.06 283.67 S 0.11 (76) 546.79 283.67 S 0.11 (W) 234 262.67 S 0.11 (abi Default Printer) 244.09 262.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 337.07 262.67 S 0.11 (78) 546.79 262.67 S 0.11 (Printer Driver Setup Dialog Boxes and Help Scr) 234 241.67 S 0.11 (eens) 470.11 241.67 S 0.11 ( . . . . . .) 494.18 241.67 S 0.11 (79) 546.79 241.67 S 0.11 (Print to an LPT Port or a COM Port) 234 220.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . .) 411.34 220.67 S 0.11 (80) 546.79 220.67 S 0.11 (Print to a File) 234 199.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 302.79 199.67 S 0.11 (80) 546.79 199.67 S 0.11 (Instr) 216 178.67 S 0.11 (uctions for T) 239.14 178.67 S 0.11 (asks Related to Printing) 301.11 178.67 S 0.11 ( . . . . . . . . . . . . . . . . . . .) 419.91 178.67 S 0.11 (80) 546.79 178.67 S 5 F 0.11 (t) 260.09 157.67 S 0 F 0.11 (Installing a Printer Driver) 279 157.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . .) 408.48 157.67 S 0.11 (81) 546.79 157.67 S FMENDPAGE %%EndPage: "vi" 5 %%Page: "v" 5 612 792 0 FMBEGINPAGE 1 9 Q 0 X 4 K 0.09 (Contents) 198 108.7 S 0 F 0.09 (v) 552.83 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 0 11 Q 0 X 0.11 (Refer) 216 640.67 S 0.11 (ence Material Related to Con\336guration Manager) 242.21 640.67 S 0.11 ( . . . . . . . .) 482.75 640.67 S 0.11 (40) 546.79 640.67 S 0.11 (Using Accelerator Keys) 234 619.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 351.35 619.67 S 0.11 (40) 546.79 619.67 S 0.11 (T) 234 598.67 S 0.11 (r) 239.86 598.67 S 0.11 (oubleshooting Con\336guration Manager Pr) 244.11 598.67 S 0.11 (oblems) 448.73 598.67 S 0.11 (. . . . . . . .) 485.61 598.67 S 0.11 (41) 546.79 598.67 S 3 F 0.11 (3.) 207.54 577.67 S 0.11 (Setting Up Drives) 225 577.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 319.93 577.67 S 0.11 (43) 546.79 577.67 S 0 F 0.11 (About Drives) 216 556.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 285.65 556.67 S 0.11 (44) 546.79 556.67 S 0.11 (Diskette Drives) 234 535.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 311.36 535.67 S 0.11 (44) 546.79 535.67 S 0.11 (W) 234 514.67 S 0.11 (abi Drives) 244.09 514.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 297.08 514.67 S 0.11 (48) 546.79 514.67 S 0.11 (Drive Connections) 234 493.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 328.5 493.67 S 0.11 (48) 546.79 493.67 S 0.11 (Default Drive Assignments) 234 472.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . .) 371.35 472.67 S 0.11 (50) 546.79 472.67 S 0.11 (New Drive Assignments) 234 451.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 357.07 451.67 S 0.11 (50) 546.79 451.67 S 0.11 (Edit the Dir) 234 430.67 S 0.11 (ectory Path) 292.1 430.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 348.5 430.67 S 0.11 (51) 546.79 430.67 S 0.11 (Disconnect a Drive) 234 409.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 328.5 409.67 S 0.11 (51) 546.79 409.67 S 0.11 (File Locking and File Sharing) 234 388.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . .) 379.92 388.67 S 0.11 (51) 546.79 388.67 S 0.11 (W) 234 367.67 S 0.11 (abi Network Drives) 244.09 367.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 342.78 367.67 S 0.11 (53) 546.79 367.67 S 0.11 (CD-ROM Drives) 234 346.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 317.07 346.67 S 0.11 (54) 546.79 346.67 S 0.11 (Instr) 216 325.67 S 0.11 (uctions for T) 239.14 325.67 S 0.11 (asks Related to Setting Up Drives) 301.11 325.67 S 0.11 (. . . . . . . . . . .) 468.47 325.67 S 0.11 (55) 546.79 325.67 S 5 F 0.11 (t) 260.09 304.67 S 0 F 0.11 (Connecting a Diskette Drive) 279 304.67 S 0.11 ( . . . . . . . . . . . . . . . . . . .) 419.91 304.67 S 0.11 (55) 546.79 304.67 S 5 F 0.11 (t) 260.09 283.67 S 0 F 0.11 (Changing the Diskette Drive T) 279 283.67 S 0.11 (imeout Period) 430.09 283.67 S 0.11 (. . . . .) 502.75 283.67 S 0.11 (55) 546.79 283.67 S 5 F 0.11 (t) 260.09 262.67 S 0 F 0.11 (Manually Entering a Diskette Device Name) 279 262.67 S 0.11 (. . . . . .) 497.04 262.67 S 0.11 (56) 546.79 262.67 S 5 F 0.11 (t) 260.09 241.67 S 0 F 0.11 (Formatting a DOS Diskette) 279 241.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . .) 414.2 241.67 S 0.11 (56) 546.79 241.67 S 5 F 0.11 (t) 260.09 220.67 S 0 F 0.11 (Accessing an Alternate Diskette Devices Dir) 279 220.67 S 0.11 (ectory) 497.55 220.67 S 0.11 (57) 546.79 220.67 S 5 F 0.11 (t) 260.09 199.67 S 0 F 0.11 (Accessing an Alternate Diskette Device File Pattern) 279 199.67 S 0.11 (58) 546.79 199.67 S 5 F 0.11 (t) 260.09 178.67 S 0 F 0.11 (Assigning a Drive) 279 178.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . .) 371.35 178.67 S 0.11 (59) 546.79 178.67 S 5 F 0.11 (t) 260.09 157.67 S 0 F 0.11 (Editing or Entering a Drive Path Dir) 279 157.67 S 0.11 (ectly) 458.62 157.67 S 0.11 ( . . . . . . . .) 482.75 157.67 S 0.11 (59) 546.79 157.67 S FMENDPAGE %%EndPage: "v" 4 %%Page: "iv" 4 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (iv) 54 108.7 S 1 F 0 K 0.09 (W) 198 108.7 S 0.09 (abi 2.0 User) 206.39 108.7 S 0.09 (\325) 251.66 108.7 S 0.09 (s Guide) 253.76 108.7 S 0 F 4 K 0.09 (\321) 282.11 108.7 S 1 F 0.09 (November 1994) 291.18 108.7 S 558 675 54 675 2 L 0.3 H 2 Z 0 K N 185 83.74 393.76 101.24 R 7 X V 5 11 Q 0 X 0.11 (t) 260.09 640.67 S 0 F 0.11 (Installing Micr) 279 640.67 S 0.11 (osoft W) 351.93 640.67 S 0.11 (indows Fr) 389.72 640.67 S 0.11 (om a W) 439.83 640.67 S 0.11 (abi Drive) 477.15 640.67 S 0.11 (.) 525.6 640.67 S 0.11 (17) 546.79 640.67 S 5 F 0.11 (t) 260.09 619.67 S 0 F 0.11 (V) 279 619.67 S 0.11 (iewing the W) 286.44 619.67 S 0.11 (abi Man Page) 351.79 619.67 S 0.11 ( . . . . . . . . . . . . . . . . . . .) 419.91 619.67 S 0.11 (18) 546.79 619.67 S 5 F 0.11 (t) 260.09 598.67 S 0 F 0.11 (Accessing the W) 279 598.67 S 0.11 (abi Man Page) 359.94 598.67 S 0.11 (. . . . . . . . . . . . . . . . . .) 428.48 598.67 S 0.11 (18) 546.79 598.67 S 0.11 (Refer) 216 577.67 S 0.11 (ence Material for Getting Started) 242.21 577.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . .) 405.63 577.67 S 0.11 (20) 546.79 577.67 S 0.11 (Har) 234 556.67 S 0.11 (dwar) 253.1 556.67 S 0.11 (e Requir) 279.05 556.67 S 0.11 (ements) 320.66 556.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 357.07 556.67 S 0.11 (20) 546.79 556.67 S 0.11 (T) 234 535.67 S 0.11 (r) 239.86 535.67 S 0.11 (oubleshooting Startup Pr) 244.11 535.67 S 0.11 (oblems) 368.5 535.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . .) 405.63 535.67 S 0.11 (21) 546.79 535.67 S 0.11 (T) 234 514.67 S 0.11 (r) 239.86 514.67 S 0.11 (oubleshooting Micr) 244.11 514.67 S 0.11 (osoft W) 340.93 514.67 S 0.11 (indows Installation Pr) 378.73 514.67 S 0.11 (oblems) 488.42 514.67 S 0.11 (.) 525.6 514.67 S 0.11 (22) 546.79 514.67 S 0.11 ( Certi\336ed Compatible Applications) 234 493.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . .) 408.48 493.67 S 0.11 (23) 546.79 493.67 S 3 F 0.11 (2.) 207.54 472.67 S 0.11 (Using Con\336guration Manager) 225 472.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . .) 379.92 472.67 S 0.11 (25) 546.79 472.67 S 0 F 0.11 (About Con\336guration Manager) 216 451.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 368.49 451.67 S 0.11 (26) 546.79 451.67 S 0.11 (Con\336guration Manager Functions) 234 430.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . .) 405.63 430.67 S 0.11 (27) 546.79 430.67 S 0.11 (Con\336guration Manager Menus) 234 409.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . .) 388.49 409.67 S 0.11 (29) 546.79 409.67 S 0.11 (Accelerator Keys) 234 388.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 319.93 388.67 S 0.11 (29) 546.79 388.67 S 0.11 (Dialog Boxes) 234 367.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 299.93 367.67 S 0.11 (31) 546.79 367.67 S 0.11 (Entry V) 234 346.67 S 0.11 (alidation) 271.57 346.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 317.07 346.67 S 0.11 (34) 546.79 346.67 S 0.11 (Sound Settings) 234 325.67 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 308.5 325.67 S 0.11 (35) 546.79 325.67 S 0.11 (Mouse Settings) 234 304.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 311.36 304.67 S 0.11 (35) 546.79 304.67 S 0.11 (Color Settings) 234 283.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 305.65 283.67 S 0.11 (36) 546.79 283.67 S 0.11 (Additional Con\336guration Manager Functions) 234 262.67 S 0.11 ( . . . . . . . . . . . .) 459.9 262.67 S 0.11 (37) 546.79 262.67 S 0.11 (Instr) 216 241.67 S 0.11 (uctions for T) 239.14 241.67 S 0.11 (asks Related to Con\336guration Manager) 301.11 241.67 S 0.11 (. . . . . .) 497.04 241.67 S 0.11 (37) 546.79 241.67 S 5 F 0.11 (t) 260.09 220.67 S 0 F 0.11 (Opening Con\336guration Manager) 279 220.67 S 0.11 ( . . . . . . . . . . . . . . .) 442.76 220.67 S 0.11 (38) 546.79 220.67 S 5 F 0.11 (t) 260.09 199.67 S 0 F 0.11 (Swapping Mouse Buttons) 279 199.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . .) 408.48 199.67 S 0.11 (38) 546.79 199.67 S 5 F 0.11 (t) 260.09 178.67 S 0 F 0.11 (T) 279 178.67 S 0.11 (urning the System W) 284.86 178.67 S 0.11 (arning Beep On and Of) 388.54 178.67 S 0.11 (f) 503.32 178.67 S 0.11 (. . . .) 508.46 178.67 S 0.11 (39) 546.79 178.67 S 5 F 0.11 (t) 260.09 157.67 S 0 F 0.11 (Changing W) 279 157.67 S 0.11 (abi Colors) 340.7 157.67 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . .) 391.34 157.67 S 0.11 (39) 546.79 157.67 S FMENDPAGE %%EndPage: "iv" 3 %%Page: "iii" 3 612 792 0 FMBEGINPAGE 0 9 Q 0 X 4 K 0.09 (iii) 549.88 108.7 S 185 83.74 393.76 101.24 R 7 X 0 K V 198 500.18 558 500.18 2 L 0.3 H 2 Z 0 X N 54 522.64 558 589.39 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 ( Contents) 198 509.31 P 0 11 Q 0.11 (Pr) 225 459.01 S 0.11 (eface) 236 459.01 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 262.8 459.01 S 0.11 (xvii) 539.29 459.01 S 3 F 0.11 (1.) 207.54 438.01 S 0.11 (Getting Started) 225 438.01 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 305.65 438.01 S 0.11 (1) 552.4 438.01 S 0 F 0.11 (About the W) 216 417.01 S 0.11 (abi Pr) 278.74 417.01 S 0.11 (ogram) 307.69 417.01 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 339.93 417.01 S 0.11 (2) 552.4 417.01 S 0.11 (W) 234 396.01 S 0.11 (abi and the X W) 244.09 396.01 S 0.11 (indow System) 323.03 396.01 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . .) 394.2 396.01 S 0.11 (3) 552.4 396.01 S 0.11 (W) 234 375.01 S 0.11 (abi Capabilities and Functions) 244.09 375.01 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . .) 397.06 375.01 S 0.11 (3) 552.4 375.01 S 0.11 (The First T) 234 354.01 S 0.11 (ime Y) 287.11 354.01 S 0.11 (ou Run the W) 314.88 354.01 S 0.11 (abi Pr) 382.64 354.01 S 0.11 (ogram) 411.59 354.01 S 0.11 (. . . . . . . . . . . . . . .) 445.62 354.01 S 0.11 (4) 552.4 354.01 S 0.11 (Micr) 234 333.01 S 0.11 (osoft W) 257.05 333.01 S 0.11 (indows Installation) 294.84 333.01 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . .) 391.34 333.01 S 0.11 (6) 552.4 333.01 S 0.11 (The W) 234 312.01 S 0.11 (abi User Interface) 265.66 312.01 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 354.21 312.01 S 0.11 (10) 546.79 312.01 S 0.11 (W) 234 291.01 S 0.11 (abi Display Options) 244.09 291.01 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 345.64 291.01 S 0.11 (14) 546.79 291.01 S 0.11 (Instr) 216 270.01 S 0.11 (uctions for Getting Started) 239.14 270.01 S 0.11 (. . . . . . . . . . . . . . . . . . . . . . . . . . . .) 371.35 270.01 S 0.11 (15) 546.79 270.01 S 5 F 0.11 (t) 260.09 249.01 S 0 F 0.11 (Starting the W) 279 249.01 S 0.11 (abi Pr) 349.71 249.01 S 0.11 (ogram) 378.66 249.01 S 0.11 (. . . . . . . . . . . . . . . . . . . . .) 411.34 249.01 S 0.11 (15) 546.79 249.01 S 5 F 0.11 (t) 260.09 228.01 S 0 F 0.11 (Exiting the W) 279 228.01 S 0.11 (abi Pr) 346 228.01 S 0.11 (ogram) 374.95 228.01 S 0.11 ( . . . . . . . . . . . . . . . . . . . . .) 408.48 228.01 S 0.11 (15) 546.79 228.01 S 5 F 0.11 (t) 260.09 207.01 S 0 F 0.11 (Displaying the W) 279 207.01 S 0.11 (abi Pr) 364.92 207.01 S 0.11 (ogram on a Remote System) 393.88 207.01 S 0.11 (15) 546.79 207.01 S 5 F 0.11 (t) 260.09 186.01 S 0 F 0.11 (Displaying the W) 279 186.01 S 0.11 (abi Pr) 364.92 186.01 S 0.11 (ogram with Small or Lar) 393.88 186.01 S 0.11 (ge) 515.41 186.01 S 0.11 (System Fonts) 279 173.01 S 0.11 ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .) 345.64 173.01 S 0.11 (16) 546.79 173.01 S 5 F 0.11 (t) 260.09 152.01 S 0 F 0.11 (Installing Micr) 279 152.01 S 0.11 (osoft W) 351.93 152.01 S 0.11 (indows Fr) 389.72 152.01 S 0.11 (om Diskette) 439.83 152.01 S 0.11 ( . . . . .) 499.89 152.01 S 0.11 (17) 546.79 152.01 S FMENDPAGE %%EndPage: "iii" 2 %%Page: "2" 2 612 792 0 FMBEGINPAGE 184.97 83.74 393.7 101.23 R 7 X 0 K V 0 28 26 105 100 36 36 53.07 96.17 FMBEGINEPSF %%BeginDocument: %!PS-Adobe-2.0 EPSF-2.0 %%Creator: Adobe Illustrator(TM) 3.0 %%For: (clyde) (sun) %%Title: (recycle.logo) %%CreationDate: (9/24/91) (4:13 PM) %%DocumentProcessColors: Black %%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0 %%+ procset Adobe_cmykcolor 1.1 0 %%+ procset Adobe_cshow 1.1 0 %%+ procset Adobe_customcolor 1.0 0 %%+ procset Adobe_IllustratorA_AI3 1.0 0 %%BoundingBox: 28 26 105 100 %AI3_ColorUsage: Black&White %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: 30 31 582 761 %AI3_DocumentPreview: Macintosh_Pic %%EndComments %%BeginProlog %%BeginResource: procset Adobe_packedarray 2.0 0 %%Title: (Packed Array Operators) %%Version: 2.0 %%CreationDate: (8/2/90) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_packedarray 5 dict dup begin put /initialize % - initialize - { /packedarray where { pop } { Adobe_packedarray begin Adobe_packedarray { dup xcheck { bind } if userdict 3 1 roll put } forall end } ifelse } def /terminate % - terminate - { } def /packedarray % arguments count packedarray array { array astore readonly } def /setpacking % boolean setpacking - { pop } def /currentpacking % - setpacking boolean { false } def currentdict readonly pop end %%EndResource Adobe_packedarray /initialize get exec %%BeginResource: procset Adobe_cmykcolor 1.1 0 %%Title: (CMYK Color Operators) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cmykcolor 4 dict dup begin put /initialize % - initialize - { /setcmykcolor where { pop } { userdict /Adobe_cmykcolor_vars 2 dict dup begin put /_setrgbcolor /setrgbcolor load def /_currentrgbcolor /currentrgbcolor load def Adobe_cmykcolor begin Adobe_cmykcolor { dup xcheck { bind } if pop pop } forall end end Adobe_cmykcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_cmykcolor eq { end } if } def /setcmykcolor % cyan magenta yellow black setcmykcolor - { 1 sub 4 1 roll 3 { 3 index add neg dup 0 lt { pop 0 } if 3 1 roll } repeat Adobe_cmykcolor_vars /_setrgbcolor get exec pop } def /currentcmykcolor % - currentcmykcolor cyan magenta yellow black { Adobe_cmykcolor_vars /_currentrgbcolor get exec 3 { 1 sub neg 3 1 roll } repeat 0 } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_cshow 1.1 0 %%Title: (cshow Operator) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cshow 3 dict dup begin put /initialize % - initialize - { /cshow where { pop } { userdict /Adobe_cshow_vars 1 dict dup begin put /_cshow % - _cshow proc {} def Adobe_cshow begin Adobe_cshow { dup xcheck { bind } if userdict 3 1 roll put } forall end end } ifelse } def /terminate % - terminate - { } def /cshow % proc string cshow - { exch Adobe_cshow_vars exch /_cshow exch put { 0 0 Adobe_cshow_vars /_cshow get exec } forall } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_customcolor 1.0 0 %%Title: (Custom Color Operators) %%Version: 1.0 %%CreationDate: (5/9/88) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_customcolor 5 dict dup begin put /initialize % - initialize - { /setcustomcolor where { pop } { Adobe_customcolor begin Adobe_customcolor { dup xcheck { bind } if pop pop } forall end Adobe_customcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_customcolor eq { end } if } def /findcmykcustomcolor % cyan magenta yellow black name findcmykcustomcolor object { 5 packedarray } def /setcustomcolor % object tint setcustomcolor - { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } def /setoverprint % boolean setoverprint - { pop } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_IllustratorA_AI3 1.0 0 %%Title: (Adobe Illustrator (R) Version 3.0 Abbreviated Prolog) %%Version: 1.0 %%CreationDate: (7/22/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_IllustratorA_AI3 61 dict dup begin put % initialization /initialize % - initialize - { userdict /Adobe_IllustratorA_AI3_vars 46 dict dup begin put % paint operands /_lp /none def /_pf {} def /_ps {} def /_psf {} def /_pss {} def /_pjsf {} def /_pjss {} def /_pola 0 def /_doClip 0 def % paint operators /cf currentflat def % - cf flatness % typography operands /_tm matrix def /_renderStart [/e0 /r0 /a0 /o0 /i0 /i0 /i0 /i0] def /_renderEnd [null null null null /e1 /r1 /a1 /clip] def /_render -1 def /_rise 0 def /_ax 0 def % x character spacing (_ax, _ay, _cx, _cy follows awidthshow naming convention) /_ay 0 def % y character spacing /_cx 0 def % x word spacing /_cy 0 def % y word spacing /_leading [0 0] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def % typography operators /Tx {} def /Tj {} def % compound path operators /CRender {} def % printing /_AI3_savepage {} def % color operands /_gf null def /_cf 4 array def /_if null def /_of false def /_fc {} def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc {} def /_i null def Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3 { dup xcheck { bind } if pop pop } forall end end Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3_vars begin newpath } def /terminate % - terminate - { end end } def % definition operators /_ % - _ null null def /ddef % key value ddef - { Adobe_IllustratorA_AI3_vars 3 1 roll put } def /xput % key value literal xput - { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop % integer npop - { { pop } repeat } def % marking operators /sw % ax ay string sw x y { dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add } def /swj % cx cy fillchar ax ay string swj x y { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add 6 2 roll /_cnt 0 ddef {1 index eq {/_cnt _cnt 1 add ddef} if} forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss % ax ay string matrix ss - { 4 1 roll { % matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss % cx cy fillchar ax ay string matrix jss - { 4 1 roll { % cx cy fillchar matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke }ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def % path operators /sp % ax ay string sp - { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp % cx cy fillchar ax ay string jsp - { { % cx cy fillchar ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath }ifelse 2 copy rmoveto } exch cshow 5 npop } def % path construction operators /pl % x y pl x y { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c % x1 y1 x2 y2 x3 y3 c - { curveto } def /C /c load def /v % x2 y2 x3 y3 v - { currentpoint 6 2 roll curveto } def /V /v load def /y % x1 y1 x2 y2 y - { 2 copy curveto } def /Y /y load def /l % x y l - { lineto } def /L /l load def /m % x y m - { moveto } def } {%else /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def }ifelse % graphic state operators /d % array phase d - { setdash } def /cf {} def % - cf flatness /i % flatness i - { dup 0 eq { pop cf } if setflat } def /j % linejoin j - { setlinejoin } def /J % linecap J - { setlinecap } def /M % miterlimit M - { setmiterlimit } def /w % linewidth w - { setlinewidth } def % path painting operators /H % - H - {} def /h % - h - { closepath } def /N % - N - { _pola 0 eq { _doClip 1 eq {clip /_doClip 0 ddef} if newpath } { /CRender {N} ddef }ifelse } def /n % - n - {N} def /F % - F - { _pola 0 eq { _doClip 1 eq { gsave _pf grestore clip newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf }ifelse } { /CRender {F} ddef }ifelse } def /f % - f - { closepath F } def /S % - S - { _pola 0 eq { _doClip 1 eq { gsave _ps grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps }ifelse } { /CRender {S} ddef }ifelse } def /s % - s - { closepath S } def /B % - B - { _pola 0 eq { _doClip 1 eq % F clears _doClip gsave F grestore { gsave S grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { S }ifelse } { /CRender {B} ddef }ifelse } def /b % - b - { closepath B } def /W % - W - { /_doClip 1 ddef } def /* % - [string] * - { count 0 ne { dup type (stringtype) eq {pop} if } if _pola 0 eq {newpath} if } def % group operators /u % - u - {} def /U % - U - {} def /q % - q - { _pola 0 eq {gsave} if } def /Q % - Q - { _pola 0 eq {grestore} if } def /*u % - *u - { _pola 1 add /_pola exch ddef } def /*U % - *U - { _pola 1 sub /_pola exch ddef _pola 0 eq {CRender} if } def /D % polarized D - {pop} def /*w % - *w - {} def /*W % - *W - {} def % place operators /` % matrix llx lly urx ury string ` - { /_i save ddef 6 1 roll 4 npop concat userdict begin /showpage {} def false setoverprint pop } def /~ % - ~ - { end _i restore } def % color operators /O % flag O - { 0 ne /_of exch ddef /_lp /none ddef } def /R % flag R - { 0 ne /_os exch ddef /_lp /none ddef } def /g % gray g - { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G % gray G - { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k % cyan magenta yellow black k - { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K % cyan magenta yellow black K - { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x % cyan magenta yellow black name gray x - { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X % cyan magenta yellow black name gray X - { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def % locked object operator /A % value A - { pop } def currentdict readonly pop end setpacking % annotate page operator /annotatepage { } def %%EndResource %%EndProlog %%BeginSetup Adobe_cmykcolor /initialize get exec Adobe_cshow /initialize get exec Adobe_customcolor /initialize get exec Adobe_IllustratorA_AI3 /initialize get exec %%EndSetup 0 A u u 0 R 0 G 0 i 0 J 0 j 1.5 w 10 M []0 d %AI3_Note: 0 D 55.8513 89.3866 m 70.6271 89.3302 l 77.0061 89.4337 78.4273 86.3828 y 81.2352 82.0317 l 85.1147 84.3127 l 78.8875 72.4495 l 65.0513 72.4954 l 68.806 74.7695 l 62.7847 84.0125 l 57.169 92.7147 54.0208 88.5339 53.0985 87.1056 c 46.3582 75.4643 l 58.1242 68.7309 l 65.0414 80.5698 l S U u 46.1811 39.5344 m 38.8421 52.3589 l 35.5629 57.8315 37.4945 60.5878 y 39.8587 65.195 l 35.9435 67.4144 l 49.3311 67.953 l 56.2094 55.9475 l 52.3626 58.0622 l 47.3685 48.226 l 42.64 39.0115 47.8349 38.3755 49.5329 38.2909 c 62.9848 38.2743 l 62.9331 51.8307 l 49.2217 51.9017 l S U u 94.6634 56.0541 m 87.2266 43.2861 l 84.1268 37.7099 80.774 38.0046 y 75.6019 37.7484 l 75.6374 33.2481 l 68.4772 44.5727 l 75.4352 56.5324 l 75.5272 52.1436 l 86.5426 52.7367 l 96.8869 53.249 94.8403 58.0658 94.0645 59.5787 c 87.353 71.2367 l 75.6386 64.4136 l 82.4327 52.5037 l S U U %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_IllustratorA_AI3 /terminate get exec Adobe_customcolor /terminate get exec Adobe_cshow /terminate get exec Adobe_cmykcolor /terminate get exec Adobe_packedarray /terminate get exec %%EOF %%EndDocument FMENDEPSF 53.74 60.17 89.74 96.17 R 4 K V 0 8 Q 0 X 0 K 0.08 (Please) 60.39 90.84 S 0.08 (Recycle) 58.02 79.84 S 13 7 Q 4 K -0.45 0.07 (\323) 54 643.33 B 0 F -0.45 0.07 ( 1994 Sun Micr) 59.59 643.33 B -0.45 0.07 (osystems, Inc.) 104.76 643.33 B -0.45 0.07 (2550 Gar) 54 634.33 B -0.45 0.07 (cia A) 81.29 634.33 B -0.45 0.07 (venue, Mountain V) 96.36 634.33 B -0.45 0.07 (iew) 156.05 634.33 B -0.45 0.07 (, California 94043-1) 166.82 634.33 B -0.45 0.07 (100 U.S.A.) 226.48 634.33 B -0.45 0.07 (All rights r) 54 619.33 B -0.45 0.07 (eserved. This pr) 87.55 619.33 B -0.45 0.07 (oduct and r) 137.17 619.33 B -0.45 0.07 (elated documentation ar) 172.68 619.33 B -0.45 0.07 (e pr) 248.73 619.33 B -0.45 0.07 (otected by copyright and distributed under licenses r) 260.48 619.33 B -0.45 0.07 (estricting its use, copying, distribution,) 424.76 619.33 B -0.5 0.07 (and decompilation. No part of this pr) 54 610.33 B -0.5 0.07 (oduct or r) 169.01 610.33 B -0.5 0.07 (elated documentation may be r) 199.1 610.33 B -0.5 0.07 (epr) 295.25 610.33 B -0.5 0.07 (oduced in any form by any means without prior written authorization of Sun and) 305.64 610.33 B -0.45 0.07 (its licensors, if any) 54 601.33 B -0.45 0.07 (.) 110.49 601.33 B -0.45 0.07 (Portions of this pr) 54 586.33 B -0.45 0.07 (oduct may be derived fr) 109.48 586.33 B -0.45 0.07 (om the UNIX) 183.65 586.33 B 0 6 Q 0 K -0.39 0.06 (\250) 224.94 589.13 B 0 7 Q 4 K -0.45 0.07 ( and Berkeley 4.3 BSD systems, licensed fr) 229.48 586.33 B -0.45 0.07 (om UNIX System Laboratories, Inc., a wholly owned subsidiary) 358.71 586.33 B -0.45 0.07 (of Novell, Inc., and the University of California, r) 54 577.33 B -0.45 0.07 (espectively) 205.7 577.33 B -0.45 0.07 (. Thir) 240.18 577.33 B -0.45 0.07 (d-party font softwar) 256.66 577.33 B -0.45 0.07 (e in this pr) 319.69 577.33 B -0.45 0.07 (oduct is pr) 352.03 577.33 B -0.45 0.07 (otected by copyright and licensed fr) 384.9 577.33 B -0.45 0.07 (om Sun\325s font) 496.06 577.33 B -0.45 0.07 (suppliers.) 54 568.33 B -0.45 0.07 (RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosur) 54 553.33 B -0.45 0.07 (e by the United States Government is subject to the r) 251.13 553.33 B -0.45 0.07 (estrictions set forth in DF) 411.98 553.33 B -0.45 0.07 (ARS 252.227-7013) 489.4 553.33 B -0.45 0.07 (\050c\051\0501\051\050ii\051 and F) 54 544.33 B -0.45 0.07 (AR 52.227-19.) 97.53 544.33 B -0.45 0.07 (The pr) 54 529.33 B -0.45 0.07 (oduct described in this manual may be pr) 74.25 529.33 B -0.45 0.07 (otected by one or mor) 202.25 529.33 B -0.45 0.07 (e U.S. patents, for) 269.51 529.33 B -0.45 0.07 (eign patents, or pending applications.) 323.82 529.33 B 0.07 (TRADEMARKS) 54 514.33 S -0.45 0.07 (Sun, the Sun logo, Sun Micr) 54 505.33 B -0.45 0.07 (osystems, SunSoft, Solaris, and W) 139.32 505.33 B -0.45 0.07 (abi ar) 243.42 505.33 B -0.45 0.07 (e trademarks or r) 260.65 505.33 B -0.45 0.07 (egister) 313.71 505.33 B -0.45 0.07 (ed trademarks of Sun Micr) 334.69 505.33 B -0.45 0.07 (osystems, Inc. in the U.S. and certain other) 417.12 505.33 B -0.45 0.07 (countries. UNIX is a r) 54 496.33 B -0.45 0.07 (egister) 120.43 496.33 B -0.45 0.07 (ed trademark in the United States and other countries, exclusively licensed thr) 141.41 496.33 B -0.45 0.07 (ough X/Open Company) 383.59 496.33 B -0.45 0.07 (, Ltd. OPEN LOOK is a) 459.3 496.33 B -0.45 0.07 (r) 54 487.33 B -0.45 0.07 (egister) 56.71 487.33 B -0.45 0.07 (ed trademark of Novell, Inc. PostScript and Display PostScript ar) 77.68 487.33 B -0.45 0.07 (e trademarks of Adobe Systems, Inc. Micr) 278.72 487.33 B -0.45 0.07 (osoft is a r) 407.61 487.33 B -0.45 0.07 (egister) 438.65 487.33 B -0.45 0.07 (ed trademark of Micr) 459.63 487.33 B -0.45 0.07 (osoft) 525.51 487.33 B -0.45 0.07 (Corporation. Bitstr) 54 478.33 B -0.45 0.07 (eam is a r) 112.82 478.33 B -0.45 0.07 (egister) 141.54 478.33 B -0.45 0.07 (ed trademark of Bitstr) 162.52 478.33 B -0.45 0.07 (eam, Inc. T) 230.62 478.33 B -0.45 0.07 (r) 263.66 478.33 B -0.45 0.07 (ueT) 266.43 478.33 B -0.45 0.07 (ype is a trademark of Apple Computer) 277.86 478.33 B -0.45 0.07 (. All other pr) 397.11 478.33 B -0.45 0.07 (oduct names mentioned her) 436.32 478.33 B -0.45 0.07 (ein ar) 523.12 478.33 B -0.45 0.07 (e the) 540.41 478.33 B -0.45 0.07 (trademarks of their r) 54 469.33 B -0.45 0.07 (espective owners.) 118.04 469.33 B -0.45 0.07 (All SP) 54 454.33 B -0.45 0.07 (ARC trademarks, including the SCD Compliant Logo, ar) 72.46 454.33 B -0.45 0.07 (e trademarks or r) 247.53 454.33 B -0.45 0.07 (egister) 300.58 454.33 B -0.45 0.07 (ed trademarks of SP) 321.56 454.33 B -0.45 0.07 (ARC International, Inc. SP) 383.2 454.33 B -0.45 0.07 (ARCstation, SP) 464.32 454.33 B -0.45 0.07 (ARCserver) 511.58 454.33 B -0.45 0.07 (,) 545.88 454.33 B -0.45 0.07 (SP) 54 445.33 B -0.45 0.07 (ARCengine, SP) 61.39 445.33 B -0.45 0.07 (ARCstorage, SP) 108.39 445.33 B -0.45 0.07 (ARCwar) 157.26 445.33 B -0.45 0.07 (e, SP) 184.7 445.33 B -0.45 0.07 (ARCcenter) 198.69 445.33 B -0.45 0.07 (, SP) 232.76 445.33 B -0.45 0.07 (ARCclassic, SP) 243.33 445.33 B -0.45 0.07 (ARCcluster) 289.35 445.33 B -0.45 0.07 (, SP) 325.29 445.33 B -0.45 0.07 (ARCdesign, SP) 335.86 445.33 B -0.45 0.07 (ARC81) 382.68 445.33 B -0.45 0.07 (1, SP) 404.7 445.33 B -0.45 0.07 (ARCprinter) 418.83 445.33 B -0.45 0.07 (, UltraSP) 455.52 445.33 B -0.45 0.07 (ARC, micr) 482.44 445.33 B -0.45 0.07 (oSP) 515.11 445.33 B -0.45 0.07 (ARC,) 526.39 445.33 B -0.45 0.07 (SP) 54 436.33 B -0.45 0.07 (ARCworks, and SP) 61.39 436.33 B -0.45 0.07 (ARCompiler ar) 120.23 436.33 B -0.45 0.07 (e licensed exclusively to Sun Micr) 167.99 436.33 B -0.45 0.07 (osystems, Inc. Pr) 272.28 436.33 B -0.45 0.07 (oducts bearing SP) 324.32 436.33 B -0.45 0.07 (ARC trademarks ar) 379.44 436.33 B -0.45 0.07 (e based upon an ar) 439.83 436.33 B -0.45 0.07 (chitectur) 497.54 436.33 B -0.45 0.07 (e) 525.23 436.33 B -0.45 0.07 (developed by Sun Micr) 54 427.33 B -0.45 0.07 (osystems, Inc.) 126.01 427.33 B -0.45 0.07 (The OPEN LOOK and Sun\252 Graphical User Interfaces wer) 54 412.33 B -0.45 0.07 (e developed by Sun Micr) 237.31 412.33 B -0.45 0.07 (osystems, Inc. for its users and licensees. Sun acknowledges the pioneering) 314.1 412.33 B -0.45 0.07 (ef) 54 403.33 B -0.45 0.07 (forts of Xer) 59.69 403.33 B -0.45 0.07 (ox in r) 94.04 403.33 B -0.45 0.07 (esear) 113.28 403.33 B -0.45 0.07 (ching and developing the concept of visual or graphical user interfaces for the computer industry) 129.41 403.33 B -0.45 0.07 (. Sun holds a non-exclusive license fr) 429.52 403.33 B -0.45 0.07 (om) 543.01 403.33 B -0.45 0.07 (Xer) 54 394.33 B -0.45 0.07 (ox to the Xer) 64.85 394.33 B -0.45 0.07 (ox Graphical User Interface, which license also covers Sun\325s licensees who implement OPEN LOOK GUIs and otherwise comply with Sun\325s) 103.49 394.33 B -0.45 0.07 (written license agr) 54 385.33 B -0.45 0.07 (eements.) 111.42 385.33 B -0.45 0.07 (X W) 54 370.33 B -0.45 0.07 (indow System is a pr) 66.77 370.33 B -0.45 0.07 (oduct of the Massachusetts Institute of T) 130.99 370.33 B -0.45 0.07 (echnology) 255.48 370.33 B -0.45 0.07 (.) 287.35 370.33 B -0.07 0.07 (THIS PUBLICA) 54 355.33 B -0.07 0.07 (TION IS PROVIDED \322AS IS\323 WITHOUT W) 103.07 355.33 B -0.07 0.07 (ARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED T) 239.49 355.33 B -0.07 0.07 (O,) 548.87 355.33 B 0.36 0.07 (THE IMPLIED W) 54 346.33 B 0.36 0.07 (ARRANTIES OF MERCHANT) 109.34 346.33 B 0.36 0.07 (ABILITY) 206.33 346.33 B 0.36 0.07 (, FITNESS FOR A P) 233.68 346.33 B 0.36 0.07 (AR) 296.06 346.33 B 0.36 0.07 (TICULAR PURPOSE, OR NON-INFRINGEMENT) 306.05 346.33 B 0.36 0.07 (.) 464.56 346.33 B -0.08 0.07 (THIS PUBLICA) 54 331.33 B -0.08 0.07 (TION COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALL) 103.06 331.33 B -0.08 0.07 (Y ADDED T) 495.67 331.33 B -0.08 0.07 (O THE) 534.39 331.33 B 0.36 0.07 (INFORMA) 54 322.33 B 0.36 0.07 (TION HEREIN; THESE CHANGES WILL BE INCORPORA) 88.23 322.33 B 0.36 0.07 (TED IN NEW EDITIONS OF THE PUBLICA) 277.44 322.33 B 0.36 0.07 (TION. SUN MICROSYSTEMS, INC. MA) 419.49 322.33 B 0.36 0.07 (Y) 547.5 322.33 B 0.36 0.07 (MAKE IMPROVEMENTS AND/OR CHANGES IN THE PRODUCT\050S\051 AND/OR THE PROGRAM\050S\051 DESCRIBED IN THIS PUBLICA) 54 313.33 B 0.36 0.07 (TION A) 482.81 313.33 B 0.36 0.07 (T ANY TIME.) 508.2 313.33 B -0.45 0.07 (Portions of this pr) 54 298.33 B -0.45 0.07 (oduct wer) 109.48 298.33 B -0.45 0.07 (e developed by) 140.9 298.33 B -0.45 0.07 (, or with the assistance of, Novell, Inc.) 187.37 298.33 B 0.36 0.07 (This pr) 54 283.33 B 0.36 0.07 (oduct incorporates technology developed by Adobe Systems, Inc. and Bitstr) 76.78 283.33 B 0.36 0.07 (eam, Inc.) 319.16 283.33 B -0.45 0.07 (Portions copyright) 54 260.6 B 13 F -0.45 0.07 (\323) 113.9 260.6 B 0 F -0.45 0.07 ( 1988, 1989, 1990, 1991 Sam Lef) 119.49 260.6 B -0.45 0.07 (\337er) 213.72 260.6 B -0.45 0.07 (Portions copyright) 54 251.6 B 13 F -0.45 0.07 (\323) 113.9 251.6 B 0 F -0.45 0.07 (1991 Silicon Graphics, Inc.) 120.85 251.6 B -0.45 0.07 (Permission to use, copy) 54 238.6 B -0.45 0.07 (, modify) 126.46 238.6 B -0.45 0.07 (, distribute, and sell those portions of the softwar) 151.79 238.6 B -0.45 0.07 (e and documentation to which Sam Lef) 303.1 238.6 B -0.45 0.07 (\337er or Silicon Graphics, Inc. own the) 423.86 238.6 B -0.45 0.07 (copyright is her) 54 229.6 B -0.45 0.07 (eby granted without fee, pr) 102.78 229.6 B -0.45 0.07 (ovided that \050i\051 the above copyright notices and this permission notice appear in all copies of the softwar) 187.16 229.6 B -0.45 0.07 (e and r) 506.83 229.6 B -0.45 0.07 (elated) 527.71 229.6 B -0.45 0.07 (documentation, and \050ii\051 the names of Sam Lef) 54 220.6 B -0.45 0.07 (\337er and Silicon Graphics may not be used in any advertising or publicity r) 194.42 220.6 B -0.45 0.07 (elating to the softwar) 422.51 220.6 B -0.45 0.07 (e without the speci\336c,) 488.19 220.6 B -0.45 0.07 (prior written permission of Sam Lef) 54 211.6 B -0.45 0.07 (\337er and Silicon Graphics.) 164.73 211.6 B -0.45 0.07 (THOSE POR) 54 198.6 B -0.45 0.07 (TIONS OF THE SOFTW) 93.58 198.6 B -0.45 0.07 (ARE T) 167.75 198.6 B -0.45 0.07 (O WHICH SAM LEFFLER OR SILICON GRAPHICS, INC. OWN THE COPYRIGHT ARE PROVIDED "AS-IS" AND) 187.92 198.6 B -0.45 0.07 (WITHOUT W) 54 189.6 B -0.45 0.07 (ARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHER) 96.92 189.6 B -0.45 0.07 (WISE, INCLUDING WITHOUT LIMIT) 284.93 189.6 B -0.45 0.07 (A) 405.61 189.6 B -0.45 0.07 (TION, ANY W) 410.6 189.6 B -0.45 0.07 (ARRANTY OF) 455.9 189.6 B -0.45 0.07 (MERCHANT) 54 180.6 B -0.45 0.07 (ABILITY OR FITNESS FOR A P) 95.89 180.6 B -0.45 0.07 (AR) 192.97 180.6 B -0.45 0.07 (TICULAR PURPOSE.) 202.96 180.6 B -0.45 0.07 (IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR ANY SPECIAL, INCIDENT) 54 167.6 B -0.45 0.07 (AL, INDIRECT OR CONSEQUENTIAL DAMAGES) 394.42 167.6 B -0.45 0.07 (OF ANY KIND, OR ANY DAMAGES WHA) 54 158.6 B -0.45 0.07 (TSOEVER RESUL) 189.56 158.6 B -0.45 0.07 (TING FROM LOSS OF USE, DA) 245.26 158.6 B -0.45 0.07 (T) 343.84 158.6 B -0.45 0.07 (A OR PROFITS, WHETHER OR NOT ADVISED OF THE) 347.68 158.6 B -0.45 0.07 (POSSIBILITY OF DAMAGE, AND ON ANY THEOR) 54 149.6 B -0.45 0.07 (Y OF LIABILITY) 217.84 149.6 B -0.45 0.07 (, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS) 268.93 149.6 B -0.45 0.07 (SOFTW) 54 140.6 B -0.45 0.07 (ARE.) 78.03 140.6 B 54 135 558 648 C 54 269.27 556.98 281 C 53.83 275.47 554.62 275.47 2 L 0.25 H 2 Z 0 X 4 K N 54 135 558 648 C 0 72 612 720 C FMENDPAGE %%EndPage: "2" 1 %%Page: "1" 1 612 792 0 FMBEGINPAGE 185 95.74 393.76 113.24 R 7 X 0 K V 549 99 576 117 R V 0.3 H 0 Z N 54 574.63 558 641.38 C 0 72 612 720 C 1 20 Q 0 X 0 K -2.5 (W) 198 561.29 P -2.5 (abi 2.0 User) 216.47 561.29 P -2.5 (\325) 309.76 561.29 P -2.5 (s Guide) 314.22 561.29 P 198 144 297 171 R 7 X V 0 7 Q 0 X (Part No. 258-4546-10) 198 166.33 T (Revision A, November 1994) 198 158.33 T 54 174.47 558 276 C 54 174.47 558 276 R 7 X 0 K V 0 398 12 539 55 100.61 30.68 168.36 199.85 FMBEGINEPSF %%BeginDocument: %!PS-Adobe-2.0 EPSF-2.0 %%Creator: Adobe Illustrator(TM) 3.2 %%For: (martine freiberger) (Sun) %%Title: (SSlogo.4.titlepg) %%CreationDate: (8/31/92) (6:24 PM) %%BoundingBox: 398 12 539 55 %%DocumentProcessColors: Black %%DocumentFonts: Helvetica %%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0 %%+ procset Adobe_cmykcolor 1.1 0 %%+ procset Adobe_cshow 1.1 0 %%+ procset Adobe_customcolor 1.0 0 %%+ procset Adobe_typography_AI3 1.0 1 %%+ procset Adobe_IllustratorA_AI3 1.0 1 %AI3_ColorUsage: Black&White %AI3_TemplateBox: 276 365 276 365 %AI3_TileBox: -552 730 0 1460 %AI3_DocumentPreview: Macintosh_Pic %%EndComments %%BeginProlog %%BeginResource: procset Adobe_packedarray 2.0 0 %%Title: (Packed Array Operators) %%Version: 2.0 %%CreationDate: (8/2/90) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_packedarray 5 dict dup begin put /initialize % - initialize - { /packedarray where { pop } { Adobe_packedarray begin Adobe_packedarray { dup xcheck { bind } if userdict 3 1 roll put } forall end } ifelse } def /terminate % - terminate - { } def /packedarray % arguments count packedarray array { array astore readonly } def /setpacking % boolean setpacking - { pop } def /currentpacking % - setpacking boolean { false } def currentdict readonly pop end %%EndResource Adobe_packedarray /initialize get exec %%BeginResource: procset Adobe_cmykcolor 1.1 0 %%Title: (CMYK Color Operators) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cmykcolor 4 dict dup begin put /initialize % - initialize - { /setcmykcolor where { pop } { userdict /Adobe_cmykcolor_vars 2 dict dup begin put /_setrgbcolor /setrgbcolor load def /_currentrgbcolor /currentrgbcolor load def Adobe_cmykcolor begin Adobe_cmykcolor { dup xcheck { bind } if pop pop } forall end end Adobe_cmykcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_cmykcolor eq { end } if } def /setcmykcolor % cyan magenta yellow black setcmykcolor - { 1 sub 4 1 roll 3 { 3 index add neg dup 0 lt { pop 0 } if 3 1 roll } repeat Adobe_cmykcolor_vars /_setrgbcolor get exec pop } def /currentcmykcolor % - currentcmykcolor cyan magenta yellow black { Adobe_cmykcolor_vars /_currentrgbcolor get exec 3 { 1 sub neg 3 1 roll } repeat 0 } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_cshow 1.1 0 %%Title: (cshow Operator) %%Version: 1.1 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cshow 3 dict dup begin put /initialize % - initialize - { /cshow where { pop } { userdict /Adobe_cshow_vars 1 dict dup begin put /_cshow % - _cshow proc {} def Adobe_cshow begin Adobe_cshow { dup xcheck { bind } if userdict 3 1 roll put } forall end end } ifelse } def /terminate % - terminate - { } def /cshow % proc string cshow - { exch Adobe_cshow_vars exch /_cshow exch put { 0 0 Adobe_cshow_vars /_cshow get exec } forall } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_customcolor 1.0 0 %%Title: (Custom Color Operators) %%Version: 1.0 %%CreationDate: (5/9/88) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_customcolor 5 dict dup begin put /initialize % - initialize - { /setcustomcolor where { pop } { Adobe_customcolor begin Adobe_customcolor { dup xcheck { bind } if pop pop } forall end Adobe_customcolor begin } ifelse } def /terminate % - terminate - { currentdict Adobe_customcolor eq { end } if } def /findcmykcustomcolor % cyan magenta yellow black name findcmykcustomcolor object { 5 packedarray } def /setcustomcolor % object tint setcustomcolor - { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } def /setoverprint % boolean setoverprint - { pop } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_typography_AI3 1.1 0 %%Title: (Typography Operators) %%Version: 1.0 %%CreationDate:(5/31/90) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_typography_AI3 47 dict dup begin put /initialize % - initialize - { /TZ where { pop } { Adobe_typography_AI3 begin Adobe_typography_AI3 { dup xcheck { bind } if pop pop } forall end Adobe_typography_AI3 begin } ifelse } def /terminate % - terminate - { currentdict Adobe_typography_AI3 eq { end } if } def % [ number value stream [ array for encoding modification ] modifyEncoding ==> [ modified array ] /modifyEncoding { /_tempEncode exch ddef % pointer for sequential encodings /_pntr 0 ddef { % get bottom object counttomark -1 roll % is it a mark ? dup type dup /marktype eq { % exit pop pop exit } { % ... object ... type .... % insert if a nametype /nametype eq { % insert the name at _pntr and increment pointer _tempEncode /_pntr dup load dup 3 1 roll 1 add ddef 3 -1 roll put } { % reset _pntr if it's a number /_pntr exch ddef } ifelse } ifelse } loop % return the modified encoding _tempEncode } def /TE % Set std platform encoding % (encoding pairs) TE - { StandardEncoding 256 array copy modifyEncoding /_nativeEncoding exch def } def % re-define font % expected arguments % for 'normal fonts : % [ /_Helvetica-Bold/Helvetica-Bold direction fontScript defaultEncoding TZ % % for cartographic, pictographic, and expert fonts : % [ ... number value stream ... /_Symbol/Symbol % direction fontScript defaultEncoding TZ % for blended fonts w/ default encoding : % [ /_AdobeSans_20ULig1XCond-Bold/AdobeSans % direction fontScript defaultEncoding [ w0 w1 ... wn ] TZ % for blended fonts w/ special encoding : % [ ... number value stream ... /_AdobeSans_20ULig1XCond/AdobeSans % direction fontScript defaultEncoding [ w0 w1 ... wn ] TZ /TZ { % set weight vector (if present) dup type /arraytype eq {/_wv exch def} {/_wv 0 def} ifelse % platform dependent coding flag /_useNativeEncoding exch def % pop fontScript & direction pop pop % create a new dictionary with length % equal to original dictionary length + 2 % copy all the key/value pairs except FID % call makeblended font with the weight values if _wv is an array findfont _wv type /arraytype eq {_wv makeblendedfont} if dup length 2 add dict begin % copy all the values but the FID % into the new dictionary mark exch { 1 index /FID ne { def } if cleartomark mark } forall % discard last mark pop % define FontName /FontName exch def % if no re-encoding stream is present % then if the base encoding vector of the font % is the same as StandardEncoding % and the use platform encoding flag is true % then install AI platform encoding % else leave the base encoding in effect counttomark 0 eq { 1 _useNativeEncoding eq { /Encoding _nativeEncoding def } if % clean up cleartomark } { % custom encoding to be done % start off with a copy of the font's standard encoding /Encoding load 256 array copy modifyEncoding /Encoding exch def } ifelse FontName currentdict end % register the new font definefont pop } def % text painting operators /tr % string tr ax ay string { _ax _ay 3 2 roll } def /trj % string trj cx cy fillchar ax ay string { _cx _cy _sp _ax _ay 6 5 roll } def /a0 { /Tx % text % textString Tx - { dup currentpoint 3 2 roll tr _psf newpath moveto tr _ctm _pss } ddef /Tj % justified text % textString Tj - { dup currentpoint 3 2 roll trj _pjsf newpath moveto trj _ctm _pjss } ddef } def /a1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll gsave dup currentpoint 3 2 roll tr _psf newpath moveto tr _ctm _pss grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll gsave dup currentpoint 3 2 roll trj _pjsf newpath moveto trj _ctm _pjss grestore 3 1 roll moveto tr sp } ddef } def /e0 { /Tx % text % textString Tx - { tr _psf } ddef /Tj % justified text % textString Tj - { trj _pjsf } ddef } def /e1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll gsave tr _psf grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll gsave trj _pjsf grestore 3 1 roll moveto tr sp } ddef } def /i0 { /Tx % text % textString Tx - { tr sp } ddef /Tj % justified text % textString Tj - { trj jsp } ddef } def /i1 { W N } def /o0 { /Tx % text % textString Tx - { tr sw rmoveto } ddef /Tj % justified text % textString Tj - { trj swj rmoveto } ddef } def /r0 { /Tx % text % textString Tx - { tr _ctm _pss } ddef /Tj % justified text % textString Tj - { trj _ctm _pjss } ddef } def /r1 { /Tx % text % textString Tx - { dup currentpoint 4 2 roll currentpoint gsave newpath moveto tr _ctm _pss grestore 3 1 roll moveto tr sp } ddef /Tj % justified text % textString Tj - { dup currentpoint 4 2 roll currentpoint gsave newpath moveto trj _ctm _pjss grestore 3 1 roll moveto tr sp } ddef } def % font operators % Binding /To % begin text % bindType To - { pop _ctm currentmatrix pop } def /TO % end text % TO - { Te _ctm setmatrix newpath } def % Text paths /Tp % begin text path % a b c d tx ty startPt Tp - { pop _tm astore pop _ctm setmatrix _tDict begin /W {} def /h {} def } def /TP % end text path % TP - { end iTm 0 0 moveto } def % Render mode & matrix operators /Tr % begin render % render Tr - { _render 3 le {currentpoint newpath moveto} if dup 8 eq {pop 0} {dup 9 eq {pop 1} if} ifelse dup /_render exch ddef _renderStart exch get load exec } def /iTm % internal set text matrix % - iTm - (uses _tm as implicit argument) { _ctm setmatrix _tm concat 0 _rise translate _hs 1 scale } def /Tm % set text matrix % a b c d tx ty Tm - { _tm astore pop iTm 0 0 moveto } def /Td % translate text matrix % tx ty Td - { _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto } def /Te % end render % - Te - { _render -1 eq {} {_renderEnd _render get dup null ne {load exec} {pop} ifelse} ifelse /_render -1 ddef } def % Attributes /Ta % set alignment % alignment Ta - { pop } def /Tf % set font name and size % fontname size Tf - { dup 1000 div /_fScl exch ddef exch findfont exch scalefont setfont } def /Tl % set leading % leading paragraphLeading Tl - { pop 0 exch _leading astore pop } def /Tt % set user tracking % userTracking Tt - { pop } def /TW % set word spacing % minSpace optSpace maxSpace TW - { 3 npop } def /Tw % set computed word spacing % wordSpace Tw { /_cx exch ddef } def /TC % set character spacing % minSpace optSpace maxSpace TC - { 3 npop } def /Tc % set computed char spacing % charSpace Tc - { /_ax exch ddef } def /Ts % set super/subscripting (rise) % rise Ts - { /_rise exch ddef currentpoint iTm moveto } def /Ti % set indentation % firstStartIndent otherStartIndent stopIndent Ti - { 3 npop } def /Tz % set horizontal scaling % scalePercent Tz - { 100 div /_hs exch ddef iTm } def /TA % set pairwise kerning % autoKern TA - % autoKern = 0 -> no pair kerning % = 1 -> automatic pair kerning { pop } def /Tq % set hanging quotes % hangingQuotes Tq - % hangingQuotes = 0 -> no hanging quotes % = 1 -> hanging quotes { pop } def % Text Bodies /TX {pop} def %/Tx % non-justified text % textString Tx - %/Tj % justified text % textString Tj - /Tk % kern % autoKern kernValue Tk - % autoKern = 0 -> manual kern, = 1 -> auto kern % kernValue = kern value in em/1000 space { exch pop _fScl mul neg 0 rmoveto } def /TK % non-printing kern % autoKern kernValue TK - { 2 npop } def /T* % carriage return & line feed % - T* - { _leading aload pop neg Td } def /T*- % carriage return & negative line feed % - T*- - { _leading aload pop Td } def /T- % print a discretionary hyphen % - T- - { _hyphen Tx } def /T+ % discretionary hyphen hyphen % - T+ - {} def /TR % reset pattern matrix % a b c d tx ty TR - { _ctm currentmatrix pop _tm astore pop iTm 0 0 moveto } def /TS % special chars % textString justified TS - { 0 eq {Tx} {Tj} ifelse } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_IllustratorA_AI3 1.0 2 %%Title: (Adobe Illustrator (R) Version 3.0 Abbreviated Prolog) %%Version: 1.0 %%CreationDate: (7/22/89) () %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_IllustratorA_AI3 61 dict dup begin put % initialization /initialize % - initialize - { % 47 vars, but leave slack of 10 entries for custom Postscript fragments userdict /Adobe_IllustratorA_AI3_vars 57 dict dup begin put % paint operands /_lp /none def /_pf {} def /_ps {} def /_psf {} def /_pss {} def /_pjsf {} def /_pjss {} def /_pola 0 def /_doClip 0 def % paint operators /cf currentflat def % - cf flatness % typography operands /_tm matrix def /_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def /_renderEnd [null null null null /i1 /i1 /i1 /i1] def /_render -1 def /_rise 0 def /_ax 0 def % x character spacing (_ax, _ay, _cx, _cy follows awidthshow naming convention) /_ay 0 def % y character spacing /_cx 0 def % x word spacing /_cy 0 def % y word spacing /_leading [0 0] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def % typography operators /Tx {} def /Tj {} def % compound path operators /CRender {} def % printing /_AI3_savepage {} def % color operands /_gf null def /_cf 4 array def /_if null def /_of false def /_fc {} def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc {} def /_i null def Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3 { dup xcheck { bind } if pop pop } forall end end Adobe_IllustratorA_AI3 begin Adobe_IllustratorA_AI3_vars begin newpath } def /terminate % - terminate - { end end } def % definition operators /_ % - _ null null def /ddef % key value ddef - { Adobe_IllustratorA_AI3_vars 3 1 roll put } def /xput % key value literal xput - { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop % integer npop - { { pop } repeat } def % marking operators /sw % ax ay string sw x y { dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add } def /swj % cx cy fillchar ax ay string swj x y { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index 1 sub mul add 4 1 roll 3 1 roll 1 sub mul add 6 2 roll /_cnt 0 ddef {1 index eq {/_cnt _cnt 1 add ddef} if} forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss % ax ay string matrix ss - { 4 1 roll { % matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss % cx cy fillchar ax ay string matrix jss - { 4 1 roll { % cx cy fillchar matrix ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke }ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def % path operators /sp % ax ay string sp - { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp % cx cy fillchar ax ay string jsp - { { % cx cy fillchar ax ay char 0 0 {proc} - 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath }ifelse 2 copy rmoveto } exch cshow 5 npop } def % path construction operators /pl % x y pl x y { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c % x1 y1 x2 y2 x3 y3 c - { curveto } def /C /c load def /v % x2 y2 x3 y3 v - { currentpoint 6 2 roll curveto } def /V /v load def /y % x1 y1 x2 y2 y - { 2 copy curveto } def /Y /y load def /l % x y l - { lineto } def /L /l load def /m % x y m - { moveto } def } {%else /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def }ifelse % graphic state operators /d % array phase d - { setdash } def /cf {} def % - cf flatness /i % flatness i - { dup 0 eq { pop cf } if setflat } def /j % linejoin j - { setlinejoin } def /J % linecap J - { setlinecap } def /M % miterlimit M - { setmiterlimit } def /w % linewidth w - { setlinewidth } def % path painting operators /H % - H - {} def /h % - h - { closepath } def /N % - N - { _pola 0 eq { _doClip 1 eq {clip /_doClip 0 ddef} if newpath } { /CRender {N} ddef }ifelse } def /n % - n - {N} def /F % - F - { _pola 0 eq { _doClip 1 eq { gsave _pf grestore clip newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf }ifelse } { /CRender {F} ddef }ifelse } def /f % - f - { closepath F } def /S % - S - { _pola 0 eq { _doClip 1 eq { gsave _ps grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps }ifelse } { /CRender {S} ddef }ifelse } def /s % - s - { closepath S } def /B % - B - { _pola 0 eq { _doClip 1 eq % F clears _doClip gsave F grestore { gsave S grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { S }ifelse } { /CRender {B} ddef }ifelse } def /b % - b - { closepath B } def /W % - W - { /_doClip 1 ddef } def /* % - [string] * - { count 0 ne { dup type (stringtype) eq {pop} if } if _pola 0 eq {newpath} if } def % group operators /u % - u - {} def /U % - U - {} def /q % - q - { _pola 0 eq {gsave} if } def /Q % - Q - { _pola 0 eq {grestore} if } def /*u % - *u - { _pola 1 add /_pola exch ddef } def /*U % - *U - { _pola 1 sub /_pola exch ddef _pola 0 eq {CRender} if } def /D % polarized D - {pop} def /*w % - *w - {} def /*W % - *W - {} def % place operators /` % matrix llx lly urx ury string ` - { /_i save ddef 6 1 roll 4 npop concat pop userdict begin /showpage {} def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath 0 setgray false setoverprint } def /~ % - ~ - { end _i restore } def % color operators /O % flag O - { 0 ne /_of exch ddef /_lp /none ddef } def /R % flag R - { 0 ne /_os exch ddef /_lp /none ddef } def /g % gray g - { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G % gray G - { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k % cyan magenta yellow black k - { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K % cyan magenta yellow black K - { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x % cyan magenta yellow black name gray x - { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X % cyan magenta yellow black name gray X - { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def % locked object operator /A % value A - { pop } def currentdict readonly pop end setpacking % annotate page operator /annotatepage { } def %%EndResource %%EndProlog %%BeginSetup %%IncludeFont: Helvetica Adobe_cmykcolor /initialize get exec Adobe_cshow /initialize get exec Adobe_customcolor /initialize get exec Adobe_typography_AI3 /initialize get exec Adobe_IllustratorA_AI3 /initialize get exec [ 39/quotesingle 96/grave 128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis /Udieresis/aacute/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute /egrave/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde /oacute/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex /udieresis/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash /.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef /.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash /questiondown/exclamdown/logicalnot/.notdef/florin/.notdef/.notdef /guillemotleft/guillemotright/ellipsis/.notdef/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide /.notdef/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright /fi/fl/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand /Acircumflex/Ecircumflex/Aacute/Edieresis/Egrave/Iacute/Icircumflex /Idieresis/Igrave/Oacute/Ocircumflex/.notdef/Ograve/Uacute/Ucircumflex /Ugrave/dotlessi/circumflex/tilde/macron/breve/dotaccent/ring/cedilla /hungarumlaut/ogonek/caron TE %AI3_BeginEncoding: _Helvetica Helvetica [/_Helvetica/Helvetica 0 0 1 TZ %AI3_EndEncoding AdobeType %%EndSetup 0 A u u u u 0 O 0 g 0 R 1 G 0 i 0 J 0 j 0.081 w 3.864 M []0 d %AI3_Note: 0 D 414.1443 30.2547 m 413.0881 31.3108 413.0819 33.0298 414.1381 34.086 c 415.1942 35.1421 416.9112 35.1377 417.9674 34.0816 c 424.2313 27.8178 L 422.5137 26.0926 L 416.2021 32.4043 L 416.2021 32.4043 L 415.8195 32.0219 L 422.1313 25.7102 L 420.4098 23.9888 L 414.1443 30.2547 L b U u 414.3809 21.6025 m 415.437 20.5464 417.1561 20.5402 418.2121 21.5964 c 419.2683 22.6525 419.2639 24.3696 418.2078 25.4257 c 411.944 31.6897 L 410.2188 29.972 L 416.5305 23.6603 L 416.5305 23.6603 L 416.1481 23.2778 L 409.8364 29.5895 L 408.1149 27.8681 L 414.3809 21.6025 L b U U u u 405.3422 34.2803 m 404.286 33.2242 402.567 33.218 401.5109 34.2741 c 400.4548 35.3302 400.4592 37.0472 401.5153 38.1034 c 407.779 44.3674 L 409.5043 42.6497 L 403.1925 36.338 L 403.1925 36.338 L 403.575 35.9555 L 409.8866 42.2673 L 411.6081 40.5458 L 405.3422 34.2803 L b U u 413.9943 34.517 m 415.0504 35.5731 415.0566 37.2921 414.0005 38.3482 c 412.9443 39.4043 411.2273 39.4 410.1712 38.3438 c 403.9072 32.0801 L 405.625 30.3548 L 411.9365 36.6666 L 411.9365 36.6666 L 412.3191 36.2841 L 406.0073 29.9724 L 407.7288 28.251 L 413.9943 34.517 L b U U u u 422.2258 34.2315 m 421.1697 33.1753 419.4506 33.1691 418.3945 34.2253 c 417.3384 35.2814 417.3427 36.9985 418.3989 38.0546 c 424.6627 44.3186 L 426.3879 42.6009 L 420.0761 36.2892 L 420.0761 36.2892 L 420.4586 35.9067 L 426.7703 42.2184 L 428.4917 40.497 L 422.2258 34.2315 L b U u 430.8779 34.4681 m 431.9341 35.5242 431.9403 37.2432 430.8841 38.2993 c 429.8279 39.3555 428.1109 39.3511 427.0548 38.295 c 420.7908 32.0312 L 422.5085 30.306 L 428.8202 36.6178 L 428.8202 36.6178 L 429.2027 36.2353 L 422.8909 29.9236 L 424.6124 28.2021 L 430.8779 34.4681 L b U U u u 414.1931 47.1383 m 413.137 48.1945 413.1308 49.9134 414.1869 50.9696 c 415.243 52.0257 416.96 52.0213 418.0162 50.9652 c 424.2802 44.7014 L 422.5625 42.9763 L 416.2508 49.288 L 416.2508 49.288 L 415.8683 48.9055 L 422.1801 42.5938 L 420.4586 40.8723 L 414.1931 47.1383 L b U u 414.4298 38.4862 m 415.4859 37.43 417.2049 37.4239 418.261 38.48 c 419.3172 39.5362 419.3128 41.2531 418.2566 42.3093 c 411.9929 48.5733 L 410.2677 46.8556 L 416.5794 40.5439 L 416.5794 40.5439 L 416.1969 40.1615 L 409.8853 46.4732 L 408.1638 44.7517 L 414.4298 38.4862 L b U U U *u 0 0 0 1 k 0.6728 w 3.8636 M 440.1641 42.351 m 440.0555 36.7923 446.3043 34.1761 446.1951 29.3082 c 446.1951 27.9638 445.1779 24.4757 441.6176 24.5483 c 439.8371 24.5849 438.1295 25.784 438.1662 28.8719 C 438.1662 31.0517 L 438.1295 31.2335 438.1295 31.4514 437.9843 31.6332 c 437.8752 31.7424 437.6572 31.815 437.4759 31.7424 c 437.1489 31.5606 437.0762 31.1969 436.9305 30.9064 c 436.7491 29.9618 436.5314 28.9811 436.3494 28.0364 c 436.3128 27.9638 436.4221 27.9638 436.3494 27.9638 c 436.2042 27.2736 436.095 26.5468 436.0589 25.8567 c 436.0224 25.4204 436.3128 25.0572 436.6765 24.8394 c 438.0209 24.1131 439.7284 23.6042 441.6176 23.5682 c 446.2317 23.4955 450.0098 27.5275 450.0824 31.4514 c 450.119 34.6124 448.3389 36.4291 446.377 38.7907 c 445.3957 40.0259 443.4338 41.7334 443.5064 43.9858 c 443.5064 45.8025 444.996 47.837 447.7213 47.8004 c 451.3908 47.7278 450.8092 43.8406 450.8818 42.0605 c 450.8818 41.8786 450.8818 41.6968 451.0271 41.6241 c 451.1729 41.4789 451.3908 41.4429 451.572 41.5155 c 451.6813 41.6241 451.7539 41.6968 451.7905 41.806 C 452.6985 45.221 L 452.8437 45.8385 453.1348 46.4566 453.1348 47.1829 c 453.1348 47.3647 452.989 47.5466 452.8077 47.6918 c 450.8818 48.709 449.7194 48.8543 447.9392 48.8909 c 443.4338 48.9635 440.2007 45.7659 440.1641 42.351 c f *U *u 450.5075 35.5931 m 450.5075 35.4478 450.6161 35.2666 450.8345 35.2666 c 451.3069 35.2666 451.5974 36.1747 452.7233 37.7369 c 453.3775 38.7542 454.2129 39.481 454.6853 39.481 c 454.9763 39.481 455.0123 39.2625 455.0123 39.0447 c 455.0123 37.9187 450.8706 29.2356 450.8706 25.8201 c 450.8706 24.7301 451.3069 23.7134 452.6507 23.7134 c 455.8843 23.7134 459.3359 27.782 461.8062 31.4153 c 461.8788 31.488 461.952 31.524 461.9154 31.3061 c 461.4431 29.8531 460.6802 27.0191 460.6802 25.2751 c 460.6802 24.5483 460.8255 23.6408 461.9881 23.6408 c 464.4223 23.6408 467.9831 28.4361 467.9831 29.526 c 467.9831 29.7439 467.8738 29.9618 467.656 29.9618 c 467.3288 29.9618 467.2197 29.5621 466.8566 29.0537 c 466.0571 27.9638 464.9312 26.2563 464.1318 26.2563 c 463.8774 26.2563 463.8774 26.5468 463.8774 26.7287 c 463.8774 28.6174 468.3096 40.7161 468.3096 41.0792 c 468.3096 41.3337 468.2735 41.5155 467.8372 41.5155 c 467.5468 41.5155 467.111 41.5881 466.4203 41.5881 c 465.2217 41.5881 465.1491 41.4063 465.0398 41.1884 c 464.4588 40.0259 463.5868 36.4651 461.8428 33.3047 c 459.4812 29.199 456.2841 25.9653 454.9763 25.9653 c 454.4674 25.9653 454.1769 26.2924 454.1769 26.8373 c 454.1769 28.6906 458.6091 38.1 458.6091 40.389 c 458.6091 40.934 458.2821 41.9879 456.9742 41.9879 c 453.4501 41.9879 450.5075 36.2839 450.5075 35.5931 c f *U *u 482.7516 41.9513 m 479.1547 41.9513 475.4487 36.3565 474.1776 34.4306 c 474.0683 34.2854 474.0323 34.358 474.0683 34.4672 c 474.686 36.7923 475.4487 38.8268 475.4487 40.2798 c 475.4487 41.1884 475.013 42.0605 473.8139 42.0605 c 471.307 42.0605 467.7469 37.192 467.7469 35.9928 c 467.7469 35.7384 467.8195 35.5571 468.0013 35.5571 c 468.4004 35.5571 468.7641 36.3925 469.4178 37.2646 c 470.2538 38.3184 471.271 39.6262 471.8886 39.6262 c 471.9973 39.6262 472.143 39.5536 472.143 39.2265 c 472.143 37.6277 468.982 29.0171 467.7103 24.6941 c 467.6016 24.2578 467.8556 24.1491 469.2365 24.1491 c 470.1811 24.1491 470.6169 24.0039 470.8347 24.7301 c 471.6341 27.6002 473.1963 30.8338 474.7952 33.6312 c 476.3208 36.2473 479.4818 40.062 481.2619 40.062 c 481.6982 40.062 481.9521 39.7714 481.9521 39.1899 c 481.9521 37.3012 477.2655 28.5814 477.4107 25.2751 c 477.4473 24.367 477.7744 23.6408 478.9729 23.6408 c 481.4072 23.6408 483.587 26.4376 484.7501 28.5087 c 484.8953 28.8358 485.0406 28.8358 485.0406 29.3082 c 485.0406 29.6713 484.8227 29.8531 484.5682 29.8531 c 484.459 29.8531 484.3504 29.7439 484.2778 29.6347 c 483.4784 28.2909 482.1705 26.2563 481.2619 26.2563 c 481.0441 26.2563 480.9715 26.4742 480.9715 26.6555 c 480.9715 27.9638 485.0406 36.4651 485.0406 39.3717 c 485.0406 41.2971 483.9868 41.9513 482.7516 41.9513 c f *U *u 489.5867 42.351 m 489.4781 36.7923 495.727 34.1761 495.6178 29.3082 c 495.6178 27.9638 494.6005 24.4757 491.0404 24.5483 c 489.2596 24.5849 487.5522 25.784 487.5888 28.8719 C 487.5888 31.0517 L 487.5522 31.2335 487.5522 31.4514 487.4069 31.6332 c 487.2977 31.7424 487.0799 31.815 486.8985 31.7424 c 486.5715 31.5606 486.499 31.1969 486.353 30.9064 c 486.1718 29.9618 485.9539 28.9811 485.7721 28.0364 c 485.7355 27.9638 485.8447 27.9638 485.7721 27.9638 c 485.6268 27.2736 485.5176 26.5468 485.4816 25.8567 c 485.445 25.4204 485.7355 25.0572 486.0992 24.8394 c 487.4435 24.1131 489.151 23.6042 491.0404 23.5682 c 495.6544 23.4955 499.4325 27.5275 499.505 31.4514 c 499.5416 34.6124 497.7615 36.4291 495.7996 38.7907 c 494.8183 40.0259 492.8564 41.7334 492.929 43.9858 c 492.929 45.8025 494.4187 47.837 497.144 47.8004 c 500.8134 47.7278 500.2319 43.8406 500.3045 42.0605 c 500.3045 41.8786 500.3045 41.6968 500.4497 41.6241 c 500.5955 41.4789 500.8134 41.4429 500.9946 41.5155 c 501.1039 41.6241 501.1765 41.6968 501.2131 41.806 C 502.1212 45.221 L 502.2664 45.8385 502.5574 46.4566 502.5574 47.1829 c 502.5574 47.3647 502.4116 47.5466 502.2304 47.6918 c 500.3045 48.709 499.1419 48.8543 497.3618 48.8909 c 492.8564 48.9635 489.6233 45.7659 489.5867 42.351 c f *U *u 500.7667 30.2888 m 500.8027 27.7094 502.0018 23.4955 506.3255 23.5682 c 511.4844 23.6408 516.2438 29.7079 516.1351 35.5571 c 516.0259 41.3337 511.9207 42.3149 510.2493 42.2783 c 506.6525 42.2057 500.6214 38.1366 500.7667 30.2888 c f 512.974 37.9913 m 513.0106 34.2493 510.6124 24.6941 506.2888 24.6209 c 504.2543 24.5849 503.8185 26.329 503.7819 27.8912 c 503.7093 32.2874 506.5072 41.1518 510.3945 41.2245 c 511.9934 41.261 512.9379 40.0985 512.974 37.9913 c f *U *u 529.5511 50.2713 m 526.2814 50.2713 522.5754 46.7472 521.0498 41.7694 c 521.0132 41.6968 520.9766 41.5515 520.868 41.5515 c 520.2505 41.5515 519.2691 41.5515 518.2518 41.5515 c 518.034 41.5515 517.7796 41.0066 517.7796 40.4982 c 517.7796 40.353 517.9614 40.2072 518.2158 40.2072 c 519.0879 40.2072 519.6688 40.2072 520.3956 40.2072 c 520.4317 40.2072 520.4682 40.0985 520.4682 40.0259 c 520.4682 39.6988 518.1066 31.6692 517.6709 30.3615 c 515.745 24.5483 514.7277 17.3192 512.5845 17.3192 c 512.4753 17.3192 512.0401 17.3919 512.0401 18.3 c 512.0401 18.6996 512.1127 19.0993 512.1127 19.5717 c 512.1127 20.6982 511.3133 21.1705 510.4779 21.1705 c 509.2422 21.1705 508.6972 19.8622 508.6972 19.0267 c 508.6972 16.9922 510.1508 16.1568 511.5312 16.1568 c 513.8923 16.1568 516.6896 18.1187 518.2158 21.497 c 520.5775 26.6194 521.9213 33.0862 523.8832 40.0259 c 523.9198 40.0985 523.9924 40.2072 524.1377 40.2072 c 525.4094 40.2072 531.1998 40.2072 532.4716 40.2072 C 532.762 41.5515 L 532.1445 41.5515 525.6639 41.5515 524.61 41.5515 c 524.5374 41.5515 524.4281 41.5515 524.4647 41.7334 c 525.0824 44.5673 526.3174 48.5999 527.8436 48.5999 c 529.188 48.5999 527.7344 45.221 530.0595 45.221 c 531.4404 45.221 532.1672 46.7472 532.1672 47.8736 c 532.1672 50.126 529.9508 50.2713 529.5511 50.2713 c f *U *u 533.0762 46.7831 m 532.8584 46.7472 532.7492 46.5293 532.7492 46.4927 c 532.3495 45.1849 531.4048 42.4236 531.1144 41.6607 c 531.0417 41.5515 531.0051 41.5515 530.8599 41.5515 c 530.7512 41.5155 529.7339 41.4789 528.9706 41.4789 c 528.4622 41.4789 528.1351 41.0432 528.1351 40.4256 c 528.1351 40.3164 528.3531 40.2072 528.5348 40.2072 c 529.1524 40.2072 530.2423 40.2072 530.315 40.2072 c 530.3876 40.2072 530.5694 40.2072 530.5694 40.0259 c 530.5694 39.3717 526.573 28.5087 526.573 25.784 c 526.573 24.948 526.8633 23.75 528.2078 23.75 c 531.0417 23.75 534.7111 29.3442 534.7111 30.4707 c 534.7111 30.8704 534.4932 30.943 534.3114 30.943 c 533.9843 30.943 533.8031 30.3981 533.4393 29.8165 c 532.6766 28.5087 531.3322 26.4016 530.3876 26.4016 c 530.1696 26.4016 530.061 26.5468 530.061 26.7647 c 530.061 28.3269 532.4221 35.0847 533.9843 40.1345 C 533.9843 40.1711 534.0569 40.2072 534.1662 40.2072 c 534.5659 40.2072 535.6558 40.2437 536.4913 40.2437 c 536.7823 40.2437 537.0362 40.2798 537.218 40.4982 c 537.4359 40.7161 537.5451 41.0066 537.5451 41.1518 c 537.5451 41.2245 537.5085 41.4063 537.3273 41.5155 c 537.0728 41.5515 535.7284 41.5515 534.5294 41.5515 c 534.4566 41.5515 534.4207 41.6241 534.4207 41.7334 c 534.4207 41.8786 535.801 46.0204 535.801 46.6019 c 535.801 46.7472 535.7284 46.7831 535.6558 46.7831 c 535.5105 46.8197 535.1108 46.8563 535.0016 46.8563 c 534.5659 46.8563 533.5486 46.8197 533.0762 46.7831 c f *U 0 To 0.6728 0 0 0.6728 437.0434 14.2322 0 Tp TP 0 Tr 0 g 1 w 4 M /_Helvetica 8.5 Tf 0 Ts 85 Tz -40 Tt 0 TA 0 0 5 TC 100 100 200 TW 0 0 0 Ti 0 Ta 0 Tq 0 0 Tl -0.3399 Tc 0 Tw (A Sun Microsystems, Inc. Business) Tx (\r) TX TO U %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_IllustratorA_AI3 /terminate get exec Adobe_typography_AI3 /terminate get exec Adobe_customcolor /terminate get exec Adobe_cshow /terminate get exec Adobe_cmykcolor /terminate get exec Adobe_packedarray /terminate get exec %%EOF %%EndDocument FMENDEPSF 199 175.73 298 198.98 R V 0 7 Q 0 X (2 Elizabeth Drive) 199 194.32 T (Chelmsfor) 199 186.32 T (d, MA 01824-4195) 231.32 186.32 T (U.S.A.) 199 178.32 T 0 72 612 720 C FMENDPAGE %%EndPage: "1" 0 %%Trailer %%BoundingBox: 0 0 612 792 %%Pages: 214 -1 %%DocumentFonts: Palatino-Roman %%+ Palatino-Italic %%+ Courier %%+ Palatino-Bold %%+ Courier-Bold %%+ ZapfDingbats %%+ AvantGarde-Demi %%+ Times-Bold %%+ Courier-Oblique %%+ Helvetica %%+ Helvetica-Bold %%+ Palatino-BoldItalic %%+ Times-Roman %%+ Symbol