home *** CD-ROM | disk | FTP | other *** search
- .name
- DoIcon
- .type
- Shell/CLI tool
- .aminet-dir
- util/cli
- .short
- The definitive icon tool!
- .version
- 1.6
- .date
- 1995.09.08
- .author
- Lars 'SFX' Eilebrecht
- .requirements
- OS 2.0 or better
- .distribution
- Freeware
- .email
- SFX@appl2.hrz.uni-siegen.de
- .address
- Glück-Auf-Straße 23, 57223 Kreuztal, GERMANY
- .docs
- DoIconENG.guide
- DoIconGER.guide
- .description
- DoIcon is yet another icon tool, but it's designed for quick shell-usage.
- Features:
- - Displaying and manipulation of icon related values (eg. Tooltypes)
- - Copying of most values into a destination icon
- - Automatic tooltype updating function (only new tooltypes are copied)
- - Modifying showmode and viewmode of drawer icons
- - Sorting tooltypes
- - Search & replace of a specified defaulttool (with pattern-support)
- - Search & replace of specified tooltypes (with pattern-support)
- - Search & delete of a specified tooltype (with pattern-support)
- - Search & copy of a specified tooltype (with pattern-support)
- - Search & update of a specified tooltype (with pattern-support)
- - swapping of icon image (normal/select)
- - Converting icons to 8 bit-planes
- (For icons which are not displayed correctly on >8 color WBs)
- - Remapping icon colors (1.x style <-> 2.x/3.x style)
- - Remapping icon colors (MagicWB 8 color -> standard 4 color)
- - Recursively delete all ".info"-files (the old 1.x drawer-infos)
- - Converting icon-ImageData to C-Sourcecode
- - Calling the Workbench information requester from Shell
- - Full pattern and locale support
- .execute
- set choice `RequestChoice "DoIcon" "Please select an option" "View Readme" "View Guide" "Install Program" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool README TEXT
- endif
-
- if $choice EQ "2"
- set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Cancel"`
- if $choice2 EQ "0"
- quit 0
- endif
-
- if $choice2 EQ "1"
- cd Docs/Deutsch
- MetaTool DoIcon.guide GUIDE
- endif
-
- if $choice2 EQ "2"
- cd Docs/English
- MetaTool DoIcon.guide GUIDE
- endif
- endif
-
- if $choice EQ "3"
- Installer SCRIPT Install-DoIcon APPNAME DoIcon DEFUSER EXPERT MINUSER EXPERT
- endif
-
- if $choice EQ "4"
- path "" ADD
- newcli
- endif
-