wscript

  1. MikeHawthorne

    Windows 8 Trying to write a script to play a sound, need help!

    Sub title "How to spend a lot of time trying to do something that Microsoft doesn't want you to, for some obscure reason". Hi Guys I'm trying to write a script to play a sound at Windows 8 startup. I want to do this by placing the .vbs script file in the Startup Folder. I read that this can...
  2. News

    The Wscript.exe or Cscript.exe process stops when WSH 5.8 exits on a computer that is running Window

    Fixes an issue in which the Wscript.exe or Cscript.exe process stops running, and an incorrect exit code is returned. This issue occurs when you use a VBScript script or a JScript script to run an application on a computer that is running Windows 7 or... More...
  3. News

    Wscript.exe process or the Cscript.exe process stops unexpectedly when WSH 5.8 exits on a computer t

    Fixes an issue in which the Wscript.exe process or the Cscript.exe process stops unexpectedly and an incorrect exit code is returned. This issue occurs when you use a VBScript script or a JScript script to run an application on a computer that is... More...
  4. U

    Windows Vista reading vista registry...urgent

    hello, i am facing a problem ad need an urgent solution....i wrote a shell script to read the registry to detect whether an activex control has been installed on a vista machine. the script is as follows: ------- Option Explicit Dim WshShell, datePickerFileName,fso Const ForRead = 1 On...
Back
Top