"Paul" <(E-Mail Removed)> wrote in message
news:8a5101c3e9c3$06366af0$(E-Mail Removed)...
> Hi
>
> Does anyone know where I can get a shutdown.exe file that
> will run on ME.
>
> I have tried an NT version but it will not work.
>
> I want to schedule my proxy server to shutdown each night.
>
> Regards
>
> Paul
This won't shut down remotely. But if you write a batch file including this
line on the local PC and schedule it to run, it will do the trick.
C:\WINDOWS\RUNDLL32.EXE shell32,SHExitWindowsEx 1
|