Scrolling Platformer
start javaw -jar "Adventures & Runes v2.9.0.jar" play
- starts the last level
start java -jar "Adventures & Runes v2.9.0.jar" "play$YOU_PATH_TO_LEVEL"
- loads and starts the level from the file path
start java -jar "Adventures & Runes v2.9.0.jar" "play$YOU_PATH_TO_DIRECTORY"
- loads and starts the level (the last one in the file list) from the specified folder
⚠ In the last two commands, the use of "$" is important ⚠