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. ssh - How to run a command file in PuTTY using automatic login …

    Consider to use Plink.exe instead (typically bundled with Putty, remember to include in PATH). I spent 2 hours googling how to specify rsa key in a command line for PuTTY because it's …

  3. How do I open a file with the file extension “FILE?” - Super User

    Apr 4, 2019 · To open these .file files, the user must know the original format of the files. The user just needs to simply change the .file extension to the extension of its original file format. To …

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

  5. Is there a way to keep a command window open when using a …

    Aug 15, 2024 · Update: I have found using the cmd /k just before that command will keep the window open but it doesn't continue the code, it just opens the application then goes to the …

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

  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 - Open network folder in a .bat file - Super User

    Aug 28, 2023 · How do I open a network folder with a .bat file? explorer shell:NetworkPlacesFolder works like wonders in CMD but once I try to implement a path (e.g. …

  9. How to open a .tar.gz file in Windows? - Super User

    Nov 27, 2010 · I need to open a file that sadly is only available in the .tar.gz file format and I am using Windows 7. I can unzip the file using 7-zip but after that I still have a .tar file that I can't …

  10. Open file with default application from command line

    Feb 12, 2013 · On Windows XP, how does one open a file with its default application from the command line? As far as I know, this should work from a command prompt or batch file: start …