Skip to content
shartte edited this page Apr 11, 2015 · 2 revisions

Supported command line switches:

  • /C sets the compression level to (which can be 0 to 9)
  • /Q
  • /R Recursive mode
  • /V

General Usage:

TioPack.exe [/C<n>|/Q|/R|/V] output.dat <files...>

Example:

TioPack.exe /R data.dat data\*.*

Will pack everything in data into data.dat (recursive). Note that the paths in the data file will also contain the data\ prefix.

Clone this wiki locally