AddIcon

From OS2World.Com Wiki
Revision as of 04:55, 28 December 2020 by Martini (talk | contribs)
Jump to navigation Jump to search
AddIcon
Version 1.1 (1992-07-27)
Vendor
Author Timothy F. Sipples
License Freeware / Non commercial
Download version 1.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.

Syntax

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.