!++ ! ! MODULE: TMS Command Definition File ! ! SOURCE CODE FILE: ARC_CDU_FILES:TMSV41.CLD ! ! VERSION: 4-003 ! ! FACILITY: Time Management Systme ! ! ABSTRACT: Defines the AGENDA command. ! ! ENVIRONMENT: Input data file for the SET COMMAND utility. ! ! AUTHOR: Don Stevens-Rayburn ! ! COPYRIGHT: Applied Research Corporation ! ! CREATION DATE: 24-Aug-1988 ! ! MODIFICATION HISTORY: ! ! 4-002 30-Aug-1988 Don Stevens-Rayburn ! ! Support for the LIST option added. ! ! 4-003 14-Sep-1988 Don Stevens-Rayburn ! ! Incorporated into V4.1. ! ! FUNCTIONAL DESCRIPTION: ! ! This command definition file is used as input to the VAX/VMS Command ! Definition Utility. It defines the verb AGENDA which will then ! invoke the Time Management System ! ! Before you can use this file, you must edit it. Change the ! device/directory specification on the "IMAGE" line to point to ! the directory that TMSV41.EXE resides in. ! ! Note that the device specification is required unless the image ! resides in a subdirectory of SYS$SYSROOT. ! ! Finally, add the following command line to either the user's ! LOGIN.COM or to SYLOGIN.COM. ! ! $ SET COMMAND [TMS directory]TMSV41 ! ! ! SIDE EFFECTS: None. ! !-- DEFINE VERB AGENDA IMAGE "ARC_EXECUTE:TMSV41.EXE" QUALIFIER ADD QUALIFIER COMPRESS, VALUE(TYPE=COMPRESS_KEYS) QUALIFIER MENU QUALIFIER PRINT, VALUE(TYPE=DISPLAY_KEYS) QUALIFIER SHOW, VALUE(TYPE=DISPLAY_KEYS) QUALIFIER LIST, VALUE(TYPE=DISPLAY_KEYS) DISALLOW ANY2 (ADD, COMPRESS, MENU, PRINT, SHOW, LIST ) DEFINE TYPE DISPLAY_KEYS KEYWORD TODAY, DEFAULT KEYWORD WEEK KEYWORD MONTH KEYWORD YEAR KEYWORD OVERDUE KEYWORD INCOMPLETE KEYWORD COMPLETE DEFINE TYPE COMPRESS_KEYS KEYWORD NODELETE, DEFAULT KEYWORD DELETE