ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/replace_installer.bat
Revision: 504
Committed: Sat Mar 27 03:48:25 2010 UTC (15 years, 6 months ago) by gumby
Content type: application/x-msdos-program
File size: 259 byte(s)
Log Message:
Allowed single packages to be updated
Changed the modversion to be a float
Fixed a possible crash on Macs
Fixed batch file to move instead of copy

File Contents

# Content
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 MOVE AEInstaller.exe .\..\..\..\install\
9 cd ..\..\..\install\
10 START AEInstaller.exe
11 )