@ECHO OFF
REM Batch file to sets the enviroment variable PRJDIR to the drive and
REM directory that the batch file was run from.
SET PRJDIR=C:\HOCKEY
