This command line switch performs the
same tasks as the
/s
command line switch provided with many other utilities.
-type
file
...
Defines the type of file you want to include in the database. For example,
if you specify
-type *.exe
, the utility only adds executable files to the database. You can
CHECKING FILE INTEGRITY USING FCIV
527
include this command line switch multiple times. If you included
-type *.exe -type
*.txt
on the command line, the utility would include both executable and text files.
-exc
file
...
Specifies a file that contains a list of directories that you don??™t want to
include as part of the database. Place one directory specification per line in the file. Add a
blank line to the end of the list.
-wp
Creates a database without including the path information. Normally, the utility
includes the full path of every file.
-bp
basepath
Creates a database without including the base path information. For example,
if the full path to a file is
C:\MyFiles\Files1\Temp.TXT
and you use
-bp C:\MyFiles
as
the command line switch, the output displays
Files1\Temp.TXT
. This option is especially
useful when the source and destination directories for a verification aren??™t the same.
Pages:
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227