NO

Author Topic: noob help with usb based batch file setup  (Read 2759 times)

James

  • Guest
noob help with usb based batch file setup
« on: July 15, 2009, 12:03:11 PM »
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

 ;D Have a good day!!