Add files via upload

This commit is contained in:
Yutaka Sawada
2023-03-20 14:11:07 +09:00
committed by GitHub
parent e6b09a4d75
commit c65a2e3c33
5 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
@ECHO OFF
TITLE After verification
SETLOCAL
REM List up parameters
ECHO Path of this batch file =
ECHO %0
ECHO.
ECHO Path of a recovery file =
ECHO %1
ECHO.
ECHO Path of base directory of source files =
ECHO %2
ECHO.
ECHO Status of source files = %3
ECHO.
PAUSE