![]() | ![]() | ![]() | ![]() | ![]() |
This is a PPWIZARD command line switch. You can set up your own default switches in the "PPWIZARD_OPTIONS" environment variable or in project files.
This parameter controls how the "InputFile" parameter is transformed to generate the correct name for the generated output file.
An edit mask is basically much like a file (with path if required) and will contain zero or one special characters as follows:
Note that unix type operating systems will probably have problems with "$path" etc (to unix this means replace with the "path" environment variable's contents). You need to hide or escape the dollar sign, so use either "{x24}path" or "\$path" instead.
The "EditMask" can be absolute or relative (your exact circumstances will determine your choice).
Note that resultant relative filenames are always relative to the current directory.
While you control the case of the mask you can't control the case of the part that replaces the '*'. What you can do is ensure the whole name is either in upper or lower case with the /FileNames switch.
The default mask is "*.htm". I place all my output into a separate "OUT" directory and use "/Output:OUT\*.htm" instead.
![]() | ![]() | ![]() | ![]() | ![]() |