(anonymous IP: 18.216.53.7,352) | ||||||||||||||
| ||||||||||||||
Audio (96) Datatype (15) Demo (50) Development (247) Document (62) Driver (19) Emulation (62) Game (529) Graphics (224) Library (22) Network (62) Office (21) Utility (250) Video (18) Total files: 1677 Full index file Recent index file Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] ViewT1.0 (ViewTooltypes) by Phil Dietz Original version: 18-Jan-1994 Modified AROS-friendly version: 12-Sep-2019 DESCRIPTION: a small CLI program to view/edit ToolTypes for icons. It's residentiable as well. PublicDomain with source included. GIBBERISH: Here's a very simple program I threw together. I made it cuz I was sick of having to use Workbench to view or change an icons ToolTypes. My HD controller is quite slow so manipulating an icon in a dir or layers of dirs is painful. Who said C couldn't write small code...[cough cough] :-) USAGE: ViewT FILE/A,VIEW/S,ADD/K,DEL/K/N FILE/A - Path of file icon to view (without .info extension) VIEW/S - View's the tooltypes of the icon (default) ADD/K - Add's the string after ADD to the icon's tooltypes DEL/K/N- Delete's the number of the ToolType line shown by VIEW. ie show tooltypes: ViewT sys:wbstartup/SetDefMon or ViewT sys:wbstartup/SetDefMon view add a type: ViewT sys:wbstartup/SetDefMon add "FOOD=BIG TACO" delete entry 5: ViewT sys:wbstartup/SetDefMon del 5 FILES: ViewT_68k -> original executable for Amiga, from P.Dietz ViewT_68k.c -> original source code from P.Dietz ViewT.c -> modified version by Mmartinka ViewT_i386 and ViewT_x64 -> 32 and 64 bit builds for AROS REQUIREMENTS: WB2.04 or greater |
Copyright © 2005 - 2024 The AROS Archives All Rights Reserved |