Without source files, the status of the auto-add archive is printed.
Try wszst AUTOADD ./path_to/Race/Course/ to add all supported files.
| Options | |||
|---|---|---|---|
| Option | Param | Description | |
| --no-wildcards | Disable wildcard parsing and use each filename exactly as specified. | ||
| --in-order | Process the input files in order of the command line and don't delete duplicates. | ||
| -i | --ignore | Ignore non existing source files without warning. | |
| -q | --quiet | If set, suppress logging. | |
| -v | --verbose | If set, list all missed and invalid files of the current auto-add archive after the adding operation. If set twice, then additionally list all already existing files in the current auto-add archive. | |
| -d | --dest | path | Define a destination directory as current auto-add archive. The default is the standard auto-add path. Try AUTOADD without sources to view the path. |
| -D | --DEST | path | Like --dest, but create the directory path automatically. |
| -o | --overwrite | Overwrite already existing files instead of only adding new files to the auto-add archive. | |
| -r | --remove-dest | Remove already existing files before creating it. If set, --overwrite is ignored. |
|
| -p | --preserve | Preserve file times (atime+mtime) while converting or copying files. | |
The user must create this Autoadd Archive only once before the first use of option --auto-add.
Use the command wszst AUTOADD to manage the Autoadd Archive. To find the archive directory, just type wszst AUTOADD without options. The output will something like this:
# wszst autoadd
CURRENT AUTO-ADD PATH: /usr/local/share/szs/auto-add/
SEARCH PATH[0]: /usr/local/share/szs/auto-add
SEARCH PATH[1]: ./auto-add
The first line (wszst AUTOADD ./path_to/Race/Course/This command will search the entered directory for all track and arena files and extract all needed files, that not already exist. Add option ---overwrite to overwrite existing files.
Command wszst CHECK will give you a report about missed files.
Examples:
wszst create mytrack.d --dest newtrack.szs --auto-add wszst copy oldtrack.szs newtrack.szs --auto-add wszst patch track.szs --auto-add wszst normalize track.szs --auto-add