C
Csaba Gabor
FC.exe on my Win XP Pro compares two files. It takes the form:
FC fileSpec1 fileSpec2
Is there any way I can pipe input to FC in place of feeding it actual
files. The motivation is that I will be calling FC programatically
from an environment that may not allow file writes. I will have the
input as two strings, and can open bidirectional communication with the
Cmd window that I'll be calling FC from.
Thanks for any tips,
Csaba Gabor from Vienna
FC fileSpec1 fileSpec2
Is there any way I can pipe input to FC in place of feeding it actual
files. The motivation is that I will be calling FC programatically
from an environment that may not allow file writes. I will have the
input as two strings, and can open bidirectional communication with the
Cmd window that I'll be calling FC from.
Thanks for any tips,
Csaba Gabor from Vienna