dos_compilers/DeSmet C88 v31b/LLINK.BAT

5 lines
67 B
Plaintext
Raw Normal View History

2024-07-02 06:14:12 +02:00
c88 %1 m
if errorlevel 1 goto stop
link c %1,%1,nul,c88;
:stop