1           Y        NEWS29D.DFV                                                         POSTSCR  @ cD     Optionen von BORLAND-C, V 3.0

BC C++-IDE, V 3.0
Syntax	BC [option [option...]] [srcname|projname [srcname...]]
srcname	is any ASCII file (default extension assumed)
projname	is a project file (must have .PRJ extension)
option	is any of the following: (/x- = turn option x off):
/b	batch mode build project then exit
/d	dual monitor mode with BC++ on the other monitor
/e[=n]	*  use n pages of expanded memory for swapping
/h	displays this help
/l	LCD/B&W colors for screen
/m	batch mode make project then exit
/p	restore palette on EGA after swap
/rx	use alternate disk 'x' for swap file
/s	*  allow maximum swapping (thrashing)
/x[=n]	use n KB for the code and data memory pool

	*  means enabled by default

BCC C++ Kommandozeilenversion
Syntax	BCC [ options ] file[s]
*	default
-x-	turn switch x off
-1	80186/286 Instructions    
-2	80286 Protected Mode Inst.
-Ax	Disable extensions
-B	Compile via assembly
-C	Allow nested comments     
-Dxxx	Define macro
-Exxx	Alternate Assembler name
-G	Generate for speed
-Hxxx	Use pre-compiled headers
-Ixxx	Include files directory
-K	Default char is unsigned
-Lxxx	Libraries directory
-M	Generate link map
-N	Check stack overflow
-Ox	Optimizations 
-P	Force C++ compile
-Qxxx	Memory usage control
-S	Produce assembly output
-Txxx	Set assembler option
-Uxxx	Undefine macro
-Vx	Virtual table control
-Wxxx	Create Windows application
-X	Suppress autodep. output
-Yx	Overlay control
-Z	Suppress register reloads
-a	Generate word alignment
-b	* Treat enums as integers
-c	Compile only
-d	Merge duplicate strings
-exxx	Executable file name
-fxx	Floating point options
-gN	Stop after N warnings
-iN	Max. identifier length
-jN	Stop after N errors
-k	Standard stack frame
-lx	Set linker option
-mx	Set Memory Model
-nxxx	Output file directory
-oxxx	Object file name
-p	Pascal calls
-r	* Register variables
-u	* Underscores on externs
-v	Source level debugging
-wxxx	Warning control
-y	Produce line number info
-zxxx	Set segment names

CPP C++ Preprocessor V3.0
Syntax	CPP [options] file[s] * default; -x- turn switch x off
-Ax	Disable extensions
-C	Allow nested comments
-Dxxx	Define macro
-Ixxx	Include files directory
-P	* Include source line info
-Uxxx	Undefine macro
-gnnn	Stop after N warnings
-innn	Maximum identifier length N
-jnnn	Stop after N errors
-mc	Compact model
-mh	Huge Model
-ml	Large Model
-mm	Medium Model
-ms	* Small Model
-mt	Tiny Model
-nxxx	Output file directory
-oxxx	Output file name
-p	Pascal calls
-w	Enable all warnings
-wxxx	Enable warning xxx
-w-xxx	Disable warning xxx

DPMIINST V1.0
Syntax	DPMIINST [options]
-h,-?	Show this help screen
-k<path>	Name of kernel file
-g	Just check the database
-a	Analyze only, don't try to configure
-v	Verbose mode
-x	Don't try to update
-t	Report switch time
-c	Don't delete checkpoint file
-s	Just show the settings for this machine
-f<string>	Force characteristic string to DPMI16BI
(format is  ee/dd/ss/ffff/oooo )

GREP V3.0
Syntax	GREP [-rlcnvidzuwo] searchstring file[s]
Options are one or more option characters preceeded by "-", and optionally followed by "+" (turn option on), or "-" (turn it off). The default is "+".
-r+	Regular expression search
-l-	File names only
-c-	match Count only              
-n-	Line numbers
-v-	Non-matching lines only 
-i-	Ignore case
-d-	Search subdirectories   
-z-	Verbose
-u-	Update default options 
-w-	Word search
-o-	UNIX output format      
Default set: [0-9A-Z_]

