VICE is provided with a complete stand-alone disk image maintenance
utility, called c1541
. You can either invoke it from the command
line or from within one of the VICE emulators, using the "Run c1541"
command which will open a new xterm
window with a running
c1541
in it.
The syntax is:
c1541 OPTIONS IMAGE
If some OPTIONS
but no IMAGE
are specified, c1541
runs in batch mode; otherwise, it attaches the IMAGE
if present
and enters interactive mode, where you can type commands that are
executed when you press Enter (abbreviations are allowed). As with the
monitor, file name completion and command line editing with history are
provided via GNU readline
. Use the command `quit' to exit.
Notice that c1541
always creates X64
files, but can read
and write D64
and T64
files automatically, without the
need for any special options.
Each command-line option has an interactive-mode counterpart, that is shown after it. `-' as a file name stands for standard input or standard output, depending on the context.
-attach IMAGE
attach IMAGE
IMAGE
for use. All the following commands
will refer to this image.
-detach
detach
-format IMAGE 'NAME,ID'
format IMAGE 'NAME,ID'
IMAGE
, giving the specified label. If
IMAGE
does not exist, create it.
-gcr IMAGENAME ['NAME,ID']
gcrformat IMAGE 'NAME,ID'
NAME,ID
is specified, format it.
-delete IMAGE FILES...
delete FILES...
IMAGE
.
-list IMAGE
list
IMAGE
.
-validate IMAGE
validate
-copy IMAGE OLDNAME1 [OLDNAME2...] NEWNAME
copy OLDNAME1 [OLDNAME2...] NEWNAME
OLDNAME1
, OLDNAME2
.. into
NEWNAME
on IMAGE
(can be used to copy files).
-create IMAGE DUMP ['DESCR']
create IMAGE DUMP ['DESCR']
IMAGE
from raw dump file DUMP
(i.e. convert
from D64
to X64
file).
-tape IMAGE TAPEIMAGE [FILES...]
tape IMAGE TAPEIMAGE [FILES...]
FILES
from TAPEIMAGE
to IMAGE
(default is copy all files).
-read IMAGE 1541NAME [FSNAME]
read 1541NAME [FSNAME]
1541NAME
from the disk image into FSNAME
(1541NAME by default) from IMAGE
.
-extract IMAGE
extract
IMAGE
.
-write IMAGE FSNAME [1541NAME]
write FSNAME [1541NAME]
FSNAME
to IMAGE
as 1541NAME
(FSNAME
by default). (works with P00
files as well)
-block [DRIVE:] [TRACK] [SECTOR] [DISP]
block [DRIVE:] [TRACK] [SECTOR] [DISP]
-info IMAGE ['DESCRIPTION']
info ['DESCRIPTION']
IMAGE
.
-unlynx IMAGE LYNXFILE
unlynx LYNXFILE
-zcreate IMAGE DUMP ['DESCR']
zcreate IMAGE DUMP ['DESCR']
IMAGE
from a Zipcoded image made up of files called
`1!DUMP', `2!DUMP', `3!DUMP', `4!DUMP'.
When more than one command is specified in batch mode, all of them are executed in the same order they have on the command line.
Go to the first, previous, next, last section, table of contents.