Hello,
From PHP on a windows 2000 server I can run command like help, dir, cd.., ect. Using the
exec();
shell_exec();
passthru();
however I can not run net start/stop commands, does any one know how to tell windows to allow php to stop/start services?
Thank You,
Chris