source:
AE/Installer/trunk/source/replace_installer.bat@
493
Last change on this file since 493 was 491, checked in by , 15 years ago | |
---|---|
File size: 312 bytes |
Line | |
---|---|
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 %1 |
6 | ) |
7 | else ( |
8 | exit |
9 | ) |
10 | MOVE %~dp/AEInstaller.exe %~dp\..\..\..\install\ |
11 | START %~dp\..\..\..\install\AEInstaller.exe |
12 | ) |
13 | ELSE ( |
14 | START %~dp\AEInstaller.exe |
15 | ) |
Note:
See TracBrowser
for help on using the repository browser.