Docu Modus:
/MD
/L:<DLL> /O:<output file> /S:<start
index> /E:<end index>
Tree Modus:
/MR [/MP]
/L:<DLL> /C:<control file>
/T:<target folder>
Shortcut
Modus:
/MC
/C:<control
file> /ST:<short symbol> /SE:<shortcut
exe> [/SL:<shortcut link name>] [/SD:<shortcut
tooltip>] [/SP:<shortcut
parameters>]
[/SS:{SW_HIDE | SW_MAXIMIZE | SW_MINIMIZE | SW_RESTORE | SW_SHOW |
SW_SHOWDEFAULT | SW_SHOWMAXIMIZED | SW_SHOWMINIMIZED |
SW_SHOWMINNOACTIVE | SW_SHOWNA | SW_SHOWNOACTIVATE | SW_SHOWNORMAL}]
[/SF:<icon file>] [/SI:<icon index>]
[/SW:<work
directory>]
Copy Modus:
/MO [/R:{0|1}] /C:<control
file> /F:<source symbol> [/T:<target
symbol>]
DLL:
full path to shell32.dll with required
ressource strings
output file: full path to file to write to.
If the file exists, it is
truncated.
start index: this is the first index for the
string ressources listing
end index:
this is the last index
for the string ressources listing
control file: full path to the file to
write the localized paths and strings to.
Usually %ProjectInfo%
target folder: container of the image.
Usually %TargetDir%
short symbol:
DE > desktop
QL > quick
launch
ST > send to
SR >
start menu
SM >
start menu\programs
AU >
start menu\programs\autostart
AD > start menu\programs\administrative
tools
AC
> start menu\programs\accessories
SY
> start menu\programs\accessories\system
tools
PG > programs (/MO only)
shortcut exe:
<basic
symbol>\<file name>
shortcut display:{<text to display> | <$>}
$: text to display will be taken from the *.MMC file
work
directory: <basic symbol>
icon
file: <basic
symbol>\<file name>
source
symbol: <basic
symbol>\<file symbol>
target
symbol: <basic symbol>
basic
symbol:
<item>[\<item>[\<item>...]]
item:
{<folder> | <variable> | @<short symbol> |
@<index> | @<key> | @<skey>}
folder:
real name of folder
variable:
{%SystemDrive% | %SystemRoot% | %ProgramFiles%}
index:
ressource index for <DLL>
Before using this, try the
Docu Modus with -S:60 -E:35000
key:
key inside <control file> section "Paths"
skey:
key inside <control file> section "Strings"
file
symbol: {<file
name> | <pattern>[!]}
pattern: pattern (with
wildcards '*' and '?') for files to process
!: all
files in the folder and sub folders matching the pattern (recursive)