美文网首页
执行bat文件不弹窗

执行bat文件不弹窗

作者: holyhigh_04b9 | 来源:发表于2020-01-18 13:28 被阅读0次

    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