Dasttann777 Posted May 17, 2012 Posted May 17, 2012 My Dad has asked me to create a program that will scan and read all documents on the whole computer, and then write in a separate file all of the email addreses that were found in the files. I am wondering, should I use Autoit, which I am more comfortable using, or C++, which is a little harder, but has a lot more help in this criteria. So, what do you think? Check out my new site!Current Projects:[list][*]Hunter Console - A Small Gadget[*]HunterPad - Basic Notepad aimed at Programmers[*]Betters UP! - Betting Game[/list]
stormbreaker Posted May 17, 2012 Posted May 17, 2012 AutoIt is the best (easiest in fact) option for you. All you need to do is load a document using fileread and do StringInStr to search for '@' and others like '.com', '.edu', '.org' etc. and then write down the e-mail addresses. You can also use 'find' utility for this purpose alongwith AutoIt. ---------------------------------------- :bye: Hey there, was I helpful? ---------------------------------------- My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1
FaridAgl Posted May 17, 2012 Posted May 17, 2012 (edited) Indeed, AutoIt. Edited May 17, 2012 by D4RKON3 http://faridaghili.ir
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