
 ChgLoc:- Allows a user to change their Location, will check a list of bad words in a text file
          and remove them from the location as the user types.

 Command Line Options; BOX:BG:T:N:U:L:LBG:LT:FIX
	Cmd				 Def	Discription
	BOX	 (11)	The box around the heading colour, Values 0 to 15
	BG	  (1)	Background colour, Values 0 to 7 for ANSI colours
	T	 (11)	Text colour for the title, Values 0 to 15
	N	 (15)	Standard text colour, Values 0 to 15
	U	 (11)	UserName colour, Values 0 to 15
	L	 (14)	Location colour, Values 0 to 15
	LBG	  (7)	Background colour for entering a location, Values 0 to 7
	LT	  (0)	Text colour for entering a location, Values 0 to 15
	FIX	(OFF)	Add spaces to the end of location so all users have
			same length for name and location. Values {On|OFF} or {Yes|No}

 Examples
	For default settings
	ENTRY:
	[L] Change Location
	KEY=L
	TYPE=200 OPT DATA=R:\TBBS\TDBS\CHGLOC /Q

	Changing the setting to suit your system
	ENTRY:
	[L] Change Location
	KEY=L
	TYPE=200 OPT DATA=R:\TBBS\TDBS\CHGLOC /Q && 1:14:11:15:14:11:7:0:ON

 Bad Words, 	the file BADWORDS.TXT contains a list of words that are not allowed to be in a location.
		The file contains one word per line, each time a user types a character in their location
		it is checked and if a bad word is detected then it is removed.