How to control and update compiled exe script from website.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Bero54
Posts: 2
Joined: 01 Feb 2023, 09:11

How to control and update compiled exe script from website.

Post by Bero54 » 01 Feb 2023, 09:33

I want to make an exe compiled script which can be update after editing with webpage so it will be easier to distribute script to multiple people time to time...

User avatar
mikeyww
Posts: 26591
Joined: 09 Sep 2014, 18:38

Re: How to control and update compiled exe script from website.

Post by mikeyww » 01 Feb 2023, 10:27

Welcome to this AutoHotkey forum!

Ideas:
1. Use the free AHK compiler that comes with the program.
2. Put the version number into the script in some manner (various ways).
3. Post the version number on your Web site.
4. It could also be possible for a program to obtain the version number from the file or a separate text file on your Web server, if you maintain & update it.
5. Be aware that some antivirus software may flag some compiled programs as malware or viruses, especially if the programs are not registered or reported to the antivirus software manufacturer or vendor, or to the companies that assess for malware and viruses.

Bero54
Posts: 2
Joined: 01 Feb 2023, 09:11

Re: How to control and update compiled exe script from website.

Post by Bero54 » 01 Feb 2023, 11:44

Can u provide script for that. like i paste the link of my script in it and convert it into exe extension after that it can be edit for everyone afterwards

User avatar
mikeyww
Posts: 26591
Joined: 09 Sep 2014, 18:38

Re: How to control and update compiled exe script from website.

Post by mikeyww » 01 Feb 2023, 20:04

No. You can try any of the steps. You might want to start with step #1, and see how it goes. Best of luck.

Post Reply

Return to “Ask for Help (v1)”