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.2 Attrib
Displays or changes file attributes.
ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] [[drive:][path]filename]
[/S]
+ Sets an attribute.
- Clears an attribute.
R Read-only file attribute.
A Archive file attribute.
S System file attribute.
H Hidden file attribute.
/S Processes files in all directories in the specified path.
3.12.3 Buffer
Sets console screen buffer information.
BUFFER [width height]
width Specifies width of the console buffer.
height Specifies height of the console buffer.
3.12.4 Call
Calls one batch program from another.
CALL [drive:][path]filename [batch-parameters]
batch-parameters Specifies any command-line
information required by the batch
program.
3.12.5 Cd/Chdir
Displays the name of or changes the current directory.
CHDIR [drive:][path]
CHDIR[..]
CD [drive:][path]
CD[..]
".." specifies that you want to change to the parent directory.
Type CD drive: to display the current directory in the specified drive.
Type CD without parameters to display the current drive and directory.
Winternals Software Page 37