General

GOTO BATCH Command
	Goto uses the first eight characters of each label
	The goto command uses only the first eight characters of a label.
	Therefore, the labels ":hithere01" and ":hithere02" are both
	equivalent to ":hithere0."