Jump to content

AutoHotkey and cmd

Go to solution Solved by Bwithnewcast,

@echo off
cls
cd C:\Users\Admin\Desktop\Interception\intercept
start intercept.exe
cd C:\Users\Admin\Desktop\Interception\intercept
start Full_Keyboard.exe
pause

So i made up a bat file to start intercept and my autohotkey script but i cant get it to start from cmd.

Here is my script

 

@echo off
cls
cd C:\Users\Admin\Desktop\Interception\intercept
start intercept.exe
start Full Keyboard.ahk

 

i have tried to convert the autohotkey file to exe and ran it that way from cmd (yes i changed the file type to .exe) but it want work.

 

Any sugestions

Link to comment
https://linustechtips.com/topic/745895-autohotkey-and-cmd/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×