I am trying to network a group of 10 computers where there is a main "server" computer that can see all the contents of the hard drives on the other computers and the other computers can only see the "shared documents" folder of every computer. All of the computers have either XP or XP Pro. I tried something I was recommended by adding an identical user and password to each computer. Then I used a command prompt from the "server" to type the following for each computer:

net use p: \\PC1\c$ /y

I change PC1 to the actual computer name, but I get the message that it is not found. Do I need to add more to the command line? Is there another way to do this?