bugfix
This commit is contained in:
parent
bd5b5e1dbb
commit
19f4d1a1ec
@ -1,4 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
set SOURCES=c:\TEMP\W10\sources
|
||||||
|
|
||||||
rem check for the image directory ...
|
rem check for the image directory ...
|
||||||
if NOT EXIST image (
|
if NOT EXIST image (
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set ARG1=null
|
set ARG1=null
|
||||||
|
set SOURCES=c:\TEMP\W10\sources
|
||||||
|
|
||||||
IF "%~1" NEQ "" set ARG1=%1
|
IF "%~1" NEQ "" set ARG1=%1
|
||||||
if /I %ARG1% == /? goto usage
|
if /I %ARG1% == /? goto usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user