Re: Re[2]: [PHP] Restarting windows from php

2005-08-10 Thread Richard Lynch
On Wed, August 10, 2005 7:45 am, Richard Davey wrote: > Hello Joseph, > > Wednesday, August 10, 2005, 3:26:05 PM, you wrote: > > JO> much less the command 'shutdown -r -t 01'. > > -r = Shutdown with restart > -t = Set the timeout for shutdown (xx seconds) > 01 = The timeout value > > Open a command

[PHP] Re: Re[2]:[PHP] Restarting windows from php

2005-08-10 Thread Joseph Oaks
Richard, thanks for the pointer on the shutdown command, nice to see them implement that in 2k3 and XP, I don't use them on a regular base and sure don't use them in server environment. As for the fork, windows can't preform a fork of a process. There are API's out there that can do this for windo

Re[2]: [PHP] Restarting windows from php

2005-08-10 Thread Richard Davey
Hello Joseph, Wednesday, August 10, 2005, 3:26:05 PM, you wrote: JO> First off, windows has no clue what a fork is, A fork is several different things, and there's no reason why Windows cannot implement a fork via its standard APIs. JO> much less the command 'shutdown -r -t 01'. -r = Shutdown