Short: Newicons rtg [un]setter Author: megacz@usa.com Uploader: megacz usa com Type: util/wb Version: 0.1 Requires: 68020+/os2.04+ Architecture: m68k-amigaos nirtgset-0.1 -------------- --- This little proggy allows to set/unset 'RTG' flag in 'NewIcons.prefs' file. --- NOTES: Requires 68020(no FPU)+, OS 2.04, 1024 bytes of free memory This program is not able to interact with the 'newicons' daemon, it should be used before 'newicons' is started! --- HELP: *** template: nirtgset [nortg/s] - 'NewIcons.prefs' file [nortg/s] - by default 'RTG' will be set, this switch unsets it --- EXAMPLE: ; very examplish one IF "$usinggfxboard" eq 1 nirtgset env:NewIcons.prefs ELSE IF "$runningfblit" eq 1 nirtgset env:NewIcons.prefs ELSE nirtgset env:NewIcons.prefs nortg ENDIF ENDIF --- megacz@usa.com