About 777,000 results
Open links in new tab
  1. 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. What's the equiv...

  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. Split long commands in multiple lines through Windows batch file

    Sep 16, 2008 · How can I split long commands over multiple lines in a batch file?

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

  5. how to change directory using Windows command line

    Jul 8, 2017 · 495 The "cd" command changes the directory, but not what drive you are working with. So when you go "cd d:\temp", you are changing the D drive's directory to temp, but staying in the C …

  6. How to run multiple commands parallel in windows cmd prompt?

    Oct 8, 2015 · 7 I know one can run two commands in one line in Windows CMD like this: dir & echo foo But how could one run two commands parallel? I also know that one can achieve this by using …

  7. How to change group policy via command line? - Stack Overflow

    Oct 3, 2016 · You can of course run a Powershell command from the legacy command line, e.g., powershell get-gpregistryvalue -Name gpo-name -Key …

  8. How do I use spaces in the Command Prompt? - Stack Overflow

    Jun 16, 2011 · It can solve this problem by cd command, this command understand spaces without double quotes and you can call any program this way for example: C:\Windows\system32>cd …

  9. windows - How to copy/paste multi-line command line command into ...

    12 I'm attempting to copy/paste some long, multiple line command line commands into a Windows 10 Command Prompt. Linux uses the "\" character for this, so for example in Linux you could copy/paste …

  10. How to run Command Prompt commands from C# - Stack Overflow

    Is there any way to run command prompt commands from within a C# application? If so how would I do the following: copy /b Image1.jpg + Archive.rar Image2.jpg This basically embeds an RAR file wit...