Sunday, November 25, 2007

How to quickly copy PSP files in Windows?

1. Let's assume your PSP memory card location is E:\PSP\SAVEDATA

2. Create a new folder in your hard drive for example C:\gamesaves\

3. Open Notepad, type the following

cd e:\PSP\SAVEDATA\
xcopy e: c:\gamesaves\ /S

Hit Return between each line.

4. Save the file as, 'copyPSP.bat', put the file wherever you want for example in your desktop, now whenever you want quickly copy all files in your memory card to C:\gamesaves\, just double click this file.

No comments: