7.5.1 BUG: XCOPY fails in tool

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
chrisjj
Posts: 149
Joined: Sat Jan 21, 2006 10:32 pm

7.5.1 BUG: XCOPY fails in tool

Post by chrisjj »

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.

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 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 .
Post Reply