M
mike
Any help with this would be great. I have a dbf file that
is automatically update on my C drive everyday. What
actually happens is I have some vb script that connects to
a sales program, creates a report, and then saves it as a
dbf on my C drive. Then some other scripts send out
reports based on that file.
I'm going out of town for a week so I was hoping to come
up with some code that will also copy the downloaded dbf
file to a Network drive in case the program fails while
I'm gone. That way I can find the problem and run it via
vpn, albeit more slowly.
The dbf file downloads using this line:
Global Const gstrISPMTDdbf As String
= "C:\...\...\...\Shipped.dbf"
Now I was hoping to place a copy of this on:
= "M:\...\...\...\Shipped.dbf"
THANKS!!
is automatically update on my C drive everyday. What
actually happens is I have some vb script that connects to
a sales program, creates a report, and then saves it as a
dbf on my C drive. Then some other scripts send out
reports based on that file.
I'm going out of town for a week so I was hoping to come
up with some code that will also copy the downloaded dbf
file to a Network drive in case the program fails while
I'm gone. That way I can find the problem and run it via
vpn, albeit more slowly.
The dbf file downloads using this line:
Global Const gstrISPMTDdbf As String
= "C:\...\...\...\Shipped.dbf"
Now I was hoping to place a copy of this on:
= "M:\...\...\...\Shipped.dbf"
THANKS!!