Set oShell=CreateObject ("WScript.Shell")

'any preamble code here
'*******************************

oShell.run "C:\TP.vbs"

'your code to fire up your plugin dialog here
'*******************************

Set oShell = Nothing
