AutoLauncher
Posted: 10 Oct 2016, 03:18
Hello,
I will present to you : AutoLauncher.ahk
The idea behind this is simple, you can execute an autohotkey script which is upload on Internet.
With this you can update your script and the users can have the updates instantaneously.
The project is on GitHub at this page : https://github.com/CaptainOsi/AutoLauncher
(Unfortunately, i can't share the script in this place because this will be contains too many characters. )
And the .ahk script is on this webpage :
https://github.com/CaptainOsi/AutoLaunc ... uncher.ahk
First you have to upload your script on the internet.
Second, you can download the autolauncher.ahk file. And you just have to change the url by your url.
Thank you for your comments.
Osi,
I will present to you : AutoLauncher.ahk
The idea behind this is simple, you can execute an autohotkey script which is upload on Internet.
With this you can update your script and the users can have the updates instantaneously.
The project is on GitHub at this page : https://github.com/CaptainOsi/AutoLauncher
(Unfortunately, i can't share the script in this place because this will be contains too many characters. )
And the .ahk script is on this webpage :
https://github.com/CaptainOsi/AutoLaunc ... uncher.ahk
First you have to upload your script on the internet.
Second, you can download the autolauncher.ahk file. And you just have to change the url by your url.
byurlscript := "http://url"
After, you can create an executable and distributing to your users. When you change the script which has uploaded, the users can have the updates.urlscript := "http://your_url_that_contains_ur_script"
Thank you for your comments.
Osi,