You would add commandline parameters just like you normally would (check my DRViewer.bat file & readme for more examples
)
Code:
java -jar myArchive.jar -my_commandline_options_separated_by_spaces
E.g.:
Code:
java -jar DRViewer.jar -v -m:2.5 -s
As for the shortcuts:
Basically you create it like you would do with the EB shortcut:
Code:
Target: "[myPath]\myArchive.jar" -my_commandline_options_separated_by_spaces
Start In: "[myPath]\"
E.g.:
Code:
Target: "C:\Users\Johan Ouwerkerk\Games\Europa SVN\EB SVN -trunk\documentation\tools\DRViewer\DRViewer.jar" -m:2.5 -s
Start In: "C:\Users\Johan Ouwerkerk\Games\Europa SVN\EB SVN -trunk\documentation\tools\DRViewer\"
Bookmarks