how 2 read login details from server list and execute batch?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
samrat
Posts: 1
Joined: 13 Mar 2014 09:37

how 2 read login details from server list and execute batch?

#1 Post by samrat » 13 Mar 2014 09:53

Hi All,

I am using this great script from http://www.dostips.com/DtTipsFtpBatchSc ... lyNewFiles. What I want to do is connect to multiple servers and execute same script again, login details of servers are stored in separate serverlist.txt as:

server_ip1 username1 password1
server_ip2 username2 password2
server_ip3 username3 password3 and so on.

I also wish that I could create a log.txt file for whole process..

I am new to ftp and batch files. Any help will be much appreciated.

Thanks in advance.

:?:

Post Reply