Launch Java game (Minecraft)

Solved
Titalexdu33 Posted messages 52 Registration date   Status Membre Last intervention   -  
 Anonymous user -
Hello,
I'm a beginner in programming (really a beginner) in VB, and I've created a launcher for Minecraft, but I don't know how to start the game (the game, not the Mojang launcher, the game with the version of my choice).
I would like to launch it with a .bat file or even directly in VB, but I've already searched for how to do it, and I have never succeeded.
Can someone help me? :)
Thank you

1 réponse

Anonymous user
 
Hello Titalexdu33,
You can use the Process object (available in Toolbox -> Components -> Process)
Then you just need to configure it as you like!
0