Page 1 of 1
Partial ignore from the command line
Posted: Thu Jun 21, 2007 3:15 am
by Ed
I want to run EDP from the command line but ignore parts of the line following " - "
Posted: Thu Jun 21, 2007 6:45 pm
by psguru
You cannot directly ignore parts of lines that match regular expressions (and I assume that your request can be expressed in a regular expression) from the command line. You can, however, do that in the Options dialog, then export your options to a file, and then use the /g command line switch to load the options file.