FOR command delims help
Posted: 23 Jan 2018 01:01
I am trying to set a delimiter to "
I am failing
help
Here's what the guts of it looked like:
I tried to fix it:
Same thing
I am positive that the error is my lack in ability to set a delim to "
How do I do this?
I am failing
help
Here's what the guts of it looked like:
Code: Select all
for /f "delims="" %%a in () do ()
Code: Select all
for /f "delims=^"" %%a in () do ()
I am positive that the error is my lack in ability to set a delim to "
How do I do this?