A regular expression is one or more occurrences of:  One or more characters optionally enclosed in quotes.  The following symbols are treated specially:
^	start of line        
$	end of line
.	any character        
\	quote next character
*	match zero or more      
+	match one or more

[aeiou0-9]	match a, e, i, o, u, and 0 thru 9
[^aeiou0-9]	match anything but a, e, i, o, u, and 0 thru 9




1. Das einzige, wozu ein Computerfreak ein Textverarbeitungsprogramm braucht, ist, Dir anstelle eines Liebes- einen Serienbrief zu schicken.
2. Die Lnge des Briefs an Dich steht in umgekehrtem Verhltnis zur Anzahl der verwendeten Programmfunktionen und eingesetzten Schriftattribute.
H2ASH V1.0
Syntax	H2ASH [ options ] file[s]     * = default; -x- = turn switch x off
-q-	Disable H2ASH converter 
-qs	Pass source into file
-qn   *	Enable Name mangling    
-qc	Pass comments into file
-qp   *	Pretty Print output     
-qb	Process Builtin #DEFINE's
-qf	Strict Mode             
-qd   *	Process User #DEFINE's
-qt   *	Emit Tasm directives    
-qi	Generate Ideal mode code
-P	Force C++ compile       
-Ax	Disable extensions
-Dxxx	Define macro            
-Ixxx	Include files directory
-w	Enable all warnings     
-wxxx	Enable warning xxx
-w-xxx	Disable warning xxx     
-Uxxx	Undefine macro
-gnnn	Stop after N warnings   
-innn	Maximum identifier length N
-jnnn	Stop after N errors     
-mc	Compact model
-mh	Huge Model              
-ml	Large Model
-mm	Medium Model            
-ms   *	Small Model
-mt	Tiny Model              
-nxxx	Output file directory
-oxxx	Output file name        
-p	Pascal calls
-C	Allow nested comments

HC Help Compiler V3.0
Syntax	HC [<Help project filename.hpj>]

MAKE V3.6
Syntax	MAKE [options ...] target[s]
-B	Builds all targets regardless of dependency dates
-Dsymbol	Defines symbol
-Dsymbol=string	Defines symbol to string
-Idirectory	Names an include directory
-K	Keeps (does not erase) temporary files created by MAKE
-N	Increases MAKE's compatibility with NMAKE
-W	Writes all non-string options back to the .EXE file
-Usymbol	Undefine symbol
-ffilename	Uses filename as the MAKEFILE
-a	Performs auto-dependency checks for include files
-e	Ignores redefinition of environment variable macros
-i	Ignores errors returned by commands
-m	Displays the date and time stamp of each file
-n	Prints commands but does not do them
-p	Displays all macro definitions and implicit rules
-q	Returns zero if target is up-to-date and nonzero if it is not (for use in batch files)
-r	Ignores rules and macros defined in BUILTINS.MAK
-s	Silent, does not print commands before doing them
-? or -h	Prints this message
	Options marked with '+' are on by default. To turn off a default option follow it by a '-', for example: -a-

MAKERSP V1.0
Usage	makersp "printf format string" inputfile
	This program prints each word in the input file using the specified printf format string.  For example, if the file 'objlist' contained a list of object files, then makersp "-+%s & \n" objlist would create a response file for use with TLIB.

OBJXREF V3.0
Syntax	objxref [options] fileset [fileset ...]
Report format options:
/RR*	public refs and defs    
/RP	public definitions
/RM	publics by module       
/RX	externals by module
/RS	module sizes by segment  
/RC	module sizes by class
/RU	unreferenced publics    
/RV	verbose - all report formats
(* = default)

Control options:
/I	ignore case             
/F	include full libraries
/V	verbose output          
/Z	show zero length segments
/Nn	selective report by name
/On	output file

Response file options:
@n	input from free format ASCII file (filename.ext)
/Ln	input from a linker response file (filename.ext)
/Pn	input from a TC project file (filename[.PRJ])
/Dn	search directories (separate with ';') 
fileset	(file names and extensions may contain wild cards):
	List of OBJs and Libs (default extentions is .OBJ)

