I have list of files which I need to copy from one location to another
Input File: c:/Unknown/Absolute.txt c:/Unknown/Absolute With Space.txt
If I try a script to read the input file and do a cp to a destination directory it fails ,The file Absolute.txt gets copied like I wanted however the Absolute With Space.txt doesn't . How would I achieve copying the file names with space ??