Control Key while starting application

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
dchapin
Posts: 1
Joined: 06 Mar 2014 13:35

Control Key while starting application

#1 Post by dchapin » 06 Mar 2014 13:41

I have an application where I have to hold down the control key while clicking on the apps icon. Is there any way to simulate this with a .bat file? I usually have to hold ctrl "while" the app loads...

Any help, or ideas would be greatly appreciated
d

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: Control Key while starting application

#2 Post by Squashman » 06 Mar 2014 14:47

You would probably be better off looking at using AutoHotKey or AutoIt.

Post Reply