About 175,000 results
Open links in new tab
  1. 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?

  2. windows - How to write a multiline command? - Stack Overflow

    How do we extend a command to the next line? Basically what's the Windows alternative for Linux's: ls -l \\ /usr/ Here we use backslashes to extend the command onto the next lines. …

  3. How do I execute cmd commands through a batch file?

    16 start cmd /k "your cmd command1" start cmd /k "your cmd command2" It works in Windows server2012 while I use these command in one batch file.

  4. Run cURL commands from Windows console - Stack Overflow

    Is there a way to install cURL in Windows in order to run cURL commands from the command prompt?

  5. How to enable bash commands in Windows CMD? - Stack Overflow

    Jan 20, 2017 · 5 I've two Windows machines and both have bash installed. However, they differ in the way bash starts up: Machine 1: Typing "bash" starts the bash. Then I can type commands …

  6. Run a Command Prompt command from Desktop Shortcut

    Mar 16, 2012 · Is it possible to create a desktop shortcut that, when pressed, will open command prompt and run a pre-defined command?

  7. Aliases in Windows command prompt - Stack Overflow

    This works for the command prompt in which I run this command. But if I close the window and open a new command prompt. It doesn't remember the np command. Is there any way I can …

  8. How to run 'sudo' command in windows - Stack Overflow

    How would I run the following command in windows: $ sudo django-admin.py startproject NEW ?

  9. Running windows shell commands with python - Stack Overflow

    Feb 15, 2013 · How can we interact with OS shell using Python ? I want to run windows cmd commands via python. How can it be achieved ?

  10. Conda command is not recognized on Windows 10 - Stack Overflow

    Naively, I opened the command prompt in windows 10 and proceded to type the following commands as given in the qutip installation docs. conda create -n qutip-env