100 Windows Scripting Host 107 Usage: WScript scriptname.extension [option...] [arguments...]\n\nOptions:\n //B Batch mode: Suppresses script errors and prompts from displaying\n //H:CScript Changes the default scripting host to CScript.exe\n //H:WScript Changes the default scripting host to WScript.exe (default)\n //I Interactive mode (default, opposite of //B)\n //logo Display logo (default)\n //nologo Prevent logo display: No banner will be shown at execution time\n //S Save current command line options for this user\n //T:nn Time out in seconds: Maximum time a script is permitted to run 114 Microsoft (R) Windows Scripting Host Version %u.%u for %s\nCopyright (C) Microsoft Corporation 1996-1997. All rights reserved.\n\n 200 WScript Error - Windows Scripting Host 201 Input Error - Windows Scripting Host 500 The Windows Scripting Host settings have been reset to default. 501 Command line options are saved. 502 The default scripting host is now set to "wscript.exe". 503 The default scripting host is now set to "cscript.exe". 1000 Script execution time was exceeded on script "%1".\nScript execution was terminated. 1001 Could not locate automation class named "%1". 1002 Could not connect object. 2000 Initialization of the Windows Scripting Host failed. 2001 Can't find script engine "%2" for script "%1". 2002 Can't change default scripting host. 2003 An attempt at saving your settings via the //S option failed. 2004 Loading script "%1" failed. 2005 Loading your settings failed. 2008 There is no script engine for file extension "%1". 3000 //T option requires timeout value. 3001 Invalid timeout value for //T option. 3002 Unknown option "%1" specified. 3003 Extra argument specified to option "%1". 3004 There is no script file specified. 3005 Command line option mismatch. 3006 There is no file extension in "%1". 3007 //H option requires host name. 3008 Host name for //H option must be "cscript" or "wscript". 4000 Script setting file "%1" is invalid. 5000 Win32 Error 0x%X 8000 This Unicode version of WScript will only execute under Windows NT.\n\nPlease use the ANSI version of WScript. 30001 Display &logo when scripts executed in MS-DOS prompt