Quote:
Originally Posted by martienne
Can I create some kind of Bat file for starting it? My programming days are over and I don't want to use the command prompt if I can use a shortcut.. The path for the jar files are: D:\Program Files\BRISS>java -jar briss-0.0.11.jar
|
I don't use Windows, but I'd guess you could just open Notepad, and copy:
Code:
java -jar "D:\Program Files\BRISS\briss-0.0.11.jar"
inside, save it with a extension ending in .bat, and you'd have your batch file.
But if you have more questions about BRISS, you might as well ask in the BRISS thread.