7.5.1 BUG: XCOPY fails in tool
Posted: Sat Oct 17, 2015 1:34 pm
I was hoping that the upgrade to 7.5 would fix the long-standing failure of XCOPY in a tool, but sadly not.
So here is a further report.
On run outside TP, succeeds as expected http://i.imgur.com/WpRRDgx.png
On change to COPY, succeeds as expected http://i.imgur.com/eyCMJb9.png .
So here is a further report.
Code: Select all
REM Run on TP 7.5.1 as tool http://i.imgur.com/HZ47pWM.png
echo test > %TEMP%\src.bat
del /q %TEMP%\dest.bat
xcopy %TEMP%\src.bat %TEMP%\dest.bat
dir /b %TEMP%\dest.bat
REM Expected: 1 File(s)
REM Observed: File not found http://i.imgur.com/30NrDmI.png On change to COPY, succeeds as expected http://i.imgur.com/eyCMJb9.png .