source: AE/Installer/trunk/source/replace_installer.bat@ 501

Last change on this file since 501 was 496, checked in by gumby, 15 years ago

Windows fixes.

File size: 253 bytes
RevLine 
[496]1PING -n 1 127.0.0.1>nul
2cd "%~dp0" /D
3if exist AEInstaller.exe (
4 if exist .\..\..\..\install\AEInstaller.exe (
5 DEL .\..\..\..\install\AEInstaller.exe
[490]6 )
[496]7
8 COPY AEInstaller.exe .\..\..\..\install\
9 START ..\..\..\install\AEInstaller.exe
[490]10)
Note: See TracBrowser for help on using the repository browser.