Created
September 16, 2013 15:48
-
-
Save Edocsyl/6582470 to your computer and use it in GitHub Desktop.
Little script to easy execute jar files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set /p url=Enter the jar file name: | |
java -jar %url% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment