From bcbdc2fe3893a125bbdda0185659be9644b5dc1a Mon Sep 17 00:00:00 2001 From: Yutaka Sawada <60930312+Yutaka-Sawada@users.noreply.github.com> Date: Sat, 30 Sep 2023 18:47:27 +0900 Subject: [PATCH] Add MediaList4 option --- alpha/help/Command_GUI.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/alpha/help/Command_GUI.txt b/alpha/help/Command_GUI.txt index 1b33438..053c96d 100644 --- a/alpha/help/Command_GUI.txt +++ b/alpha/help/Command_GUI.txt @@ -1,4 +1,4 @@ -[ MultiPar GUI - version 1.3.2.9 or later ] +[ MultiPar GUI - version 1.3.3.0 or later ] Usage: MultiPar.exe [command] [/base path] [/list path] [files] @@ -106,6 +106,12 @@ Because of alphabet, "MRUMax=26" is the maximum. If you write "MRUMax=0" or remove the line, "Most Resent Used List" is disabled. + If you want to add 5th item in "Media size" list on Create window, +write this line "MediaList4=name:size" under "[Option]" section. +Because the name and size are splitted by ":", +you cannot include ":" in the name. +The max size is 999999999999 bytes. (931 GB) + Example of lines on "MultiPar.ini"; @@ -114,5 +120,6 @@ FontName=Arial RedundancyMax=10 Sort=8 RecoveryFileLimit=1 +MediaList4=7.9GB DVD:8480000000 [Path] MRUMax=5