schmake
06-27-2005, 04:28 AM
Heres a tiny program that i did in .net to do the following automatically. It works for me and my mates, dont blame me if something happens to your PSP
Here's all that it does
Assuming you already have "FOLDER" and "FOLDER%" set up on your psp, and that "E:" is your psp in windows, do the following:
- Open a DOS prompt and run these commands:
>e:
>cd \psp\game
>ren "FOLDER" "FOLDER__________________________1"
>dir /x
- get the short name for the new folder and add a "%" at the end
>ren "FOLDER%" "FOLDER~1%"
Make sure the long folder name with the 1 at the end is exactly 33 characters long.
Here's all that it does
Assuming you already have "FOLDER" and "FOLDER%" set up on your psp, and that "E:" is your psp in windows, do the following:
- Open a DOS prompt and run these commands:
>e:
>cd \psp\game
>ren "FOLDER" "FOLDER__________________________1"
>dir /x
- get the short name for the new folder and add a "%" at the end
>ren "FOLDER%" "FOLDER~1%"
Make sure the long folder name with the 1 at the end is exactly 33 characters long.