Saturday 14 September 2013

Useful Batch Script

Before we start creation of the batch script to move even and odd named files to separate folders, we need to know how to create a batch file

How to create a windows Batch file?
               Create a sample text file and change its extension to BAT or bat. Then windows recognizes it as a Batch file and executes the series of commands placed in the batch file.



Here is the code.


Code Explanation: