Simply wanted to stop a service and restart it after syncing is completed. So i added the following in Job > "Execute command or script before / after":
- Code: Select all
C:\WINDOWS\system32\net stop ServiceName
C:\WINDOWS\system32\net start ServiceName
The command works fine on command line, but not when SFFS runs it. Service is running as administrator and i get this error message:
- Code: Select all
Error executing C:\WINDOWS\system32\net stop ServiceName
The system cannot find the file specified.
What's the problem there?
Thanks
Urs