Java Silent Install
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...")
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