Because you put them there when setting the vars.

Set doesn't use the = operator like "set %variable = value" that is only with" var %variable = value" or when assigning a value to a variable like "%variable = value"

So use "set %variable value" instead and they won't be there.