Firstly i would like to thank the creator of this website as my problem was solved by the cript that was provided on the website.
Now to the problem i am facing. This script works perfectly on my Windows XP SP3 but fails to download a file in Windows 7.
I have an ftp server from which i would be downloading a file daily, namely "rainbo.exe" .
I download the script called "FTP - Automatic Login - Automatically login to your FTP session with a single click" and modified it to also switch to binary mode and download the file, "rainbo.exe" .
The following is the command in the batch:[ with username and password not shown

@ftp -i -s:"%~f0"&GOTO:EOF
open ftp.*hidden*.com
<Username>*hidden*
<password>*hidden*
binary
get rainbo.exe
Please help me as this script is working flawlessly in windows Xp SP3 but fails to download the file, it just makes a temp file and not download or show any error in windows 7.
Thank you in advance