here is what my .bat file looks like:
cd C:\cygnus\cygwin-b20\H-i586-cygwin32\bin
g++ -g hello.cpp -o hello -lm
start hello.exe
I need the results of hello.exe written to text file. Can you help me ?
here is what my .bat file looks like:
cd C:\cygnus\cygwin-b20\H-i586-cygwin32\bin
g++ -g hello.cpp -o hello -lm
start hello.exe
I need the results of hello.exe written to text file. Can you help me ?