maintianing network connections to netware after logging out

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to maintain a newtware share connection even after logging out from my
win2000 server. What's the best way to do this. NET USE doesn't sound like it
maintains the connections after logout.

Thanks,
Mark.
 
You could map a drive and use it as a persistent connection.

You could also run a Login Script that maps the drive.

How do you currently handle the drive mapping?
 
We currently use a drive mapping using the Novell client. But, I want this
connection to be persistent even if I log off from the server.
 
If you log out from NetWare, then your access to those drives will be
disconnected. Accordingly, if you log out from Windows, you will no
longer be allowed to access those network drives.

Do I understand this correctly? You want to log out only of Windows,
but keep the Novell drive mappings?
 
Correct. I want to be able to log out of Windows but maintain the drive
mappings.

Mark.
 
Back
Top