From 5626adc37250e8fd3321b98f629f36bb7f34f45b Mon Sep 17 00:00:00 2001 From: Yutaka Sawada <60930312+Yutaka-Sawada@users.noreply.github.com> Date: Sun, 23 Jul 2023 00:40:11 +0900 Subject: [PATCH] Add files via upload --- alpha/help/Command_GUI.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/alpha/help/Command_GUI.txt b/alpha/help/Command_GUI.txt index 4632a2c..1b33438 100644 --- a/alpha/help/Command_GUI.txt +++ b/alpha/help/Command_GUI.txt @@ -1,4 +1,4 @@ -[ MultiPar GUI - version 1.3.2.6 or later ] +[ MultiPar GUI - version 1.3.2.9 or later ] Usage: MultiPar.exe [command] [/base path] [/list path] [files] @@ -99,6 +99,13 @@ write a line of "RecoveryFileLimit=1" under "[Option]" section. It's same as an option: "Variable (limited to size of largest data file)" on QuickPar. + If you want to enable "Most Resent Used List", +write this line "MRUMax=5" under "[Path]" section. +You may change the number of items after "MRUMax=". +Because of alphabet, "MRUMax=26" is the maximum. +If you write "MRUMax=0" or remove the line, +"Most Resent Used List" is disabled. + Example of lines on "MultiPar.ini"; @@ -107,4 +114,5 @@ FontName=Arial RedundancyMax=10 Sort=8 RecoveryFileLimit=1 - +[Path] +MRUMax=5