22 This Unicode version of Windows Script Host will only execute under Windows NT.\n\nPlease use the ANSI version of Windows Script Host."
30 Usage:
31 \n\nOptions:\n\n
32 value
1001 wsh
2001 Windows Script Host
2003 Windows Script Host (debugging disabled)
2010 Usage: CScript scriptname.extension [option...] [arguments...]\n\nOptions:\n //B Batch mode: Suppresses script errors and prompts from displaying\n //D Enable Active Debugging\n //E:engine Use engine for executing script\n //H:CScript Changes the default script host to CScript.exe\n //H:WScript Changes the default script host to WScript.exe (default)\n //I Interactive mode (default, opposite of //B)\n //Job:xxxx Execute a WSF job\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\n //X Execute script in debugger\n //U Use Unicode for redirected I/O from the console
2011 Usage: CScript scriptname.extension [option...] [arguments...]\n\nOptions:\n //B Batch mode: Suppresses script errors and prompts from displaying\n //D Enable Active Debugging\n //E:engine Use engine for executing script\n //H:CScript Changes the default script host to CScript.exe\n //H:WScript Changes the default script host to WScript.exe (default)\n //I Interactive mode (default, opposite of //B)\n //Job:xxxx Execute a WSF job\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\n //X Execute script in debugger\n
2020 CScript Error
2021 Input Error
2022 This Unicode version of CScript will only execute under Windows NT.\n\nPlease use the ANSI version of CScript."
2023 %1!ls!(%2!u!, %3!u!) %4!ls!: %5!ls!\n
2100 Microsoft (R) Windows Script Host Version %1!u!.%2!u!\nCopyright (C) Microsoft Corporation 1996-2001. All rights reserved.\n
3050 The Windows Script Host settings have been reset to default.
3051 Command line options are saved.
3052 The default script host is now set to "wscript.exe".
3053 The default script host is now set to "cscript.exe".
3054 Successful execution of Windows Script Host.
3055 Successful remote execution of Windows Script Host.
3100 Script execution time was exceeded on script "%1!ls!".\nScript execution was terminated.
3101 Could not locate automation class named "%1!ls!".
3102 Could not connect object.
3103 Could not create object named "%1!ls!".
3200 Initialization of the Windows Script Host failed.
3201 Can't find script engine "%2!ls!" for script "%1!ls!".
3202 Can't change default script host.
3203 An attempt at saving your settings via the //S option failed.
3204 Loading script "%1!ls!" failed (%2!ls!).
3205 Loading your settings failed.
3206 Execution of the Windows Script Host failed.
3207 Unexpected error of the Windows Script Host.
3208 Windows Script Host access is disabled on this machine. Contact your administrator for details.
3209 Attempt to execute Windows Script Host while it is disabled.
3210 Attempt to execute Windows Script Host remotely while remote execution is disabled.
3300 //T option requires timeout value.
3301 Invalid timeout value for //T option.
3302 Unknown option "%1!ls!" specified.
3303 Extra argument specified to option "%1!ls!".
3304 There is no script file specified.
3305 Command line option mismatch.
3306 There is no file extension in "%1!ls!".
3307 //H option requires host name.
3308 Host name for //H option must be "cscript" or "wscript".
3309 There is no script engine for file extension "%1!ls!".