dos_compilers/Mix Power C v1/MIXC.BAT

11 lines
192 B
Plaintext
Raw Normal View History

2024-07-02 00:26:34 +02:00
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