1IMGTOOL(1)            MESS media image manipulation tool            IMGTOOL(1)
2
3
4

NAME

6       imgtool - MESS media image manipulation tool
7

SYNOPSIS

9       imgtool create format image [option ...]
10       imgtool dir format image [path]
11       imgtool get format image file [newname] [--filter=filter] [--fork=fork]
12       imgtool  put  format  image  file  ...  [newname] [option ...]  [--fil‐
13       ter=filter] [--fork=fork]
14       imgtool getall format image [path] [--filter=filter]
15       imgtool del format image file ...
16       imgtool mkdir format image directory
17       imgtool rmdir format image directory ...
18       imgtool readsector|writesector format image track head sector file
19       imgtool identify image
20       imgtool listformats|listfilters
21       imgtool listdriveroptions format
22

DESCRIPTION

24       imgtool is a tool for the maintenance  and  manipulation  of  disk  and
25       other  types  of  images  that  MESS users need to deal with. Functions
26       include retrieving and storing files and CRC checking  and  validation.
27       Image files can also be within .zip files.
28

OPTIONS

30       create Creates  and  image.  Optional, image-specific parameters can be
31              specified, see imgtool  listdriveroptions  command  for  a  full
32              list.
33
34       dir    Lists the contents of an image.
35
36       get    Gets  a  single file from an image. A filter can be specified to
37              convert custom file formats to ASCII,  see  imgtool  listfilters
38              command for a full list. File can optionally be renamed.
39
40       put    Puts file(s) on an image (wildcards and rename supported).  Fil‐
41              ters are supplied to convert ASCII files to custom file formats,
42              see imgtool listfilters command for a full list.
43
44       getall Gets all files off an image. Filters can be specified to convert
45              custom file formats to ASCII, see  imgtool  listfilters  command
46              for a full list.
47
48       del    Deletes a file on an image.
49
50       mkdir  Create a directory on an image.
51
52       rmdir  Delete directories on an image.
53
54       readsector
55              Extract content of a single sector from an image to a file.
56
57       writesector
58              Write file content to a specific sector on an image.
59
60       identify
61              Try to recognize the format of an image file.
62
63       listformats
64              Lists all image file formats supported by imgtool.
65
66       listfilters
67              Lists  all  filters supported by imgtool.  Filters are a mean to
68              process data being written into or read out of  an  image  in  a
69              certain way.
70
71       listdriveroptions
72              Lists  all  format-specific  options for imgtool put and imgtool
73              create commands.
74

EXAMPLES

76       imgtool dir coco_jvc_rsdos myimageinazip.zip
77
78       imgtool get coco_jvc_rsdos myimage.dsk myfile.bin mynewfile.txt
79
80       imgtool getall coco_jvc_rsdos myimage.dsk
81

SEE ALSO

83       mess (6)
84
85
86
870.176                             2016-07-21                        IMGTOOL(1)
Impressum