Сообщение от catalinnc
please, change this line in convert.bat:
type list.txt | findstr /i /v ".sdat EBOOT.BIN" > temp.txt
with this line:
type list.txt | findstr /i /v /c:".sdat" /c:"USRDIR\EBOOT.BIN" > temp.txt
because is also filtering out filenames that contain "sdat" not just .sdat extension!!!
|
Thanks! Well, I understand you. Updated in the first post GAME_CONVERT.zip
I do a little bit later in the ISO2BACKUP v0.4