How to create batch file that delete all the folders named `bin` or `obj` recursively?
I have the need of deleting all bin & obj folders in a folder on my PC. So, I'm thinking of a batch file to do that but I'm not famaliar with batching file in Windows. Please help.
[Edit]
After discussion with user ...
Dump contents of a cmd prompt into a file, from a Batch File
So, I have this batch file that runs every morning at 7AM and does some work in a Windows Command Prompt.
What I need this batch to also do is save the output of the cmd prompt work that was done into a text file so I can view it's status. If the batch fails it's not critical, but...
satistic log file (batch file) for download in windows ?
i want to ask you if i can write log (batch file) file on my pc (OS=WINDOWS) Recording everything, and in particular the download from the Internet ?
...