diff --git a/Source/CPM3/Build.cmd b/Source/CPM3/Build.cmd index a8ce11cf..efacbb00 100644 --- a/Source/CPM3/Build.cmd +++ b/Source/CPM3/Build.cmd @@ -67,6 +67,8 @@ rem *** Banked *** copy cpm3bnk.sys cpm3.sys copy genbnk.dat gencpm.dat +if not exist ../../Binary/hd_cpm3.img goto :eof + rem Update cpm_hd.img echo. echo. @@ -90,6 +92,7 @@ for %%f in ( readme.1st cpm3fix.pat ) do call :upd_img %%f + goto :eof :upd_img diff --git a/Source/ZPM3/Build.cmd b/Source/ZPM3/Build.cmd index 1e195248..9dfd70a4 100644 --- a/Source/ZPM3/Build.cmd +++ b/Source/ZPM3/Build.cmd @@ -37,6 +37,8 @@ if exist zpm3.sys del zpm3.sys ren cpm3.sys zpm3.sys rem pause +if not exist ../../Binary/hd_cpm3.img goto :eof + rem Update cpm_hd.img echo. echo.