1

Closed

Batch file does not work if paths have spaces

description

Not all paths in the batch file are surrounded with quotes, and there for fail if the batch files resides in a directory whose path has spaces.

The following lines can be fixed as follows:
copy "%INSTALL_SOURCEDIR%*.dll" "%PER_USER_PLUGINDIR%" /y
copy "%INSTALL_SOURCEDIR%*.pdb" "%PER_USER_PLUGINDIR%" 2> NUL /y

and
pushd "%PER_USER_PLUGINDIR%"
for /r %%i in (*) do "%~dp0\UnblockZoneIdentifier" %%i
Closed Sep 14, 2012 at 2:32 PM by mattellis
Updated the zips in the 0.6.1 downloads for both ReSharper and dotCover. Thanks!

comments

mattellis wrote Sep 14, 2012 at 2:29 PM

Fixed in changeset 8663f9d9dd11