README.1ST [310,1] Assorted Fortran files on this account from TARLUG: CPU - Taken from the Spring '83 US RSX tape [370,1] and modified to run on a VT100 or equivalent and give a full 0-100% range on an 11/44 with M-Plus. DISKUSAGE SNAPDISK - Two versions of a program to spawn PIP to determine the disk usage by account. DISKUSAGE reports to the logfile and SNAPDISK spools to the line printer. Both rely on an account file set up to have seperate group values for each account. These programs sum the disk blocks allocated over all members of an account group. DTCCHECK - Routine to spawn to the Indirect Command File Processor a DTC.CMD command file to check the calendar for the users and prompt them of upcoming appointments.. This program will usually be placed in the clock queue to run at some predetermined time. The command file and DTC are setup to run every 30 minutes. GETPORT Routine to spawn to the Indirect Command File Processor a PORTSTAT.CMD command file to check the status of a user specified port. It determines (from the exit status) from ICP that the port is Logged in or not, allocated, or attached. If none of these is the case, The baud rate is asked for and set. The primary use is to be able to remotely dial out of the system using the TALK program and an auto-bauding auto-dial modem such as the RIXON 212A. LISTEN - Prints on the issuing terminal all input to a specified terminal port. All characters received are displayed, including control characters. I have found this program simple but invaluable in testing RS232 equipment. SCREEN - A program that uses the Get CLI Information (GCII) directive to determine the logged out terminals and to write to those terminals, their terminal number, Time of day, and number of users logged on. This is written at the top line of the crt and is walked across the line. I have this run every minute. Off working hours it just clears the screen of every logged off terminal. SHOWTASK - Routine to Show the attributes of a task image. Information displayed: Name Partition Task Ident Size Creation date Priority Number of Luns Libraries Attributes including: privileged checkpointable generates_pmd external_header contains_pic memory_overlays maps_i/o_page Output can be directed to a file to facilitate a command file scanning the output files searching for a given pattern SINGLETKB - A simple program to prevent multiple copies of TKB from running on the system. Applies to BP2 and F77 as well. T2T - Another tape to tape program. Does a fast tape to tape copy of any structured tape that ends with an EOV as all tapes should do. Will even handle the large (32256) VMS backup tapes.