Help
Search
Search Only:

Search Keyword shortcut

Total: 2 results found.

... ChangeLink (filename, textr, textw) Dim Replacement Dim TheLink Set TheLink = ws.CreateShortcut(filename) 'Replace the Target Replacement = Replace(TheLink.TargetPath, textr, textw, 1, ...
2. Create Desktop URL Shortcut
(Development/VB Scripts)
Create's a desktop URL Shortcut to a specified location. This script can be useful as a logon script. Script Code: ' ***************************************************** ' * Copy url shortcut to ...