Hello Everyone!!

I am fairly new to the programming world and I have a little problem. I
am having a problem installing the GNU C++ (DJGPP) compiler on my XP
system. The part where I am stuck was taken directly out of the instructions:

Instead of editing your autoexec files and/or global environment, you may
wish to create a djgpp shortcut instead. To do this, create a BAT file which
has the lines below in it. This is often needed if you have multiple compilers
on the same system.

Assuming your DJGPP installation is rooted at C:\DJGPP, the values of
the two environment variables DJGPP and PATH should be set like this:

set DJGPP=C:\DJGPP\DJGPP.ENV
set PATH=C:\DJGPP\BIN;%PATH%


I guess what I am asking for are the step-by-step instructions on how to complete this task written in red, bold text above. Any help would be greatly appreciated. Thank you!