--- AE/Installer/trunk/source/replace_installer.bat 2010/03/24 07:12:25 503 +++ AE/Installer/trunk/source/replace_installer.bat 2010/03/27 03:48:25 504 @@ -5,7 +5,7 @@ if exist AEInstaller.exe ( DEL .\..\..\..\install\AEInstaller.exe ) - COPY AEInstaller.exe .\..\..\..\install\ + MOVE AEInstaller.exe .\..\..\..\install\ cd ..\..\..\install\ START AEInstaller.exe )