@echo off REM c++.bat REM Compile a file into a module C:\Dev-Cpp\bin\g++.exe -c %1.cpp -o %1.o