SantaMufasa
Technical User
What syntax can I use, from the command prompt, to append file1+literal+file2+literal into a resulting_file?
I am familiar with this syntax:
...but I would like to specify command-line literals before and after <file2>.
Mufasa
(aka Dave of Sandy, Utah, USA)
“People may forget what you say, but they will never forget how you made them feel.
I am familiar with this syntax:
Code:
copy file1+file2 file3
Mufasa
(aka Dave of Sandy, Utah, USA)
“People may forget what you say, but they will never forget how you made them feel.