Running analog from a batch file is exactly what i do. I have a bunch of analog.cfg files and my batch file looks somethign like this:
RUNSTATS.BAT *************************** rename analog.domain1 analog.cfg analog rename analog.cfg analog.domain1 rename analog.domain2 analog.cfg analog rename analog.cfg analog.domain2 ... *************************** Now, i believe i could have saved myself all that renaming by using the -g command: analog -g analog.domain1 analog -g analog.domain2 but you shoudl check the docs on that one. kayec www.dns.ca >>> [EMAIL PROTECTED] 11/13/01 01:23pm >>> Hello, I hope this is the right list cause it isn't very clear on the website. Anyway, I am trying to put a bunch of analog commands into a .bat file (runstats.bat) and it hangs up, expecting a user prompt every so often. It is almost as if when it returns control back to the batch file, it needs an extra return from the user. Is there a way to stop this? I have tried suppressing all errors/warnings, but I still want to be notified if there is a problem and I have tried logging errors to a separate file with ERRFILE myerror.file but the problem still occurs. Thanks for any help. Regards, Sanjay +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
