Java Silent Install

From Michael's Information Zone
Jump to navigation Jump to search
if exist "C:\Program Files (x86)\Java\jre1.8.0_101\bin\java.exe" GOTO end
copy \\remote\directory\jre-8u101-windows-i586.exe c:\local\directory
c:
cd c:\local\directory
jre-8u101-windows-i586.exe /s
:end
exit