Friday, June 6, 2008

How to Run and Close the application during Run time

We can Invoke the application during run session using

SystemUtil.Run "NameOfFile"

Systemutil.Run Statement enables you to open or run any application from a given location.
Similarly, you can use SystemUtil to close the application like this:

SystemUtil.CloseProcessByName "explorer.exe"

No comments:

Post a Comment