@echo off echo Compiling resource file... rem rc /r resource.rc rcc resource.rc -v -32 dmd whatever.d resource.res pause erase resource.res erase whatever.map erase whatever.obj