Answers for "read a file in batch"

0

read a file in batch

FOR /F %%i IN (file.txt) DO @echo %%i
Posted by: Guest on October-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language