On Tue, 19 Jul 2005 [EMAIL PROTECTED] wrote:
Greetings,
I have recently combined all my batch script files to work on numerous sites by
passing in the correct arguments for each site. However, in my common config
file, I have:
SETTINGS OFF
DEBUG OFF
WARNINGS ON
PROGRESSFREQ 1000000
# ERRFILE somefile
ERRLINELENGTH 78
But in my batch script, I am passing +C"ERRFILE %ERRFILE%", where
%ERRFILE% is correctly being converted to that site's error file. The
problem I'm having is that the script seems to write out the computer
input data file to the DOS window. Is this because I'm specifying no
error file in the cfg file, even though Warnings is set to On? I've taken
a look at the batch script, and if I remove the ERRFILE argument and put
it back in the CFG file, it no longer writes the input file to the screen.
Any suggestions?
Commands are processed strictly in the order they occur, and the ERRFILE is
not used until it is seen. So any errors previous to the declaration of the
ERRFILE will go to stderr. Or a later ERRFILE can override it.
For the order in which each config file and the command line are read, see
docs/syntax.html.
--
Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/
"Low Priced Cambridge Clare College. Big selection at eBay UK!"
(Ad after Google search for Clare College Cambridge)
+------------------------------------------------------------------------
| TO UNSUBSCRIBE from this list:
| http://lists.meer.net/mailman/listinfo/analog-help
|
| Analog Documentation: http://analog.cx/docs/Readme.html
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------