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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

desktop shortcuts

Status
Not open for further replies.

cptkirkh

MIS
Joined
Feb 20, 2001
Messages
95
Location
US
Here is my problem. I want to use logon scripts to map drives when a person logs on. They each have their own individual folder plus others they share on the server to map. If a different person logs on to the client the mapped drive for their individual folder will change according to hwo logs on. How can i have the same icon work for a different mapped drive. Bascially I want to know if you can create a shortcut to that mapped drive when yopu log on?
 
you can creat a .bat file for each user being...

@echo on

NET USE O: \\SERVER\Jason

and for a different user in their folder have

@echo on

NET USE O: \\SERVER\Paul

in each users Start Up folder in their Profiles folder...

does this work for ya???? Jay~

"I have to think of a funny footer to
put in here!!!???"

~KeyTech
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top