Wiki

Clone wiki

tapetools / buildTape

buidTape

Name

buildTape - a tape image building utility

Synopsis

buildTape [-b size] [-S|-E|-C] -o file files...

Description

Build a tape image from files.

OptionDescription
-b sizeuse size as the block size.
-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)
-o fileuse file as the tape image.
files...give the name of the files to be put in the image.

See also

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

Updated