I Want to create batch script to replace carriage return(CR) by CRLF (carriage return and Line Feed).It should be use for other text file also, I can replace that in notepad++ but want to replace for more than 1 file so need to create a separate batch file which on execution replace that CR by CRLF. Can anyone help me out in these situation.
Thank You