How to Autorun all Scripts I have created at Logon.....? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
psilo
Posts: 1
Joined: 24 Sep 2017, 10:40
Contact:

How to Autorun all Scripts I have created at Logon.....?

24 Sep 2017, 10:48

Hey guys!

I am new to using AutoHotkey but I am a little familiar with writing scripts; apparently not familiar enough to know the answer to this question though.

I have written a couple scripts so far and I understand how to run and use them but I am wondering how I could automate running all scripts I have created in a given folder when I logon to Winows. :D

There must be a simple way to do this.

Thanks for Your Help in Advance! :bravo:
egocarib
Posts: 100
Joined: 21 May 2015, 18:21

Re: How to Autorun all Scripts I have created at Logon.....?  Topic is solved

24 Sep 2017, 13:41

Create a new script that will launch all your other scripts:
* Use a file loop to find all the .ahk files in the directory.
* Use the Run command to run each of them.
* Make this new script run automatically at startup (put a shortcut to it in your Windows startup folder; you can find instructions online)

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: RandomBoy and 385 guests