=== バッチファイル ======
REM 複数回の測定距離を累積値として書出
@echo off
goto do%1
REM #jww
REM #cd
rem #hm |1)測定(連) |2)+α測定(連) |3)測定(離) |4)+α測定(離) |5)書出(R) |6)累積値クリア|
rem #:1
rem #mc
REM #h0
REM #1-
REM #2-
REM #99#
REM #0累積値記入点を指示してください
rem #c
REM #e
rem #:2
rem #mc
REM #h0
REM #1ch追加する寸法値(文字列)を選択してください
REM #1-
REM #2-
REM #99#
rem #c
REM #e
rem #:3
rem #mc
REM #h0
REM #1-
REM #2-
REM #99#
REM #0累積値記入点を指示してください
rem #c
REM #e
rem #:4
rem #mc
REM #h0
REM #1ch追加する寸法値(文字列)を選択してください
REM #1-
REM #2-
REM #99#
rem #c
REM #e
rem #:5
rem #mc
REM #h0
REM #0累積値記入点を指示してください
rem #c
REM #e
rem #:6
rem #mc
REM #h0
rem #c
REM #e
:do1
copy jwc_temp.txt temp.txt > nul
del jwc_temp.txt
ruby -Ks 累積値削除.rb temp.txt > jwc_temp.txt
ruby -Ks 距離測定.rb temp.txt > jwc_temp.txt
ruby -Ks 累積値.rb temp.txt >> jwc_temp.txt
goto end
:do2
copy jwc_temp.txt temp.txt > nul
del jwc_temp.txt
ruby -Ks 累積値削除.rb temp.txt > jwc_temp.txt
ruby -Ks 累積値書出.rb temp.txt > jwc_temp.txt
ruby -Ks 距離測定.rb temp.txt > jwc_temp.txt
ruby -Ks 累積値.rb temp.txt >> jwc_temp.txt
goto end
:do3
copy jwc_temp.txt temp.txt > nul
del jwc_temp.txt
ruby -Ks 累積値削除.rb temp.txt > jwc_temp.txt
ruby -Ks 距離測定2.rb temp.txt > jwc_temp.txt
ruby -Ks 累積値.rb temp.txt >> jwc_temp.txt
goto end
:do4
copy jwc_temp.txt temp.txt > nul
del jwc_temp.txt
ruby -Ks 累積値削除.rb temp.txt > jwc_temp.txt
ruby -Ks 累積値書出.rb temp.txt > jwc_temp.txt
ruby -Ks 距離測定2.rb temp.txt > jwc_temp.txt
ruby -Ks 累積値.rb temp.txt >> jwc_temp.txt
goto end
:do5
copy jwc_temp.txt temp.txt > nul
del jwc_temp.txt
ruby -Ks 累積値.rb temp.txt > jwc_temp.txt
goto end
:do6
copy jwc_temp.txt temp.txt > nul
del jwc_temp.txt
ruby -Ks 累積値削除.rb temp.txt > jwc_temp.txt
:end