About 182,000 results
Open links in new tab
  1. Conda command is not recognized on Windows 10 - Stack Overflow

    Hi, thanks. after install anaconda, "Close" the terminal (I use ubuntu bash in windows 10) and open a new one, which means restart the system in Ubuntu dose the trick!

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

  3. How To Launch Git Bash from Windows Command Line?

    Open a Windows command window, and execute this script. If there is a change in your working directory, it will open a bash terminal in your working directory, and display the current git status.

  4. Visual Studio Code, how to switch from powershell.exe to cmd.exe

    I would like to switch from powershell.exe to cmd.exe in the terminal, but how can I do so? I provided a screenshot for clarification.

  5. Execute ssh with password authentication via windows command …

    I need to execute ssh from windows command line by providing password in a non interactive manner. I could implement the key based authentication and able to execute the ssh …

  6. Intellij Windows Terminal as terminal (in ide) - Stack Overflow

    You can't use GUI app as the terminal shell in IntelliJ IDEA, use the command line app like cmd.exe, powershell.exe or c:\Windows\System32\bash.exe.

  7. How to use a new Windows Terminal app for SSH? [closed]

    The Windows Terminal app is advertised as a central hub for all terminal work, so I'm interested in a way to bring my SSH connections into it and replace ancient PuTTY.

  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. How to connect from windows command prompt to mysql …

    (Use the End key to ensure that your cursor is positioned at the very end of the text in this space.) Then enter the complete path name of your MySQL bin directory (for example, C:\Program …

  10. Run C++ in command prompt - Windows - Stack Overflow

    Probably windows ... install the free version of visual studio and you can use the "cl" command.