Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

ftp script into telnet session

$
0
0

I have a script that is supposed to change the format of a TXT for EDI purposes. However It is also supposed to answer O to overwrite the file in the directory at the prompt but does not. Then take the ouput file and change the case of the file to lower case. Finally run an ftp script the puts the file in a directory.

fixtext.exe oenppo.txt qoenppo to /63 O lowercase.exe qoenppo

ftp -s qftp.bat telnet <ip>

I have not done much scripting so go easy on me. I am not sure what I am doing. I can run each file on their own and it works.

would I also be able to call a script that would run a series of commands in the telnet session.



Viewing all articles
Browse latest Browse all 15028

Trending Articles