Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere
I've made a couple slight improvements to the batch script:
1) Will only launch a set number of times (change value of launchesRemaining)
2) Reports the number of launches remaining
3) Calls you a nerd
---
@echo off
set/A launchesRemaining = 393
:repeat
cls
echo Welcome to the Unofficial AmpuTea ReLauncher
echo Launches Remaining: %launchesRemaining%
start "" "F:\Games\STEAM\steamapps\common\Ampu-Tea\AmpuTea.exe"
timeout /t 1 >nul 2>&1
wscript "%CD%\littlehelper.vbs"
timeout /t 1 >nul 2>&1
taskkill /f /t /im "AmpuTea.exe" >nul 2>&1
set/A launchesRemaining = %launchesRemaining% - 1
if %launchesRemaining% GTR 0 goto repeat
echo Congratulations for being a nerd!
pause
You can also try with:
timeout /t 3
timeout /t 1
timeout /t 1
It's faster.
start "" "steam://rungameid/289090"
timeout /t 3
wscript %CSIDL_DEFAULT_DESKTOP%"amputea.vbs"
timeout /t 2
taskkill /f /t /im "AmpuTea.exe"
timeout /t 1
goto :repeat