I know this is on the frequently asked questions list but ive tried wat uve said a billion times but it doesnt work for me

. Instead what happens is i click "Locate the folder with wow.exe", then i "select" the folder i put the copied wow into which is a folder named homework, so it says C:\Homework\World of Warcraft, then i click create, a box comes up that says Bat file has been created... Press EXTRACT now. so i do, then it flashes something, then creates one new icon in the same folder as the BatCreator.exe (C:\Homework\AFG MEGA REPACK V3\AFGWarriorz Funserver Only\AFGWarriorz Funserver Only\maps) this icon is "map_extract.bat" and its just a notepad of the errors it had tying to do this, so i go into it and it says set WoWdir=C:\Homework\World of Warcraft\Data\, why did it add the \Data\? Because i think thats the problem, and on another note am i doing everything else right?
Heres the full error that it said:
@echo off
set WoWdir=C:\Homework\World of Warcraft\Data\
if not exist "%WoWdir%interface.MPQ" goto ERROR1
if not exist "%WoWdir%terrain.MPQ" goto ERROR2
if not exist "%WoWdir%patch.MPQ" goto ERROR3
if not exist "../mpq.exe" goto ERROR4
if not exist "../maps.exe" goto ERROR5
if not exist "../zlib.dll" goto ERROR6
"../mpq.exe" e "%WoWdir%interface.MPQ" *.zmp
"../mpq.exe" e "%WoWdir%patch.MPQ" *.zmp
cd Interface
cd WorldMap
move *.zmp ../../
cd ..
cd ..
rmdir /S Interface
"../mpq.exe" e "%WoWdir%terrain.MPQ" *.adt
"../mpq.exe" e "%WoWdir%patch.MPQ" *.adt
cd ..
maps.exe
cd maps
rmdir /S World
echo All done.
set WoWdir=
exit
:ERROR1
echo ***************************** ERROR *********************************
echo Can't find %WoWdir%interface.MPQ
echo *********************************************************************
set WoWdir=
exit
:ERROR2
echo ***************************** ERROR *********************************
echo Can't find %WoWdir%terrain.MPQ
echo *********************************************************************
set WoWdir=
exit
:ERROR3
echo ***************************** ERROR *********************************
echo Can't find %WoWdir%patch.MPQ
echo *********************************************************************
set WoWdir=
exit
:ERROR4
echo ***************************** ERROR *********************************
echo Can't find ../mpq.exe
echo *********************************************************************
set WoWdir=
exit
:ERROR5
echo ***************************** ERROR *********************************
echo Can't find ../maps.exe
echo *********************************************************************
set WoWdir=
exit
:ERROR6
echo ***************************** ERROR *********************************
echo Can't find ../zlib.dll
echo *********************************************************************
set WoWdir=
exit