| taperead.c | This C program is intended to provide a Unix-like utility for extracting records from a tape device. See the program for complete documentation on its use. |
| tapediag.c | This C program allows the user to interactively extract records from a tape device. The user can skip records or files, rewind the tape, and write to more than one output file with this program. |
| tape2disk.f | This Fortran program for most Unix systems will extract records from a tape device. The program uses Fortran tape I/O that must be available on your system. |
| tape2cosb.f | This Fortran program for most Unix systems will extract records from a tape device and write a COS-blocked file(s). The program uses Fortran tape I/O that must be available on your system. The program also uses GBYTES. The version included with the program will work on most Unix systems. If necessary, you can download a different version. |
| tapescan.f | This Fortran program will scan a tape and print out various information about it. The program uses Fortran tape I/O that must be available on your system. |