gpt4 book ai didi

batch-file - 如何通过 .bat 在 'cfx xpi' 之后运行 'activate'?

转载 作者:行者123 更新时间:2023-12-04 21:15:44 25 4
gpt4 key购买 nike

我正在尝试自动安装我的插件。 Mozilla says这很简单,但是:

  • 我没有找到任何 while .bat 文件或 sleep 中的循环对于毫秒。
  • 看不懂,怎么用activate.batcfx xpi在一个 CMD 窗口中依次使用,毕竟在其他 CMD 中也使用 wget。

  • 即使是第二部分我该怎么办?我试过这样的事情:
    START cmd /K "activate "cfx xpi"" && wget --post-file=tst-closing-cur-tab.xpi http://localhost:8888/
    或者
    START cmd /K "activate && "cfx xpi"" && wget --post-file=tst-closing-cur-tab.xpi http://localhost:8888/
    但它总是运行 cfx在 CMD 中,而不是在 activate 之后的“虚拟 CMD”中

    最佳答案

    我用这个

    call "c:\Firefox\Sdk\bin\activate.bat"
    cd c:\dev-1.0.2.5-firefox\
    cfx xpi

    关于batch-file - 如何通过 .bat 在 'cfx xpi' 之后运行 'activate'?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23969572/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com