vmi/vms file info reader/creator
================================

(c) 1999,2000 VirtuaMUnstaz (http://virtuamunstaz.de)

please read the file COPYING to inform yourself about
the terms and conditions for using the software.

usage:

	1. compile the software (type make)
	2. run it: type "vmu" to see options

to the contents of a vmi file:

	vmu -i FILE.VMI

to create a new vmi file you can simply use:

	vmu FILE

where FILE is the actual VMS file. it must exist in order
to create a VMI file. you can finetune the creation by
several options:

- to explicitely set the resource name
	"-r name"
- to set the file name as seen on the VMU
	"-f name"
- to set a description (32 characters max)
	"-d text"
- to set a creator or copyright (32 characters max)
	"-c text"
- to create a SEGA or AGES checksum or both
	"-s" or "-a" or "-a -s"
- to set the type of the file to GAME
	"-g"

you can see the version of the software modules by
using the "-v" option and "-h" will display a help text.
