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