Sure, no problem. All of this assumes that you downloaded all the files and drivers needed and put the important stuff in the folder C:\android\platform-tools. If not, you have to get that done first.
Go to that linked thread and download the PDF in the first post:
http://androidforums.com/elite-all-...te-ultimate-rooting-guide-good-newcomers.html
Open that up and the second page is the Index (table of contents). Chapter 3 says giantpune root (to clarify, giantpune is the username of the forum member who developed the root method). The second one says for Windows, which I assume for now that's what you have.
Scroll down to that section. Continue through that section til you get to Step 11:
Step 11-Type the following to exit the adb shell and reboot the phone
exit
./adb reboot
After that, it says:
NOTE:When the phone reboots, it will be stuck in a boot loop. Your computer may not be able
to see it with ./abd. What worked for me, was I had to unplug the phone, take out the battery,
and then reboot my PC, and then plug the phone
back in. If your PC cannot see the device with ./adb after rebooting the phone, then reboot the
PC. You must then
Open up a terminal, go into the ./adb directory, and continue from there.
I luckily didn't need to do all that, but you might. Make sure your phone is connected, via USB, even though it's boot looping.
Now for step 12, first go to your windows start button, and in the search box type cmd. The terminal window will come up. Type in (no quotes) "cd C:\android\platform-tools\". This will put you in that folder. Now start typing each line in Step 12, pressing enter afte each. (You can ignore the ./ part before adb since you're already in the folder. Just type
"adb shell" (don't put quotes) and press enter. Etc...
When you get to the last line "adb reboot" (no quotes), your phone should reboot, and if yours is like mine, then the stupid opening phone chime should come back during this reboot, and you will be back to normal. Hopefully.
From there, you can scroll up to the top of the Windows section and try this method of rooting via the cmd line.
I hope that helps.