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

    Feb 17, 2011 · On Windows command-line explorer "<PATH>" will open the file path with Windows default associated programs. This will also handle all URIs ( http:,https:,ftp: ) and …

  2. Windows equivalent command for "open" command on Mac?

    8 Coming from Mac OS X, you can type: open yourfilehere.txt and your file will open just as if you had opened it from Finder. On Windows, I'd like to be able to open files in the same manner. …

  3. How can I "open" a file from WSL with the default application?

    Feb 24, 2017 · Most systems provide an open command (alternately known as start, cygstart, xdg-open etc.) which opens a file in the desktop environment's "default" application, whatever …

  4. ssh - How to run a command file in PuTTY using automatic login …

    How to run a command file in PuTTY using automatic login in a command prompt? Ask Question Asked 12 years, 10 months ago Modified 4 years, 5 months ago

  5. Can't open command prompt or run any .bat files - Super User

    Aug 22, 2023 · On my Windows 10 PC I'm trying to open a command prompt but nothing happens, regardless of how I try to do it. Trying from the start menu, from the actual .exe in …

  6. Pass command line arguments to Windows "Open With"

    Apr 4, 2014 · File associations will appear at the top of the list, without any text in the first extension column. Just find the name of the executable in the list and select it to modify the …

  7. windows - How can I open a command prompt in current folder …

    How can I open a command prompt in current folder with a keyboard shortcut in Windows 7? Is there any way to implement this? I think Autohotkey could do this, but don't know how.

  8. command line - Trying to open a OneDrive directory file path …

    Sep 26, 2022 · I am attempting to open a OneDrive file path whose location is synced locally to my computer using a batch file, but after several trial and errors, I'm not able to determine …

  9. How to open a Windows store app from command line?

    Apr 19, 2020 · 2 An easy way is to create a shortcut and then from the command line to execute the ".lnk" file generated.

  10. Linux equivalent command for "open" command on Mac/Windows?

    Coming from Mac OS X, you can type: $ open yourfilehere.txt and your file will open just as if you had opened it from Finder. On Windows, one can type: &gt; start yourfilehere.txt and it will open