I have a .jar file on my desktop. In order to start it I have to type a certain command in the CMD after going to my desktop using cd desktop. Currently I do this:
- Open cmd and have C:\Users\Name
- type cd desktop and get C:\Users\Name\Desktop
- type the command that starts the .jar file
I am wondering is it possible to make a shortcut that would do all of this in a click without me having to do the aforementioned stuff. Thanks.