O.P. Help Executing External App
Hey I currently have an VB6 app and Im tring to implement the same feature to a Plus Live script but I cant get it to execute an external app in VB6 I have it like this:
Shell "C:\Program Files\Samurize\SamurizeServer.exe i=mcover c=msnc.ini trayiconvisible=0", vbNormalNoFocus
And then I close it using:
Shell "C:\Program Files\Samurize\SamurizeServer.exe i=mcover c=msnc.ini close", vbNormalNoFocus
How can I execute it under Jscrip for Plus Live?
Thank you.
|