************************************** *** SR/SFP Test Tool: CABBIT.EXE *** *** *** *** Owner: a-fprado *** *** Created: 9-15-99 *** ************************************** ================== ==== Purpose ==== ================== Gathers SFP/SR files (or other specific file) and Creates a cabinet file with the existing ones. Also dumps the whole Changelog to a text file which is later gathered. Default files are: %windir%\system\sfp\sfpdb.sfp %windir%\system\\sfp\sfplog.txt %windir%\system\restore\\filelist.xml %windir%\wininit.ini %windir%\wininit.bak %windir%\wininit.err %windir%\wininit.log %windir%\system\restore\datastor.ini %windir%\system\restore\rstrlog.dat %windir%\system\restore\\rstrmap.dat \logs\restorept.log \logs\vxdsfp.log \dsinfo.dat \vxdmon.dat \changelog.txt \Cabbit.log OR It creates a cab file with specific files passed in from the command line ...... =================== === USAGE ==== =================== Cabbit.exe [ ...] [/f: .CAB | [/a: .CAB] [/w: ] Command Line Parameters: None - Creates a cab file with the default file name: _ddmmyyHHMMSS.CAB \n"); ... - Additional Files to be added. Switches: /f: .CAB Creates a Cabfile with this Filename. /a: .CAB Creates a Cabfile Appending to the default Filename above. /w: Time Waits for InitChglogAPI for milliseconds. This option must precede options"/f:" or "/a:". ===================== Examples of Usage: ===================== A) c:\>Cabbit.exe Cabbit.exe will generate a cabfile containing default files and name with the format: _mmddyyHHMMSS.CAB Where mmddyy represents the date, and HHMMSS is the system time when the cab file was generated. ie. JOHNDOE5_102199125930.CAB B) c:\>Cabbit.exe /f: .CAB Generates a cabfile with containing ONLY the files .... and names it: .CAB ie. MyOwnCabFileName.CAB C) d:\>Cabbit.exe /a: .CAB Cabbit.exe will generate a cabfile containing default files and name it with the format: _mmddyyHHMMSS_.CAB ie. JOHNDOE5_102199125930_BVT.CAB ========================= ==== Drop Location ==== ========================= \\mpc\latest\English\tests\RETAIL\x86\Client\Restore\TstTools\Cabbit