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.
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.fixtext.exe oenppo.txt qoenppo to /63 O lowercase.exe qoenppo
ftp -s qftp.bat telnet <ip>
would I also be able to call a script that would run a series of commands in the telnet session.