Can you explain how to use it for people that is not used to python neither to mess with command apps?
py -3 custom-install.py -b boot9.bin -m movable.sed --sd E:\ file.cia file2.cia
python3 custom-install.py -b boot9.bin -m movable.sed --sd /Volumes/GM9SD file.cia file2.cia
python3 custom-install.py -b boot9.bin -m movable.sed --sd /media/GM9SD file.cia file2.cia
I'm not sure I get it, if I want to install a CIA on my 3ds sd card and I have movable.sed and boot9.bin on C: drive , I have to use a command like this?:
py -3 custom-install.py -b C:\boot9.bin -m C:\movable.sed --sd E:\( I guess this is the root of the SD) C:\backups\file.cia(game1) c:\backups\file2.cia(game2)
is that correct? is there a way to install a large list of game backups without having to write all the game names? Something like a batch mode for example.