PDA

View Full Version : distclean batch file



talk2amulya
11th April 2009, 13:19
Hi All,

Most of us are working on big projects and many a times we have to send across the project code to different locations..be it through ftp or mailing or put it on another machine...and when u zip your project, u'll find the size of zip file is mammoth(at least in our case) mostly when u r using visual studio when there are lots of useless big size files like ncb etc..so I went ahead and created this batch file for windows which cleans up whole of ur project and creates a zip file..for me it worked very well(before cleaning anth, zip file was 40 mb and after cleaning using batch file, size was just 3 mb!)..so i thought why not to share it with you guys..it has a lot of cope for improvement and hopefully it'll be useful to u guys :)

Cheers,
Amulya

P.S. : it uses winzip from path C:\Program Files\Winzip, so batch file wont zip the project if u dont have winzip on that path...so suit urself :)