Page 1 of 1

Question about running eValid from the command line

PostPosted: Tue Nov 22, 2016 6:24 pm
by SBarrett
Evening.

I have a question:

Where do the messages go when running eValid from the command line?

Thanks

Re: Question about running eValid from the command line

PostPosted: Wed Nov 23, 2016 4:52 pm
by eValid
SBarrett wrote:Evening.

I have a question:

Where do the messages go when running eValid from the command line?

Thanks


Good question SBarrett.

Two principles are involved here:

eValid always writes all messages to the EventLog (which has various subsets), or to various defined files.

A Windows executable always follows Windows protocols for handling output.

Here is the eValid command line interface, which indicates where files that eValid writes are managed:

http://www.e-Valid.com/Products/Documen ... rface.html

For the Windows environment you can redirect standard output and standard error in any way that Windows allows it.

FYI here is a page from a quick search:

https://support.microsoft.com/en-us/kb/110930

-- eValid Support