| Author |
Message |
Forum: Support Topic: Remote trigger from internet / sms etc. |
| m1m3r |
|
Posted: July 28th, 2011, 10:40 am
|
|
Replies: 6 Views: 278
|
| I'm sure this has been asked but a quick search turned up empty so I'm asking anyway.. =) I would like to trigger a script on my workstation based on an event that I send from my handphone / ipad etc. The script content itself is trivial but my question is more of the event/trigger in question. Can... |
|
 |
Forum: Support Topic: Copying file from a mobile device to computer |
| m1m3r |
|
Posted: July 28th, 2011, 10:31 am
|
|
Replies: 4 Views: 138
|
| I'm also trying to figure this out. Want to copy a file from mobile device to computer but can't find a path that works... |
|
 |
Forum: Support Topic: Define position of a starting program or script? |
| m1m3r |
|
Posted: December 27th, 2007, 11:29 am
|
|
Replies: 9 Views: 744
|
Not really, winwaitactive gives the same result as delaying the script. What I want is the application to start on a given position, not to be moved there.
Perhaps there are settings in the registry that one could use - after all, Windows itself (sometimes) remember window positions. |
|
 |
Forum: Support Topic: Define position of a starting program or script? |
| m1m3r |
|
Posted: December 26th, 2007, 10:10 pm
|
|
Replies: 9 Views: 744
|
| I have already tried using WinMove, but since the computer that the script will be running on is not extremely fast and some applications are rather large I had to experiment with different delays (to make sure the application was loaded) or else it did not work. |
|
 |
Forum: Support Topic: Define position of a starting program or script? |
| m1m3r |
|
Posted: December 26th, 2007, 10:15 am
|
|
Replies: 9 Views: 744
|
Thanks, but I accidentally left out some information in my first post - sometimes script 1 will launch other programs that are not compiled AHK scripts.
Since your solution passes xpos and ypos as variables to script 2 this can't be done to a third party application. |
|
 |
Forum: Support Topic: Define position of a starting program or script? |
| m1m3r |
|
Posted: December 26th, 2007, 9:54 am
|
|
Replies: 9 Views: 744
|
From one script I want to run a second script, but the position of this GUI will be dynamically changed based on variables in script 1 - can this be done somehow?
Code: Xpos = variable1 Ypos = variable2
Run, something.exe, Xpos, Ypos
|
|
 |
Forum: Support Topic: AdvancedMediaPlayerInfo.dll |
| m1m3r |
|
Posted: June 20th, 2007, 10:07 pm
|
|
Replies: 7 Views: 2450
|
|
 |
Forum: Support Topic: Winamp: Find current position in a song played |
| m1m3r |
|
Posted: June 19th, 2007, 6:35 pm
|
|
Replies: 13 Views: 913
|
I know this - I'm used to forums and topics having many posters so quoting the post I'm replying to is an old habit.  |
|
 |
Forum: Support Topic: AdvancedMediaPlayerInfo.dll |
| m1m3r |
|
Posted: June 19th, 2007, 9:49 am
|
|
Replies: 7 Views: 2450
|
| Any updates on this topic? |
|
 |
Forum: Support Topic: Winamp: Find current position in a song played |
| m1m3r |
|
Posted: June 19th, 2007, 8:26 am
|
|
Replies: 13 Views: 913
|
| If the playlist is showing the command returns "0" regardless of if the playlist is active or not. I tried various window configurations on mine, I even closed the main window and left nothing but the play list open. It still seemed to work ok Just done a few more checks and I still could... |
|
 |
Forum: Support Topic: Winamp: Find current position in a song played |
| m1m3r |
|
Posted: June 19th, 2007, 12:07 am
|
|
Replies: 13 Views: 913
|
| If the playlist is showing the command returns "0" regardless of if the playlist is active or not. |
|
 |
Forum: Support Topic: Winamp: Find current position in a song played |
| m1m3r |
|
Posted: June 18th, 2007, 11:46 pm
|
|
Replies: 13 Views: 913
|
| Hmm I'm running 5.094 and they both work for me. The only time I don't get a valid number is when winamp is not playing. I'll see what happens after I upgrade. Edit: Ive upgraded to latest version, and still get correct values returned. I've scanned through the options and can see nothing that sugg... |
|
 |
Forum: Support Topic: Winamp: Find current position in a song played |
| m1m3r |
|
Posted: June 18th, 2007, 3:26 pm
|
|
Replies: 13 Views: 913
|
| I get "0" as a reply as well, same Winamp version. |
|
 |
Forum: Support Topic: Start VB-script with parameter |
| m1m3r |
|
Posted: June 18th, 2007, 8:23 am
|
|
Replies: 25 Views: 31868
|
| What I would like to know is if there's any way to use a custom system variable something like this; ExecuteSystemVariable, TTS "%name%" Sorry I don't know the answer to that question. I hope that engunneer gave you the answer you was waiting for. Just an other thing : By doing like this ... |
|
 |
Forum: Support Topic: Start VB-script with parameter |
| m1m3r |
|
Posted: June 18th, 2007, 8:18 am
|
|
Replies: 25 Views: 31868
|
| I was blind - the problem is obvious now that I see it envget, tts, tts name= this is a test run, %tts% "%name%" no Comma!, the comma made %name% the working directory, which is less useful. I've tried all variations of comma placement, if I omit the comma after %tts% I get; Error: Failed... |
|
 |
| Sort by: |