Forum Moderators: coopster
I want to run a script that will change the permissions of a given directory (after the same script has made that directory)
I think this would be possible in linux with chmod but how to do it in windows server 2003?
I basically want the script to make a directory/folder and then change the permissions of that directory so everyone has full control (777)
is this possible? and if so can someone point me in the direction of some notes on it or possibly give me an example to get things rolling?
cheers.