@echo off echo EZVGA DEMO : echo ------------ echo. echo Compiling demo (djgpp\bin must be in your PATH list) : echo Please wait... gcc -g -o3 -ffast-math -fomit-frame-pointer -funroll-loops -c demo\ezdemodj.cpp -o demo\demo.o gcc -o demo\demo.exe demo\demo.o -lstdcx del demo\demo.o echo. echo Compiling finished - to run demo, type "cd demo" and press ENTER, then echo type "demo" and press ENTER.