About 606,000 results
Open links in new tab
  1. Windows Script Host Examples (All) - Rob van der Woude

    Apr 1, 2002 · Learn by example: examine these scripts, see how they work, then write your own scripts (this page lists all script samples)

  2. wscript | Microsoft Learn

    May 22, 2023 · If you don't specify a script or any script arguments, wscript.exe displays the Windows Script Host Settings dialog box. Use the dialog box to set global scripting properties for all scripts that …

    Missing:
    • examples
    Must include:
  3. Windows Script Host - Wikipedia

    WSH engines include various implementations for the Rexx, ooRexx (up to version 4.0.0), BASIC, Perl, Ruby, Tcl, PHP, JavaScript, Delphi, Python, XSLT, and other languages. Windows Script Host is …

    Missing:
    • examples
    Must include:
  4. WSH (Windows Script Host) - Herong's Tutorial Examples

    This chapter provides tutorial examples and notes on WSH (Windows Script Host). Topics include running WSH commands, cscript and wscript, with options; summary of WSH runtime objects; using …

  5. Windows Script Host (WSH) Cheatsheet | Cheat Sheets Hero

    Mar 3, 2025 · A comprehensive cheat sheet for Windows Script Host (WSH), covering essential objects, methods, and properties for automating tasks in Windows environments using VBScript or JScript.

  6. Windows Scripting Host Sample Scripts - greggriffiths.org

    Nov 29, 2025 · I n this section I have provided some heavily commented Windows Scripting Host samples to show you what WSH is capable of : SQL+ Session Information File Backups

  7. Better Than Batch: A Windows Scripting Host Tutorial

    Dec 28, 2024 · In this tutorial, we have explored how to use the Windows Scripting Host (WSH) to create scripts that are better than batch files. We discussed the advantages of using WSH over batch files …

    Missing:
    • examples
    Must include:
  8. VBA Windows Script Host Runtime Library

    Some use cases for the IWshRuntimeLibrary library are creating shortcuts, executing shell commands, accessing the file system, carrying out administrative tasks or network tasks, and interacting with the …

    Missing:
    • examples
    Must include:
  9. Windows Programming/Windows Script Host - Wikibooks

    Feb 22, 2025 · WSH provides the WScript object, which has a number of methods and fields for use in a WSH script. The WScript object never needs to be instantiated, and it is always available in any …

    Missing:
    • examples
    Must include:
  10. VBScript - Run Method (Windows Script Host) - VbsEdit

    The Run method starts a program running in a new Windows process. You can have your script wait for the program to finish execution before continuing. If a file type has been properly registered to a …