Set ws = CreateObject("Wscript.Shell") ws.run "cmd /c 批处理文件.bat",vbhide 保存文件格式为: *.vbs 例: Set ws = CreateObject("Wscript.Shell") ws.run "cmd /c 清除系统LJ.bat",vbhide