DFM.PRG -- "Duplicate file(s), complete disk, and/or delete (kill) file(s)", v2.31 by J.I. Johnson Displays a catalog; then you can erase the disk duplicate the disk (to the same or a different drive) mark a set of files for duplication and or deletion, then these are all carried out after hitting Note that selective_utilities.ccvf also contains this program. Note that comtronics_sw.ccvf contains v2.33 of this program. CRC.PRG -- "Read disk, Clear disk, and/or change Directory information", V2.11 by J.I. Johnson similar to DFM.PRG, above Note that selective_utilities.ccvf also contains this program. PRTSRC.BAS -- List a .SRC file on a printer with CCII tabs - v2.80 COMTRX.PRG -- COMTRX program V1.3 by Gordon Rusch 3/20/80 for v6.78 & v8.79 BASIC Seems similar to TERM37.PRG on the comtronics_sw.ccvf disk. SPEED.PRG -- "Disk Speed" by Gordon Rusch and J. Johnson v1.0 (for v6.78 BASIC) Requires a freshly formatted disk to operate. Note that scratch.ccvf also contains this program. Note that selective_utilities.ccvf also contains this program. DIRMOV.BAS -- DIRECTORY STORE & RETRIEVE PROGRAM by Gordon Rusch Apparently, the idea is to save a duplicate of a disk directory on the current disk or another disk such that if the actual directory gets corrupted, it can be restored from the backup copy. DIRSRT.BAS -- I suspect this goes along with DIRMOV.BAS, allowing to print file information from stored directories, optionally sorted. DSP.BAS -- Directory file printout program. I think this is associated with the DIRMOV.BAS program. DSPFLE.BAS -- This starts by loading DIRFL2.DSP, a non-existent file, so it doesn't do anything. EDITOR.PRG -- Compucolor II Screen Editor v1.0 12/03/79 PRINT.PRG -- "Print V1.1 for V6.78 & V8.79" Running this produces a "PRINT>" prompt. It expects to get a filename. The file is then listed to the screen. It is useful for ASCII files, such as .SRC or .TXT files, but not .BAS files. XFER79.BAS -- "BASIC source transfer to Compucolor II (V8.79)" Sends file over serial port at either 300 bps or 1200 bps. TFR3.BAS -- source/text file transfer to DEC-10, 21 May 81 DIRDUM.BAS -- Dump Directory to printer, by A. Lee 11/06/81 RAMTST.BAS -- A really, really slow memory test program. For each byte in the 16KB or 32KB memory space (minus that used by the system and the program itself) has all 256 byte values written and read back. In addition to being glacial, it misses most address faults. TRKCHK.BAS -- From cuwest lib, P. Davidson, modified by J Newman 8 Aug 81 A simple program to read a range of tracks and report if any have read errors. DRIVER.PRG -- Printer driver V5.1 Running it clears the screen, prints the program title, and drops into a ">" prompt, but the format of the commands it expects is unknown. MEPEEK.BAS -- memory peek programme, by Peter Standen Enter the staring address and number of bytes to print (in decimal), and it prints the value read at each location (in decimal) to either the printer or the screen. KEYNUM.MAC -- KEYNUM.PRG -- The source says for each keypress, its ascii value is displayed in hex. Works for v8.79 BASIC; hangs on v6.78 BASIC. ADDPRT.BAS -- Run the program for information, but essentially, one can define the format of the records a file uses and this program will read the file and print out the contents.