User Guide
ERD Commander 2002
Winternals Software LP Page 30
15.3 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
15.4 BUFFER
Sets console screen buffer information.
Syntax BUFFER [width height]
Notes width
Specifies width of the console buffer
height
Specifies height of the console buffer
15.5 CALL
Calls one batch program from another.
Syntax CALL [drive:] [path] filename [batch-parameters]
Notes Batch-
parameters
Specifies any command-line information
required by the batch program
15.6 CD/CHDIR
Displays the name of or changes the current directory.