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

    Sep 14, 2008 · How can I open a cmd window in a specific location without having to navigate all the way to the directory I want?

  2. How to open URL in Microsoft Edge from the command line?

    But that's not the case. Color (:) is required all the time. How to open a blank tab in Microsoft Edge? From Run prompt (press Window logo + R): microsoft-edge:about:blank microsoft …

  3. BAT file: Open new cmd window and execute a command in there

    Jun 3, 2020 · I wanted to run "rails server" in a new cmd window so I don't have to open a new cmd and then find my path again. What I found out was to use the K switch like this: start cmd …

  4. Batch files : How to leave the console window open

    I've created a shortcut of the first batch file and edited its properties to call its in following way. cmd.exe /k "<SomePath>\<My Batch File>.bat" & pause What i want to do I want the console …

  5. Command line for looking at specific port - Stack Overflow

    Aug 17, 2012 · Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat to examine all ports but netstat is slow and looking at a specific …

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

  7. How to keep a Python script output window open?

    68 cmd /k is the typical way to open any console application (not only Python) with a console window that will remain after the application closes. The easiest way I can think to do that, is to …

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

  9. cmd - How do you run a command as an administrator from the …

    May 10, 2011 · I'm trying to run the script with elevated, administrative privileges from within the Windows shell (cmd.exe)--just as if I'd right-clicked it and chosen Run as Administrator, but …

  10. cmd - Command to open "Configure advanced user profile …

    Jun 28, 2016 · 10 I'm trying to figure out how to open the "Configure advanced user profile properties" control panel window by command line, so that I can provide a link to it in my …