AddIcon

From OS2World.Com Wiki
Jump to navigation Jump to search
AddIcon
Version 1.1 (1992-07-27)
Vendor
Author Timothy F. Sipples
Michael J. Strasser
License Freeware / Non-commercial
Download addico11.zip]
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.