About 607,000 results
Open links in new tab
  1. How to run .sh on Windows Command Prompt? - Stack Overflow

    Oct 23, 2014 · Of course, with Windows 10, you can enable WSL and almost have a real computer inside your Windows. The most common way to run a .sh file is using the sh …

  2. Is it possible to have scripts run in Windows Terminal by default?

    Mar 24, 2021 · Setting Windows Terminal to be the default for all console/terminal applications is now possible in Windows 11 with a recent release of Windows Terminal. At the time this …

  3. How to run .sh or Shell Script file in Windows 11/10 - The Windows Club

    Sep 28, 2023 · It is possible to run .sh or Shell Script files in Windows 11 or Windows 10 using Windows Subsystem for Linux. In this post, we will show you how to run a Shell Script file in …

  4. How to Run a script - Windows CMD - SS64.com - SS64

    From the start menu: START RUN c:\path_to_scripts\my_script.cmd, OK. If the filename includes any spaces, then you will need to surround the command with quotes: "c:\path to scripts\my …

  5. How to Create and Run Bash Shell Scripts on Windows 10 - How-To Geek

    To run the script, you can now just run it in the terminal by typing its path. Whenever you want to launch the script in the future, just open the Bash shell and type the path to the script. (If the …

  6. How to Enable Running Scripts in Windows 11: A Step-by-Step …

    May 30, 2024 · Right-click the Start button and select "Windows Terminal (Admin)" or search for "PowerShell" in the Start menu, then right-click and choose "Run as administrator." Next, you’ll …

  7. How to Run .sh Files on Windows: A Complete 2500+ Word Guide

    Oct 24, 2023 · Follow these steps to create a simple shell script file on your Windows machine: #!/bin/bash. This tells the system to execute the script using /bin/bash. #!/bin/bash. # Print hello .

  8. windows - How to run a PowerShell script - Stack Overflow

    Or: you can run the PowerShell script from the Command Prompt (cmd.exe) like this: powershell -noexit "& ""C:\my_path\yada_yada\run_import_script.ps1""" (enter) according to Invoking a …

  9. Execute Python scripts - Python Tutorial

    You can start a Python program with the terminal or command line. This works on all platforms (Mac OS, Windows, Linux). To open a terminal on Windows: press the windows key + r key …

  10. Writing scripts in Windows Terminal - Microsoft Community

    I need to enable writing scripts in Windows Terminal. Like scripts in programming languages aka Python. How could I do it?

  11. Some results have been removed