I have been trying to set up a bat and script file to ftp an access Db. I can do it manually but would like to call it from a macro and set it up on a schedular.
my bat:
ftp -s D:\Data\RFC\Blazent\BlazentFTP.txt
My script in a txt file:
open 1XX.1XX.1XX.75
blazent (ID)
Start123 (PWD
binary
hash
Put D:\Data\RFC\Blazent\Blazent1.mdb
bye
The dos window opens and scrolls a line forever acting like it is not opening the script. Anyone have any ides what's wrong. Using XP and Access 2002 but the Access version shouldn't come into play.
Thanks.
my bat:
ftp -s D:\Data\RFC\Blazent\BlazentFTP.txt
My script in a txt file:
open 1XX.1XX.1XX.75
blazent (ID)
Start123 (PWD
binary
hash
Put D:\Data\RFC\Blazent\Blazent1.mdb
bye
The dos window opens and scrolls a line forever acting like it is not opening the script. Anyone have any ides what's wrong. Using XP and Access 2002 but the Access version shouldn't come into play.
Thanks.