Hello Seniors,
I have a query (may sound little too basic).
How to provide the compared file name in the output file?
As I have around 100 files and I have created a batch and now want to run it through. Now if I run it then output file will display the difference accordingly. But I want to insert the file name also in the beginning.
I have following command:
@echo off
uc -t "D:\Test1\Smile1.pdf" "D:\Test2\Smile2.pdf" -ne -o "D:\Test\output.txt"
uc -t "D:\Test1\Smile3.pdf" "D:\Test2\Smile4.pdf" -ne -o "D:\Test\output.txt"
But I want to display the compared file name also in the output file (i.e. in output.txt).
Kindly help
I have a query (may sound little too basic).
How to provide the compared file name in the output file?
As I have around 100 files and I have created a batch and now want to run it through. Now if I run it then output file will display the difference accordingly. But I want to insert the file name also in the beginning.
I have following command:
@echo off
uc -t "D:\Test1\Smile1.pdf" "D:\Test2\Smile2.pdf" -ne -o "D:\Test\output.txt"
uc -t "D:\Test1\Smile3.pdf" "D:\Test2\Smile4.pdf" -ne -o "D:\Test\output.txt"
But I want to display the compared file name also in the output file (i.e. in output.txt).
Kindly help