diff --git a/alpha/help/0409/batch.htm b/alpha/help/0409/batch.htm index 66a0678..adda70a 100644 --- a/alpha/help/0409/batch.htm +++ b/alpha/help/0409/batch.htm @@ -16,7 +16,7 @@ textarea{width:100%;}
  Because MultiPar consists of PAR clients and GUI, -it is possible to use a PAR client on Command prompt. +it is possible to use a PAR client on Command Prompt. Read a manual of command line for the details of command and option. It's available by batch file (or command script).
@@ -27,13 +27,57 @@ Modify the options for PAR2 files, and set the path of par2j.exe. Write absolute path like;SET par2_path="C:\something directory\MultiPar\par2j.exe" 
Save a sample script to a file like batch.bat or batch.cmd.
-To specify path of files or folders, Drag & Drop them on the batch file.
-When you put a shortcut icon of the batch file in "SendTo" menu,
-you can call the batch file by selecting files then Righ-Click & SendTo.
+There are some ways to specify a file or folder.
+
  +If you use the batch file at Command Prompt, change directory to the batch file at first. +Next, type batch.bat "path of the file or folder". +If there is no space in the path, no need to cover by "". +The path may be absolute path or relative path from the batch file. +Normally absolute path would be safe. +
+  +If you want to specify multiple files or folders, +type batch.bat "path of the first file or folder" "path of second file or folder" "path of third file or folder". +You may add some pathes after a script filename. +
+  +On Windows Explorer, drag a file or folder and drop it on your batch file. +If you put the batch file on Desktop, it will be easy to Drag & Drop. +
+  +If you want to specify multiple files or folders, +select them at once on Windows Explorer, and Drag & Drop the group on the batch file. +While dragging, number of items may be shown. +
+  +At first, create Short-cut icon of your batch file. +Name it to be something easy to understand like "Create PAR2". +Then, put the Short-cut icon in your SendTo folder. +You can open the SendTo folder by typing shell:sendto on path-box of Windows Explorer. +
+  +After you select a file or folder on Windows Explorer, click mouse's right button. +Select "SendTo" item on the right-click menu. +As your created Short-cut item will exist in the SendTo sub-menu, select the Short-cut icon. +
+  +If you want to specify multiple files or folders, +select them at once on Windows Explorer. +While mouse cursor over there, click mouse's right button. +Later action is same as single item. +
+  If you want to confirm the result of scripting, diff --git a/alpha/help/0409/index.htm b/alpha/help/0409/index.htm index 1895b8a..95a03cb 100644 --- a/alpha/help/0409/index.htm +++ b/alpha/help/0409/index.htm @@ -51,7 +51,7 @@ There are command-line manuals in "help" folder.