AddIcon: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Software
{{Software
|Picture=NA.png
|Picture=NA.png
|Version=
|Version=1.1 (1992-07-27)
|Vendor=
|Vendor=
|Author=[[Timothy F. Sipples]]
|Author=[[Timothy F. Sipples]]
|License=Freeware / Non commercial
|License=Freeware / Non commercial
|Download=[https://hobbes.nmsu.edu/download/pub/os2/util/wps/addico11.zip]
|Download=[https://hobbes.nmsu.edu/download/pub/os2/util/wps/addico11.zip version 1.1]
|Website=
|Website=
}}
}}

Revision as of 04:55, 28 December 2020

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.