1.

Solve : Cmd, batch file, cant use Ftp, why??

Answer»

i'm making a BATCH file, and i use @FTP in it, but after that no CODE will work anymore, why?What operating system are you using? WinXP or.... ?

Can you post the text of your batch file here? if you mean it wont work after that in a batch file.. its because U need to CREATE a second script

echo myusername>>script.txt
echo mypassword>>script.txt
echo operation1>>script.txt
echo operation2>>script.txt
echo quit>>script.txt
ftp -s:script.txt ftp.yourftp.com



Discussion

No Comment Found