Appearance of non-existing character in batch file
May 22, 2013 in answer
ANSWER:
0 is STDIN, the standard input stream. Usually set/p reads its input from the user (standard input). With the code set /p A_Aaaaaa=aaaaaa.aaa to the input, so set/p can read it. You can read something about streams here.

New Comments