diff --git a/bin/getexdraw.bat b/bin/getexdraw.bat index 45b830c..4cf33ba 100644 --- a/bin/getexdraw.bat +++ b/bin/getexdraw.bat @@ -28,7 +28,7 @@ call getpositions.bat --filename %1 -s -r -w %JSON_POS% -e %ERROR_DOUBLE% if exist "%PROJECT_WORK%\%ERROR_DOUBLE%" ( @echo -failed- given items with the same ids pause - del "%PROJECT_WORK%\%ERROR_DOUBLE%" + move %PROJECT_WORK%\%ERROR_DOUBLE% %INSTALL_DIR% goto :eof ) if not exist "%PROJECT_WORK%\%JSON_POS%" (