ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/replace_installer.bat
(Generate patch)

Comparing AE/Installer/trunk/source/replace_installer.bat (file contents):
Revision 490 by gumby, Mon Jan 25 07:22:06 2010 UTC vs.
Revision 491 by gumby, Mon Jan 25 07:27:25 2010 UTC

# Line 8 | Line 8 | if exist %~dp\AEInstaller.exe (
8                  exit
9          )
10          MOVE %~dp/AEInstaller.exe  %~dp\..\..\..\install\
11 <        RUN %~dp\..\..\..\install\AEInstaller.exe
11 >        START %~dp\..\..\..\install\AEInstaller.exe
12   )
13   ELSE (
14 <        RUN %~dp\AEInstaller.exe
14 >        START %~dp\AEInstaller.exe
15   )

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)