1

I have a .exe which I have converted from .bat. I want to run that .exe file from AHK. How do I write a script for this case?

Is it something like this - run, converted.exe, hide or run, path.converted.exe, hide?

1
  • 1
    Did you try what you have suggested? What happened? Commented Feb 16, 2019 at 12:07

1 Answer 1

3

Just use this :

Run, filename.exe

In V2:

Run filename.exe
Sign up to request clarification or add additional context in comments.

1 Comment

To illustrate, you can also add the whole path as in Run, "C:\Program Files\HWiNFO64\HWiNFO64.EXE"

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.