| View previous topic :: View next topic |
| Author |
Message |
h4xx0r n00bl37
Joined: 14 Mar 2008 Posts: 56
|
Posted: Mon Apr 28, 2008 5:18 am Post subject: How would I make somthing run automaticaly through E-mail? |
|
|
| I got this idea of being able to use my home computer from any computer by sending it commands through E-mail but I can't figure out how to make the script open by itself when it arrives in my E-mail anyone know how? |
|
| Back to top |
|
 |
SomeGuy
Joined: 21 Apr 2008 Posts: 96 Location: somewhere
|
Posted: Mon Apr 28, 2008 5:25 am Post subject: |
|
|
if you use gmail, Ian has posted a script to get the rss feed for your inbox. The idea would be to check every x seconds to see if a message with a specific title is there.......the only issue would be marking the completed ones as "read".....
another option is to use Outlook (maybe thunderbird?) and set it up to run a program (your script) when an email that matches is received...... |
|
| Back to top |
|
 |
Z Gecko Guest
|
Posted: Mon Apr 28, 2008 5:49 am Post subject: |
|
|
here http://www.autohotkey.com/forum/topic26104.html is an complete ahk-emailer.
You can strip out the receiver-part
and make it store and run included ahk-scripts (othere exetubles as well). |
|
| Back to top |
|
 |
|