cmd执行命令,最后自动关闭cmd命令窗口
@echo offstart"wumin" "C:\Windows\System32\cmd.exe"netsh wlan start hostednetworktaskkill /f /im cmd.exeexit
·
@echo off
start "wumin" "C:\Windows\System32\cmd.exe"
netsh wlan start hostednetwork
taskkill /f /im cmd.exe
exit
更多推荐



所有评论(0)