How to i make a .bat that targets a program and types in a text box
I have no idea where to start on this one. I have seen answers that are like this but I don't know how to format them for what I want. I just need to target the minecraft server while its open and close it by typing "stop" in the console. I have no code to show for but this will be in a other file so I can launch it and then have it close the program. btw I don't think I can use taskkill But anything will help ;) thankyou very much! This is not possible using a batch file alone. There are two main ways to get input to another program in the system (in this case, java.exe): Get your program to