C:\WINDOWS>HELP MODE
Configures system devices.
Serial port: MODE COMm
[:
] [BAUD=b
] [PARITY=p
] [DATA=d
] [STOP=s
] [to=on|off
] [xon=on|off
] [odsr=on|off
] [octs=on|off
] [dtr=on|off|hs
] [rts=on|off|hs|tg
] [idsr=on|off
]Device Status: MODE
[device
] [/STATUS
]Redirect printing: MODE LPTn
[:
]=COMm
[:
]Select code page: MODE CON
[:
] CP SELECT=yyy
Code page status: MODE CON
[:
] CP
[/STATUS
]Display mode: MODE CON
[:
] [COLS=c
] [LINES=n
]Typematic rate: MODE CON
[:
] [RATE=r DELAY=d
]C:\WINDOWS>HELP MORE
Displays output one screen at a time.
MORE
[/E
[/C
] [/P
] [/S
] [/Tn
] [+n
]] <
[drive:
][path
]filename
command-name | MORE
[/E
[/C
] [/P
] [/S
] [/Tn
] [+n
]]MORE /E
[/C
] [/P
] [/S
] [/Tn
] [+n
] [files
] [drive:
][path
]filename Specifies a file to display one
screen at a time.
command-name Specifies a command whose output
will be displayed.
/E Enable extended features
/C Clear screen before displaying page
/P Expand FormFeed characters
/S Squeeze multiple blank lines into a single line
/Tn Expand tabs to n spaces (default 8)
Switches can be present in the MORE environment
variable.
+n Start displaying the first file at line n
files List of files to be displayed. Files in the list
are separated by blanks.
If extended features are enabled, the following commands
are accepted at the -- More -- prompt:
P n Display next n lines
S n Skip next n lines
F Display next file
Q Quit
= Show line number
? Show help line
<space> Display next page
<ret> Display next line
C:\WINDOWS>HELP MOVE
Moves files and renames files and directories.
To move one or more files:
MOVE
[/Y | /-Y
] [drive:
][path
]filename1
[,...
] destination
To rename a directory:
MOVE
[/Y | /-Y
] [drive:
][path
]dirname1 dirname2
[drive:
][path
]filename1 Specifies the location and name of the file
or files you want to move.
destination Specifies the new location of the file. Destination
can consist of a drive letter and colon, a
directory name, or a combination. If you are moving
only one file, you can also include a filename if
you want to rename the file when you move it.
[drive:
][path
]dirname1 Specifies the directory you want to rename.
dirname2 Specifies the new name of the directory.
/Y Suppresses prompting to confirm you want to
overwrite an existing destination file.
/-Y Causes prompting to confirm you want to overwrite
an existing destination file.
The switch /Y may be present in the COPYCMD environment variable.
This may be overridden with /-Y on the command line. Default is
to prompt on overwrites unless MOVE command is being executed from
within a batch script.