• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

Automatic Save Back-Uper?

Started by KINGOFNOOBS, January 01, 2007, 02:51:54 AM

Previous topic - Next topic

KINGOFNOOBS

I'm just wondering, is there a program out there that can back up all the .sav files to a folder every time you plug in your microSD/SD/miniSD. Thanks.

dai_uk

In windows you can make a batch file and simply double click it, open notepad copy the code below and set save type to all files, then save to your desktop as backup Saves.bat (or anything ending .bat)


@Echo OFF
xcopy f:\*.sav "C:\Documents and Settings\Administrator\Desktop\saves\" /S /R /Y
echo.
pause


Simply change the line xcopy f:\*.sav "C:\Documents and Settings\Administrator\Desktop\saves\" /S /R /Y (which must be one line)

f:\ should be the drive letter of your memory card

and you must make the saves folder, I've put it on the administrators desktop, but it could be in c:\saves

sorry if this is too simplified
Damo

KINGOFNOOBS

Ok thanks, Also, I'm having a problem with some games

Clubhouse Games and Jump Ulimate Superstars, while the games themselves work fine, when I go into the Nintendo WiFi settings and try to exit it freezes up and crashes. Any idea?

BTW: I have a V7 Flashed DS, Supercard Lite, Firmware, 1.70, Patching is Enable Restart, Enable Patch Cartridge Compatability, High.

JabbaTheFart

That also happened to the 3 ds's that my family has.  It's seems to work on the sc-one though.  I wonder if it is tring to pass back to the slot1 and there is no game there and locks up.