<Script language="vbscript">
Dim objexcel
Set objExcel = createobject("word.application")
//Set objExcel = CreateObject("mspaint.application")
objexcel.Visible = True
objexcel.Workbooks.add
objexcel.Quit
</SCRIPT>
Note:
I used this script to open the word application. it is opening.
Like this , i tried for MSpaint.. But it is not opening.......