You need to use the Wscript.Shell object's Run method. Here is an example:
Set WshShell = Wscript.CreateObject("Wscript.Shell")
Return = WshShell.Run ("%WINDIR%\notepad ",1,TRUE)
The 'Return' var is used to return error messages about starting the
program.
Hope that helps!
Quote:
>hello,
>I am new in whs programing and I would to run rasphone.exe automaticaly
from
>a script
>my first try
>var objRasphone = WScript.CreateObject("Rasphone.Application");
>give me an error
>could some one give me an example of script or information to do that
>thank in advance
>jean chaize
>meteomer