This repository was archived by the owner on May 19, 2022. It is now read-only.
Tags: xilun/cbwin
Tags
use cwd of outbash.exe if not in DriveFs That's what MS does with interop (introduced in build 14951), so do likewise instead of failing. Note that adding an initial ':' param still will use the Windows home directory instead of the one would that would have been used otherwise.
allow to launch from %USERPROFILE% with for ex: "wstart : notepad" This is mainly useful to launch from VolFs. I actually wanted to do: "wstart ~ notepad" but ~ is expanded by the shell, so I use ':' because it is not special for the shell, and forbidden in Windows filenames.
PreviousNext