im trying to run a c program on my windows 7 computer using eclipse and im running into a little snag. I currently have Eclipse downloaded on my computer with the CDT plugin
"c:\mingw\bin\rm.bat"
In that file, put:
@echo off :start if "%1" == "" goto end if "%1" == "-f" goto loop del %1 :loop shift goto start :end