@echo off
cd C:\Program Files (x86)\PlayOnline\SquareEnix\FINAL FANTASY XI\ROM\123
ren 118.dat 118.txt
ren 123.dat 123.txt
xcopy /s/Y C:\Users\Upbea\desktop\1.txt 118.txt
xcopy /s/Y C:\Users\Upbea\desktop\37.txt 123.txt
ren 118.txt 118.dat
ren 123.txt 123.dat
cd C:\Program Files (x86)\PlayOnline\SquareEnix\FINAL FANTASY XI\ROM\124
ren 0.dat 0.txt
ren 5.dat 5.txt
ren 10.dat 10.txt
xcopy /s/Y C:\Users\Upbea\desktop\82.txt 0.txt
xcopy /s/Y C:\Users\Upbea\desktop\114.txt 5.txt
xcopy /s/Y C:\Users\Upbea\desktop\18.txt 10.txt
ren 0.txt 0.dat
ren 5.txt 5.dat
ren 10.txt 10.dat
cd C:\Program Files (x86)\PlayOnline\SquareEnix\FINAL FANTASY XI\ROM\155
ren 82.dat 82.txt
xcopy /s/Y C:\Users\Upbea\desktop\29.txt 82.txt
ren 82.txt 82.dat
pause