dos_compilers/Mix Power C v1/MIXC.BAT
2024-07-01 15:26:34 -07:00

11 lines
192 B
Batchfile

echo off
pc mixc1,dystring
if errorlevel 1 goto stop
if exist mixc.mix del mixc.mix
merge mixc mixc1 dystring
if errorlevel 1 goto stop
goto end
:stop
echo Errors building mixc
:end