Posted by Karl-Heinz Christian Zeck on 08/10/05 17:05
Does anyone have any idea how to restart windows from a php script?
I tried the following:
exec('SHUTDOWN -r -t 01');
or
exec('SHUTDOWN /r');
I received the following warning message: Warning: exec(): Unable to
fork [SHUTDOWN -r -t 01].
I never used this kind of functions before. What's wrong? In IIS for
"Execute Permissions" I have "Scripts and Executables". What
permissions should I set for the Internet Guest Account? Or something
else caused the problem, not the permissions? Please help me.:)
Thanks!
Navigation:
[Reply to this message]
|