mirror of
https://github.com/themitosan/fpPS4-Temmie-s-Launcher.git
synced 2025-04-02 10:31:50 -04:00
22 lines
No EOL
862 B
Batchfile
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 |