K
Kevin Brault
Hello everyone,
I am not sure is this is the correct place to post this ....
In Windows XP I have a need to take the output of "dir /b *" and place it on one line with quotes around each file name and a space between them.
So ....
file 1.ext
file 2.ext
file 3.ext
Would end up as:
"file 1.ext" "file 2.ext" "file 3.ext"
I was thinking of a "for" loop and the "set" command but am over my head.
Would anyone be able to get me started?
Thank you in advance for your help.
Kevin
I am not sure is this is the correct place to post this ....
In Windows XP I have a need to take the output of "dir /b *" and place it on one line with quotes around each file name and a space between them.
So ....
file 1.ext
file 2.ext
file 3.ext
Would end up as:
"file 1.ext" "file 2.ext" "file 3.ext"
I was thinking of a "for" loop and the "set" command but am over my head.
Would anyone be able to get me started?
Thank you in advance for your help.
Kevin