Guys, I'm trying to implement the ROOTDRIVE function in Terminal Server.
User Settings (as viewed by SET in the TS session): HOMEDRIVE=F: HOMEPATH=\ In user manager terminal services user home directory is "Connect F: to \\server1\userid") ROOTDRV2.CMD contains SET ROOTDRIVE=W: When I hit the folling lines in USERLOGON.CMD: Net Use %RootDrive% /D >NUL: 2>&1 Subst %RootDrive% /d >NUL: 2>&1 Subst %RootDrive% %HomeDrive%%HomePath% I get "The network connection could not be found" message at the NET USE portion (once I remove the redirects to NUL) I'm guessing this is because in the TS session that W: (as well as X:, FWIW)is a "local disk" in the TS session?? Has anyone here successfully implemented the rootdrive function? Dave Lum - [EMAIL PROTECTED] Sr. Network Specialist - Textron Financial 503-675-5510 ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
