I am beginning to put together a logon script, but I am running into a problem right away. I have the following line:

use p: "\\servername\folder"

this doesn't map on NT workstations, but it does on win2K workstations. I couldn't find anything about this in the directions.

I tried to do this:

net use p: "\\servername\folder"

I get an error because net isn't a defined function or something like that.

Any help?