PRJ2MAK V2.0
Syntax	PRJ2MAK <project-file>[.PRJ] [<makefile>[.MAK] [<config>[.CFG]]]
	Convert a .PRJ file to a .MAK file for use with the MAKE utility. The default name for the new MAKE file is the base file name of the .PRJ file with the extension .MAK.  The default name for the new .CFG file is the base file name of the .MAK file with the extension .CFG.

PRJCFG V2.0
Syntax	PRJCFG <file1><.ext1>  [<file2>[.ext2]]
	Config file - Project file converter
	The default name for file2 will be the same as file1. The extension .ext1 may be either PRJ or CFG, and ext2 will default to the other value.

PRJCNVT V2.0
Syntax	PRJCNVT infile[.prj] [outfile[.prj]]
or
	PRJCNVT infile[.tc]  [outfile[.prj]]
	If a configuration file is specified as input, it must have a project file defined. The compiler options in the .CFG file and the dependencies in the TC 2.0 style .PRJ file will be placed into the corresponding BC++ 3.0 style .PRJ file. If a project file is specified as input, only dependencies information will be placed into the BC++ 3.0 style .PRJ file. All compiler options will remain default. If no extension is provided .TC is assumed. If no .TC file is found a .PRJ file will be looked for. The default name of the output file is the base name of the input file with the extension .PRJ (i.e. FOO.TC will turn into FOO.PRJ). If the input and the output name are the same, the the old file will be renamed to a .BAK file.

RC Resource-Compiler V3.0
Usage	rc [switches] .RC input file [.EXE output file]
Switches
-r	Create a .RES file only; don't process .EXE
-l  *	Create an application that uses LIM 3.2 EMS
-e  *	Create a driver which uses EMS memory
-m  *	Set Multiple Instance flag
-p  *	Create a Private Library
-t  *	Create a protected mode only application
-k  *	Keep segments in .DEF file order (do not sort segments for fast load)
-v	Verbose (print progress messages)
-d	Define a symbol
-fo	Rename .RES file
-fe	Rename .EXE file
-i	Add a path for INCLUDE searches
-x	Ignore INCLUDE environment variable
*	Cannot be used when -R is specified.

TASM Turbo-Assembler V3.0
Syntax	TASM [options] source [,object] [,listing] [,xref]
/a,/s	Alphabetic or Source-code segment ordering
/c	Generate cross-reference in listing
/dSYM[=VAL]	Define symbol SYM = 0, or = value VAL
/e,/r	Emulated or Real floating-point instructions
/h,/?	Display this help screen
/iPATH	Search PATH for include files
/jCMD	Jam in an assembler directive CMD (eg. /jIDEAL)
/kh#	Hash table capacity # symbols
/l,/la	Generate listing: l=normal listing, la=expanded listing
/ml,/mx,/mu	Case sensitivity on symbols: ml=all, mx=globals, mu=none
/mv#	Set maximum valid length for symbols
/m#	Allow # multiple passes to resolve forward references
/n	Suppress symbol tables in listing
/o,/op	Generate overlay object code, Phar Lap-style 32-bit fixups
/p	Check for code segment overrides in protected mode
/q	Suppress OBJ records not needed for linking
/t	Suppress messages if successful assembly
/uxxxx	Set version emulation, version xxxx
/w0,/w1,/w2	Set warning level: w0=none, w1=w2=warnings on
/w-xxx,/w+xxx	Disable (-) or enable (+) warning xxx
/x	Include false conditionals in listing
/z	Display source line with error message
/zi,/zd,/zn	Debug info: zi=full, zd=line numbers only, zn=none

TCREF V2.0
Syntax	TCREF xrffiles, reffile [options]
	@xxxx indicates use response file xxxx
/c	lower case significant in symbols
/r	full module level report
/p#	page length (# in lines)
/w#	page width  (# in characters)

