Search notes:

wscript.exe / cscript.exe

Command line options

/B / /I Batch or Interactive mode, respectivly. Batch mode suppresses script errors and prompts from displaying
/D Enable Active Debugging
/E:engine Use engine for executing script
/H:CScript / /H:WScript Changes the default script host to csript.exe or wscript.exe, respectively. (Default is wscript.exe)
/Job:xxxx Execute a WSF job
/logo / /nologo Display logo (default) or do not display it
/S Save current command line options for this user
/T:nn Time out in seconds: Maximum time a script is permitted to run Maximum is 32767 seconds.
/X Execute script in debugger Is there also a related /D option?
/U Use Unicode for redirected I/O from the console script.exe only?

See also

Windows Script Host

Index