Page 1 of 1

include *.bat and *.ps1 to autohotkey compiled script

Posted: 14 Jun 2018, 08:43
by Terka
Hi,
have a powershell script and a batch file that runs the script.
I would like to distribute them to some users and minimize their effort to run the code.
That's why I'm using the batch to run the powershell, because the users don't manage to run the powershell.
Best way for me will be have only one file to download and execute.
Is it somehow possible to include the powershell script to AHK and compile it, so user has only one file to download and run?
Thank you!