Scripts, cache extract

This commit is contained in:
Marwolf
2018-07-11 09:04:02 -04:00
parent 9ab165790c
commit e4031bcb97
5 changed files with 17 additions and 2 deletions

View File

@@ -23,7 +23,13 @@ echo Waiting for 5 seconds to give the MySQL server time to start before importi
echo Waiting for 5 seconds to give the MySQL server time to start before importing the databases.
echo:
timeout 5
Windows\make import-windows
cls
echo Extracting client cache
echo:
mkdir %userprofile%/OpenRSC
Windows/PKUNZIP.EXE Game/Open-RSC-Game/client/cache.zip %userprofile%/OpenRSC
cls
echo First time setup is now complete. Visit http://localhost in your browser to verify.
echo First time setup is now complete. Visit http://localhost in your browser to verify.