bofcompile.bat 100 B

12345
  1. @ECHO OFF
  2. cl.exe /nologo /c /Od /MT /W0 /GS- /Tc enumdrives.c
  3. move /y enumdrives.obj enumdrives.o