About 8,320 results
Open links in new tab
  1. wscript | Microsoft Learn

    May 22, 2023 · Windows script files usually have one of the following file name extensions: .wsf, .vbs, .js. If you double-select a script file with an extension that has no association, the Open With dialog …

  2. Windows Script File - Wikipedia

    A Windows Script File (WSF) is a file type used by the Microsoft Windows Script Host. It allows mixing the scripting languages JScript and VBScript within a single file, or other scripting languages such as …

  3. How to Write and Run Scripts in the Windows PowerShell ISE

    Nov 20, 2025 · This article describes how to create, edit, run, and save scripts in the Script Pane. You can open and edit Windows PowerShell files in the Script Pane. Specific file types of interest in …

  4. How to Write a Batch Script on Windows - How-To Geek

    Sep 6, 2023 · In its simplest form, a batch file (or batch script) is a list of several commands that are executed when you double-click the file. Batch files go all the way back to DOS, but still work on …

  5. Batch Script Tutorial - Online Tutorials Library

    Batch scripting is a powerful tool for automating tasks on Windows operating systems. By writing scripts in plain text files with a ".bat" or ".cmd" extension, you can execute multiple commands without …

  6. Writing a Windows batch script - GeeksforGeeks

    Jul 11, 2025 · These commands are run in the order they appear, making batch files useful for automating repetitive tasks. A batch file uses the .bat file extension and can be created using …

  7. A tutorial of how to write Windows Script Files, including ... - GitHub

    A tutorial that explains how to write Windows Script Files. Window Script Files are script files that are able to be run on every Windows machine, and are run on the "wscript.exe" process.

  8. Windows Batch Scripting - Wikibooks, open books for an open world

    Oct 24, 2025 · For Windows scripting, cmd.exe is a legacy technology; a modern equivalent is PowerShell, which is based on .NET and whose streams for pipelines are objects, not character …

  9. Using Script Files - Windows drivers | Microsoft Learn

    Oct 25, 2023 · There are a variety of ways for the debugger to load a script file and execute it. A script file can contain commands to be executed sequentially or can use a more complex flow of execution. …

  10. cscript | Microsoft Learn

    Nov 1, 2024 · Starts a script to run in a command-line environment. Performing this task does not require you to have administrative credentials. Therefore, as a security best practice, consider …