[ MultiPar GUI - version 1.2.4.3 or later ]

Usage: MultiPar.exe [command] [/base path] [/list path] [files]

Command:
/create : open Create window with specified source files
/verify : open Verify window with a specified recovery file
/clean  : remove integration and delete saved files

When there is no command;
If multiple files are specified, it will open Create window.
If a single recovery file is specified, it will open Verify window.
If a single another file is specified, it will open Create window.


Path of [files] can be either absolute path (full path)
or relative path from base directory.
When /base isn't set,
the sub-directory of the first path becomes the base directory.
When /base is set, 
relative path of following files is based on there.

If you failed to write a path or format correctly,
the input and following option may be ignored.
When a path contains space (' '),
the path must be covered by "" like "C:\Program Files\abc\abc.txt".
Be careful to use '\' in a path, because it may be escape character.
It is safe to use '/' instead of '\' to be called by script language.
Each '/' in a path will be converted to '\' internally.


If you want to specify base directory,
use /base and path of the directory like;
/create /base "dir-path"
/create /base "dir-path" "source file 1" "source file 2"
/create /base "dir-path" /list "file-list"
/verify /base "dir-path" "recovery file"
The [/base path] can be either absolute path (full path)
or relative path from current directory.

If you want to specify many source files for creation,
use /list and path of the file-list like;
/create /list "file-list"
/create /base "dir-path" /list "file-list"
The file-list is a text file, which contain file path in each line.
Non-ASCII characters must be encoded by UTF-8.


If only a single folder is specified for creation,
all files in the folder will be selected.
When base directory is set by /base and files are not set,
all files in the base directory will be selected.

Mostly /clean is used before un-install.
Association and Shell Extention will be removed.
Short-cut incons will be deleted.
MultiPar.log and temporary files will be deleted.
Because confimation to delete MultiPar.ini is shown,
it is possible to keep current setting for update install.
