D
Dave
I have a filewatcher window service that runs a query. When the query is
done and 2 reports are created, i need to xcom the files to a mainframe. I
am trying to run the process from c# using the following method:
System.Diagnostics.Process.Start(@"D:\xcomnt\xcomtcp.exe -c -f",
@"D:\mainframe.cnf"); It gives me an eror saying that it can't find the
file.
Thanks for the Help
Dave
done and 2 reports are created, i need to xcom the files to a mainframe. I
am trying to run the process from c# using the following method:
System.Diagnostics.Process.Start(@"D:\xcomnt\xcomtcp.exe -c -f",
@"D:\mainframe.cnf"); It gives me an eror saying that it can't find the
file.
Thanks for the Help
Dave