REM Create a file with commands similar to the following (modified for your installation)
REM and save it to a file named, say, djgpp.bat on your desktop.
REM Double click on the corresponding icon to open DOS window in which the
REM environment variables are correctly set.
REM The cd command below changes the directory to the specified directory
REM The command opens up a DOS window.

set DJGPP=C:\DJGPP\DJGPP.ENV
set PATH=C:\DJGPP\BIN;C:\Documents and Settings\narayans\My Documents\MyApps;%PATH%
cd ..\My Documents\lewis\programs
command