Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
net_loc should be wrapped by single quotes, so that \ will not be treated as the escape character. After this fix, net locations like \\192.168.1.120\Documents\ are able to be mounted.
different mount points should be processed independently (see commit msg of the 2nd commit)
\
will not be treated as the escape character. After this fix, net locations like\\192.168.1.120\Documents\
are able to be mounted.