About 1,740,000 results
Open links in new tab
  1. Open file from the command line on Windows - Super User

    Feb 17, 2011 · On Mac OS X and GNOME on Linux, there are commands that can be used to open files from the command line in their associated GUI editors: open and gnome-open, …

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

    Jun 3, 2020 · There is one more diff between /k and /c. If you're using /c the new terminal window name is the same as the standard one, smth like "c:\Windows\system32\cmd.exe". but in case …

  3. How to Use FTP from a Command Line - Computer Hope

    Jun 1, 2025 · How to efficiently use FTP from the command line to upload, download, and manage files on a remote server. Follow step-by-step instructions and expert tips.

  4. How do I open a file with Chrome from the command line?

    May 29, 2015 · These should be reasonably doable in a .bat or .cmd file, using FOR commands and the text-replacing features of the SET command; or do all that in a .vbs or .ps1 script …

  5. How do I open an Explorer window in a given directory from …

    62 I see how to launch many other programs from a batch file, but I can't find a command like open on Mac OS X. Does such a tool exist on Windows? Powershell, or a Windows API call …

  6. How to open Visual Studio Solution File from the Command Prompt

    4 If you don't mind using PowerShell, you should try WhatsNew. Once installed, you can just type sln to open the solution file in that directory.

  7. How to open a file from the integrated terminal in Visual Studio …

    Dec 29, 2016 · 41 Open Visual Studio Code Press CMD + SHIFT + P (this opens "Command Palette") Type shell command Select “Install code command in path” Navigate to any project …

  8. cmd - How to open file with notepad++ in command line. (start …

    Jul 31, 2020 · How to open file with notepad++ in command line. (start notepad++ create new file instead of open current file) (Windows) Asked 5 years, 4 months ago Modified 5 years, 3 …

  9. How to open an HTML file from a batch file in default browser …

    Jan 1, 2017 · I am trying to open an HTML file with a specific destination anchor from a batch file like so: start iexplore %~dps0nl752.htm#01 exit nl753.htm is on the local drive. How can I get …

  10. How to open a file from the command line with a specified …

    In other words, I want to emulate the option of "Open-with" when you right-click a file to open it with the non-default application, but from the command line. I do not want to change the …