|
Description
KaKeeware cmdTotal is yet another upgrade to KaKeeware IETOTALX proggie.
This is a generic approach to make it possible to use any
Total Commander WCX packer plugin from a command line.
How to use cmdtotal?
From a command line, run:
cmdTotal [wcxPluginName] [option] [fileName] [targetDirectory]
where:
[wcxPluginName] - WCX plugin filename (path not needed if in the same directory)
[option] - can be:
l - to list the files
t - to test the files
x - to extract the files
[fileName] - file you want to process
[targetDirectory] - where to extract the files (default: _[fileName])
Examples:
cmdTotal.exe InstExpl.wcx l WinPcap_3_1.exe
- to list the files inside the archive
cmdTotal.exe InstExpl.wcx x WinPcap_3_1.exe
- to extract the files inside the archive to _WinPcap_3_1.exe directory
cmdTotal.exe InstExpl.wcx x WinPcap_3_1.exe c:\unpacked
- to extract the files inside the archive to c:\unpacked directory
Example of cmdtotal usage
InstallExplorer 0.9.1 with WinPcap NullSoft installer
Listing the content of the installer
cmdTotal.exe InstExpl.wcx l WinPcap_3_1.exe

Extracting the content of the installer to _WinPcap_3_1.exe directory
cmdTotal.exe InstExpl.wcx x WinPcap_3_1.exe

Extracting the content of the installer to c:\unpacked directory
cmdTotal.exe InstExpl.wcx x WinPcap_3_1.exe c:\unpacked

History
2007-01-03 v. 1.02
fixed handling command line arguments (just made buffers a bit longer)
2006-12-31 v. 1.01
added support for SetProcessDataProc (some plugins expect callback to be set) - (thx to perchwasamara for hint on that)
fixed the way ProcessFile is called - some plugins I tested use the arguments provided, some don't
got amazed couple of times by misleading information provided in a WCX plug-in HELP file, but luckily had OllyDbg at hand :)
2006-12-30 v. 1.00
first version
Credits
- perchwasamara for hint on SetProcessDataProc
- Jared B. for hint on problem with command line arguments
- Hutch for his pieces of code I used in a proggie
Requirements
Windows 9x/2000/XP or newer
License
Freeware+sources freely available.
Download
cmdTotal.zip
|