dos_compilers/DeSmet C88 v31b/LLINK.BAT
2024-07-01 21:14:12 -07:00

5 lines
67 B
Batchfile

c88 %1 m
if errorlevel 1 goto stop
link c %1,%1,nul,c88;
:stop