I am using XP Pro SP2.
I have a batch file I use to remap a Mapped Network Drive using Net use.
Example:
net use t: /delete
net use t: \\Server\Share
My issue is that when I run the batch file that the description for the mapped network drive in explorer which should read "Share on Server" instead reads "ShareName on OtherServer". I know by the contents of the disk that the drive mapping has in fact been changed.
Any ideas? Win Explorer is how I usually check to see wether I'm in a test environment or not.
I have a batch file I use to remap a Mapped Network Drive using Net use.
Example:
net use t: /delete
net use t: \\Server\Share
My issue is that when I run the batch file that the description for the mapped network drive in explorer which should read "Share on Server" instead reads "ShareName on OtherServer". I know by the contents of the disk that the drive mapping has in fact been changed.
Any ideas? Win Explorer is how I usually check to see wether I'm in a test environment or not.