AddIcon: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
|Picture=NA.png | |Picture=NA.png | ||
|Version=1.1 (1992-07-27) | |Version=1.1 (1992-07-27) | ||
|Author=[[Timothy F. Sipples]]<br />Michael J. Strasser | |||
|Author=[[Timothy F. Sipples]] | |License=Freeware / Non-commercial | ||
|License=Freeware / Non commercial | |Download=addico11.zip] | ||
|Download= | |||
}} | }} | ||
AddIcon will add icons to the extended attributes of a specified file. | AddIcon will add icons to the extended attributes of a specified file. |
Latest revision as of 19:54, 26 July 2023
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.