Hi all,

Currently in my login script, I have the following at the top, for security:
USE "*" /DELETE

However, this is deleting all mappings from ALL file servers. What I really want to do is delete all mappings from \\corpsrv but leave the rest of them alone. Is there an easy way to do this, or do I have to do it by the drive mapping? I hope not because some of the mappings go to the next available drive, rather than a specific drive letter, and it would be difficult to script that with if/then.