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.
精彩评论