Ok i know how to use .htaccess and .htpassword on linux but now i must add users to apache under a windows environment.
On linux i would go
[B]$ htpasswd -c (path to .htpassword file) (username)[/B]
[I]Adding password for (username)[/I]
[I]New Password:[/I]
[I]Re-Type old password:[/I]
How do i make .htpassword files under windows?