Originally posted by StrategicMods
I'm trying to make a Debug Eboot using primetime43's tutorial "how to make debug eboot to rtm any game" and whenever I try to make the EBOOT by going to cmd and typing "cd desktop/ make_fself" it just says "the system cannot find the path specified."
Just means the cmd is located somewhere else and you need to direct it where to go to be able to notice make_fself.exe
in cmd type first "cd/" (no quotes)
then type "cd directory here"
so itd be like cd/ to clear it
then cd users
cd documents
cd debug eboot tools
make_fself.exe EBOOT.ELF EBOOT.BIN
hope that makes sense