WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Shortcut Information

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Add Network Place


Question:

Is there a Winbatch Function/script that will create links in "My Network Places". I would like to place a number of "Standard" locations for my users. They will be all in UNC format ie \\server\share... (Windows/2000 Professional and Citrix running on Windows 2000/2003 server)

Answer:

The code might look something like this:
name = "Vistax64"
target = "\\Vistax64\Public\"
userprofile = Environment("USERPROFILE")
nethoodpath = userprofile : "\NetHood\"
ShortCutMake( nethoodpath:name, target, "", "", 2, 1 )


Article ID:   W17468
File Created: 2008:04:10:15:11:10
Last Updated: 2008:04:10:15:11:10