I have never programmed in VBScript before, and looking at the FileSystemObject, I can't figure out quite how to do what I need to do.
I need to be able copy the folder structure and contents from one folder on one server (and I would need to be able to specify exactly where that folder is). So I need the 'Blah' folder and all its content, but I would need to be able to indicate exactly where Blah is (ie: c:\test\Blah or d:\Blah or d:\Blahblah\blah.
I would need to then somehow create an executable which I could then ftp to another domain and server, double click the executable, and specify where to recreate the 'blah' folder and all its contents.
Any thoughts? I hope I explained that well enough.
I need to be able copy the folder structure and contents from one folder on one server (and I would need to be able to specify exactly where that folder is). So I need the 'Blah' folder and all its content, but I would need to be able to indicate exactly where Blah is (ie: c:\test\Blah or d:\Blah or d:\Blahblah\blah.
I would need to then somehow create an executable which I could then ftp to another domain and server, double click the executable, and specify where to recreate the 'blah' folder and all its contents.
Any thoughts? I hope I explained that well enough.