Hi, im trying to make a batch file that copies a directory on one drive, and creates a new directory named the current date on another and dumps the data there.
this is to backup the contents of that directory
below is what i want to do
make dir
C:\UNI_BACKUP\{date}
({date} being todays date)
copy
D:\FILE_SVR\UNI to C:\UNI_BACKUP\{date}
thanks for ya help people
