上代码:

goto start
     call "D:/Program Files/activeMQ/apache-activemq-5.3.2-bin/apache-activemq-5.3.2/bin/activemq.bat"
:start

d:
cd /Program Files/activeMQ/apache-activemq-5.3.2-bin/apache-activemq-5.3.2/bin/
activemq.bat

 

现在发现两种方式:1是使用call命令,2是使用cd切换到目录然后直接执行可执行文件。

go start

....

:start是起到注释效果。

用到了玩玩,不专业见怪!

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2021-07-23
  • 2021-07-01
  • 2022-12-23
  • 2022-01-23
  • 2021-08-01
  • 2022-12-23
猜你喜欢
  • 2021-07-02
  • 2022-12-23
  • 2021-08-07
  • 2021-10-27
  • 2021-08-15
  • 2022-12-23
  • 2021-10-19
相关资源
相似解决方案