TD
Syntax	TD [options] [program [arguments]]   -x-  = turn option x off
-c<file>	Use configuration file <file>
-do,-dp,-ds	Screen updating: do=Other display, dp=Page flip, ds=Screen swap
-h,-?	Display this help screen
-i	Allow process id switching
-k	Allow keystroke recording
-l	Assembler startup
-m<#>	Set heap size to # kbytes
-p	Use mouse
-r	Use remote debugging
-rn<L;R>	Debug on a network with local machine L and remote machine R
-rp<#>	Set COM # port for remote link
-rs<#>	Remote link speed: 1=slowest, 2=slow, 3=medium, 4=fast
-sc	No case checking on symbols
-sd<dir>	Source file directory <dir>
-sm<#>	Set spare symbol memory to # Kbytes (max 256Kb)
-vg	Complete graphics screen save
-vn	43/50 line display not allowed
-vp	Enable EGA/VGA palette save
-w	Debug remote Windows program (must use -r as well)
-y<#>	Set overlay area size in Kb
-ye<#>	Set EMS overlay area size to # 16Kb pages

TD286INS V1.0
Syntax	TD286INS [options]
-h,-?	Show this help screen
-g	Just check the database
-a	Analyze only, don't try to configure
-v	Verbose mode
-x	Don't try to update
-t	Report switch time
-c	Don't delete checkpoint file
-s	Just show the settings for this machine
-f<string>	Force characteristic string to TD286 (format is ee/dd/ss/ffff/oooo )

TDEV V1.0
 Address     Bytes   Name           Hooked vectors
---------   ------   -------------- --------------
0070:050B        -   PRN     
0070:051D        -   LPT1    
0070:052F        -   LPT2    
0070:0541        -   LPT3    
0070:0553        -   AUX     
0070:0565        -   COM1    
0070:0577        -   COM2    
0070:0589        -   COM3    
0070:059B        -   COM4    
0070:0602        -   CLOCK$  
0070:0645        -   CON     
0070:0671        -   3 Block Units
0000:1268     7664   NUL            20 25 27 28 2A 2B 2C 2D 31
024F:0000     1648   EMMQXXX0       15 67
Detected device drivers patched in after CONFIG.SYS

TDINST
Syntax	TDINST [options] [exefile]
-c<file>	Configuration file
-h,-?	Display this help screen
-p	Use mouse
-w	Configure TDW

TDMAP V2.5
Syntax	TDMAP [options] MapName [OutName] [options]
	TDMAP converts mapfile MapName into Turbo Debugger format.
-B	Assign a type of byte array to all symbols (default is word)
-C	Treat symbols as case-sensitive
-Exxx	For any source files named in the map file with no
extension, use extension xxx
-W	New Executable ( Microsoft Windows ) map file
-Q	Provide no status output

Examples:

TDMAP MyProg
TDMAP PasProg -Epas
TDMAP -C small.map small.com
TDMAP a.map a.tds -Easm -B

TDMEM V1.0
	TDMEM produces a report showing what memory resident programs are installed, how much memory each uses, and what interrupt vectors are taken over. TDMEM accepts the following command line syntax:
Syntax	TDMEM [Options]
	Options may be preceded by either / or -. Valid options are as follows:
/V	verbose report.
/?	write this help screen.

TDREMOTE TD Remote Program Loader V3.0
Syntax	TDREMOTE [options]
-rn<Name>	Run on a network with remote machine named <Name>
-rp<#>	Set COM # port for remote link: 1=COM1, 2=COM2
-rs<#>	Set link speed: 1=9600 bps, 2=19Kbps, 3=38Kbps, 4=115Kbps
-w	Write options to exe file
	The default is -rp1 and -rs4 (use COM1 at 115 Kbps). TDREMOTE needs a "null modem" or "printer" cable connecting the serial ports of the two systems.  A "straight through" cable will not work.  The cable must swap the transmit data (pin 2) and receive data (pin 3) signals.

	You must also make sure that the speed (set by the -rs switch) is the same on both ends.  First, try running the link at the highest speed (-rs4).If this doesn't work, switch to a lower speed (-rs3, -rs2 or -rs1) and try again.  The faster you run the link, the quicker the response of Turbo Debugger.

