Since I have done most of my coding for classes (and almost exclusively in Java), I have always just run my programs through the compiler and never had to worry about actually setting it up to run on ...
Check out the Start command. Here is an example of what you could put in a bat file and then create a shortcut to the bat file if needed. start /ABOVENORMAL notepad.exe Remember to use the full path ...