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!

Need advice on moving a drive mapping

Status
Not open for further replies.

Kerbouchard

IS-IT--Management
Aug 28, 2002
145
US
We are running Metaframe 1.8 on a Windows 2000 server.
Currently I have all the drives mapped using Local Computer Policy-User Configuration-Windows Settings-Scripts

users logon with mapped drives like this one.
NET USE S: \\Gatcosrv2\pro30 /persistent:yes
We have a foxpro application that has to be placed on the citrix server itself so I need to remap the drive to this:
SUBST s: e:\pro30

What do you all think is the best way to do this?
 
For all users?

If so, use usrlogon.cmd and then:-

Net Use S: /D
Subst S: /D
Subst S: e:\pro30

Then "everyone" that logs onto the Citrix Server will get this drive mapping.

You can always log \\Gatcosrv2\pro30 to another drive letter.

Cheers,
Carl.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top