source:
AE/Installer/trunk/source/replace_installer.bat@
497
| Last change on this file since 497 was 496, checked in by , 16 years ago | |
|---|---|
| File size: 253 bytes | |
| Line | |
|---|---|
| 1 | 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 | ) |
| 7 | |
| 8 | COPY AEInstaller.exe .\..\..\..\install\ |
| 9 | START ..\..\..\install\AEInstaller.exe |
| 10 | ) |
Note:
See TracBrowser
for help on using the repository browser.
