Wiki

Clone wiki

tapetools / extractTape

extractTape

Name

extractTape - a tape image extraction utility

Synopsis

buildTape [-s n] [-S|-E|-C] -f file files...

Description

Extracts files from a tape image.

OptionDescription
-s nstart extracting at the nth file.
-Suse the TPS format (default if the image file name ends with .tps or .tap)
-Euse the TPE format (default if the image file name ends with .tpe)
-Cuse the TPC format (default if the image file name ends with .tpc)
-f fileuse file as the tape image.
files...give the name of the files to be extracted.

See also

buildTape, simh, klh, tape.pdf in the distribution, vtape.txt in the KLH distribution

Updated