美文网首页
bat脚本启动程序

bat脚本启动程序

作者: 岑吾 | 来源:发表于2023-12-14 10:51 被阅读0次

    在Windows中bat批处理脚本可以使用start命令来启动程序。

    如启动微信:

    start /d "C:\Program Files (x86)\Tencent\WeChat" WeChat.exe
    

    相关文章

      网友评论

          本文标题:bat脚本启动程序

          本文链接:https://www.haomeiwen.com/subject/nsnigdtx.html