User Guide
ERD Commander
Version 1.03
Winternals Software LP Page 13
5.2 ATTRIB
Displays or changes file attributes.
Syntax ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H]
[drive:][path]filename] [/S]
Switches +
Sets an attribute
-
Clears an attribute
R
Read-only file attribute
A
Archive file attribute
S
System file attribute
/S
Processes files in all subdirectories in the specified path
5.3 CD/CHDIR
Displays the name of or changes the current directory.
Syntax CHDIR [drive:][path]
CHDIR[..]
CD [drive:][path]
CD[..]
Notes ..
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.
5.4 CLS
Clears the screen.
Syntax CLS