ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Send call commands to skype with FARR... skype:+1555-555-5555?call

<< < (2/2)

mouser:
The other trick, if the $$1 string has characters that aren't being encoded right, would be to try $$u1 or $$h1 instead of $$1.

Nod5:
mouser, it could help users if there were more examples on this help page
https://www.donationcoder.com/Software/Mouser/findrun/help/passing_commandline_parameters.htm
Also consider adding a tip there about the $$u1 or $$h1 variables or a link to that information.

Saturday24:
Thanks very much for the team work on this! I got it working... here are my settings:

Alias Name
skype call

Regular Expression
^call (.*)$

Result ( update your path to your skype location )
C:\Program Files (x86)\Microsoft\Skype for Desktop\Skype.exe --_="skype:$$h1?call"

Screenshot:
https://stqsfya1eeoulo.dreamhosters.com/2018-11-30_15-33-25.jpg

mouser:
Awesome!

mouser:
By the way you could change your alias result to display a bit nicer by changing the result to

"Skype call $$1 | C:\Program Files (x86)\Microsoft\Skype for Desktop\Skype.exe --_="skype:$$h1?call"

That stuff before the | is what is displayed in the results window.

Navigation

[0] Message Index

[*] Previous page

Go to full version