1           %  M k k n o o MSDOS50.DFV                                                         PSCRIPTDp @ $SLl k   m TGM-TAB-002: PCCTGM-1991/08/16-fi: WORD55/POSTSCRIPT: MSDOS50E.TXT, MSDOS50.DFV
MSDOS-5.0e

APPEND	Allows programs to open data files in specified directories as if they were in the current directory.
APPEND [[drive:]path[;...]] [/X[:ON | :OFF]] [/PATH:ON | /PATH:OFF] [/E]
APPEND ;
ASSIGN	Redirects requests for disk operations on one drive to a different drive.
ASSIGN [x[:]=y[:][...]]
ASSIGN /STATUS
ATTRIB	Displays or changes file attributes.
ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] [[drive:][path]filename] [/S]
BACKUP	Backs up one or more files from one disk to another.
BACKUP source destination-drive: [/S] [/M] [/A] [/F[:size]] [/D:date[/T:time]] [/L[:[drive:][path]logfile]]
BREAK	Sets or clears extended CTRL+C checking.
BREAK [ON | OFF]
CALL	Calls one batch program from another.
CALL [drive:][path]filename [batch-parameters]
CD	Displays the name of or changes the current directory.
CD [drive:][path]
CD[..]
CHCP	Displays or sets the active code page number.
CHCP [nnn]
CHDIR	Displays the name of or changes the current directory.
CHDIR [drive:][path]
CHDIR[..]
CHKDSK	Checks a disk and displays a status report.
CHKDSK [drive:][[path]filename] [/F] [/V]
CLEANUP	Cleans up left-over files after MS-DOS 5.0 installation.
CLEANUP [/B]
CLS	Clears the screen.
CLS
COMMAND	Starts a new instance of the MS-DOS command interpreter.
COMMAND [[drive:]path] [device] [/E:nnnnn] [/P] [/C string] [/MSG]
COMP	Compares the contents of two files or sets of files.
COMP [data1] [data2] [/D] [/A] [/L] [/N=number] [/C]
COPY	Copies one or more files to another location.
COPY [/A | /B] source [/A | /B] [+ source [/A | /B] [+ ...]] [destination [/A | /B]] [/V]
CTTY	Changes the terminal device used to control your system.
CTTY device
DATE	Displays or sets the date.
DATE [date]
DEBUG	Runs Debug, a program testing and editing tool.
DEBUG [[drive:][path]filename [testfile-parameters]]
DEL	Deletes one or more files.
DEL [drive:][path]filename [/P]
DIR	Displays a list of files and subdirectories in a directory.
DIR [drive:][path][filename] [/P] [/W] [/A[[:]attributes]] [/O[[:]sortorder]] [/S] [/B] [/L]
DISKCOMP	Compares the contents of two floppy disks.
DISKCOMP [drive1: [drive2:]] [/1] [/8]
DISKCOPY	Copies the contents of one floppy disk to another.
DISKCOPY [drive1: [drive2:]] [/1] [/V]
DOSKEY	Edits command lines, recalls MS-DOS commands, and creates macros.
DOSKEY [/REINSTALL] [/BUFSIZE=size] [/MACROS] [/HISTORY] [/INSERT | /OVERSTRIKE] [macroname=[text]]
DOSSHELL	Starts MS-DOS Shell.
DOSSHELL [/T[:res[n]]] [/B]
DOSSHELL [/G[:res[n]]] [/B]
ECHO	Displays messages, or turns command-echoing on or off.
ECHO [ON | OFF]
ECHO [message]
EDIT	Starts the MS-DOS Editor.
EDIT [filename] [/B] [/G] [/H] [/NOHI]
EDLIN	Starts Edlin, a line-oriented text editor.
EDLIN [drive:][path]filename [/B]
EMM386	Turns on or off EMM386 expanded memory support.
EMM386 [ON | OFF | AUTO] [W=ON | W=OFF]
ERASE	Deletes one or more files.
ERASE [drive:][path]filename [/P]
EXE2BIN	Converts .EXE (executable) files to binary format.
EXE2BIN [drive1:][path1]input-file [[drive2:][path2]output-file]
EXIT	Quits the COMMAND.COM program (command interpreter).
EXIT
FASTOPEN	Decreases the amount of time needed to open frequently used files and directories.
FASTOPEN drive:[[=]n] [drive:[[=]n][ ...]] [/X]
FC	Compares two files or sets of files and displays the differences between them.
FC [/A] [/C] [/L] [/LBn] [/N] [/T] [/W] [/nnnn] [drive1:][path1]filename1 [drive2:][path2]filename2
FC /B [drive1:][path1]filename1 [drive2:][path2]filename2
FDISK	Configures a hard disk for use with MS-DOS.
FDISK
FIND	Searches for a text string in a file or files.
FIND [/V] [/C] [/N] [/I] "string" [[drive:][path]filename[ ...]]
FOR	Runs a specified command for each file in a set of files.
FOR %variable IN (set) DO command [command-parameters]
FORMAT	Formats a disk for use with MS-DOS.
FORMAT drive: [/V[:label]] [/Q] [/U] [/F:size] [/B | /S]
FORMAT drive: [/V[:label]] [/Q] [/U] [/T:tracks /N:sectors] [/B | /S]
FORMAT drive: [/V[:label]] [/Q] [/U] [/1] [/4] [/B | /S]
FORMAT drive: [/Q] [/U] [/1] [/4] [/8] [/B | /S]
GOTO	Directs MS-DOS to a labelled line in a batch program.
GOTO label
GRAFTABL	Enables MS-DOS to display an extended character set in graphics mode.
GRAFTABL [xxx]
GRAFTABL /STATUS
GRAPHICS	Loads a program that can print graphics.
GRAPHICS [type] [[drive:][path]filename] [/R] [/B] [/LCD] [/PRINTBOX:STD | /PRINTBOX:LCD]
HELP	Provides help information for MS-DOS commands.
HELP [command]
IF	Performs conditional processing in batch programs.
IF [NOT] ERRORLEVEL number command
IF [NOT] string1==string2 command
IF [NOT] EXIST filename command
JOIN	Joins a disk drive to a directory on another drive.
JOIN [drive1: [drive2:]path]
JOIN drive1: /D
KEYB	Configures a keyboard for a specific language.
KEYB [xx[,[yyy][,[drive:][path]filename]]] [/E] [/ID:nnn]
LABEL	Creates, changes, or deletes the volume label of a disk.
LABEL [drive:][label]
LH	Loads a program into the upper memory area.
LH [drive:][path]filename [parameters]
LOADHIGH	Loads a program into the upper memory area.
LOADHIGH [drive:][path]filename [parameters]
LOADFIX	Loads a program above the first 64K of memory, and runs the program.
LOADFIX [drive:][path]filename
MD	Creates a directory.
MD [drive:]path
MEM	Displays the amount of used and free memory in your system.
MEM [/PROGRAM | /DEBUG | /CLASSIFY]
MIRROR	Records information about one or more disks.
MIRROR [drive:[ ...]] [/1] [/Tdrive[-entries][ ...]]
MIRROR [/U]
MIRROR [/PARTN]
MKDIR	Creates a directory.
MKDIR [drive:]path
MODE	Configures system devices.
MODE LPTn[:] [COLS=c] [LINES=l] [RETRY=r]
MODE COMm[:] [BAUD=b] [PARITY=p] [DATA=d] [STOP=s] [RETRY=r]
MODE [device] [/STATUS]
MODE LPTn[:]=COMm[:]
MODE device CP PREPARE=((yyy[...]) [drive:][path]filename)
MODE device CP SELECT=yyy
MODE device CP REFRESH
MODE device CP [/STATUS]
MODE [display-adapter][,n] 
MODE CON[:] [COLS=c] [LINES=n]
MODE CON[:] [RATE=r DELAY=d]
MORE	Displays output one screen at a time.
MORE < [drive:][path]filename
command-name | MORE
NLSFUNC	Loads country-specific information.
NLSFUNC [[drive:][path]filename]
PATH	Displays or sets a search path for executable files.
PATH [[drive:]path[;...]]
PATH ;
PAUSE	Suspends processing of a batch program and displays the message "Press any key to continue...."
PAUSE
PRINT	Prints a text file while you are using other MS-DOS commands.
PRINT [/D:device] [/B:size] [/U:ticks1] [/M:ticks2] [/S:ticks3] [/Q:qsize] [/T] [[drive:][path]filename[ ...]] [/C] [/P]
PROMPT	Changes the MS-DOS command prompt.
PROMPT [text]
QBASIC	Starts the QBasic programming environment. 
QBASIC [/B] [/EDITOR] [/G] [/H] [/MBF] [/NOHI] [[/RUN] sourcefile] 
RD	Removes (deletes) a directory.
RD [drive:]path
RECOVER	Recovers readable information from a bad or defective disk.
RECOVER [drive:][path]filename
RECOVER drive:
REM	Records comments (remarks) in a batch file or CONFIG.SYS.
REM [comment]
REN	Renames a file or files.
REN [drive:][path]filename1 filename2
RENAME	Renames a file or files.
RENAME [drive:][path]filename1 filename2
REPLACE	Replaces files.
REPLACE [drive1:][path1]filename [drive2:][path2] [/A] [/P] [/R] [/W]
REPLACE [drive1:][path1]filename [drive2:][path2] [/P] [/R] [/S] [/W] [/U]
RESTORE	Restores files that were backed up by using the BACKUP command.
RESTORE drive1: drive2:[path[filename]] [/S] [/P] [/B:date] [/A:date] [/E:time] [/L:time] [/M] [/N] [/D]
RD	Removes (deletes) a directory.
RD [drive:]path
RMDIR	Removes (deletes) a directory.
RMDIR [drive:]path
SET	Displays, sets, or removes MS-DOS environment variables.
SET [variable=[string]]
SETVER	Sets the version number that MS-DOS reports to a program.
SETVER [drive:path]
SETVER [drive:path] filename n.nn
SETVER [drive:path] filename /DELETE [/QUIET]
SHARE	Installs file-sharing and locking capabilities on your hard disk.
SHARE [/F:space] [/L:locks]
SHIFT	Changes the position of replaceable parameters in a batch file.
SHIFT
SORT	Sorts input and writes results to the screen, a file, or another device.
SORT [/R] [/+n] < [drive1:][path1]filename1 [> [drive2:][path2]filename2]
[command |] SORT [/R] [/+n] [> [drive2:][path2]filename2]
SUBST	Associates a path with a drive letter.
SUBST [drive1: [drive2:]path]
SUBST drive1: /D
SYS	Copies MS-DOS system files and command interpreter to a disk you specify.
SYS [drive1:][path] drive2:
TIME	Displays or sets the system time.
TIME [time]
TREE	Graphically displays the directory structure of a drive or path.
TREE [drive:][path] [/F] [/A]
TYPE	Displays the contents of a text file.
TYPE [drive:][path]filename
UNDELETE	Restores files which have been deleted.
UNDELETE [[drive:][path]][filename] [/LIST | /ALL] [/DT | /DOS]
UNFORMAT	Restores a disk erased by the FORMAT command or restructured by the RECOVER command.
UNFORMAT drive: [/J]
UNFORMAT drive: [/U] [/L] [/TEST] [/P]
UNFORMAT /PARTN [/L]
VER	Displays the MS-DOS version.
VER
VERIFY	Tells MS-DOS whether to verify that your files are written correctly to a disk.
VERIFY [ON | OFF]
VOL	Displays the disk volume label and serial number, if they exist.
VOL [drive:]
XCOPY	Copies files (except hidden and system files) and directory trees.
XCOPY source [destination] [/A | /M] [/D:date] [/P] [/S [/E]] [/V] [/W]
܀      w %          i    d    _ O  _   Z   Z   U  ~Q  'X '  '  '  '  ' e i e                   v    v M  q   l   g G  b w  ]  '  '  '  '  '  '  ' e i e i e i e i w    v   q   l "  g 5  b =  b r  ]  '  '  '  '  '  '  ' e i e i e i e i r  ~  v   q   l   l   g =  b   ]  '  '  '  '  '  '  ' e i e i e i e i     v   q   l   g 1  b l  ]   X  '  '  '  '  '  '  ' e i e i e i e i     v 3  q s  l   g   b   ]   X  '  '  '  '  '  '  ' e e i e i e i e     v ;  q \  l   g   b 0	  ] X	  X  '  '  '  '  '  '  ' e i e i e i e i X	  	  v 	  q 
  l m
  g 
  b 
  ] 
  ]  '  '  '  '  '  '  ' e i i e i e i e 
    v   q $  q D  l l  g   b   ]  '  '  '  '  '  '  ' e i i e i e i e     v #  q E  l h  g   b   ] !
  X  '  '  '  '  '  '  ' e e i e i e i e !
  '
  v 
  q 
  l 	  g n  b   b   ]  '  '  '  '  '  '  ' e e e i e i e i     v   q Z  l   g   b   ] 7  X  '  '  '  '  '  '  ' e i e i e i e i 7    v   v   v '  q 3  l   g   b   b  '  '  '  '  '  '  '  ' i e i e i     v 4  q i  l y  g   b   ]   ]  '  '  '  '  '  '  '  '  i e i e i e     v S  q q  l   l   g   b 4  ]  '  '  '  '  '  '  '  '  e i e i e i 4  K  v {  q   l   g   b U  ] u  X  '  '  '  '  '  '  '  'i e i e i e i u    v   q   l   g ;  b q  ] ~  ]  '  '  '  '  '  '  '  'i i e i e i e ~    v   q   l   g   b I  b b  b x  b  '  '  '  '  '  '  '  ' i e i e i x    v   v   v   v   v ?  v ]  v   q   l  '  '  '  '  '  '  '  '  ' i e i 	    v   q   l H  g c  b k  b   ]  '  '  '  '  '  '  '  '  e i e i e i     v   q   l   g   b   ] N  X  '  '  '  '  '  '  '  'i e i e i e i N  q  v   q   l   g   g 6  b E  ]  '  '  '  '  '  '  '  'i i e i e i e E  c  v   q   l   g   b 6  ]   ]  '  '  '  '  '  '  '  'i i e i e i e     v 5  q X  l i  g   b   ]   X  '  '  '  '  '  '  '  'e i e i e i e     v >  q S  l v  l   l   g    b  '  '  '  '  '  '  '  'e i i e i e i    S   v Z   q    l    g 1!  g _!  b ~!  ]  '  '  '  '  '  '  '  'e i e i e i e ~!  !  v !  q !  l %"  g 2"  b y"  ] "  X  '  '  '  '  '  '  '  'i e i e i e i "  "  v "  q #  l T#  g #  b #  ] #  ]  '  '  '  '  '  '  '  'i i e i e i e #  $  v )$  q .$  l $  g $  b $  ] $  X  '  '  '  '  '  '  '  'i e i e i e i $  8%  v %  q %  q %   '                    '  '  '  '  '  '  'i e i e i i e "A.<@ ?  ?(7 
       %        N               %   Q   %   5  %         " *         08.18.9106.05.91%  