Usage:
extresso [OPTIONS]... [FILE]...
The extresso program reads resource scripts, and uses wrestool to extract the listed resources and icotool to convert them (if necessary).
Where to place extracted files (default `.').
Extraction format of icon resources, passed to icotool.
Base directory of local files in scripts. (This will be appended to the "file" lines in the scripts.)
Prompt before extraction.
Explain what is being done.
Display a help message and exit.
Output version information and exit.
Extract all resources from "shell32.dll" using the resource script "win98_shell32", assuming Windows 98 is available in "/mnt/C/windows", and placing output in "out/":
$ extresso ../data/resscripts/win98_shell32 --base=/mnt/C/windows --output=out/
$ find out/ -type f | wc -l
339
$
This section needs to be written. For now, I recommend you take a look at the included resource scripts.
The genresscript program takes any number of Windows binaries, and outputs a resource script with all resources from the binaries listed. (Everything but the destination filename will be filled in in the script.)
This is useful when you already have extracted images and want to create a resource script of them.