[BAT]批處理安裝Java並配置環境變量

@echo off cls setlocal enabledelayedexpansion start /w jdk-8u11-windows-x64.exe /s wmic ENVIRONMENT where "name='JAVA_HOME'" delete wmic ENVIRONMENT where "name='CLASSPATH'" delete wmic ENVIRONMENT cr
相關文章
相關標籤/搜索