TDRF Remote File Utility V3.00
Syntax	TDRF [options] command [arguments]
-rn<L;R>	Debug on a network with local machine L and remote machine R
-rp<#>	Set COM # port for remote link: 1=COM1, 2=COM2
-rs<#>	Set link speed: 1=9600 bps, 2=19Kbps, 3=38Kbps, 4=115Kbps
-w	Write options to exe file
The default is -rp1 and -rs4 (use COM1 at 115 Kbps).
"command"	can be either a word similar to the equivalent DOS command or a single letter abbreviation.  You can use wildcards with the dir, copy, del and copyfrom commands.  The commands are:

Command      Letter Arguments Description
-----------------------------------------
copy, copyto t      1 or 2    Copy file to remote system
copyfrom     f      1 or 2    Copy file from remote system
del, erase   e      1         Delete file
dir          d      0 or 1    Directory
ren          r      2         Rename file
md           m      1         Make directory
rd           k      1         Remove directory
cd           c      0 or 1    Change drive/directory

TDSTRIP Turbo Debugger Symbol Table Stripper V3.00 
Syntax	TDSTRIP [options] exefile|objfile [outfile]
-s	Symbol table is put in a file with the same name as exefile but with an extension of .tds.  If you specify an outfile, a symbol table will be put in outfile.  If you don't specify the -s option, the symbol table is removed from the exefile.  If you specify an outfile, the original exefile is left unchanged and a Vwith no symbol table is put in outfile.  Ignored on .OBJ's

-c	COM file is generated from the EXE file. Ignored on .OBJ's  If you don't supply an extension with exefile, .exe is presumed. If you don't supply an extension with outfile, .exe is added when you don't use -s, .obj is added if an .obj name is provided, and .tds is added when you do use -s.

Turbo Debugger will look for the symbol file when it loads an
exefile that does not have a symbol table.

TDUMP Turbo Dump  V3.0 
Syntax	TDUMP [options] InputFile [ListFile] [options]
-a	ASCII file display
-a7	Display file in 7-Bit mode
-b#	Offset into file for display
-e	Force Executable file display
-el	Disable line number display
-er	Disable relocation record display
-ex	Disable New Executable Display
-h	Force hexadecimal file display
-l	Library format file Display
-m	Disable C++ name de-mangling
-o	Force .OBJ format file display
-oc	CRC Check .OBJ file records
-oiID	Include .OBJ file record "ID" (i.e. -oiPUBDEF)
-oxID	Exclude .OBJ file record "ID"
-v	Verbose display
	TDUMP will display the following file types & information: DOS Executable files New Executable files & Linear Executable files OMF files (.OBJ & .LIB) Turbo Debugger symbolic debug information Microsoft symbolic debug information

TEMC  Turbo Editor Macro Language Compiler
Syntax	TEMC [-c] [-u] <input-file>[.TEM] <config-file>[.TC]

	Use the -c option to create a new command table. The default is to update the existing table. Use the -u option to write to the CUA command table The default is to write to the ALT command table.

TFREMOTE Remote Program Loader V2.0 
Syntax	TFREMOTE [options]
-rn<Name>	Run on a network with remote machine named <Name>
-rp<#>	Set COM # port for remote link: 1=COM1, 2=COM2
-rs<#>	Set link speed: 1=9600 bps, 2=19Kbps, 3=38Kbps, 4=115Kbps
-w	Write options to exe file
The default is -rp1 and -rs4 (use COM1 at 115 Kbps). 
	TFREMOTE needs a "null modem" or "printer" cable connecting the serial ports of the two systems.  A "straight through" cable will not work.  The cable must swap the transmit data (pin 2) and receive data (pin 3) signals.  You must also make sure that the speed (set by the -rs switch) is the same on both ends.  First, try running the link at the highest speed (-rs4). If this doesn't work, switch to a lower speed (-rs3, -rs2 or -rs1) and try again.  The faster you run the link, the quicker the response of Turbo Profiler.

THELP Turbo Help V3.0

USAGE	THELP [options]

/C#xx	Select color: #=color number, xx=hex color value

/Fname	Full pathname of help file

/H,/?	Display this help screen

/Kxxyy	Hotkey: xx=shift state, yy=scan code

/U	Remove Thelp from memory

