bat文件:
@echo off
start /b python.exe x.py
vbs文件:
Set ws = CreateObject("Wscript.Shell")
ws.run "cmd /c start.bat",vbhide
通过执行vbs文件即可
bat文件:
@echo off
start /b python.exe x.py
vbs文件:
Set ws = CreateObject("Wscript.Shell")
ws.run "cmd /c start.bat",vbhide
通过执行vbs文件即可
本文标题:执行bat文件不弹窗
本文链接:https://www.haomeiwen.com/subject/otpkzctx.html
网友评论