CP/M Image Manager utility v2.1
RM-TEAM, 6/2023

Usage:
  cim imagefile.ext [ -u usr ] [ -iide ] -c [ 'cpm_name' ]
  cim imagefile.ext [ -f | -q ] [ -a '[path/]cpm_name' [ -afn 'cpm_name' ] [ -ow ] [ -u usr ] [ -iide ] ]
  cim imagefile.ext -e 'cpm_name' [ -u usr ] [ -iide ]
  cim imagefile.ext -x '[path/]cpm_name' [ -u usr ] [ -iide ]
  cim imagefile.ext -h 'cpm_name' [ -u usr ] [ -iide ]
  cim imagefile.ext -t 'cpm_name' [ -u usr ] [ -iide ]
  cim imagefile.ext -w [path/]in_system_file
  cim imagefile.ext -i [path/]imagefile2.ext
  cim imagefile.ext -s [path/]out_system_file
  cim dummy.ext -iti

    -c	show catalogue of the image
    -f	full format of the image (image will be created if not exist)
    -q	quick format of the image (image will be created if not exist)
    -a	add file(s) to the image (image will be created if not exist)
    -afn  target 'cpm_name' without wildcards for single file
	  In this case file name in switch -a may be with long name,
	  but must not contain wildcards.
    -ow	overwrite existing file(s)
    -e	erase file(s) from the image
    -x	extract file(s) from the image
    -h	display hex dump of the file
    -t	display content of the ASCII file
    -w	write system to the image from file
    -i	write system to the image from another image of the same type
    -s	extract system from the image and save to file
    -iide	ignore invalid directory entries
    -iti	display Image Type info
    -u	determines user number 0 to 15
	if not specified, files of all users are processed
	and for switch -a user 0 is always used
    'imagefile.ext', 'imagefile2.ext' are image file names with extension
    'cpm_name' is the file name in CP/M 8.3 format
	       which can contain wildcards '*' or '?'
	       and can be with dir-path of the file(s) to add or extract.
	       NOTICE: 'cpm_name' with wildcards must be enclosed
	       in apostrophes to avoid wildcard filename expansion
	       by your filesystem.
    'system_file' is binary file with CP/M system itself

