source:
AE/Installer/trunk/source/replace_installer.bat@
501
Last change on this file since 501 was 496, checked in by , 15 years ago | |
---|---|
File size: 253 bytes |
Rev | Line | |
---|---|---|
[496] | 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 | |
[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.