Thank you VERY much!
profile.ps1 on "C:\Users\<USER>\Documents\PowerShell" with the alias
and
mc-wrapper.ps1 on "C:\Program Files (x86)\Midnight Commander" with the script from your last post
Did the trick!
Looking for your second link,
I made a file called "mc-wrapper.ps1" and pulled on "C:\Program Files (x86)\Midnight Commander".
Then I pasted on it:
$mc_tmp_file = [System.IO.Path]::GetTempFileName()
& "${PSScriptRoot}/mc.exe" "--printwd=${mc_tmp_file}" "${args}"
$mc_path = get-content -Path...
It's the first I tried because I use it on Linux.
It seem that it cannot quit on current folder as it does on Linux.
Far Manager is the second I tried, seem it cannot quit on current folder too. I can copy current path on clipboard as workaround but it doesn't use quotes on paths. So, it's even...
Tell me if I'm wrong, but in the way you describe I'll create a profile for the Terminal, which will open immediately Far Manager and when I close it, the window itself will be closed.
I'm looking for a software, inside PowerShell or Prompt, which allows to browse folders rapidly, using arrow keys.
In Linux I use "Midnight Commander" with a trick, and I can easily navigate and quit the program on the current folder.
I'm looking something like that without leaving the...
If I have a laptop with pre-installed Windows 11 Home and I want to format and clean install Windows 11 Pro with the official Microsoft multi-edition ISO,
I surely have the oem key of Windows 11 Home in the hardware so Windows will install the Home edition without ask any Product Key,
I want...