On Tue, Oct 26, 2010 at 19:17, Charles Davis wrote: >> Is the error message "Invalid parameter" related to the change from \ to /? > The real problem is that you passed a UNC path to it, which Wine doesn't > understand... yet. Just for the record: Pushd under windows mounts the share to a random letter and then change to it. popd will unmount it. (Seem to be the easiers way to handle UNC paths in Winodws batch files) Intergrating it with the limited UNC (manual symlinks somewhere) support might make sense... (And it might be easy - simply create a symlink under dosdevices to the symlink under the dosdevices/unc path...) (And leave the automatic population of that for later...) Gert