Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I use the net use command with a Novell

Status
Not open for further replies.

jdavis37

MIS
Jul 9, 2002
233
US
login script?

This is a Novell environment. I'm using Netware 5x and I setup a group "tessitura" on my server. I have a SQL server with a shared folder tessitura/startup. How can I use the net use command in the netware login script to map the "tessitura" group to a drive letter.

thanks
 
You have to precede the command with the pound sign since it is an external command.

#net use w: \\tessitura/startup /user:common password

I believe you would have to configure a "common/shared" user on the W2K server so everyone would attach to it as the same user. I believe you can pass the NetWare user name with %USER%, but I don't know that you can pass the password along.

R.Sobelman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top