dos_compilers/Microsoft COBOL v112/m.bat

10 lines
135 B
Batchfile
Raw Permalink Normal View History

2024-07-24 15:45:46 +02:00
del %1.obj 2>nul
del %1.exe 2>nul
ntvdm -r:. -h -c -d cobol %1,%1,%1/D;
ntvdm -h -c -r:. link %1,%1,%1,C:;
ntvdm -c -m %1