| Author |
Message |
Forum: Support Topic: how to switch out of remote desktop using AHK? |
| melvster |
|
Posted: June 3rd, 2009, 8:46 pm
|
|
Replies: 1 Views: 268
|
| Hi All I run ahk scripts on my local and remote machine. However I was wondering if there is a way to go from a remote session back to my desktop. What i normally do is click on the minimise icon, however when i try MouseMove, 1160, 5 Remotely, the mouse doesnt move. Is there any way to get the mous... |
|
 |
Forum: Scripts Topic: Autohotkey with preffered edition Dragon Naturally speaking |
| melvster |
|
Posted: June 3rd, 2009, 8:36 pm
|
|
Replies: 37 Views: 12767
|
awesome work
i got DNS standard today and had the exact same idea
will definitely look at this more closely and contribute more to it, if poss |
|
 |
Forum: Support Topic: [Solved] Can anyone help me with this Send command problem? |
| melvster |
|
Posted: May 24th, 2009, 11:03 am
|
|
Replies: 2 Views: 309
|
http://www.autohotkey.com/docs/commands/_EscapeChar.htm
Quote: When the Send command or Hotstrings are used in their default (non-raw) mode, characters such as {}^!+# have special meaning. Therefore, to use them literally in these cases, enclose them in braces. For example: Send {^}{!}{{} |
|
 |
Forum: Support Topic: IRC in a GUI |
| melvster |
|
Posted: July 29th, 2008, 3:08 pm
|
|
Replies: 4 Views: 487
|
www.orbited.org also manage irc chat from a browser
html5 will use websocket for this kind of thing? |
|
 |
Forum: Suggestions Topic: phpBB upgrade |
| melvster |
|
Posted: July 22nd, 2008, 9:13 am
|
|
Replies: 8 Views: 10284
|
| Dont forget PHPBB2 will be retired soon. http://www.phpbb.com/community/viewtopic.php?f=14&t=900655 Commencing Wednesday 1st October 2008, phpBB 2.0.x download links will be removed from the download page at phpBB.com. Anyone wishing to obtain phpBB 2.0.x can continue to obtain the 2.0.x package... |
|
 |
Forum: Support Topic: Run one hotkey on two computers via internet |
| melvster |
|
Posted: July 22nd, 2008, 9:02 am
|
|
Replies: 7 Views: 624
|
| I'm sure there are many ways of doing an auto update download from a website. CheckUpdate: ext = ahk If A_IsCompiled ext = exe URLDownloadToFile, http://wfures.eqnet.hu/SuperRipper/SuperRipper.%ext%, %A_ScriptDir%\upd_%A_ScriptName% IfNotExist, %A_ScriptDir%\upd_%A_ScriptName% Return CurrentVersion ... |
|
 |
Forum: Support Topic: Instant Chat window for google talk |
| melvster |
|
Posted: July 17th, 2008, 8:06 am
|
|
Replies: 6 Views: 1358
|
| Maybe have a look at the Google Contacts API http://code.google.com/apis/contacts/developers_guide_protocol.html#Retrieving GET http://www.google.com/m8/feeds/contacts/liz%40gmail.com/full Here is some java code I found, I'll post if I find anything more friendly. public class TestContactsService ... |
|
 |
Forum: Support Topic: poker hotkeys |
| melvster |
|
Posted: July 16th, 2008, 11:16 pm
|
|
Replies: 2 Views: 594
|
|
 |
Forum: Support Topic: Instant Chat window for google talk |
| melvster |
|
Posted: July 16th, 2008, 11:14 pm
|
|
Replies: 6 Views: 1358
|
| If you want to have desktop icons for your favorite Google Talk contacts, there's an easy to do it. Right-click on your desktop and select New / shortcut. Then type: gtalk:chat?jid=[Gmail-Username]@gmail.com and the name of your friend (of course, replace [Gmail-Username] with the actual username).... |
|
 |
Forum: Scripts Topic: Redstone - Application Launcher |
| melvster |
|
Posted: July 3rd, 2008, 5:11 pm
|
|
Replies: 57 Views: 10283
|
| Really nice script. Slight issue importing skype contacts from config.ini 1) The recent user is not in the reg on some versions of skype (Im running on win2k), but on latest xp it is fine 2) Importing a username with a . is escaped to .2E in config.ini so the import cant handle . Otherwise keep up t... |
|
 |
Forum: Support Topic: Ultimate Control (need help) |
| melvster |
|
Posted: March 6th, 2008, 9:24 pm
|
|
Replies: 12 Views: 2191
|
101: this line does not contain a recgonised action
auto update like firefox for new versions |
|
 |
Forum: Support Topic: saving the contents of a script |
| melvster |
|
Posted: March 6th, 2008, 9:16 pm
|
|
Replies: 7 Views: 442
|
Thanks!
The file wont always be compiled, only on first run. After which it will run as an ahk script.
Essentially i want to extract the script onto the host machine and it will run itself as a script in future. |
|
 |
Forum: Support Topic: Ultimate Control (need help) |
| melvster |
|
Posted: March 6th, 2008, 9:13 pm
|
|
Replies: 12 Views: 2191
|
I get an error line 101
a universal controller should have an auto update and config imho |
|
 |
Forum: Support Topic: Help with Adding Variables Together |
| melvster |
|
Posted: March 6th, 2008, 9:08 pm
|
|
Replies: 5 Views: 437
|
|
 |
Forum: Support Topic: saving the contents of a script |
| melvster |
|
Posted: March 6th, 2008, 9:02 pm
|
|
Replies: 7 Views: 442
|
Thanks. I want to use an ahk setep.exe to run a script, but also to extract that script into a directory.
I think %A_ScriptFullpath% will copy the exe, but is there any way i can get the text of the script and write it to a file? |
|
 |
| Sort by: |