Hello,
I'm having an issue where I'm trying to create a script that parses through
an input file where the lines in the input file is a folder path or a file
name with the full path to the file, and that file or folder needs to be
copied over to another location. For instance, the input file would look like
this:
c:\webroot\www.sheeltest.org\files\pdf\test1.pdf
c:\webroot\www.sheeltest.org\files\pdf\test2.pdf
c:\webroot\www.sheeltest.org\meeting\testmeeting\testmeeting.pdf
c:\webroot\www.sheeltest.org\meeting\2008meeting\
The destination for these files would be:
c:\webroot\www.sheelprod.org\files\pdf\test1.pdf
c:\webroot\www.sheelprod.org\files\pdf\test2.pdf
c:\webroot\www.sheelprod.org\meeting\testmeeting\testmeeting.pdf
c:\webroot\www.sheelprod.org\meeting\2008meeting\
Is there a way to do this? Any help is appreciated.
Thanks a lot!
Sheel