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

10 lines
188 B
Batchfile

rem: this will crash because pc.exe trashes its own stack. but that's after it's done
ntvdm pc /c /ms /dpowerc /j /fi /q %1.c 1>nul 2>nul
ntvdm pcl %1
del %1.mix 1>nul 2>nul