I have a FTP file to connect a FTP site.
ftp -i -sc:\PATH\batchFile.txt IP.IP.IP
This files call a second file file, which contains user name and pass.
Username
PAss
And I want to use this credentials for another file. How can I use an external command to use & reference that credential file for multiple FTP operations?