You'll need to have access to the user's
start menu folder, use the FileSystemObject
to get the folder's files. Then if you need to
create a .lnk file use WScript.Shell's Shortcut
object to do that. If you don't have the docs
you should download them:
http://www.microsoft.com/downloads/details.aspx?FamilyId=01592C48-207D-4BE1-
8A76-1C4099D7BBB9&displaylang=en
If you don't understand the directions I gave
then you should ask in the VBScript group.
This group is for VB, which is different. What you
want is:
microsoft.public.scripting.vbscript
> Hi Gang
>
[quoted text clipped - 7 lines]
> Thanks
> Andy