From c3ab99ea62f75677eeb4f3991b49aacf3288cb3f Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Wed, 4 Sep 2019 12:06:34 +0000 Subject: Updated Script --- convert.bat | 13 ++++++++----- 1 file 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" -- cgit v1.2.3