Short: Measures time (ONLine or whatever) Author: Ivan Golubovic Uploader: Ivan Golubovic Type: util/time Version: 1.2 Architecture: m68k-amigaos This is very simple (and useful) program that measures elapsed time. Time is shown eather in small window or in sprite (sprite it is visible on every screen opened - AGA is required). Can be controlled via ARexx and Commodities. This program is FREEWARE, and standard DISCLAMER applies. Mail me bug reports, impressions, ideas... When started the following template is used: StartSec/N - Begin counting from N seconds RX=RexxPortName/K - Use this name for ARexx port PS=PubScreen/K - Puplic screen name HotKey/K - Popup hotkey (default is Control+Help) Sprite/S - Use sprite instead of window SX/K/N, SY/K/N - Sprite coordinates Available ARexx commands: SetTimer Sec/A - Initialize timer GetTimer - Returns seconds elapsed StopTimer - Stop/Pause timer ContTimer - Continues timer Quit - Quits TimeOL Help - Returns help about arexx commands