User Guide
ERD Commander 2000
Winternals Software LP Page 23
6.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
6.3 BATCH
Executes an ERD Commander 2000 batch file.
Syntax BATCH [[drive:][path] filename
A batch file is a text file containing a sequence of ERD Commander 2000
commands. ERD Commander 2000 batch files do not support if statements
or variable substitution. A line beginning with # is interpreted as a comment.
When ERD Commander 2000 starts, it will automatically search for and
execute the file ERDAUTO.BAT, located at A:\ERDAUTO.BAT if booting from
floppy disks, C:\ERDCBOOT\ERDAUTO.BAT if booting from the hard disk,
and F:\I386\ERDAUTO.BAT if booting from CD-ROM.
You can use the LOGFILE command to record the output of a batch file.