Hello,
I’m using WaitFor to send a signal from one command window to another. I’m doing that so I know when the process in the second window ends and then the process in the first window can continue.
https://technet.microsoft.com/en-us/lib ... 31613.aspx
Example:
Command Window 1
C:\waitfor blah
It will just sit there indefinitely until the blah signal is sent.
And now in Command Window 2
C:\>waitfor /SI blah
Window 2 will say “SUCCESS: Signal sent.” And then immediately afterwards Window 1 will report “SUCCESS: Signal received.”
This works on my machine but on the Dev AppServer it reports back with “ERROR: Cannot wait for the specified signal”. I’ve been unable to find any documentation whatsoever on this error message…
Any help would be greatly appreciated.
Thanks,
Buster
WAITFOR
Moderator: DosItHelp
Re: WAITFOR
Disable the firewall on the machine and test it - perhaps it is being blocked by the firewall.