About 195,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. 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?

  6. 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 …

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

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

  9. How to run a command on command prompt startup in Windows

    Back to the question I have two questions: I want some specific commands to be executed when I start command prompt. e.g. cls to clear my command prompt. I want to execute some …

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

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