Is there a way of setting permissions on a Windows server? I'm installing a CGI Script and some files need to be chmodded to 777 and stuff.
Windows File System works different to that of nix*. Which means you cannot CHMOD however any file required to be 'chmod' on a windows system cannot and does not require it. So it should work regardless
Ok, Thanks, Ill give it a try then.
EDIT
So Scripts Suited To Linux/Unix Software, I Cant Use On My Own Windows Server?
Just make sure the files in question are not read-only, and that aspect shouldn't be a problem.