Click here to Skip to main content
15,888,144 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am slightly new to code and I am trying to make an automatic game launcher for League of Legends. I would like it to have a delayed automatic click on start. Does anyone know how to accomplish this simple task using a bat file?
I have tried multiple things, but to no avail.
Posted
Updated 28-Nov-13 3:50am
v2
Comments
Sergey Alexandrovich Kryukov 28-Nov-13 11:23am    
What, no platform, no language, nothing? Is it supposed to be a software development question of not. Batch file won't help, you need to simulate a click (dirty business, anyway), and this is programming, in contrast to batch file foolery. We have no idea what is your background and available tools...
—SA

1 solution

I'm not sure anything could be scripted regarding a game-launcher.
And IMHO it is a good thing, as this is a security question.

Anyway, bat files are meant to launch executable commands from the shell, no for automation of an existing application (unless this application is specifically developped to accept this kind of command).

Game launchers are here to preserve gamers accounts from steal; so it's not likely they allow automation, which would break their primary goal.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900