![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#7
|
|||
|
|||
![]() Hopefully there's no way to get it executed automatically. Maybe you can create a *.vbs file, attach that to the e-mail and ask the user to save the attachment as a file and run it. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Am Thu, 23 Nov 2006 02:57:01 -0800 schrieb A1pro: This seems to do the programatic trick: Sub CreateShortcut() On Error Resume Next Dim wsShell As Object Dim wsSCut As Object Set wsShell = CreateObject("WScript.Shell") DesktopPath = wsShell.SpecialFolders("Desktop") 'Finds Desktop folder shortcutPath = DesktopPath & "\" & "telewest.lnk" ' adds shortcut name Set wsSCut = wsShell.CreateShortcut(shortcutPath) ' creates shortcut With wsSCut .TargetPath = "http://62.30.31.74" ' this selects iexplorer and sets the ip address .Save End With Set wsSCut = Nothing Set wsShell = Nothing End Sub Now I'm trying to think how to distribute it. Any way to embed this on an email? or do security issues get on the way? any help would be appreciated TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
New Mail Desktop Shortcut | Rob D. | Outlook - General Queries | 9 | August 21st 06 08:42 PM |
desktop shortcut for Outlook Calendar | MartinY | Outlook - Calandaring | 1 | May 12th 06 01:23 AM |
Desktop shortcut for the Address Book? | Fuzzy Logic | Outlook - General Queries | 8 | March 29th 06 11:46 PM |
Desktop Shortcut for viewing contacts | VFQuestion | Outlook - Using Contacts | 0 | January 27th 06 04:52 PM |
desktop shortcut for Outlook Calendar | Luc | Outlook - Calandaring | 0 | January 19th 06 08:49 PM |