Answers for "cmd loop thro a text file"

0

iterate through text files with spaces batch

FOR /F "usebackq tokens=* delims=" %%x in ("C:UserssomeuserVirtualBox Loglog.txt") DO SET read=%%x
Posted by: Guest on September-09-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language