Kartminer7
Kartminer7 copied to clipboard
Wrong directory - After fixing, no output
hey,
(Btw, i use parallels on mac, so I do everything here in Windows, in the VM on my Mac)
so when i use this video: https://www.youtube.com/watch?v=aLefbewpODA In 10:32 he clicks the region file, the cmd pops up, and he gets the 308 folder.
My region is europe, i double click it and i get those errors:
Der Befehl ""../resources/save3ds_fuse.exe"" ist entweder falsch geschrieben oder konnte nicht gefunden werden. Drücken Sie eine beliebige Taste . . .
My system is in german, it says the directory does not exist, so i changed all the directorys to the right ones and then i get the "proper cmd response":
Extracting... +boss +user -data.dat -icon Finished Drücken Sie eine beliebige Taste . . .
Thats my "new code", with the proper directorys:
@echo off set driveletters=d e f g h i j k l m n o p q r s t u v w x y z set outputDirectory=C:\path\to\output\directory
for %%a in (%driveletters%) do ( if exist "%%a:\Nintendo 3DS" ( "\Mac\Home\Documents\Release_BETA4_WINDOWS_mk7v1.2\resources\save3ds_fuse.exe" --sd "%%a:" 307 --extract --sdext 307 --boot9 "\Mac\Home\Documents\Release_BETA4_WINDOWS_mk7v1.2\resources\boot9.bin" --movable "\Mac\Home\Documents\Release_BETA4_WINDOWS_mk7v1.2\resources\movable.sed" ) )
pause
But there is no file like in the video at: 10:34
Please help!
Thanks!