From 774ed35d0104af297c2a63cb480bdc738ec71e9f Mon Sep 17 00:00:00 2001 From: Yutaka Sawada <60930312+Yutaka-Sawada@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:10:23 +0900 Subject: [PATCH] Add files via upload --- alpha/tool/Sample.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 alpha/tool/Sample.txt diff --git a/alpha/tool/Sample.txt b/alpha/tool/Sample.txt new file mode 100644 index 0000000..c2f139e --- /dev/null +++ b/alpha/tool/Sample.txt @@ -0,0 +1,25 @@ +These are sample script files. +It will show command-line arguments. + +To know details, read "Batch script" or "Python script" page of Help documents. +The English file location is "help\0409\batch.htm" or "help\0409\python.htm". + + +[ Batch Processing after Creation ] + +Check "Start batch script" option on "Batch Processing after Creation:" section. +Put "auto_c.cmd" or "auto_c.py" in "save" folder of MultiPar. + +auto_c.cmd : Batch script +auto_c.py : Python script + + +[ Batch Processing after Verification or Repair ] + +Check "Start batch script" option on "Batch Processing after Verification or Repair:" section. +Put "auto_v.cmd", "auto_v.py", or "auto_vl.py" in "save" folder of MultiPar. + +auto_v.cmd : Batch script +auto_v.py : Python script +auto_vl.py : Python script with file-list on JSON file +