Hi,

I am unable to run a .bat file by task manager which contains a command to download a file from an FTP, It manually works perfectly (also works in scheduler in Windows XP).

Rest all .bat files runs correctly, problem is only on .bat file which download a file from an FTP.


below is the command which i used.

@Echo off
ftp -s:script.txt 1**.3*.1**.2**


Regards,
Irfan