This commit is contained in:
Michael H.G. Schmidt 2023-01-12 19:07:28 +01:00
parent bd5b5e1dbb
commit 19f4d1a1ec
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
@echo off
set SOURCES=c:\TEMP\W10\sources
rem check for the image directory ...
if NOT EXIST image (

View File

@ -1,5 +1,7 @@
@echo off
set ARG1=null
set SOURCES=c:\TEMP\W10\sources
IF "%~1" NEQ "" set ARG1=%1
if /I %ARG1% == /? goto usage