The AROS Archives(anonymous IP: 3.145.23.123,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (243)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1624

Full index file
Recent index file

Part of aros exec
 Readme for:  Utility » Shell » viewt.zip

ViewT

Description: AROS port of a CLI program to manipulate ToolTypes
Download: viewt.zip       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 18kb
Version: 1.0
Date: 13 Sep 19
Author: Phil Dietz
Submitter: Paolo Besser
Category: utility/shell
License: Public domain
Distribute: yes
FileID: 1964
 
Comments: 1
Snapshots: 0
Videos: 0
Downloads: 57  (Current version)
57  (Accumulated)
Votes: 2 (0/0)  (30 days/7 days)

[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