/Wx,y,w,h	Set the window size (Ex:/W0,0,80,25)
TLIB 3.02 
Syntax	TLIB libname [/C] [/E] [/P] commands, listfile
libname	library file pathname
commands	sequence of operations to be performed (optional)
listfile	file name for listing file (optional)
	A command is of the form: <symbol>modulename, where <symbol> is:
+	add modulename to the library
-	remove modulename from the library
*	extract modulename without removing it
-+ or +-	replace modulename in library
-* or *-	extract modulename and remove it

/C	case-sensitive library
/E	create extended dictionary
/PSIZE	set the library page size to SIZE

	Use @filepath to continue from file "filepath". Use '&' at end of a line to continue onto the next line.

TRIGRAPH Trigraph  V1.0
	Filter to remove or insert trigraphs in C source files, and to handle backslash splicing outside of macros.
	Works directly on source files, creating a backup file with the extension .BAK, unless -n or -x switch is used.
USAGE	trigraph [options] <file spec> [<file spec> ...]
options:
-nXXX	write output files to directory 'XXX'
-u	UNDO    insert trigraphs
-xXXX	create output files with extension 'XXX'

TLINK Turbo Link V5.0 
Syntax	TLINK objfiles, exefile, mapfile, libfiles, deffile
@xxxx	indicates use response file xxxx
/m	Map file with publics     
/x	No map file at all
/i	Initialize all segments      
/l	Include source line numbers
/L		Specify library search paths 
/s  Detailed map of segments
/n	No default libraries        
/d	Warn if duplicate symbols in libraries
/c	Case significant in symbols 
/3	Enable 32-bit processing
/o	Overlay switch             
/v	Full symbolic debug information
/P[=NNNNN]	Pack code segments  
/A=NNNN	Set NewExe segment alignment
/ye	Expanded memory swapping    
/yx	Extended memory swapping
/e	Ignore Extended Dictionary
/t	Create COM file (same as /Tdc)
/C	Case sensitive exports and imports
/Txx	Specify output file type
/Tdx	DOS image (default)
/Twx	Windows image (third letter can be c=COM, e=EXE, d=DLL)

TOUCH Touch V3.0
Usage is	TOUCH filename ...

TPROF
Syntax	TPROF [options] [program [arguments]]   -x-  = turn option x off
-b	Run in batch mode
-c<file>	Use configuration file <file>
-do,-dp,-ds	Screen updating: do=Other display, dp=Page flip, ds=Screen swap
-h,-?	Display this help screen
-m<#>	Set heap size to # kbytes
-p	Use mouse
-r	Use remote analysis
-rn<L;R>	Profile on a network with local machine L and remote machine R
-rp<#>	Set COM # port for remote link
-rs<#>	Remote link speed: 1=slowest, 2=slow, 3=medium, 4=fast
-sc	No case checking on symbols
-sd<dir>	Source file directory <dir>
-vg	Complete graphics screen save
-vn	43/50 line display not allowed
-vp	Enable EGA/VGA palette save
-w	Profile remote Windows program (must use -r as well)
-y<#>	Set overlay area size in Kb
-ye<#>	Set EMS overlay area size to # 16Kb pages

TRANCOPY  2.0
Syntax	TRANCOPY [-r] <source project> <destination project>
	Merges the transfer programs in <source project> and <destination project> and writes the results to <destination project>.

-r	causes the transfer programs in <source project> to replace those in <destination project>.

UNZIP V2.00.
UNZIP extracts files from an archive.

Usage	UNZIP [options] zipfile [destpath] [files...]
Options:
/o	overwrite existing files         
/v	verbose listing of archive(s)
/c	extract file(s) to the console  
/p	extract file(s) to the printer
/t	test archive integrity

zipfile	Archive file name, wildcards *,? ok.  Default extension is .ZIP
destpath	Destination for extracted files.
files	Name(s) of files to extract.  Wildcards *,? ok. Default is ALL files.

