Google+ Tools
Make Google+ profile picture
Make Google plus banners for profile
Create and share your Google Plus profile banners.

Profile image for mrk studios Vijay Prajapati on September 20, 2010
Following command will re-create/copy all DLLS in bin folder with current date
Language
ASP.NET
Tags

Recreate all DLLs in Bin folder with current date


for %i in (*.dll) do copy /b %i+,, 

Comments

blog comments powered by Disqus