I run a dts package every night that reboots my web server and firewall. Just
create a package that uses the "shutdown.exe -r" command and that should do
the trick. "-r" is for reboot and you can even have your dts package shutdown
remote machines by using the "-m" parameter. There are several more
parameters for the shutdown.exe command but you can look them up by typing
"shutdown.exe /?". I hope this helps.
--
John Pryor
"magdziarz (AT) gmail (DOT) com" wrote:
Quote:
It just completes when I run that without shutting down. Any
suggestions? |