... and all three folders have files in them I want to be able to toss the source, c temp, at the a script and copy everything in c temp and all subfolders below it ...
My VBScript skills aren't very strong. I've found a few examples of how to rename files/compare dates on them, but I'm having trouble integrating it all. What I'm looking to do is to copy a directory ...
programmatically access the file system and create, modify, delete, open, and close files for different purposes. To open/create a file in VBScript, you must create a handle on the FileSystemxxx ...