Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. @echo off
  2. cd C:\Program Files (x86)\PlayOnline\SquareEnix\FINAL FANTASY XI\ROM\123
  3. ren 118.dat 118.txt
  4. ren 123.dat 123.txt
  5. xcopy /s/Y C:\Users\Upbea\desktop\1.txt 118.txt
  6. xcopy /s/Y C:\Users\Upbea\desktop\37.txt 123.txt
  7. ren 118.txt 118.dat
  8. ren 123.txt 123.dat
  9. cd C:\Program Files (x86)\PlayOnline\SquareEnix\FINAL FANTASY XI\ROM\124
  10. ren 0.dat 0.txt
  11. ren 5.dat 5.txt
  12. ren 10.dat 10.txt
  13. xcopy /s/Y C:\Users\Upbea\desktop\82.txt 0.txt
  14. xcopy /s/Y C:\Users\Upbea\desktop\114.txt 5.txt
  15. xcopy /s/Y C:\Users\Upbea\desktop\18.txt 10.txt
  16. ren 0.txt 0.dat
  17. ren 5.txt 5.dat
  18. ren 10.txt 10.dat
  19. cd C:\Program Files (x86)\PlayOnline\SquareEnix\FINAL FANTASY XI\ROM\155
  20. ren 82.dat 82.txt
  21. xcopy /s/Y C:\Users\Upbea\desktop\29.txt 82.txt
  22. ren 82.txt 82.dat
  23. pause