07-03-2008 08:07 AM
07-03-2008 08:18 AM
07-03-2008 08:26 AM - edited 07-03-2008 08:28 AM
I tried it with the cmd /c and without, happens the same thing with both.
My .bat file looks like this:
ftp -i -A -s:ftp.txt xxx.xxxx.xxx
And in the ftp.txt are the commands he shall do.
I tried it also with putting the command directly in there (with cmd /c) and putting the paramters in the standard input input.
07-03-2008 08:57 AM - edited 07-03-2008 08:59 AM
Hi Blanky,
try this. This works for me. It load the file, but because i have an empty file i get an error message, but it should work for you.
The path shall be a path to a directory (without the filename).
Hope it helps.
Mike
07-03-2008 08:58 AM
Ah, very nice, it works
thank you very much
07-03-2008 09:17 AM