1EXTRESSO(1) General Commands Manual EXTRESSO(1)
2
3
4
6 extresso - wrapper for wrestool and icotool
7
9 extresso [OPTIONS]... [FILE]...
10
12 This manual page documents briefly the extresso command. This manual
13 page was written for the Debian GNU distribution because the original
14 program does not have a manual page.
15
16 Extresso reads resource scripts, and uses wrestool to extract the
17 listed resources and icotool to convert them (if necessary).
18
20 These programs follow the usual GNU command line syntax, with long
21 options starting with two dashes (`-').
22
23 -o,--output=DIR
24 Where to place extracted files (default `.').
25
26 --format=FORMAT
27 Extraction format of icon resources, passed to icotool.
28
29 -b,--base=DIR
30 Base directory of local files in scripts. (This will be appended
31 to ``file'' lines in the scripts.)
32
33 -i,--interactive
34 Prompt before extraction.
35
36 -v,--verbose
37 Explain what is being done.
38
39 --help Display a help message and exit.
40
41 --version
42 Output version information and exit.
43
45 Extract all resources from shell32.dll using the resource script
46 ``win98_shell32'', assuming it is available in ``/windows/windows/sys‐
47 tem/shell32.dll'', and placing output in ``out/'':
48
49 $ extresso ../data/resscripts/win98_shell32 --base=/windows/windows
50 --output=out/
51 $ find out/ -type f | wc -l
52 339
53 $
54
56 genresscript(1), icotool(1), wrestool(1).
57
59 This manual page was written by Colin Watson <cjwatson@debian.org> and
60 Oskar Liljeblad <oskar@osk.mine.nu>.
61
63 Copyright © 2001 Colin Watson
64
65 Copyright © 2001 Oskar Liljeblad
66
67 This is free software; see the source for copying conditions. There is
68 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
69 PURPOSE.
70
71
72
73extresso (icoutils) April 18, 2005 EXTRESSO(1)