far

In FAR manager, How to open Powershell in current path?


In FAR manager, I can open seperate command window at the current location by just typing start. For example, Active Panel in FAR is in c:\Projects and I type "start" it opens a new console window with path c:\projects. I want to open PowerShell with current path, For instance I type PS, it opens powershell window with location set to c:\projects.

Any ideas?


Solution

  • One solution is with this command

    start powershell.exe -noexit -command "set-location '%cd%'"