I've created a batch file that copies two .MDB files to a Zip disk. It creates a new directory on the Zip disk and copies the files into it.
What I would like to do is call the new directory by todays date (i.e. in the mm-dd-yy format) and then copy the specified files into the newly made directory. How do I call the directory by the date and in turn, how do I move the files to that new directory if the ever changing date specifies the name of the directory?
any ideas guys?
thanks in advance,
Marcus
What I would like to do is call the new directory by todays date (i.e. in the mm-dd-yy format) and then copy the specified files into the newly made directory. How do I call the directory by the date and in turn, how do I move the files to that new directory if the ever changing date specifies the name of the directory?
any ideas guys?
thanks in advance,
Marcus