poisonkiller Posted October 1, 2005 Posted October 1, 2005 I want email some text from a .txt file. How can i do it? BTW: I DOESNT WANT MAKE KEYLOGGER OR SOMETHING LIKE KEYLOGGER!!! Thanks!
w0uter Posted October 1, 2005 Posted October 1, 2005 see this post http://www.autoitscript.com/forum/index.ph...ndpost&p=113012 My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
poisonkiller Posted October 2, 2005 Author Posted October 2, 2005 Is this send file to somebody email? I mixed some code and i get this: $To = "XXXXX@hotmail.com" $Site = "hotmail.com" $FILE = FileOpen("iiii.txt") $LINE1 = FileReadLine($FILE) RunWait(@ComSpec & $LINE1 & $To, "", @SW_HIDE)
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