When in cmd, I write this in to start an activity:
cd \
cd C:\dump
java -jar DumpClient.jar
Is there a way to create a .bat file to perform this so I don't have to type all of this?
cd \
cd C:\dump
java -jar DumpClient.jar
Is there a way to create a .bat file to perform this so I don't have to type all of this?