Hi, everybody, I'm a Christian, and I'm trying to make a custom batch file for compiling off my 2GIG memory stick. (the libraries and include folders may go there) However, I can't figure out how to do it... I've been running bcx, then pelles, then UPX, then I launch my prog. But it isn't working, since changed things.
bc.exe basic.bas
cc.exe /I "E:\Include" /I "E:\Include\sys" /I "E:\Include\Win" /X /Ze /Zx /Go basic.c resource.rc
upx basic.exe
basic.exe
pause
Have a good day!!