Skip to content

Instantly share code, notes, and snippets.

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