AddIcon

From OS2World.Com Wiki
Revision as of 04:53, 28 December 2020 by Martini (talk | contribs) (Created page with "{{Software |Picture=NA.png |Version= |Vendor= |Author=Timothy F. Sipples |License=Freeware / Non commercial |Download=[https://hobbes.nmsu.edu/download/pub/os2/util/wps/ad...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
AddIcon
Version
Vendor
Author Timothy F. Sipples
License Freeware / Non commercial
Download [1]
Website

AddIcon will add icons to the extended attributes of a specified file.

AddIcon is written in REXX and runs under IBM OS/2 Version 2.0 or later.



AddIcon Version 1.1 for OS/2 Version 2.0 and Above
by Timothy F. Sipples (Internet: sip1@ellis.uchicago.edu)
and Michael J. Strasser (Internet: M.Strasser@edn.gu.edu.au)

USAGE:    ADDICON Iconfile Filespec ...

Iconfile, an icon file created by OS/2's Icon Editor,
will be added to the extended attributes of the specified files.

Example:  ADDICON \ICONS\DOC.ICO C:\DATA\TEST.TXT

Wildcards are permitted, as well as multiple filespecs.

Example: ADDICON \ICONS\DOC.ICO C:\DATA\*.TXT C:\WORK\*.TXT

to attach the same icon to all those files.