Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Another DO /L question

May
12,846
164
Is it intended that DO /L process an empty string after a final separator?

Code:
v:\> type dochar.bat & dochar.bat
do c in /T"," /L a,b,c,
        echo %c
enddo

a
b
c
ECHO is OFF
 

Similar threads

Back
Top