Clever1mba Posted May 29, 2005 Posted May 29, 2005 (edited) helloi have problem cmd telnet using autoit when i run this telnet mx1.mail.yahoo.com 25 command using RunWait() it complete successfully now how to wait until this telnet mx1.mail.yahoo.com 25 command complete and go for next command LikeC:>telnet mx4.mail.yahoo.com 25 now it must wait until connection establihed after establishing connection then go for next command MAIL FROM:<snip> now again same wait Edited November 8, 2012 by Melba23
w0uter Posted May 29, 2005 Posted May 29, 2005 maby a .bat/.cmd file ? My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
flyingboz Posted May 29, 2005 Posted May 29, 2005 I would think that this is what the stdout / stderr console commands were designed for, though I haven't personally checked / used them. The other option would be to grab the text from the command window, parse it, and base your logic / loops on that... If the right settings are enabled in the dos box, you can use mouse/keyboard commands to grab the text into the clipboard. Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.
t0ddie Posted May 29, 2005 Posted May 29, 2005 (edited) i tried this with a .bat file.. but could not get past the telnet command. the .bat would run telnet and connect, and then none of the other commands were written to the screen. lol Edited May 29, 2005 by t0ddie Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now