InfUtil2 - prints out file date/time,
or print out watch list from list,
or creates .ddf and .inf files from list
----------------------------------------------------------------
Usage:
infutil2 /? /F [/1 /2 /3] [/4:] [/A /B] /D /N /S? /T??? /X
Params:
/? show this stuff
/F show format help
Flags for Date/Time use:
/1 print out 's date as number
/2 print out 's time as number
/3 print out 's date and time as big number
Flags for compare file list timestamp use:
/4: compare dir in with 's timestamp. if dir has newer files, then set ERRORLEVEL=1
Flags for change list use:
/A produce a list of files to watch for changes (if files in list change then re-build cabs) from list
/B produce a list of files to watch for changes (includes files which aren't in cabs) from list
Flags for .ddf .inf use:
/D don't show details
/I ignore /T tag (there'll be no prefix)
/SslipstreamSourceDisksNames file id -- used for SP1 slipstream to point loose files to file specified in /S
used in sync with change. look in .ddf file.
/Ttag Appends tag_ to the beginning of all filenames
/N Produce INF File which will not require .ddf file (meaning no cabs).(untested)
/X Display output for debug
is a file name.
is either nts_x86,ntw_x86,win95,win98,nts_alpha,ntw_alpha,other_os.
Example:
infutil2.exe /3 myfile.txt
Will print out myfile.txt's date/time as yymmddhhmmss.
infutil2.exe /Tcore inifile.ini nts_x86
Will produce a infutil2.ddf,inf,cng files. the .ddf and .inf files will create cabs with files beginning with 'core_'
infutil2.exe /C inifile.ini nts_x86
Will only produce a infutil2.cng file with a list of files to watch for changes in.