cc:Mail Link to SMTP Undeliverable Message: Unknown user: CNET T221C

administrator@smtp.cnet.navy.mil
Fri, 10 Apr 98 10:22:58 -0600

--simple boundary
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

At 04:42 PM 4/9/98 +0200, you wrote:
> "" command scheduler. For backup I use the at command, but I think
>this is not the way to make MRTG run every 5 minutes. What would you
>recommend? Juergen

This was suggested by Jose Carlos some time ago and works just great:

If you have the NT Resource kit, you can use the SOON utility. It
schedules a command to run after a given number of seconds.

Let's suppose you want to run the MRTG command located in the C:\MRTG
folder every 5 minutes. You can create a batch file called MRTG.CMD
or MRTG.BAT, and place it in the C:\WINNT\SYSTEM32 folder:

SOON 300 MRTG.CMD
C:
CD \MRTG
MRTG.EXE

Then, you will need to call this batch file once and it will
schedule itself to run again after 5 minutes and each instance will
re-schedule the job automatically.

Hope this helps,
Victor

----------------------------------------------------------
NTISP Mailing List listserver@emerald.iea.com

--simple boundary
Content-Type: text/plain; charset=US-ASCII; name="RFC822.TXT"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="RFC822.TXT"

Received: from netpmsa.cnet.navy.mil by pens3646.cnet.navy.mil (ccMail Link to SMTP R8.00.01)
; Thu, 09 Apr 98 10:07:31 -0600
Return-Path: <null@emerald.iea.com>
Received: from [207.53.128.4] by netpmsa.cnet.navy.mil with SMTP
(1.38.193.4/16.2) id AA29572; Thu, 9 Apr 1998 10:00:38 -0500
Received: from mail.webjogger.net by twister.emerald.iea.com (NTList 3.02.13) id pa254295; Thu, 9 Apr 1998 07:51:55 -0700
Received: from wks-400 [208.157.135.9] by mail.webjogger.net
(SMTPD32-4.03) id A15576C03E2; Thu, 09 Apr 1998 10:55:17 EDT
Message-Id: <3.0.3.32.19980409105139.009a2d20@mail.webjogger.net>
X-Sender: victor@mail.webjogger.net
X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32)
Date: Thu, 09 Apr 1998 10:51:39 -0400
To: ntisp@emerald.iea.com
From: "Victor A." <victor@webjogger.net>
Subject: Re: Command scheduler
In-Reply-To: <010601bd63c5$ac48c800$64d919c2@saturn.wwweiss.de>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Reply-To: ntisp@emerald.iea.com
X-Listmember: cnet.t221c@smtp.cnet.navy.mil [ntisp@emerald.iea.com]

--simple boundary--