Skip to content

Instantly share code, notes, and snippets.

@Edocsyl
Created September 16, 2013 15:48
Show Gist options
  • Save Edocsyl/6582470 to your computer and use it in GitHub Desktop.
Save Edocsyl/6582470 to your computer and use it in GitHub Desktop.
Little script to easy execute jar files.
@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