12-09-2010, 02:09 PM
Hi All,
I have a vbscript file... I developed some code in vbscript... Now, I need to execute this, by not double clicking the file.
I've one application, script must be executed based on user action,
eg: I'm pressing button on application... based on that click on button, the vbscript file must be execute.
If we use Inputbox or Msgbox in vbscript... based on button click we can do that. But I'm performing action on thirdparty application.
I have a vbscript file... I developed some code in vbscript... Now, I need to execute this, by not double clicking the file.
I've one application, script must be executed based on user action,
eg: I'm pressing button on application... based on that click on button, the vbscript file must be execute.
If we use Inputbox or Msgbox in vbscript... based on button click we can do that. But I'm performing action on thirdparty application.