ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
AE
/
Installer
/
trunk
/
source
/
replace_installer.bat
Revision:
496
Committed:
Mon Feb 22 00:00:55 2010 UTC
(15 years, 7 months ago) by
gumby
Content type:
application/x-msdos-program
File size:
253 byte(s)
Log Message:
Windows fixes.
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
COPY
AEInstaller.exe .\..\..\..\install\
9
START
..\..\..\install\AEInstaller.exe
10
)