IWOV services are set as automatic and there are no dependencies.Services dont restart automatically, but I have to restart them. So I want to write a script to restart services automatically. how to link this script with the reboot to make sure that it runs on reboot.thanks.
Thanks.1) I have to use "net start iwproxy" command in bat file , insteade of "iwstart -a" , correct ? how come when I use "net start -h" , I get error message "The Service name is invalid". When I use "netstart -h" on command prompt, I get error message 'netstart' is not recognized as an internal or external command, operable program or batch file"What happens , if I use "iwstart -a" instead of "net start" command ?
net start /?
net start | find "Interwoven"
2)I looked at different options available to schedule a bat file. Which are as follows."Daily""weekly""monthly""once""At system startup""at logon""when idle"If I want the script to run at windows system reboot, I have to select "At System startup", right ?