How to change cscript.exe to wscript.exe execution for all VBScript files?
        Posted  
        
            by i need help
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by i need help
        
        
        
        Published on 2009-09-23T07:13:12Z
        Indexed on 
            2010/03/26
            22:23 UTC
        
        
        Read the original article
        Hit count: 266
        
After installing the new server, I am facing an issue.
I have lot of .vbs files, all need to run in wscript, reason, I use all those command like WScript.Echo "hello"
I want to be able to see the output when I double click the VBScript file.
But when I right click on the vbs file, I see console, I want to change the default to Windows host, globally!
How can I do that?
© Stack Overflow or respective owner