About 177,000 results
Open links in new tab
  1. windows - How to do a simple file search in cmd - Stack Overflow

    The original question is tagged with windows & cmd not with sysinternals/pmon. There are other ways like using the FindFirstFileA in a C program or to use Directory.GetFiles in a c# program …

  2. python - How to run Pip commands from CMD - Stack Overflow

    Apr 23, 2015 · As I understand, Python 2.7.9 comes with Pip installed, however when I try to execute a Pip command from CMD (Windows) I get the following error: 'pip' is not recognized …

  3. How to use the new Windows Terminal as Visual Studio …

    Jun 25, 2019 · How can I set the new Windows Terminal application to be used as debugging console in Visual Studio 2019? By default it launches cmd.exe when I debug.

  4. How to set PowerShell 7 as default and remove other versions

    Mar 2, 2021 · To make PowerShell 7 the default shell for Windows Terminal, follow these steps: Click on the down arrow and press settings A JSON file will open, and you will see a line near …

  5. How to use Windows Terminal as debug console in VS Code?

    Feb 3, 2023 · In Powershell Properties > Terminal > Default Terminal Application > Windows Terminal That devblog is for Windows 11. This page on tenforums.com suggests that the …

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

    Oct 27, 2017 · I just figured out that for a case where the path involves the use of white space characters, for example, when I need to access the app xyz which location is : C:\Program …

  7. Adding MSYS to windows terminal - Stack Overflow

    Feb 9, 2022 · To get gcc to run inside of it, we will use a custom msys2_terminal wrapper function from my answer here: How to specify in which of the 7 MSYS2 terminals to run a command in …

  8. Connect COM port using windows terminal - Stack Overflow

    May 24, 2016 · Is there any way to connect and communicate with a COM port (e.g. COM4) using windows terminal (Windows 8 <) inbuilt commands or using a batch program? MODE …

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

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

  10. How to install Windows Terminal on VS code - Stack Overflow

    Dec 16, 2019 · I think you want to launch the new Windows Terminal from within VS Code. What you need to do is edit your USER settings.json, and locate the line that associates an editor …