| Author |
Message |
Topic: Spotify and AHK |
zzzTAG
Replies: 33
Views: 11653
|
Forum: Ask for Help Posted: Tue Dec 09, 2008 2:39 am Subject: Spotify and AHK |
ok, happy with this for now
SetTitleMatchMode 2
#Persistent
SetTimer, RefreshTrayTip, 1000
playingsave := ""
Gosub, RefreshTrayTip ; Call it once to get it started rig ... |
Topic: Spotify and AHK |
zzzTAG
Replies: 33
Views: 11653
|
Forum: Ask for Help Posted: Tue Dec 09, 2008 2:27 am Subject: Spotify and AHK |
getting there:
SetTitleMatchMode 2
#Persistent
SetTimer, RefreshTrayTip, 1000
playingsave := ""
Gosub, RefreshTrayTip ; Call it once to get it started right away.
return ... |
Topic: Script to monitor a torrentsite for the torrents i want |
zzzTAG
Replies: 2
Views: 229
|
Forum: Ask for Help Posted: Mon Jan 07, 2008 6:19 pm Subject: Script to monitor a torrentsite for the torrents i want |
Thank you!
I'll have a look. |
Topic: Script to monitor a torrentsite for the torrents i want |
zzzTAG
Replies: 2
Views: 229
|
Forum: Ask for Help Posted: Mon Jan 07, 2008 3:26 pm Subject: Script to monitor a torrentsite for the torrents i want |
Hi,
One of my favorite torrent sites does not have a RSS feed service, so I'm trying to write a script that will monitor a webpage when i'm afk and download the torrents i want.
My idea for doin ... |
Topic: Run command wont start sun poker |
zzzTAG
Replies: 2
Views: 219
|
Forum: Ask for Help Posted: Fri Jun 23, 2006 10:19 am Subject: Run command wont start sun poker |
| cheers! that fixed it. Thanks. |
Topic: Run command wont start sun poker |
zzzTAG
Replies: 2
Views: 219
|
Forum: Ask for Help Posted: Thu Jun 22, 2006 8:04 pm Subject: Run command wont start sun poker |
| I've searched the forums and tried to figure this one out, but I cant get it to work. Its a simple task. I'm trying to get a script to execute the launcher.exe file that starts up Sun Poker (www.sunpo ... |
| |