dos_compilers/Mix Power C v22/m.bat

8 lines
122 B
Batchfile
Raw Permalink Normal View History

2024-07-02 17:33:48 +02:00
ntvdm -r:. pc -f /c /ms /dpowerc /dDOSTIME /j /fi /q %1.c 1>nul 2>nul
ntvdm -r:. pcl %1
del %1.mix 1>nul 2>nul