@ECHO OFF
IF NOT EXIST GVO-041928-G01.zip.001 GOTO :ERROR
IF NOT EXIST GVO-041928-G01.zip.002 GOTO :ERROR


ECHO Creating iso image file..
ECHO Wait for a minute without key/mouse operation.
ECHO ファイルを結合しています。
ECHO キー／マウス操作をせずにそのままお待ちください（1-2分）。
copy /b GVO-041928-G01.zip.001+GVO-041928-G01.zip.002 GVO-041928-G01.zip
GOTO END

:ERROR
ECHO Cannot find the divided files.
ECHO Please download all of the divided files to the same folder as this file, and then retry.
ECHO 分割ファイルが見つかりません。
ECHO Webに掲載されたすべてのファイルをダウンロードし、同一フォルダーに置いてからリトライしてください。
Pause

:END

