Java Silent Install

From Michael's Information Zone
Revision as of 18:27, 7 September 2016 by Michael.mast (talk | contribs) (Created page with "<pre> 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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