man uncpk (Commandes) - manage c64 cpk archives
NAME
uncpk - manage c64 cpk archives
SYNOPSIS
uncpk [OPTION]... FILE...
DESCRIPTION
uncpk is archive tool for c64 cpk archives.
OPTIONS
- c
 - Create an archive
 - x
 - Extract archive
 - l
 - List contents of archive
 - a
 - Add a file to the archive
 - v
 - Verbose output
 - --help
 - Show summary of options
 - --version
 - Show version of program
 
EXAMPLES
- uncpk c foo.cpk bar
 - Create archive `foo.cpk' with file `bar'
 - uncpk a foo.cpk bar
 - Add file `bar' to archive `foo.cpk'
 - uncpk x foo.cpk
 - Extract archive `foo.cpk'
 - uncpk l foo.cpk
 - List contents of archive `foo.cpk'
 
SEE ALSO
AUTHOR
This manual page was written by David Weinehall <tao@acc.umu.se>.