Hi,
I'm not sure this is the right area or forum. I have a program that, upon opening, should run a batch file that connects to a server and downloads a new file via FTP.
The FTP batch file works beautifully on its own, opening in a dos window, verifying, and then downloading.
But when I run the batch file from Filemaker (v7),it tries to connect to the server through a Windows-type window, an hence stops working.
The batch file is
@echo on
cls
Title "Getting News Items"
ftp -s:get.txt
quit
which then calls upon the get file, which is
binary
prompt n
mget *.mer
quit
As I say, it works a treat on its own, but I cant get it to go from Filemaker..
Any help would be appreciated
Dave :)