Command Line Options

When the program starts, you can at the command prompt specify a number of additional options that govern its work. Below are descriptions of these options and examples of their use.

Place of storage of temporary files

In operation, the program needs place to save your settings and results. By default, the program stores them in its catalog. If the user, for whatever reason wants to change the storage location of these files, he can do it using the option -s. The option has the following format:

-s Path

Here Path - full path to an existing directory selected by the user to store files. If the path contains spaces, it must always be quoted. Below is an example of using this option:

AntiDupl.NET.exe -s "C:\Documents and Settings\User\Application Data\AntiDupl.NET"