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

Last change on this file since 493 was 491, checked in by gumby, 15 years ago

small fix

File size: 312 bytes
Line 
1SLEEP 1
2REM %~dp is the directory of the batch file
3if exist %~dp\AEInstaller.exe (
4 if exist %~dp\..\..\..\install\AEInstaller.exe (
5 DEL %1
6 )
7 else (
8 exit
9 )
10 MOVE %~dp/AEInstaller.exe %~dp\..\..\..\install\
11 START %~dp\..\..\..\install\AEInstaller.exe
12)
13ELSE (
14 START %~dp\AEInstaller.exe
15)
Note: See TracBrowser for help on using the repository browser.