| Author |
Message |
Forum: Scripts Topic: Type like an Egyptian |
| bLisTeRinG |
|
Posted: March 15th, 2007, 11:14 am
|
|
Replies: 21 Views: 5327
|
|
 |
Forum: Support Topic: Onscreen Keyboard |
| bLisTeRinG |
|
Posted: October 17th, 2006, 6:37 am
|
|
Replies: 3 Views: 711
|
|
 |
Forum: Support Topic: Balance |
| bLisTeRinG |
|
Posted: October 17th, 2006, 6:24 am
|
|
Replies: 9 Views: 1573
|
I'm interested in this PAN setting too. Any luck yet? btw, check out my mixer at http://www.autohotkey.net/~bLisTeRinG/.
I don't mind hacking the registry if neccesary either. As you can see from my mixer (above) pan would be great! Hint hint...
Ok, I'll go away now...  |
|
 |
Forum: Support Topic: Send chars to a minimized window containing a batch file? |
| bLisTeRinG |
|
Posted: September 15th, 2006, 8:45 am
|
|
Replies: 13 Views: 1213
|
Thanks, that'd be great!
I'm trying every possible variation of Send, ControlSend, SendEvent, SendInput, etc...
Back soon-ish... |
|
 |
Forum: Support Topic: Send chars to a minimized window containing a batch file? |
| bLisTeRinG |
|
Posted: September 15th, 2006, 8:08 am
|
|
Replies: 13 Views: 1213
|
| Yes, yes... I"m sure it could be done just using batch-files. But I don't want to! I want AHK to do what it should do. The whole tool was written easily in half-an-hour, but this stupid problem has cost me two days. I know ahk can do it, and I want to know why it won't in this particular instan... |
|
 |
Forum: Support Topic: How do I detect the filename? |
| bLisTeRinG |
|
Posted: September 15th, 2006, 7:44 am
|
|
Replies: 3 Views: 962
|
| I've got this shortcut in my sendto folder: "C:\Program Files\Tools\iView\i_view32.exe" I think windows just pastes the filename on the end. You could try %1% instead of the explicit filename. run i_view32.exe %1% /jpgq=80 /convert=new.jpg But. You'll have to do some string-splitting on th... |
|
 |
Forum: Support Topic: Sending commands to a full screen game |
| bLisTeRinG |
|
Posted: September 15th, 2006, 7:23 am
|
|
Replies: 9 Views: 1262
|
Don't try this:
Code: PostMessage, 0x100,,,, ahk_pid %Bat_PID%
I hung my computer. Had to switch off the power!!
 |
|
 |
Forum: Support Topic: Sending commands to a full screen game |
| bLisTeRinG |
|
Posted: September 15th, 2006, 6:58 am
|
|
Replies: 9 Views: 1262
|
| yep. tried ControlSend. Didn't work. I'll go have a look at that reference. Maybe it's something really dopey that I've missed, but I been over and over it and can't find anything. ...time passes... Checked the reference. No good. In that case the window is visible. I have no trouble sending to a vi... |
|
 |
Forum: Support Topic: Send chars to a minimized window containing a batch file? |
| bLisTeRinG |
|
Posted: September 15th, 2006, 6:14 am
|
|
Replies: 13 Views: 1213
|
| I just updated and tried SendEvent and SendInput but just as before with Send, the window has to be visible. But I want it minimized. |
|
 |
Forum: Support Topic: Sending commands to a full screen game |
| bLisTeRinG |
|
Posted: September 15th, 2006, 6:06 am
|
|
Replies: 9 Views: 1262
|
| Ok, I'm updated, tried both SendInput and SendEvent. I'm using the PID business to make sure the right process is identified. Both Sends work if the window is visible (which I don't want), neither method works when the window is minimised. Here: run, C:\Progra~1\Tools\Comms\Call.bat %1%,C:\Progra~1\... |
|
 |
Forum: Support Topic: Sending commands to a full screen game |
| bLisTeRinG |
|
Posted: September 15th, 2006, 6:01 am
|
|
Replies: 9 Views: 1262
|
Oh.
I'm just going to update AHK to whatever version it's up to. I can't find SendInput or SendEvent.
Back soon... |
|
 |
Forum: Support Topic: Sending commands to a full screen game |
| bLisTeRinG |
|
Posted: September 15th, 2006, 5:16 am
|
|
Replies: 9 Views: 1262
|
Here we go again! I've got this problem (sorry, challenge). Have a look at Peter's solution in the topic:
Quote: Send chars to a minimized window containing a batch file?
Maybe some clever-dick with a deeper knowledge could help? Hello, Chris? Help!  |
|
 |
Forum: Support Topic: Send chars to a minimized window containing a batch file? |
| bLisTeRinG |
|
Posted: September 15th, 2006, 5:10 am
|
|
Replies: 13 Views: 1213
|
| Didn't work! I see the idea - identify the process with Bat_PID, then use it to find the process when unpausing. But it still doesn't work. Perhaps my OS has something to do with it (Win98se), but I wouldn't have thought so. I tried it with my script, then when it didn't work I tried yours, it would... |
|
 |
Forum: Support Topic: Send chars to a minimized window containing a batch file? |
| bLisTeRinG |
|
Posted: September 14th, 2006, 12:32 pm
|
|
Replies: 13 Views: 1213
|
| I'll create a beautiful gui when the methodology works, I absolutely agree. But in the meantime I simply can't send the message to the dos window! Is this a failure, an Autohotkey limitation? I may be misunderstanding the process (it's happened before). But all I want to do is send a message to an e... |
|
 |
Forum: Support Topic: Send chars to a minimized window containing a batch file? |
| bLisTeRinG |
|
Posted: September 14th, 2006, 7:51 am
|
|
Replies: 13 Views: 1213
|
| I must have been a bit sleepy. Here's the full script & the batch file below it: ;;; ModemAsPhone v0.1 ;;; Aureal Vortex is Sound Device 2 gosub mpSaveSet gosub mpCallSet run, C:\Progra~1\Tools\Comms\Call.bat %1%,C:\Progra~1\Tools\Comms,min MsgBox, PhoneCall in progress. `n%1% `nOk when done. Wi... |
|
 |
| Sort by: |