uncompress the file, a directory called MCA will be created and put MCA under the path
Make sure java 1.4 or later is under the path

type "mca {command}" to launch CDArchive. The acceptable
{command} include:
(assuming the folder containing MCA is {app}):
To archive a folder with path denoted by {folder}:
{command} = -a "{app}" "{folder}"
To open an MCA archive file denoted by {file}:
{command} = -f "{app}" "{file}"
To archive a folder with path denoted by {folder} into the last used MCA file:
{command} = -b "{app}" "{folder}"
To update a folder already archived in the last used MCA file (assuming folder path is denoted by {folder}):
{command} = -c "{app}" "{folder}"
To set up automatic update of a folder/drive already archived in an MCA file using crontab or Windows scheduled tasks (assuming folder path is denoted by {folder}, MCA archive file is denoted by {file}):<br>
{command} = -d "{app}" "{folder}" "{file}"


