AutoHotkey Community

It is currently May 23rd, 2012, 9:54 pm

All times are UTC [ DST ]


Search found 10 matches
Search these results:

Author Message

 Forum: Support   Topic: Running psexec.exe [Solved]

 Post subject: Running psexec.exe [Solved]
Posted: March 1st, 2010, 2:52 pm 

Replies: 7
Views: 4263


Thanks you very much Guest That did the trick, marvelous! Just had to: 1. Remove the speech marks around the PSExec_params variable - for some reason PSExec does not like those at all! 2. Change the PSExec_exe variable to "psexec.exe" I like vars as well, because they allow you to quickly ...

 Forum: Support   Topic: Running psexec.exe [Solved]

 Post subject: Running psexec.exe
Posted: March 1st, 2010, 12:55 pm 

Replies: 7
Views: 4263


Thanks very much Aaffe That does not display the CMD window and the program launches correctly, however it is still visible as running in the Windows Task Manager. If I kill the process in the TaskManager the EXE continues to run OK... Should I try and use the WinKill or WinClose commands? Cheers an...

 Forum: Support   Topic: Running psexec.exe [Solved]

 Post subject: Running psexec.exe
Posted: March 1st, 2010, 11:03 am 

Replies: 7
Views: 4263


Thanks Tonne, that worked a treat once I had removed the quotes around the Var and the "psexec" from the Var...

Is there any way to close the CMD window, while leaving the EXE running please?

Cheers

 Forum: Support   Topic: Running psexec.exe [Solved]

 Post subject: Running psexec.exe [Solved]
Posted: March 1st, 2010, 4:57 am 

Replies: 7
Views: 4263


I was wondering if anyone could shed some light on running psexec.exe please? I have tried all sorts to get the program to run correctly all have not worked i.e. varPSExecVariable = "psexec \\computername C:\demo.exe" #x::Run, C:\RemoteTools\psexec.exe %varPSExecVariable%, C:\RemoteTools\ ...

 Forum: Support   Topic: Launched game menu screen not active

Posted: June 24th, 2008, 11:32 pm 

Replies: 3
Views: 155


Also tried launching the game using a batch file, that works OK... However if I use AHK to run the batch file the same problem happens, the menu screen that has loaded up does not respond to mouse clicks! Might have to try it the other way round - launch the game from a batch file and after a pause ...

 Forum: Support   Topic: Launched game menu screen not active

Posted: June 24th, 2008, 9:37 am 

Replies: 3
Views: 155


My manual clicks in the Menu screen...

Cheers

 Forum: Support   Topic: Launched game menu screen not active

Posted: June 24th, 2008, 1:42 am 

Replies: 3
Views: 155


Hi folks - can anyone help please? I'm launching a game using AHK with the following code: #e:: Run "C:\Razorworks\cohokum\cohokum.exe",,, PID Winwait, ahk_pid %PID% WinActivate Return The game starts and loads OK, however when it gets to the menu screen mouse clicks are not being register...

 Forum: Support   Topic: [Solved] Set a range for a Joystick throttle

Posted: June 20th, 2008, 11:50 pm 

Replies: 4
Views: 426


Thanks chaps, worked a treat... #Persistent,, SetTimer, WatchJoyZAxis, 25 Old_Throttle := 1 WatchJoyZAxis: Current_Throttle := 1+Floor(GetKeyState("JoyZ", "P") / 16.50) ; gives 6 zones If ( Current_Throttle > Old_Throttle ) { Send {,} ; Send...

 Forum: Support   Topic: [Solved] Set a range for a Joystick throttle

Posted: June 10th, 2008, 12:02 pm 

Replies: 4
Views: 426


Thanks VxE I'll give this a try later...

Cheers

 Forum: Support   Topic: [Solved] Set a range for a Joystick throttle

Posted: June 10th, 2008, 1:48 am 

Replies: 4
Views: 426


Hi chaps Wondered if anyone could help please? I have a joystick throttle that I need to fire an action only once per range as the throttle moves up and down from 0 to 100%. So the ranges would be: 0-20%, 21-40%, 41-60%, 61-80% and 81-100%. On the way up it needs to send the "<" key press ...
Sort by:  
Page 1 of 1 [ Search found 10 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group