我正试图自动安装我的副词。莫兹拉说说这很简单,但是:
sleep中找到任何sleep循环。activate.bat和cfx xpi,同时在其他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/
但是它总是在CMD中运行cfx,而不是在activate之后的“虚拟CMD”中运行。
发布于 2014-06-02 14:45:31
我用这个
call "c:\Firefox\Sdk\bin\activate.bat"
cd c:\dev-1.0.2.5-firefox\
cfx xpihttps://stackoverflow.com/questions/23969572
复制相似问题