prevnext   » SZS: Wiimms SZS Tools » wkclt: Wiimms KCL Tool » wkclt cflag

wkclt cflag

CFLAG is a short cut for 'CREATE FLAG FILE' and will create a flag file template for each entered source file. If a flag file already exists, only missing group names are added at the end of file.

Contents

1.   Syntax

wkclt CFLAG source...

2.   Options

Options
Option Param Description
-d --dest path Define a destination path (directory/file). The destination - means: write to standard output.

The path may contain escape sequences: %Q is replaced by the fully qualified source name. %P and %F are replaced by the source path or by the filename. %N and %E are replaced by source filename without extension or by the source extension. Finally, %T is replaced by the default extension of the destination format.

A '?' direct behind '%' in %E and %T conversions avoid that the same extension is used twice in row.

-D --DEST path Like --dest, but create the directory path automatically.
-E --esc char Define an alternative escape character for destination files. The default is '%'. For Windows (Cygwin) it is a good choice to set '-E$'.
-o --overwrite Overwrite already existing files without warning.
-r --remove-dest Remove already existing files before creating it. If set, --overwrite is ignored.
-u --update Create only files that do not exist. Already existing files are ignored without warning. If set, --overwrite and --remove-dest are ignored.
-p --preserve Preserve file times (atime+mtime) while converting or copying files.
--no-echo Suppress output of @ECHO commands while scanning KMP text files.
-N --no-check Do not make plausibility checks for KCL files.
-i --ignore Ignore non existing source files without warning.