I am totally inexperienced with batch (.bat) files, so please bear with me...
I have a Java program that I run with cmd, and I want to record the console output to a text file. In other Java programs I've created, I used jars (.jar) to run the program, thus I didn't need cmd, and I could use...