Trying to write a script file which will create a directory on another drive with the following folders
Monday
Tuesday
Wednesday
Thursday
Friday
Then copy the contains of a directory
c:\documents and settings\ profile name\My documents\*.*
to the correct folder above depending on what day it is. I want the script to over write all files and folders within the folder its copying too. I want it to also copy all sub folder and hidden files from
c:\documents and settings\ profile name\My documents\*.*
to the said folders as well.
How do i write this script.
Monday
Tuesday
Wednesday
Thursday
Friday
Then copy the contains of a directory
c:\documents and settings\ profile name\My documents\*.*
to the correct folder above depending on what day it is. I want the script to over write all files and folders within the folder its copying too. I want it to also copy all sub folder and hidden files from
c:\documents and settings\ profile name\My documents\*.*
to the said folders as well.
How do i write this script.