Hi there
I want to run an application (say BegUI). I tried to open the script conf.vbs as below
Set objShell = WScript.CreateO bject("WScript. Shell")
ObjShell.run("B egUI.exe") Or ObjShell.run("F ullPath")
Set ObjShell=Nothin g
But it says that file not found in line 2.
I confirmed that is the right path. I tried to run it from Start->Run->Full...