For windows I use this...
on launchSkype pSkypeName
put "skype:"& pSkypeName &"?chat" into tSyntax
set the hideConsoleWindows to true
put empty into tApp
if ("NT" is in the systemVersion) then
set the shellCommand to "cmd.exe"
put quote & quote into tApp
end if
get shell("start" && tApp && quote & tSyntax & quote)
end launchSkype
/H
Mark Wieder wrote:
stephen-
Tuesday, June 22, 2010, 8:54:32 AM, you wrote:
> It should also be mentioned that all Skype API commands are available
> through Applescript on Mac and supposedly through "Vbasic" on PC. Got the
> mac side working great, gave up on the PC attempt.
I did the PC side, but it took the weirdest external library I've ever
built.
--
-Mark Wieder
[email protected]
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution