| Author |
Message |
Forum: Support Topic: remove duplicate e-mail addresses from a text file? |
| c8ped8p |
|
Posted: February 21st, 2012, 7:34 am
|
|
Replies: 4 Views: 106
|
| thanks a lot. Once I'm out of this time crunch I'll pick it apart and figure out how it works. |
|
 |
Forum: Support Topic: remove duplicate e-mail addresses from a text file? |
| c8ped8p |
|
Posted: February 21st, 2012, 5:00 am
|
|
Replies: 4 Views: 106
|
| I have a text file of e-mail addresses that I painstakingly extracted from old invoices for my small business. Thing is, now it's full of duplicate e-mails... Is there a way to extract all duplicates and only leave one instance of each address in the text file with AHK? Was given a tip to search for... |
|
 |
Forum: Support Topic: jedi tips to extract text |
| c8ped8p |
|
Posted: February 8th, 2012, 10:14 pm
|
|
Replies: 8 Views: 348
|
@Odlanir
actually I was looking for a way to incrementally move from specific lines to the next in a text file but realized I could do this with notepad++ and some regular expressions searching. That neat script will help me with something else so thank you and cheers. |
|
 |
Forum: Support Topic: jedi tips to extract text |
| c8ped8p |
|
Posted: February 7th, 2012, 9:06 am
|
|
Replies: 8 Views: 348
|
| @Odlanir couldn't get yours to output anything when changing the name of the txt file to ebay.txt @dmg after reading up on loop read file operations I was able to change my file to text.txt and put it in same folder as your code then was able to output to a new text with just those lines. The proble... |
|
 |
Forum: Support Topic: jedi tips to extract text |
| c8ped8p |
|
Posted: February 6th, 2012, 8:43 am
|
|
Replies: 8 Views: 348
|
| Sure, the lines I need to search out all start with "subject:" and as you can see where I bolded below (2 examples from a large text file) one has statue in it - lines with that word need to be excluded in the incremental search. Hope that makes sense? Subject: eBay Store Inventory Sold: s... |
|
 |
Forum: Scripts Topic: Listbox with incremental search |
| c8ped8p |
|
Posted: February 6th, 2012, 7:34 am
|
|
Replies: 25 Views: 20514
|
| will listbox or kollector allow me to look for lines of words in a txt file and be able to exclude showing those lines if they contain a specific keyword? An example would be display all "Item sold:" instances in the file but exclude showing them if the line has the keyword "statue&qu... |
|
 |
Forum: Support Topic: jedi tips to extract text |
| c8ped8p |
|
Posted: February 6th, 2012, 7:00 am
|
|
Replies: 8 Views: 348
|
| Does anyone know if a script exists that will look for lines of words in a txt file and has the ability to exclude showing those lines if they contain a specific keyword? An example would be display all "Item sold:" instances in the file but exclude showing them if the line has the keyword... |
|
 |
Forum: Support Topic: extract e-mail from the body of e-mail? |
| c8ped8p |
|
Posted: January 25th, 2012, 11:51 pm
|
|
Replies: 9 Views: 247
|
| http://www.autohotkey.com/forum/post-458123.html#458123 Totaly out of topic... He want to retrieve the text of an email without copy/past I think. I don't have Thunderbird from here, but you can try something like : IfWinActive [i]ThunderBird Window[/i] ControlGetText [i]Var[/i], [i]Control (cl... |
|
 |
Forum: Support Topic: extract e-mail from the body of e-mail? |
| c8ped8p |
|
Posted: January 25th, 2012, 9:50 am
|
|
Replies: 9 Views: 247
|
| Thanks, saw that on a search but looks like it only extracts from a text file not an email address from the body of an e-mail? |
|
 |
Forum: Support Topic: extract e-mail from the body of e-mail? |
| c8ped8p |
|
Posted: January 25th, 2012, 9:14 am
|
|
Replies: 9 Views: 247
|
| Long story short, I lost my contacts from an old e-mail but I have their e-mail/details in the body of invoices that I forwarded to my current address. I've been copying thousands of e-mail out out by hand, but am realizing I'll have carpal tunnel before it's done. Is there anything made with AHK th... |
|
 |
| Sort by: |