/in |
"A path to a folder or a file" |
Specify which folder or file to input |
|
/out |
"A path to a folder or a file" |
Specify which folder or file to output |
In DIR mode, if this switch is not present, a sibling folder name will be generated. For example, a folder named Source_Folder (Converted) .
In FILE mode, this switch must be present.
If any part of the output path does not exist, a corresponding folder will be created. If /d switch is present, this switch is ignored.
|
/r |
|
Recursive conversion |
|
/c |
|
Copy unconverted files |
|
/h |
|
Process hidden files |
If this command is not specified, hidden files and hidden folders in source folder will be ignored. |
/quiet |
|
Quiet mode |
Suppress all messages and user interactions. To record any error, detection result or conversion result in quiet mode, please use in combination with /logfile and /export switches. |
/mode |
DIR |
The Source is a folder |
The Output must be a folder. If this switch is not present, DIR mode is assumed. |
FILE |
The Source is a file |
The Output must be a file. |
BACHUITE |
The Source is a Bachuite file |
|
/enc |
UTF8 |
Convert files to UTF-8 |
UTF-8 is assumed if this command is not present. |
UTF16 |
Equivalent to UTF16LE |
UTF16LE |
Convert files to UTF-16 Little Endian |
UTF16BE |
Convert files to UTF-16 Big Endian |
UTF32 |
Equivalent to UTF32LE |
UTF32LE |
Convert files to UTF-32 Little Endian |
UTF32BE |
Convert files to UTF-32 Big Endian |
2143 |
Convert files to UCS-4-2143 |
3412 |
Convert files to UCS-4-3412 |
/bom |
YES |
Write a BOM to a converted file |
A BOM will be written if this command is not present. |
|
NO |
Do not write a BOM to a converted file |
/rt |
CR |
Set return type to CR (Macintosh) |
Return type will not be changed if this command is not present. |
LF |
Set return type to LF (Unix) |
CRLF |
Set return type to CRLF (Windows) |
NOCHANGE |
Do not change return type |
/wf |
"A wild card string" |
Apply wildcard filter |
If both wf and rf are present, wf is used, unless its value is set to empty. |
/rf |
"A regular expression" |
Apply regular expression filter |
/cp |
A codepage identifier |
Skip auto-detection and manually specify codepage decoder |
If the source file is a Unicode text file with a BOM, the Codepage Identifier is ignored. Refer to the Codepage Identifiers section for the full list of available identifiers. |
/logfile |
"A path to a log file" |
Write debug messages to specified file |
If the log file is in a system folder or a folder that needs additional privileges to access, make sure UTFCast Pro is running with the required privileges, or run UTFCast Pro with administrator, otherwise logging will fail. |
/d |
|
Detection only |
Detect the file (in file mode) or directory (in dir mode) provided with /in switch.
If this switch is present, the /out switch is ignored.
To record detection result, use in combination with /export switch.
The Console Application Command Line Mode also outputs the detection result to the console window.
|
/export |
"Path to a CSV file" |
Export detection or conversion result to a CSV file= |
By default, the exported result file is in UTF-8. To specify a different encoding, use with /exportenc switch. |
/exportenc |
UTF8 |
Encode the exported result file in UTF-8 |
UTF-8 is assumed if this switch is not present. |
UTF16 |
Equivalent to UTF16LE |
UTF16LE |
Encode the exported result file in UTF-16 Little Endian |
UTF16BE |
Encode the exported result file in UTF-16 Big Endian |
UTF32 |
Equivalent to UTF32LE |
UTF32LE |
Encode the exported result file in UTF-32 Little Endian |
UTF32BE |
Encode the exported result file in UTF-32 Big Endian |
/exportbom |
YES |
Add a BOM to the exported result file |
If this switch is not present, a BOM will be added. |
NO |
Do not add a BOM to the exported result file |
/resetlayout |
|
Reset the GUI layout data to its initial state |
If you cannot reach to some GUI elements due to a resolution change of your monitor settings, or have problems after installing a different version of UTFCast Pro, please try resetting the layout. |
/cmdfile |
"A path to a command line file" |
Read the command line from a text file instead |
Windows has the 260-character path length limit. To pass a very long command line to UTFCast Pro, you can use a Command Line File. See the details in Using Command Line File. |
/ver |
|
Show version info |
If this switch is present, other switches are ignored. |
/register |
|
Prompt to enter license information |
Use this switch to change license information without showing the main GUI. |
/clearlicense |
|
Delete license information from system |
If you need to move your license to a new PC, you should clear your license information from the old one. |