Search found 10 matches

by nairnmonster3981
10 Jun 2023, 10:25
Forum: Ask for Help (v1)
Topic: Compiling three scripts
Replies: 4
Views: 296

Re: Compiling three scripts

I'm not an expert, but if you really want to have them as separate ahk files, try modifying the sample code in the help docs that Mike suggested. If you want to combine them, maybe you can have the autoclicker code as a function, then call that function(?) Also, I think the CoordMode, Mouse, settin...
by nairnmonster3981
10 Jun 2023, 09:48
Forum: Ask for Help (v1)
Topic: Compiling three scripts
Replies: 4
Views: 296

Re: Compiling three scripts

Send a Pause command to another script Excuse my rudimental thinking, but I assigned pause to a key in script 1, then when script 2 runs at the timed intervals, it runs one of 2 scripts that both start with sending the binding key. But it does not pause. Script 1 is running on loop, script 2 is run...
by nairnmonster3981
10 Jun 2023, 03:56
Forum: Ask for Help (v1)
Topic: Compiling three scripts
Replies: 4
Views: 296

Compiling three scripts

Hi there, I have two scripts that do point and click on a number of things. They have been run separately, but I now need to have it run as one. What I am trying to do is have script 1run as a constant loop then script 2 pause script 1, run at the time intervals set then resume script 1 once complet...
by nairnmonster3981
25 Apr 2023, 14:37
Forum: Ask for Help (v1)
Topic: Microsoft Teams not receiving commands
Replies: 11
Views: 1789

Re: Microsoft Teams not receiving commands

No expert here - but still looks like a privileges issue to me. I am not sure about your command line approach. Didn't you try the simple right-click on the ahk-file > Run as admin , or https://www.autohotkey.com/docs/commands/Run.htm#RunAs ? Gregster: Yes , I already tried that solution, same resu...
by nairnmonster3981
25 Apr 2023, 00:34
Forum: Ask for Help (v1)
Topic: RDP & Teams input stopped working
Replies: 1
Views: 186

RDP & Teams input stopped working

Hi there, So I have a little very rudimental(It works) script I made to click the mouse around the screen. I have multiple RDP sessions all running in windowed open and alerts on teams that need acknowledged. The script just moves around them clicking in order and keeps the sessions alive. Today, fo...
by nairnmonster3981
27 Jun 2021, 12:17
Forum: Ask for Help (v1)
Topic: Timed schedule for multiple scripts
Replies: 8
Views: 1058

Re: Timed schedule for multiple scripts

That simplified script is working. But I can't get my head around how it works.

Think I just need to spend time reading and playing more. I didn't know the possibilities of AHK were pretty much limitless.

Thanks again for the help. Couldn't have done it without your input and time.
by nairnmonster3981
27 Jun 2021, 11:47
Forum: Ask for Help (v1)
Topic: Timed schedule for multiple scripts
Replies: 8
Views: 1058

Re: Timed schedule for multiple scripts

Here is a simplification if easier to follow. #Persistent SetTimer, Chronos, 60000 SetTimer, Stop, % -1000 * 60 * 60 * 10 SoundBeep, 1500 Chronos: If A_Min in 00,30 Run "C:\Users\user\OneDrive - work\Documents\Autohotkey\0.ahk" If A_Min in 05,35 Run "C:\Users\user\OneDrive - work\Documents\Autohotk...
by nairnmonster3981
27 Jun 2021, 11:18
Forum: Ask for Help (v1)
Topic: Timed schedule for multiple scripts
Replies: 8
Views: 1058

Re: Timed schedule for multiple scripts

mikeyww wrote:
27 Jun 2021, 11:12
Could be. Here is another way.
Thanks so much for the help.

How can I go learning this myself, I very much appreciate the help but really want to be learning this myself to help others.

The tutorials are good but I struggle to take it to the next level.
by nairnmonster3981
27 Jun 2021, 09:36
Forum: Ask for Help (v1)
Topic: Timed schedule for multiple scripts
Replies: 8
Views: 1058

Re: Timed schedule for multiple scripts

One easy way to run scripts at specific times is to set the Windows Task Scheduler to run your scripts. Use the full path to AutoHotkey.exe as the program, and the full path to your script as the argument. Thanks for the reply, I did think of that. But would that not mean setting up 20 different sc...
by nairnmonster3981
27 Jun 2021, 07:17
Forum: Ask for Help (v1)
Topic: Timed schedule for multiple scripts
Replies: 8
Views: 1058

Timed schedule for multiple scripts

Hi there, I've been trying my best to get this working. I have two scripts to move the mouse and click. I need them to happen 2 times per hour for each one. I can get a single timer schedule working. But trying to add more I'm out of my depth. Been going though loads in the hope of sorting it or at ...

Go to advanced search