About 438,000 results
Open links in new tab
  1. How can I open a cmd window in a specific location?

    Sep 14, 2008 · The reason this answer has received so many upvotes is that it works for a shortcut. I keep a collection of shortcuts on my taskbar that each open a command prompt window in various …

  2. Is there a way to open command prompt in current folder?

    Oct 20, 2016 · I have a project folder somewhere, and many times I need to open command prompt (on windows 7/8.1/10) and cd to that folder. It would be very handy if there's an option right click > open …

  3. How to open an elevated cmd using command line for Windows?

    Sep 30, 2013 · How do I open a elevated command prompt using command lines on a normal cmd? For example, I use runas /username:admin cmd but the cmd that was opened does not seem to be …

  4. How can I open the terminal in Visual Studio? - Stack Overflow

    Aug 1, 2021 · 12 New in Visual Studio 2019 & 2022, there is menu View → Terminal, which will open a PowerShell instance as a Visual Studio dockable window, rather than a floating PowerShell or CMD …

  5. How to open adb and use it to send commands - Stack Overflow

    Jun 27, 2013 · The short answer is adb is used via command line. find adb.exe on your machine, add it to the path and use it from cmd on Windows. "adb devices" will give you a list of devices adb can talk …

  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. Hotkey to open cmd with administration rights in current folder from ...

    Mar 21, 2018 · In Explorer sequence Shift+F10 -> open command window here opens cmd in current directory. Is there any way to do the same via shortcuts to launch cmd with administration rights?

  8. How to open a shell command prompt inside Visual Studio Code?

    May 1, 2015 · 87 When using Visual Studio Code, how do I run command-line programs, such as a choco (Chocolatey) command? Do I need to have a separate Command Line (CMD.exe) running …

  9. command line - Launching a website via the Windows commandline

    For example, Firefox and Internet Explorer will open the window inside the tab of an existing window if they are set to do so. I have reports of Internet Explorer 6 replacing the content of a current opened …

  10. Keep CMD open after BAT file executes - Stack Overflow

    Jul 31, 2013 · 256 Depending on how you are running the command, you can put /k after cmd to keep the window open. cmd /k my_script.bat Simply adding cmd /k to the end of your batch file will work …