I'm trying to install some software using a batch script and using schtasks to start a service every day at midnight.
The script works fine, but it prompts for a password, which causes the script to hang. I've tried using the '/RU "user" /RP ""' flags, which seemed to work in XP, but not under Vista.
What is the right way to do this?