MPE provides WinXP support for TEL: and SMS: protocols!
Verfasst: Mi 12. Mär 2008, 03:47
This might be old hat for some. Sorry if I'm repeating anyone here... I'm new to this forum.
After reading the FAQ I was inspired to add the TEL: and SMS: protocols to classes of my copy of Windows XP.
Now I can create shortcuts, type a phone number into the Run dialogue or Address field in IE or Firefox, like this:
-- OR this --
You can also create hyperlinks in HTML for you or anyone else with TEL or SMS protocol support to follow:
* The // is optional.
If you're interested, copy the following in to a .reg file and merge it with your WinXP registry. Not sure if it will work in Vista or not.
At least this works in WinXP SP2, but I see no reason why it wouldn't in other WinXP, and maybe Vista aswell.
I always thought MPE was great, and now I find it supports something I've wanted to set up for a while.
Code: Alles auswählen
tel:1234567890Code: Alles auswählen
sms:1234567890Code: Alles auswählen
<a href="tel://1234567890" title="Call doctor and make an appointment">Call Dr Jones</a>If you're interested, copy the following in to a .reg file and merge it with your WinXP registry. Not sure if it will work in Vista or not.
Code: Alles auswählen
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\TEL]
@="URL:Telephone Call Protocol"
"EditFlags"=dword:00000002
"FriendlyTypeName"="Telephone Call Protocol"
"URL Protocol"="tel:"
[HKEY_CLASSES_ROOT\TEL\DefaultIcon]
@="%systemroot%\\system32\\shell32.dll,196\"
[HKEY_CLASSES_ROOT\TEL\shell]
@="Dial"
[HKEY_CLASSES_ROOT\TEL\shell\Dial]
@="&Dial Number"
[HKEY_CLASSES_ROOT\TEL\shell\Dial\command]
@="\"C:\\Program Files\\MyPhoneExplorer\\MyPhoneExplorer.exe\" action=dial number=%L"
[HKEY_CLASSES_ROOT\SMS]
@="URL:SMS Protocol"
"EditFlags"=dword:00000002
"FriendlyTypeName"="Short Message Service Protocol"
"URL Protocol"="SMS:"
[HKEY_CLASSES_ROOT\SMS\DefaultIcon]
@="\"C:\\Program Files\\MyPhoneExplorer\\MyPhoneExplorer.exe\"
[HKEY_CLASSES_ROOT\SMS\shell]
@="Send"
[HKEY_CLASSES_ROOT\SMS\shell\Send]
@="&Send Message to Number"
[HKEY_CLASSES_ROOT\SMS\shell\Send\command]
@="\"C:\\Program Files\\MyPhoneExplorer\\MyPhoneExplorer.exe\" action=sendmessage savetosent=1 number=%L"
I always thought MPE was great, and now I find it supports something I've wanted to set up for a while.