Skip to content

Instantly share code, notes, and snippets.

@iKlsR
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iKlsR/f34271f826f19d37f6a9 to your computer and use it in GitHub Desktop.
Save iKlsR/f34271f826f19d37f6a9 to your computer and use it in GitHub Desktop.
drag and drop a .class file to execute it or set as the app to open
@echo off
REM http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/percent.mspx?mfr=true
start javaw %~n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment