The title pretty much says it all. What i am trying to accomplish is the following,
I have 12 Directories each which will contain 12 files. I want to create a script that will run everyday at midnight, at that time it needs to randomly select one of the 12 directories and copy all 12 files in that directory to another location. It will also need to delete any files in the destination directory before it copies the new files over.
Thanks,
Heinrich