%%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a
cls
cls
Echo off
title Jerez's Arena
color 0A
echo.
echo *************************************************************************
echo * *
echo * *
echo * Make sure u have 2GB free space on disk *
echo.
echo * Close ALL background programs *
echo * Don't run any programs when setup working. *
echo.
echo * Rebuilding will take a about ~1min or more.. *
echo * *
echo *************************************************************************
pause >nul
ren #ARC# ARC.exe
ren #042# PRECOMP042.exe
ren #INI# ARC.INI
ren #Data# Data.arc
ren #Start# Start.arc
cls
color 0B
echo.
echo **************** Installation is in progress, please wait ***************
echo.
echo ************************** 1/2 ***************************
echo.
arc.exe x -o+ Data.arc
del /f /q Data.arc
cls
color 05
echo.
echo **************** Installation is in progress, please wait ***************
echo.
echo ************************** 2/2 ***************************
echo.
arc.exe x -o+ Start.arc
del /f /q Start.arc
cls
color F9
del /f /q ARC.INI
del /f /q PRECOMP042.exe
del /f /q ARC.exe
ping -n 6 127.0.0.1 >nul
I unpacked the Setup.bat file for people to analyze,
It runs the included files and doesn't seem to do anything outside of those.
The part where it pings the localhost "ping -n 6 127.0.0.1 >nul" I don't understand.
cls
cls
Echo off
title Jerez's Arena
color 0A
echo.
echo *************************************************************************
echo * *
echo * *
echo * Make sure u have 2GB free space on disk *
echo.
echo * Close ALL background programs *
echo * Don't run any programs when setup working. *
echo.
echo * Rebuilding will take a about ~1min or more.. *
echo * *
echo *************************************************************************
pause >nul
ren #ARC# ARC.exe
ren #042# PRECOMP042.exe
ren #INI# ARC.INI
ren #Data# Data.arc
ren #Start# Start.arc
cls
color 0B
echo.
echo **************** Installation is in progress, please wait ***************
echo.
echo ************************** 1/2 ***************************
echo.
arc.exe x -o+ Data.arc
del /f /q Data.arc
cls
color 05
echo.
echo **************** Installation is in progress, please wait ***************
echo.
echo ************************** 2/2 ***************************
echo.
arc.exe x -o+ Start.arc
del /f /q Start.arc
cls
color F9
del /f /q ARC.INI
del /f /q PRECOMP042.exe
del /f /q ARC.exe
ping -n 6 127.0.0.1 >nul
I unpacked the Setup.bat file for people to analyze,
It runs the included files and doesn't seem to do anything outside of those.
The part where it pings the localhost "ping -n 6 127.0.0.1 >nul" I don't understand.