# | Line 5 | Line 5 | if exist AEInstaller.exe ( | |
---|---|---|
5 | DEL .\..\..\..\install\AEInstaller.exe | |
6 | ) | |
7 | ||
8 | < | COPY AEInstaller.exe .\..\..\..\install\ |
8 | > | MOVE AEInstaller.exe .\..\..\..\install\ |
9 | cd ..\..\..\install\ | |
10 | START AEInstaller.exe | |
11 | ) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |