PING -n 1 127.0.0.1>nul cd "%~dp0" /D if exist AEInstaller.exe ( if exist .\..\..\..\install\AEInstaller.exe ( DEL .\..\..\..\install\AEInstaller.exe ) COPY AEInstaller.exe .\..\..\..\install\ START ..\..\..\install\AEInstaller.exe )