NEUERSCHEINUNGEN	WindowsNT
WindowsNT	NEUERSCHEINUNGEN
܀         w     s     n     i     d 0  c3  ` <  >  \ Y             ` `      v    q    l    Q    L ,  L  *T             2)  2)  2) <   Z  7         7N= ?  ,  c  v   v   v   v 2  v I  v g  v   v   v  2)  2)  2)  2)  2)  2)  2)  2)  2) = ?  	    v   v :  v <  v Z  v \  q {  l   g  2)  2)  2)  2)  2)        2)  2)  2)    c      v   v   v   v   v ,  v K  v _  v   v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	    v   v   v   v 
  v #  v <  v P  v f  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	f    v   v   v   v   v 
  v *  v ?  v ]  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	]  y  v   v   v   v   v   v   v 4  v M  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	M  f  v }  v   v   v   v   v   v   v *  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	*  A  v ^  v w  v y  q   l   g   g 	  g  2)  2)  2)        2)  2)  2)  2)  2)    c  	  	  v 8	  v W	  v m	  v 	  v 	  v 	  v 	  v 	  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  		  	  v 
  v !
  v 1
  v N
  v f
  v w
  v 
  v 
  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	
  
  v 
  q 
  l 
  g   g ,  g H  g q  g  2)        2)  2)  2)  2)  2)  2)  2)    c  q    v   v   v   v   v 2  v T  v V  q a  l  2)  2)  2)  2)  2)  2)  2)        2)  c  	a    v *
  v I
  v ^
  v 
  v 
  v 
  v 
  v 
  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	
  
  v   v   v :  v R  v T  v   v 	  v   v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	  1  v I  v e  v z  v |  v   v   v   q   l  2)  2)  2)  2)  2)  2)  2)             = c  	    v   q   q }  q   q   l   g i  b  *Tx  *T  *T  *T                    2)     =  W i    v   v   v   v   v "  v @  v `  v   v  2)  2)  2)  2)  2)  2)  2)  2)  2) =   	    v   v   v   v   v 1  v K  v l  v   v  2)  2)  2)  2)  2)  2)  2)  2)  2) =   	    v   v   v   v   v '  v E  v Z  v x  v  2)  2)  2)  2)  2)  2)  2)  2)  2) =   	x    v   v   v   v   q   l "  g $  b  2)  2)  2)  2)        2)  2)        c   c  $  /  v T  q   q   q   q   q 0  q ^  q   q  2)  2)  2)  2)  2)  2)  2)  2)  2)    	    v   v   v H  v p  v   v   v   v \  v  2)  2)  2)  2)  2)  2)  2)  2)  2)    	\    v   v   v U  v W  q e  l   g   g  2)  2)  2)  2)        2)  2)  2)  2)    c      v   q   l   l    l   l 6  l O  l n  l        2)  2)  2)  2)  2)  2)  2)  2)   c 	n    v   v   v   v   q   l 	  l $  l A  l  2)  2)  2)  2)        2)  2)  2)  2)  c  	A  _  v }  v   v   q   l   l   l F  l s  l  2)  2)  2)        2)  2)  2)  2)  2)  c  	s    v   v   q   l >  g R  g T  b  2)  2)        2)  2)  2)        2)  2)  c   c  T  a  v   q   q H   q J   l X   g    b    b  2)  2)  2)  2)        2)  2)  2)    c         v #  v #  q #  l #  g #  g $  g N$  g  2)  
