Try echoing the %LogFile1Users% to see if that is set right. And if it's set right, make sure you can access that file/folder from the command line:
echo "test" >> %LogFile1Users%
I don't think you need the quotes, and actually that may be messing things up.