User Guide
Table Of Contents
- Introduction
- ERD Commander 2003 Setup
- Using ERD Commander 2003
- Logon
- Windowing Shell
- System Information
- Explorer
- Volume Properties
- Folder Properties
- Resetting Permissions
- Mapping Network Drives
- Adding a Domain
- Using File Search
- Using FileRestore
- Command Prompt
- Chkdsk
- Diskpart
- Regsvr32
- Notepad
- Regedit
- Using Service and Driver Manager
- Using Event Log Viewer
- Filtering Events
- Using TCP/IP Configuration
- Using Disk Management
- Locksmith
- File Sharing
- System Restore
- System Compare
- Running External Commands
- Disk Commander
- Frequently Asked Questions
- Sales
- Technical Support
- Index

ERD Commander 2003
User’s Guide
3.12.16 Move
Moves or renames a file or directory.
MOVE Source [Target]
Source Specifies the path and name of the file(s) to move.
Target Specifies the path and name to move file(s) to.
3.12.17 Rmdir/Rd
Removes (deletes) a directory.
RMDIR [/S] [/Q] [drive:]path
RD [/S] [/Q] [drive:]path
/S Removes all directories and files in the
specified directory in addition to the
directory itself. Used to remove a
directory tree.
/Q Quiet mode, do not ask if ok to remove a
directory tree with /S
3.12.18 Screen
Sets console screen information.
SCREEN [width height]
width Specifies width of the console window.
height Specifies height of the console window.
3.12.19 Set
Displays, sets, or removes command prompt environment variables.
SET [variable=[string]]
variable Specifies the environment-variable name.
string Specifies a series of characters to
assign to the variable.
Type SET without parameters to display the current environment variables.
Winternals Software Page 41