1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
.TH KCTAPE 1
.SH NAME
kctape \- handle tape files for KCemu
.SH SYNOPSIS
.B kctape \-t tapefile [command [command_args]]
.br
.B kctape \-\-help
.br
.SH "DESCRIPTION"
This manual page documents briefly the
.BR kctape
command.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.SH OPTIONS
.TP
.B \-h, \-\-help
Show short help text.
.TP
.B \-v, \-\-verbose
Be verbose about what's going on.
.TP
.B \-t, \-\-tape tapefile
tape archive to process.
.TP
.B \-l, \-\-list
List the content of the tapefile.
.TP
.B \-c, \-\-create
Create the specified tapefile.
.TP
.B \-a, \-\-add file [file ...]
Add new file to tapefile (in KC85/3 mode).
.TP
.B \-1, \-\-add1 file [file ...]
Add new file to tapefile (in KC85/1 mode).
.TP
.B \-r, \-\-remove filename
Remove file from tapefile.
.TP
.B \-x, \-\-extract filename
Extract file to stdout or to the file specified by \-o.
.TP
.B \-d, \-\-dump filename
Hexdump file from tapefile.
.TP
.B \-o, \-\-output filename
Output file for the extract command.
.TP
.B \-b, \-\-print\-bam
Show internal block allocation map.
.TP
.B \-B, \-\-print\-block\-list
Show internal block list.
.SH SEE ALSO
kcemu(1x), kc2tap(1), kc2wav(1), kc2img(1), kc2raw(1)
.SH AUTHOR
This manual page was written by Torsten Paul <Torsten.Paul@gmx.de>,
for the Debian GNU/Linux system (but may be used by others).
|