heamak 0 Newbie Poster

Hi,

I am doing a project using vb which is related to generate a script and run it on a tool.
I am invoking an tool(ex:media player) from the vb using shell command.
Now i need to run a script in the invoked tool. instead of user going and manually importing the script we need to do it automated through vb such that once user click on a button it will invoke the specified tool and have to run the script.
We have an option in the tool which we need to import the script. path is
File--> Script--> and Play button
i need it open up these options and run the script and exit from the tool.
Can anyone help me how to do this.