Hi Conor, Thanks for applying my patch.
Wouldn't the endlocal you added be better at the end of the file? Although, I suppose anyone running on NT wouldn't need to call the antrc_post.bat file anyway so it probably doesn't matter. -Bill Burton [EMAIL PROTECTED] wrote: <snip/> > +if not "%OS%"=="Windows_NT" goto mainEnd > +:winNTend > [EMAIL PROTECTED] > + > +:mainEnd > +if exist "%HOME%\antrc_post.bat" call "%HOME%\antrc_post.bat" > +
