C
Chris
I need to concatenate 2 files together but I need the data
from the files to be on the same line. Example:
File1 simply contains a file name:
filename.bas
File2 has the path to that file
f:\wicshare\garprod\
I need the single file to display as
filename.bas f:\wicshare\garprod
I am attempting to do this multiple times in a batch file.
from the files to be on the same line. Example:
File1 simply contains a file name:
filename.bas
File2 has the path to that file
f:\wicshare\garprod\
I need the single file to display as
filename.bas f:\wicshare\garprod
I am attempting to do this multiple times in a batch file.