PICPIC.BAS -- Transfers a screen display from from disk to disk using screen memory. The file is loaded from one disk to screen memory, then without disturbing the display with prompts or whatnot, about 20 seconds later the screen is saved to disk. The point is during those 20 seconds you can swap out the source disk and put in the destination disk. BASAVE.PRG -- Requires v8.79 ROMs; if run on a v6.78 system, the program hangs. If you have a BASIC program in memory and either hit the RESET button or type to do a soft reset, the program is list. If you run this program, it will recover the program so it appears in memory again. Very useful! XRL.PRG -- (loads at hex 8200) XRH.PRG -- (loads at hex E000) Assembly cross reference listing V3.82 CHADIR.BAS -- Directory volume name changer. VARL32.PRG -- RUN this program and it will generate a listing of all the variables in use by the resident .BAS program. LABEL.BAS -- Label printer -- accepts five lines of input and then prints those five lines on the printer N times. DSASPR.BAS -- Disassembler program, listing to printer Original author unknown; fixed and adapted by Rick Taubold DISASS.BAS -- Disassembler program, listing to screen Original author unknown; fixed and adapted by Rick Taubold REDIR.PRG -- Requires v8.79 ROMs; if run on a v6.78 system, the program hangs. Inspect, modify, save directory volume label, or print directory. CHEQBK.BAS -- CHEQPR.BAS -- Maintain a checkbook account. FMENU.BAS -- wrapper for FORMAT.PRG FORMAT.PRG -- by K.G. Winder, CUVIC This is the standard disk FORMAT program, but tweaked to allow specifying how many directory blocks to allocate instead of the default 3, and allows specifying a volume name. XDSKPB.PRG -- "XDISK DISK REPAIRS A SPECIALTY" However, under both v6.78 and v8.79, it doesn't accept any of the command keys (R,W,P,X) COMPAR.PRG COMPAR v02, by Peter J Hiner Compares two versions of file or program and highlights any differences between them. The program also has built in instructions. It operates on ASCII files, BASIC files, even binary files. Excellent utility!