About 1,970,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 subsystem.

  2. 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 these …

  3. 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 keep in mind that C …

  4. 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?

  5. 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

  6. 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 commands from other …

  7. "Register" an .exe so you can run it from any command line in Windows

    How can you make a .exe file accessible from any location in the Windows command window? Is there some registry entry that has to be entered?

  8. 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 dump …

  9. Windows: List files and their permissions (access) in command line

    Jul 1, 2011 · In linux, ls -l lists files permissions, like this: -rw-r--r-- 1 user user 924 2011-07-01 20:23 test.txt In Windows, commands tree and dir don't have the options to list permissions.

  10. 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?