Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
549 views
in Technique[技术] by (71.8m points)

Windows下判断tomcat已启动成功,再运行另一个软件的脚本文件怎么写?

我想让tomcat启动成功后再运行另一个软件,据说可以靠脚本实现,可是不知道该怎么写...


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

./启动 Tomcat 的文件 && 另外软件

应该是可以的
在 cmd 或者 shell 里都可以


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...