I have tried below command to append some path to system path variable by batch-file :
setx PATH \"%PATH%;C:\\Program Files\\MySQL\\MySQL Server 5.5\\bin\" <
you shouldn't look at the system environment variables but to your user environment variables: