Any help with a batch script please?
#16
Ah, now I understand why Jezz uses this at the top of his script -

PHP Code:
Echo .git>exclude.txt
Echo %1media>>exclude.txt
Echo %1themes>>exclude.txt 

So if I simply add Echo .svn>>exclude.txt to it it'll ignore my .svn folders?

Thanks.

EDIT: Yay, it works.

PHP Code:
Echo .git>exclude.txt
Echo .svn>>exclude.txt
Echo %1media>>exclude.txt
Echo %1themes>>exclude.txt 
Reply

Logout Mark Read Team Forum Stats Members Help
Any help with a batch script please?0