The following .bat file does not generate an error. Why?
@@@@@@@@@@@@@@@ ::::::::::::::: ;;;;;;;;;;;;;;;
I know that the prefix of the string โ@โ means โnot an echoโ, but the prefix :: means โthis is a commentโ, but what they do ; and = ?
As far as I can tell, you can start the line with any mixture of ';' and '=', and this has no effect. =;=;=;=;=;=dir does dir . What is the correct interpretation of '=' and ';'
source share