2)        2)  2)  2)  2)  2)     c  N$  {$  v $  v $  v $  v :%  v `%  v t%  v %  v %  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	%  %  v %  v &  v &  q 1&  l l&  g &  g &  g  2)  2)  2)        2)  2)  2)  2)  2)    c  &  &  v -'  v M'  v s'  v '  v '  v (  v T(  v (  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	(  (  v (  v #)  v Z)  v )  v )  v )  v *  v S*  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	S*  }*  v *  v *  v *  q *  l  +  g I+  g o+  g  2)  2)  2)        2)  2)  2)  2)  2)    c  o+  +  v +  v +  v +  q +  l ,  g A,  g ,  g  2)  2)  2)        2)  2)  2)  2)  2)    c  ,  ,  v ,  v ,  v -  v "-  v 0-  v I-  v -  v -  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	-  -  v .  v =.  v u.  v .  v .  v .  v /  v 7/  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	7/  i/  v k/  q z/  l /  g /  g /  g /  g 0  g  2)        2)  2)  2)  2)  2)  2)  2)    c  0   0  v 70  v X0  v 0  v 0  v 0  q 0  l 1  g  2)  2)  2)  2)  2)        2)  2)  2)    c  1  J1  v i1  v 1  v 1  v 1  v 1  v 2  v #2  v B2  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	B2  a2  v 2  v 2  v 2  v 3  v .3  v c3  v e3  q m3  l  2)  2)  2)  2)  2)  2)  2)        2)  c  	m3  3  v 3  v 3  v 3  v 3  v 3  q 3  l /4  g  2)  2)  2)  2)  2)        2)  2)          c  /4  l4  v 4  v 4  v 5  v )5  v [5  v x5  v z5  v 5  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	5  5  v 5  v 5  v 5  v 5  v 5  q 5  l 6  g  2)  2)  2)  2)  2)        2)  2)  2)    c  6  6  v 7  v 27  v N7  v P7  q x7  l 7  g 7  g  2)  2)  2)  2)        2)  2)  2)  2)    c  7  8  v I8  v g8  v {9  v }9  v :  v :  q :  l  2)  2)  2)  2)  2)  2)        2)  2)    c  :  :  v A;  v x;  v ;  v ;  v <  v <  v <  v <  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	<  &=  v `=  v =  v =  v =  v >  v I>  v y>  v >  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	>  >  v >  q ?  l @  l @  l A  l A  l A  l *B  l        2)  2)  2)  2)  2)  2)  2)  2)   c 	*B  ,B  v EB  q |B  l B  l B  l B  l B  l C  l ?C  l        2)  2)  2)  2)  2)  2)  2)  2)   c 	?C  cC  v C  v C  v C  v C  v D  v AD  v fD  v zD  v  2)  2)  2)  2)  2)  2)  2)  2)  2)    	zD  cE  v eE  q E  l E  g E  g F  g F  b  2)        2)  2)  2)  2)        2)  2)  c   c  F  F  v F  q G  q MG  q G  q G  q G  q I  q I  l  2)  2)  2)  2)  2)  2)  2)  	2)       c   	I  J  v &J  q _J  q J  q J  q J  q J  q !K  q -K  l  2)  2)  2)  2)  2)  2)  2)  2)  2)    	-K  dK  v K  v K  v K  v 2L  v SL  v yL  v L  v L  v  2)  2)  2)  2)  2)  2)  2)  2)  2)    	L  L  v L  v M  v 2M  v \M  v ^M  v M  v M  q M  l  2)  2)  2)  2)  2)  2)  2)        2)  c  	M  RN  v N  v N  v O  v 4O  v QO  v O  v O  q O  l  2)  2)  2)  2)  2)  2)  2)        2)  c  	O  O  v O  v P  v 5P  v WP  v wP  v P  v P  v P  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	P  Q  v %Q  v BQ  v bQ  v Q  v Q  v Q  v Q  v 
R  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	
R  ,R  v OR  v vR  v R  v R  v R  v R  q S  l  2)  2)  2)  2)  2)  2)        2)  2)  2)  c  S  S  v  S  q 'S  l pS  g S  g S  g S  g T  g  2)        2)  2)  2)  2)  2)  2)  2)    c  T  <T  v JT  v bT  v T  v T  v U  v 2U  v XU  v {U  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	{U  U  v U  v U  v V  v NV  v PV  q _V  l V  g  2)  2)  2)  2)  2)        2)  2)  2)    c  V  W  v W  v }W  v W  q W  l W  g W  g W  g  2)  2)  2)        2)  2)  2)  2)  2)    c  W  W  v X  v =X  v bX  v X  v X  v X  v X  v Y  v  2)  2)  2)  2)  2)  2)  2)  2)  2)  c  	Y  cY  v eY  v fY  q Y  _ Y  M Y   2)                                2)[            [            
=       
       j*  A   Y              _      :         X  Y   Y   
     "    i   |     X   |  !Y         " *         11.09.9209.11.92 Y  