Difference between revisions of "Java Silent Install"
Jump to navigation
Jump to search
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...") |
(No difference)
|
Latest revision as of 19:27, 7 September 2016
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