What are batch files useful for? They just seem to be used to make viruses and other things…but it seems like shell scripting to me.
Whats the uses for batch files?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From Batch file article at Wikipedia:
A simple example:
If you save the above line in a file called ClearSVNFolders.bat and after that execute a double click you’ll delete every folder named svn that resides inside a root path…
You automated the whole process. You could easily spend hours doing the above task if you had a deep root directory, that is, one containing thousands of folders. 🙂