In text file having the some space, I need to these space with line in next text file.
for e.g in a.txt:
c:/abc/text
c:/bec/text
I need the same into another file, But when I am doing in batch script, space have removed and shows like:
c:/abc/text
c:/bec/text
Here you go