Jump to content

C++ or Autoit?


Recommended Posts

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]
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...