Batch file in windows
What is a batch file A batch file is a file that you can create in windows to perform some tasks. This file contains windows commands and can be used to automate manual actions. Example, suppose you have a folder that contains some junk files and after every couple of days you need to clean those files. One way is to select all the files that need to be removed one by one and then delete them by pressing delete key. Sounds boring, isn’t it? Another much simpler way is to create a batch file with commands to select those files and remove them. NowRead More →