I am calling:
uc -qc file1.f file2.f
from a command line.
I am returned "SAME" to the command window.
I would like to assign the return value (in this case "SAME") to an environment variable.
set return=uc -qc file1.f file1.f
does not work.
I cannot figure out how.
I do 8 file compares regularly.
Rather then looping through all 8 if only 1 is different, I would like to do a quick compare and only do a text compare if the files are different.
Any help is greatly appreciated.

