Hi,
using Windows XP, I would like to replace "new line" character with comma and space.
My command outputs the following result:
AAA
BBB
CCC
DDD
etc
I would like to write a script to get:
AAA, BBB, CCC, DDD, etc
How to write such a script in command prompt?
Regards,
Grofaty
using Windows XP, I would like to replace "new line" character with comma and space.
My command outputs the following result:
AAA
BBB
CCC
DDD
etc
I would like to write a script to get:
AAA, BBB, CCC, DDD, etc
How to write such a script in command prompt?
Regards,
Grofaty