Skip to content

Instantly share code, notes, and snippets.

@lezi
Forked from thesurlydev/jre.bat
Created November 13, 2011 20:39
Show Gist options
  • Save lezi/1362650 to your computer and use it in GitHub Desktop.
Save lezi/1362650 to your computer and use it in GitHub Desktop.
@echo off
echo Installing JRE...
start /w C:\temp\jre-1_5_0_12-windows-i586-p.exe /s INSTALLDIR=d:\bin\Java\jre1.5.0_12 REBOOT=Suppress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment