fpPS4-Temmie-s-Launcher/App/updater.bat
2023-09-25 18:39:00 -03:00

22 lines
No EOL
862 B
Batchfile

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::***********************************************************************************::
:: ::
:: fpPS4 Temmie's Launcher ::
:: updater.bat ::
:: ::
:: This little script is responsible for finishing up launcher updater process. ::
:: ::
::***********************************************************************************::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@echo off
color a
title Updating file names - Please wait...
echo Updating file names - Please wait...
timeout /t 2 /nobreak
cd ..
del "fpPS4 Temmie's Launcher.exe"
ren "temp.exe" "fpPS4 Temmie's Launcher.exe"
start "" "fpPS4 Temmie's Launcher.exe"
@echo on
exit