Hello everybody,
I need your help to create a shortcut for a MS DOS command line.
There are some steps that I launch manually and I would like them to be simpler.
Here are the steps that I want to turn into a simple shortcut:
1) I go into a directory (C:\Server) with the Windows explorer.
2) I launch a cmd on it (click on the path bar and type cmd then press enter; it launches a cmd with the right working directory).
3) I then type "java -jar HaxServer.jar"; and that's it.
What I want to do, is to create a shortcut that launches directly this line in the correct working directory.
I want to tell Windows "Please perform this line "java -jar HaxServer.jar" in this working directory "C:\Server" using cmd.
Could you please help me to create this shortcut.
I need your help to create a shortcut for a MS DOS command line.
There are some steps that I launch manually and I would like them to be simpler.
Here are the steps that I want to turn into a simple shortcut:
1) I go into a directory (C:\Server) with the Windows explorer.
2) I launch a cmd on it (click on the path bar and type cmd then press enter; it launches a cmd with the right working directory).
3) I then type "java -jar HaxServer.jar"; and that's it.
What I want to do, is to create a shortcut that launches directly this line in the correct working directory.
I want to tell Windows "Please perform this line "java -jar HaxServer.jar" in this working directory "C:\Server" using cmd.
Could you please help me to create this shortcut.