Include exe files Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Rami
Posts: 55
Joined: 19 May 2016, 07:44

Include exe files

01 Nov 2016, 11:42

Hi,
I'm trying to create GUI AHK script with few buttons, each button will run different tool, tools such as autorun, processmonitor, and others from sysinternal\microsoft, also couple of combiled ahk scripts that I've made before.
I used to write in my script UrlDownloadToFile then Run , but I want to convert my script to exe and use it anywhere even though no internet connection.
Is that possible in AHK to include any tools or software, in order to make them run through my AHK script? Without needing to download them first?
Thank you
User avatar
IvanVanko
Posts: 34
Joined: 14 Jul 2016, 11:40

Re: Include exe files

01 Nov 2016, 12:21

Seems like a kinda complicated way: why not use Run, %A_ScriptDir%/putsomeexenamehere.exe ?
Твой софт - говно!
Rami
Posts: 55
Joined: 19 May 2016, 07:44

Re: Include exe files

01 Nov 2016, 12:38

mmm, thank you for your response anyway, but it won't work in my situation.
I mean the putsomeexenamehere.exe program is not exist on the computer that will run my script on so i cannot run it.
And I don't want to use the download from internet in case no internet connection to download the putsomeexenamehere.exe from my site as I do usually.
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: Include exe files  Topic is solved

01 Nov 2016, 12:48

See FileInstall.

Code: Select all

FileInstall, processmonitor.exe, %A_ScriptDir%\processmonitor.exe
Run "%A_ScriptDir%\processmonitor.exe
"
Rami
Posts: 55
Joined: 19 May 2016, 07:44

Re: Include exe files

01 Nov 2016, 13:04

FileInstall is what i'm looking for.
Thank you @HotKeyIt

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: doanmvu, Rohwedder, Thunderb and 121 guests