Page 1 of 1

PHP/CMD

Posted: Tue Sep 14, 2010 8:58 am
by koolsamule
Hi Chaps,

I'm setting up a PHP App on a new SBS2008 Server.
My scripts use MKDIR, RENAME, etc, which I believe use the Windows Command Prompt by default to perform these functions.
On my existing server, I have added IUSER to the security settings, but I am unable to do this on the new SBS2008 Server.
I have read that it is advised against giving such permissions to 'Guests' to the CMD.EXE, so my question is how do I get around this.
If PHP uses CMD, but I cannot grant permissions to, what was IUSER, how can PHP perform these actions?

Cheers