I am stuck with one point , I developed a micro recorder which will record and play back user action form IE

for example

action Go (http://google.com)
action set q="hiop"
click button = scr
I am saving this script in xml format , when user wish to play back this script he need to load the saved script in my program and click on play button then program play back the script

Now I wish to save this script as batch file or exe or some thing similar so when user click on it , It will automatically open new instance my program ,load the script and play back it so user dont have to load manually and click on play button

Thanks