Batch – Echo or Variable Not Working February 4, 2023 by Tarik Dont use spaces: SET @var="GREG" ::instead of SET @var = "GREG" ECHO %@var% PAUSE