Instead of ObjShell.run("B egUI.exe")
try
ObjShell.exec(" BegUI.exe")
Shell.Exec command provides additional capability beyond the Shell.Run method. These abilities include:
* Improved environment variable passing
* Ability to access the standard streams of the executable
Leave a comment: