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