FlexTk

Command Line Tools:        

In addition to the GUI application, FlexTk Professional and FlexTk Ultimate include a number of command line tools allowing one to use all the features of FlexTk from an OS shell window. The FlexTk command line tools provide power users and system administrators with the ability to automate all the available operations and to integrate FlexTk features into batch files and shell scripts. The FlexTk command line tools are located in <ProductDir>/bin directory.

Command Line Syntax:

flexsize -input_dir <Directory 1> [ ... <Directory X> <Options> ]

Mandatory Parameters:

-input_dir <Directory 1> [ ... <Directory X> ]

This parameter specifies the list of input directories to process. In order to ensure proper parsing of command line arguments, directories and file names containing space characters should be double quoted.

Optional Parameters:

-exclude_dir <Exclude Directory 1> [ ... <Exclude Directory X> ]

This parameter specifies the list of directories that should be excluded from processing. In order to ensure proper parsing of command line arguments, directories containing space characters should be double quoted.

-save_html_report [ ReportFileName ]

This parameter instructs FlexSize to save a summary report and the list of all file categories to an HTML file. If no file name is specified, FlexSize will automatically generate a file name according to the following template: flexsize_[date]_[time].html

-save_csv_report [ ReportFileName ]

This parameter instructs FlexSize to save a summary report and the list of all file categories to an Excel CSV file. If no file name is specified, FlexSize will automatically generate a file name according to the following template: flexsize_[date]_[time].csv

-save_text_report [ ReportFileName ]

This parameter instructs FlexSize to save a summary report and the list of all file categories to a text report file. If no file name is specified, FlexSize will automatically generate a file name according to the following template: flexsize_[date]_[time].txt

-v

This parameter instructs FlexSize to show the product major version, minor version, revision and build date.

-help

This parameter instructs FlexSize to show the command line usage information.