Batch won't exit
Hello,
I have a batch that doesn't exit and reconnect indefinitely.
The Batch:
option reconnecttime 1
option batch abort
option confirm off
OPEN ftp://xxxx:yyyy@ftp.wwww.com -passive
LCD "D:\"
PUT "xxxxx.zip"
CLOSE
exit
The Result:
In the attached image.
Why doesn't the script auto abort? I am using option batch abort. Am I missing something ?
Thanks in advance for your help.
I have a batch that doesn't exit and reconnect indefinitely.
The Batch:
option reconnecttime 1
option batch abort
option confirm off
OPEN ftp://xxxx:yyyy@ftp.wwww.com -passive
LCD "D:\"
PUT "xxxxx.zip"
CLOSE
exit
The Result:
In the attached image.
Why doesn't the script auto abort? I am using option batch abort. Am I missing something ?
Thanks in advance for your help.