08-08-2012, 08:30 AM
(This post was last modified: 08-08-2012, 08:32 AM by montcer9012.)
Done.
There was also a file called "capture.bin" on main folder of JPCSP; you don't ask for it but it appear whit the dump so i put it on the file; just in case is necessary.
NOTE: Total amount was over 1GB so i cut the file on 3 pieces. Here is a batch to rename files cause forum upload don't let me upload the files life .00X format.
There was also a file called "capture.bin" on main folder of JPCSP; you don't ask for it but it appear whit the dump so i put it on the file; just in case is necessary.
NOTE: Total amount was over 1GB so i cut the file on 3 pieces. Here is a batch to rename files cause forum upload don't let me upload the files life .00X format.
Code:
@ECHO OFF
REN "r2672 - MGPO+InfoLog+Capture.1.7z" "r2672 - MGPO+InfoLog+Capture.7z.001"
REN "r2672 - MGPO+InfoLog+Capture.2.7z" "r2672 - MGPO+InfoLog+Capture.7z.002"
REN "r2672 - MGPO+InfoLog+Capture.3.7z" "r2672 - MGPO+InfoLog+Capture.7z.003"