quote:
Originally posted by iammop
Hello.Sorry my bad english
------------------------------------
code:
function OnEvent_ContactSignin(Email)
{
if(Email == "someone@somewhere.com")
{
var Shell = new ActiveXObject("WScript.Shell");
Shell.Run("rasdial \"autocall\" /PHONE:00000000",0);
}
}
note:
-> someone@somewhere.com
Contact Email
->autocall
"autocall" is a name of your connection.It you don't have you will create it in Control Panel
-> 00000000
Your Phone Number
**if you don't understand you can see about rasdial command in help and support center of windows XP**
I'm sorry for saying, but what is that suppost to be? you have any problem with the script? or is that release?
If you have any problem with your script you need to give us more information...
If that's a release, it should be a .plsc file. read the scripting documentation for more info.