I'm trying to kick off a bat file on the target server after a successful deployment.
I can see the files are being deployed, but the bat file doesn't seem to be kicking off.
Below is the DNR code I am using:
<script cmd="D:\Interwoven\livesiteRestart.bat" />
I have also tried specifying "where" after the script cmd, but it doesn't seem to help..
What am I missing?