From 4a1c0826f8754d42c8c7043828809f1d2ec3f661 Mon Sep 17 00:00:00 2001 From: Yutaka Sawada <60930312+Yutaka-Sawada@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:35:42 +0900 Subject: [PATCH] Add caution against syntax --- source/par2j/Command_par2j.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/par2j/Command_par2j.txt b/source/par2j/Command_par2j.txt index 6606d69..0ccf6c6 100644 --- a/source/par2j/Command_par2j.txt +++ b/source/par2j/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.