About 1,980,000 results
Open links in new tab
  1. How can I run a Windows executable from WSL (Ubuntu) Bash

    Along with Windows 10 Anniversary update for summer 2016, came the possibility to run ubuntu binaries inside the new Windows Subsystem for Linux (WSL), a "lightweight" virtualized …

  2. How do I run two commands in one line in Windows CMD?

    I want to run two commands in a Windows CMD console. In Linux I would do it like this touch thisfile ; ls -lstrh How is it done on Windows?

  3. how to change directory using Windows command line

    Jul 8, 2017 · how to change directory using Windows command line Asked 12 years, 5 months ago Modified 1 year, 2 months ago Viewed 1.4m times

  4. notepad++ - Aliases in Windows command prompt - Stack Overflow

    An advantage to using .cmd files over DOSKEY is that these "aliases" are then available in other shells such as PowerShell or WSL (Windows subsystem for Linux). The only gotcha with using …

  5. Where are the standard Windows prompt commands files?

    External commands can be called from the directory that you're working from. (in a newly started DOS shell on Windows 7, this would usually be C:\Users\YourUsername\). External …

  6. Execute multiple commands with 1 line in Windows commandline?

    Oct 30, 2009 · 6 If you want to execute multiple commands with 1 line, where you are starting the commands with start, for example, if you wanted to execute a command like this: start "" netsh …

  7. windows - list network shares from command prompt - Super User

    Is it possible to browse a network for shares from the Windows command prompt? I want to map a drive to a network share (pushd), but I can't remember the exact name of the machine or …

  8. How to execute a Windows command on a remote PC?

    Aug 13, 2012 · Is it possible to execute a Windows shell command on a remote PC when I know its login name and password? Is it possible to do it using client PC's Windows shell?

  9. Run bash script from Windows PowerShell - Stack Overflow

    Jul 8, 2009 · There is now a "native" solution on Windows 10, after enabling Bash on Windows, you can enter Bash shell by typing bash: You can run Bash script like bash ./script.sh, but …

  10. How to run multiple commands one after another in cmd

    May 22, 2016 · How to run Windows OS cmd.exe multiple commands one after another, I use ncrack, commands I manually open cmd.exe and I paste this code: ncrack --user Admin -P …