summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2019-09-04 12:06:34 +0000
committerrafa_99 <rafa99@protonmail.com>2019-09-04 12:06:34 +0000
commitc3ab99ea62f75677eeb4f3991b49aacf3288cb3f (patch)
treedb101dad28ed01f983f11e60ff0e7e005fa52043
parent31daa9d379040994690f512beb0628a27b22d521 (diff)
Updated Script
-rw-r--r--convert.bat13
1 files changed, 8 insertions, 5 deletions
diff --git a/convert.bat b/convert.bat
index 39fb389..c27e779 100644
--- a/convert.bat
+++ b/convert.bat
@@ -1,4 +1,5 @@
@echo off
+
echo """""""""""""""""""""""""""""""""""""""""""""""""
echo " Made with love by: "
echo " "
@@ -9,11 +10,13 @@ echo " / _, _/ ___ |/ __/ / ___ | \__, /\__, / "
echo " /_/ |_/_/ |_/_/ /_/ |_|____/____//____/ "
echo " /_____/ "
echo " "
+echo " Gitlab: @rafa_99 Reddit: @RAFA_999 "
+echo " "
echo """""""""""""""""""""""""""""""""""""""""""""""""
-move input\act.dat tools\4\input\act_dat
-move input\idps.hex tools\4\input\idps_hex
-rmdir /Q/S input\PS3_GAME\LICDIR
+move input\act.dat tools\4\input\act_dat > nul 2> nul
+move input\idps.hex tools\4\input\idps_hex > nul 2> nul
+rmdir /Q/S input\PS3_GAME\LICDIR > nul 2> nul
tools\1\PS3_Generate_LIC.DAT.exe input\PS3_GAME
move input\PS3_GAME tools\2\
tools\2\CFW2OFW_Helper
@@ -26,7 +29,7 @@ set /p gamedir= < tmp
del tmp
cd %origdir%
robocopy "tools\2\%gamedir%" tools\3\ /E /MOVE
-rmdir /S /Q tools\2\patch tools\2\PS3_GAME
+rmdir /S /Q tools\2\patch tools\2\PS3_GAME > nul 2> nul
cd tools\3\
call do.bat
cd %origdir%
@@ -34,6 +37,6 @@ move tools\3\*.pkg tools\4\input\pkgs
cd tools\4
call resign_windows.bat
cd %origdir%
-del /S/Q/F tools\4\input\pkgs\*.pkg tools\4\input\raps\*.rap
+del /S/Q/F tools\4\input\pkgs\*.pkg tools\4\input\raps\*.rap > nul 2> nul
move tools\4\output\pkgs\*.pkg output
msg %USERNAME% "Your package files are available in the output folder"