I have to write some batch/dos script in windows which will put the files in UNIX box. But the path and filenames are getting changed every year and month respectively in windows.
Suppose a directory in windows at path C:/2009MICS which will hold the files for whole year( 12 files). My batch will run monthly and should pick the files for respective months only. e.g if my batch is running in Feb,09. It should pick and transfer the file for feb month from 2009MICS folder.