-
Notifications
You must be signed in to change notification settings - Fork 7
Command Line Usage
Robert Jordan edited this page Sep 2, 2017
·
3 revisions
This is the general usage for TConvert. Filepaths can optionally be listed before anything else without an input option, or after an input option.
Usage |
---|
TConvert [filepaths] [options] |
Options are listed with their short name, full name, and parameters, with a description of what the option does. Options marked with [W] are not available in the Console version.
Option | Description |
---|---|
-i --input filepaths |
Specify input files & folders. |
-o --output filepaths |
Specify output files & folders. |
-C --Console [W] |
Don't display a progress window and instead use the console. |
-e --extract |
Sets the mode to extract. |
-c --convert |
Sets the mode to convert. |
-b --backup |
Sets the mode to backup. |
-r --restore |
Sets the mode to restore. |
-x --script |
Sets the mode to run script. |
-h --help |
Shows the help information in the console output. |
-s --silent |
Disables console output. |
-a --auto-close [W] |
Auto-closes the progress window when done. |
-k --keep-open [W] |
Keeps open the progress window when done. |
-ic --compress |
Images will be compressed. |
-dc --dont-compress |
Images will not be compressed. |