Re: Perl and Windows commands

2012-08-15 Thread Leo Susanto
It's not right. I have several batch file running sc command and it's not a synchronous command. When you run 'sc stop nexus-webapp' it will send termination command to the service manager and exit. It will not wait until the service itself is down. what you might want to do is: 'sc stop nexus-w

Perl and Windows commands

2012-08-15 Thread Bill Stephenson
I need to write a script that runs a series of Windows commands, and I have to wait while each performs its functions, then go on to the next command. I know almost nothing about Windows, and I can't test it because I don't have a Windows box. I read up a bit and it looks to me that something li