On Wed, May 13, 2009 at 9:11 PM, alex wallis <[email protected]> wrote: > I appreciate what you say, and I will bare that in mind for the future. The > pool command is now working. I don't get why they make the command case > sensitive though, is a lower case pool used for something different to upper > case POOL?
There are two reasons: 1. all unix-like systems (and Cygwin is a Unix wrapper for windows) ARE case-sensitive. It's been that like forever. 2. it's common practise to use uppercase only for global system variables. - Dominik
