diff --git a/alpha/help/Command_par1j.txt b/alpha/help/Command_par1j.txt index 22b6138..ccf49bf 100644 --- a/alpha/help/Command_par1j.txt +++ b/alpha/help/Command_par1j.txt @@ -103,6 +103,17 @@ It means that it is impossible to mix "/" and "-" in options of same command lin If PAR file's filename (or relative path) is started by "-", you need to use "/" for prefix of options to distinguish PAR file. + When a option has arbitary number or text, +don't put space between the option and following part. +For example, setting "/rr1" is good, but "/rr 1" is wrong. +Setting "/dPath" is good, but "/d Path" is wrong. + + To distinguish options from filenames, +order of elements in command-line is important. +Put all options before . +Put before all [input files]. + + /f, /fu : Set this, if you use file-list for file name or file path. The file-list is a text file, which contains filenames in each line. diff --git a/alpha/help/Command_par2j.txt b/alpha/help/Command_par2j.txt index 6606d69..0ccf6c6 100644 --- a/alpha/help/Command_par2j.txt +++ b/alpha/help/Command_par2j.txt @@ -148,6 +148,17 @@ It means that it is impossible to mix "/" and "-" in options of same command lin If PAR file's filename (or relative path) is started by "-", you need to use "/" for prefix of options to distinguish PAR file. + When a option has arbitary number or text, +don't put space between the option and following part. +For example, setting "/rr10" is good, but "/rr 10" is wrong. +Setting "/dPath" is good, but "/d Path" is wrong. + + To distinguish options from filenames, +order of elements in command-line is important. +Put all options before . +Put before all [input files] or [external files]. + + /f, /fu : Set this, if you use file-list for file name or file path. When this option is set, [input files] or [external files] is path of file-list. diff --git a/alpha/help/Command_sfv_md5.txt b/alpha/help/Command_sfv_md5.txt index 506e408..ca7f0e0 100644 --- a/alpha/help/Command_sfv_md5.txt +++ b/alpha/help/Command_sfv_md5.txt @@ -94,6 +94,17 @@ It means that it is impossible to mix "/" and "-" in options of same command lin If checksum file's filename (or relative path) is started by "-", you need to use "/" for prefix of options to distinguish checksum file. + When a option has arbitary number or text, +don't put space between the option and following part. +For example, setting "/vs1" is good, but "/vs 1" is wrong. +Setting "/dPath" is good, but "/d Path" is wrong. + + To distinguish options from filenames, +order of elements in command-line is important. +Put all options before . +Put before all [input files] + + /fo : Set this, if you want to ignore folders at wildcard matching search. This setting disable recursive search into folder also.