- Version 2:
- The
exe
file is minimized (2048 Bytes) - Avoid CRT DLLs
- The
- Copy the content of the
zip file
into any folder of PATH (e.g.
~/.local/bin
) chmod +x
on these files
- A drop-in replacement for
xdg-open
to open files on windows side - With DrvFS enabled, the WSL user cannot grant individual
.exe
files in system directory executable permission bychmod +x
. Therefore,explorer.exe <folder>
does not work from WSL.
open .
orxdg-open .
opens the current folder inexplorer.exe
.open video.mp4
orxdg-open video.mp4
to play a video in windows.open https://github.com
orxdg-open https://github.com
to browse the URL in the default windows web browser.open calc
orxdg-open calc
to start the calculator.xdg-open services.msc
works, too.