From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29613 Path: main.gmane.org!not-for-mail From: Rene Matteau Newsgroups: gmane.emacs.gnus.general Subject: Running nnml-generate-nov-databases-1 from batch mode with NT Date: 23 Mar 2000 09:05:58 -0500 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166255 3716 80.91.224.250 (21 Oct 2002 02:10:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:10:55 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id AC3FAD0520 for ; Thu, 23 Mar 2000 10:38:55 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB02927; Thu, 23 Mar 2000 09:38:38 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Mar 2000 09:37:24 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA06462 for ; Thu, 23 Mar 2000 09:37:14 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by mailhost.sclp.com (Postfix) with ESMTP id 512BAD0520 for ; Thu, 23 Mar 2000 10:37:24 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id QAA02391 for ding@gnus.org; Thu, 23 Mar 2000 16:39:20 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 21 Original-NNTP-Posting-Host: fw2.torolab.ibm.com Original-X-Trace: quimby.gnus.org 953825960 17632 199.246.40.3 (23 Mar 2000 15:39:20 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 23 Mar 2000 15:39:20 GMT Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29613 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29613 Emacs 20.5 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 Hi, I am running Gnus 5.8.2 with Emacs 20.5 on Windows NT and I am using the agent extensively. Due to connection drops, the .overview and the content of the agent directories are now out of sync; many downloaded postings have a size of 0. I already have a program the check for these and re-create the .agentview file. After it is re-created, I want to re-generate the .overview file and I would like to do this from the command line (NT CMD shell). I have the following so far (on one line): C:\>C:\emacs.20.5\bin\emacs.bat -batch -l ~/.emacs -eval '\(nnml-generate-nov-databases-1 C:/matteau/news/agent/nntp/msnews.microsoft.com/microsoft/public/moneycentral\)' The command complete with no errors or warnings but the .overview is not re-regenerated. The same command from within Emacs work OK (the name of the directory is prompted) Any ideas? -- Rene