Gwen Park ([EMAIL PROTECTED]):
> Hi, > I am trying to generate a series of analog reports with a script. As > the reports are for different sites, I need to set a different LOGFILE > for my reports. I can easily pass the first argument via the command > line, but I didn't see any way to pass the second. I tried: > $ analog arg1 arg2 > but got the following error: > analog: Warning F: Failed to open logfile arg2: ignoring it > I am hoping I do not have to generate a temporary cfg file just to set > the second LOGFILE argument, but I don't know if it is possible to > pass the arg on the command line. Alternatively, can I pass > configuration options to analog via STDIN? I know you can pass the > logfile itself, but I didn't see anything in the documentation about > passing anything else. Try this: analog +C"LOGFILE arg2 arg2" See the documentation index for a list of command line options. -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
