Last change
on this file since 503 was 503, checked in by gumby, 15 years ago |
Added button to change the current directory
Fixed about window by adding a ->ShowModal (how did it get deleted?)
Fixed refresh button
Cleaned up replace_installer.bat (i think...)
|
File size:
259 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\
|
---|
[503] | 9 | cd ..\..\..\install\
|
---|
| 10 | START AEInstaller.exe
|
---|
[490] | 11 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.