QUOTE(quikadanquik @ Dec 2 2006, 09:14 PM)

Edit: I have the F0 folder but i am unsure what to do because i cant run the devhook setup.bat
I didn't think about the batch file "DevHook Setup.bat"; I'll go through it line by line:
1. "del f0\kd\audio.prx"
- go to "\f0\kd\" and delete "audio.prx"
2. "COPY temp\audio.prx f0\kd\audio.prx"
- go to "\temp\" and copy "audio.prx", paste it in "\f0\kd\" (where you just deleted a file)
3. "MKDIR dh\282"
- go to "\dh\" and create a directory named "282"
4. "MOVE f0 dh\282"
- cut the "f0" folder and paste it in "\dh\282\" (the directory you just created)
5. "COPY temp\*.* dh\282\f0\kd"
- go to "\temp\", and copy all the files to "\dh\282\f0\kd\"
6. "MKDIR dh\282\f1\dic"
- go to "\dh\282\" and create a directory named "f1"
- go to "\dh\282\f1\" and create a directory named "dic"
7. "MKDIR dh\282\f1\gps"
- go to "\dh\282\f1\" and create a directory named "gps"
8. "MKDIR dh\282\f1\net"
- go to "\dh\282\f1\" and create a directory named "net"
9. "MKDIR dh\282\f1\net\http"
- go to "\dh\282\f1\net\" and create a directory named "http"
10. "MKDIR dh\282\f1\vsh"
- go to "\dh\282\f1\" and create a directory named "vsh"
11. "MKDIR dh\282\f1\vsh\theme"
- go to "\dh\282\f1\vsh\" and create a directory named "theme"
12. "RMDIR/S/Q temp"
- delete the directory named "temp", and all its contents
13. "RMDIR/S/Q DH_README"
- delete the directory named "DH_README", and all its contents
Sorry if that was a bit patronising, but I couldn't think of a better way of doing it.