Improve Help info about cm_UnpackFiles

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Galizza
Member
Member
Posts: 167
Joined: 2018-09-07, 05:21 UTC

Improve Help info about cm_UnpackFiles

Post by *Galizza »

 
Hi, this is the info about cm_UnpackFiles in Tc 11 help
 

Code: Select all

cm_UnpackFiles All the options shown in the dialog box can be passed as parameters (starting with a slash). Each of the checkbox options takes an optional parameter 1 or 0.
T="path": Destination path, MUST be in double quotes
D: Unpack the path names of the files
O0..4,7,8: Overwrite options, numbers as in F5 copy dialog. 5, 6 and 9 are not supported.
S: Extract each archive into a separate subdirectory
P="Password": Enter password (only ZIP, RAR and internal 7ZIP)
A="Password": specify password for archive (encrypted filenames, only 7zip internal)
G: Go: Start unpacking immediately
W="wildcard": Extract only files of this type. Double quotes " must be specified twice, e.g. for names with spaces: /W="file1.txt ""file 2.txt"" file3.txt". Special case: /W="" unpacks selected files from an open archive (like F5).
 
IMHO this help could be improved adding info about the use of /T="." , and with an example of this command showing that is not necessary to use  /  with each parameter, best regards.
 
Post Reply