Linux Commands Examples

A great documentation place for Linux commands

extresso

wrapper for wrestool and icotool


see also : genresscript - icotool - wrestool

Synopsis

extresso [OPTIONS]... [FILE]...


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0

Extract all resources from shell32.dll using the resource script ’’win98_shell32’’, assuming it is available in ’’/windows/windows/system/shell32.dll’’, and placing output in ’’out/’’:

$ extresso ../data/resscripts/win98_shell32 --base=/windows/windows --output=out/
$ find out/ -type f | wc -l
339
$


description

This manual page documents briefly the extresso command. This manual page was written for the Debian GNU distribution because the original program does not have a manual page.

Extresso reads resource scripts, and uses wrestool to extract the listed resources and icotool to convert them (if necessary).

options

These programs follow the usual GNU command line syntax, with long options starting with two dashes (’-’).
-o,
--output=DIR

Where to place extracted files (default ’.’).

--format=FORMAT

Extraction format of icon resources, passed to icotool.

-b,--base=DIR

Base directory of local files in scripts. (This will be appended to ’’file’’ lines in the scripts.)

-i,--interactive

Prompt before extraction.

-v,--verbose

Explain what is being done.

--help

Display a help message and exit.

--version

Output version information and exit.

copyright

Copyright © 2001 Colin Watson

Copyright © 2001 Oskar Liljeblad

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


see also

genresscript , icotool , wrestool .


author

This manual page was written by Colin Watson <cjwatson[:at:]debian[:dot:]org> and Oskar Liljeblad <oskar[:at:]osk.mine[:dot:]nu>.

How can this site be more helpful to YOU ?


give  feedback