On Aug 21, 2:08 pm, doWhile <doWh....RemoveThis@discussions.microsoft.com> wrote:
> I'm looking for a script that I can run to create user accounts and assign
> read/write/modify permissions on an IIS server. It can be any type of
> script--VB, DOS batch file etc. I'm very interested in seeing the code that
> performs the above duties.
>
> Thanks,
>
> James Bass
NET USER username password /ADD
CACLS Directory/File /E /G username:C
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//