| # | 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 | ) | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines (old) | 
| > | Changed lines (new) |