What is the output of the following code snippet @echo off for /l %%X in (C:*) do echo %%X
Reveal answer
Fill a bubble to check yourself
What is the output of the following code snippet @echo off for /l %%X in (C:*) do echo %%X