About 50 results
Open links in new tab
  1. microsoft file explorer - How do I open a specific folder from inside ...

    Dec 12, 2011 · I would like to be able to navigate to a certain file, then open it using a Powershell command.

  2. How do I open a certain file location in PowerShell? - Super User

    Sep 10, 2013 · Using Windows PowerShell, is there a shorter way of opening a program other than the following? cd c:\\program files cd program folder start program.exe

  3. windows - How to run a PowerShell script - Stack Overflow

    342 If you are on PowerShell 2.0, use PowerShell.exe's -File parameter to invoke a script from another environment, like cmd.exe. For example:

  4. Open a command file with Windows PowerShell running it directly

    Nov 26, 2020 · I want to make a file having Windows Powershell commands. Then I want to open it with windows powershell directly and without pressing any key I want windows powershell start running …

  5. Is it possible to open a Windows Explorer window from PowerShell?

    Nov 26, 2008 · Whereas if one was issuing this command from powershell, this would be no big deal (less typing anyway), if one is scripting and needs to "open containing folder" on a variable, it …

  6. Edit a text file on the console using Powershell

    Jun 15, 2012 · I'm trying to figure out the easiest way to edit text files in the console (PowerShell in my case). I'm using Windows 7 64 bit. It galls me that I can't just type edit filename.txt to edit a file....

  7. Powershell Script Open Files Across Computer and Local

    1) Notepad++ will load a file based on the argument whether it has a path or not, based on the standard Windows path system. So Notepad++ file.txt will open file.txt if it's in the local folder, and Notepad++ …

  8. Open Powershell as Administrator at Current File Explorer Directory ...

    Mar 31, 2018 · Let's say that I'm browsing through Windows File Explorer, and suddenly I decide that I would like to open Powershell as administrator at the current directory (the directory that I'm at in File …

  9. How to open a file in powershell, by entering the variable which ...

    Oct 10, 2018 · In powershell, like in cmd, you have to type the path to the file, including the file itself , or if you are in the same location as the one where the file is located, you have to type just the files …

  10. How to open a file with Visual Studio Code from within a PowerShell ...

    Nov 21, 2021 · I try to open a file in Visual Studio Code from within a PowerShell console. In other words I want to emulate the option of Open with when right clicking a file to open it with the non-default …