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 Path of BegUI.exe. It has been executed well. When I double click the application file, it works fine.
The problem here is it is not executed when I run using above script.
Note: BegUI is an windows application. This application is an User Interface Application.Whe n you double click the exe, It displays just small menu window as you see when u right click any file. So My guess is I'm not recognizing the correct format or file.
Can anybody help me runinng the above script giving me some suggestions?
Thanks
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 Path of BegUI.exe. It has been executed well. When I double click the application file, it works fine.
The problem here is it is not executed when I run using above script.
Note: BegUI is an windows application. This application is an User Interface Application.Whe n you double click the exe, It displays just small menu window as you see when u right click any file. So My guess is I'm not recognizing the correct format or file.
Can anybody help me runinng the above script giving me some suggestions?
Thanks
Comment