03-23-2013, 11:08 AM
Hi All
I am seeing an abrupt issue on my machine. I am trying to run a vbs file through windows base script host(wscript.exe). If i try to open the vbs file with wscript.exe (from right click-> Open with command), its opening just the command prompt window but not executing the file.
If i open the cmd window and give the following command, then also same is the scene.
cscript.exe "C:\abc\Desktop\Test.vbs"
or
wscript.exe "C:\abc\Desktop\Test.vbs"
Anyone please help me what is missing here. I am struck here.
Thanks
Sams
I am seeing an abrupt issue on my machine. I am trying to run a vbs file through windows base script host(wscript.exe). If i try to open the vbs file with wscript.exe (from right click-> Open with command), its opening just the command prompt window but not executing the file.
If i open the cmd window and give the following command, then also same is the scene.
cscript.exe "C:\abc\Desktop\Test.vbs"
or
wscript.exe "C:\abc\Desktop\Test.vbs"
Anyone please help me what is missing here. I am struck here.
Thanks
Sams