Changeset 496 for AE/Installer/trunk/source/replace_installer.bat
- Timestamp:
- Feb 22, 2010, 1:00:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/replace_installer.bat
r491 r496 1 SLEEP 1 2 REM %~dp is the directory of the batch file 3 if exist %~dp\AEInstaller.exe (4 if exist %~dp\..\..\..\install\AEInstaller.exe (5 DEL %11 PING -n 1 127.0.0.1>nul 2 cd "%~dp0" /D 3 if exist AEInstaller.exe ( 4 if exist .\..\..\..\install\AEInstaller.exe ( 5 DEL .\..\..\..\install\AEInstaller.exe 6 6 ) 7 else ( 8 exit 9 ) 10 MOVE %~dp/AEInstaller.exe %~dp\..\..\..\install\ 11 START %~dp\..\..\..\install\AEInstaller.exe 7 8 COPY AEInstaller.exe .\..\..\..\install\ 9 START ..\..\..\install\AEInstaller.exe 12 10 ) 13 ELSE (14 START %~dp\AEInstaller.exe15 )
Note:
See TracChangeset
for help on using the changeset viewer.