开发者

Executing a CD command in Cygwin from a BAT/CMD file

开发者 https://www.devze.com 2023-02-10 20:33 出处:网络
I need 开发者_高级运维to write a bat/cmd script that executes a few applications sequentially after I have ran a node.JS socket server. I am doing this using Cygwin. I think the problem is/what I can\

I need 开发者_高级运维to write a bat/cmd script that executes a few applications sequentially after I have ran a node.JS socket server. I am doing this using Cygwin. I think the problem is/what I can't get my head around is waiting for Cygwin to login before executing a command.

So is there any way to listen for the login to be complete. Before entering commands to cygwin?

bash --login -i

any pointers will be appreciated.

thanks Jono


http://getgnuwin32.sourceforge.net/ Cygwin is not for such kind of work.

Gnuwin32 is native port of GNU UNIX coreutils and more. They are native and live in cmd.exe.

0

精彩评论

暂无评论...
验证码 换一张
取 消