Well, I use this to monitor/test HP OpenView and its trap receiving/processing process. Here is the .bat I use to monitor the dir for a file to exist or not exist.
-------------------------------------------------------------- @echo off if exist E:\PageTest\*.asc GoTo FileExists if not exist E:\PageTest\*.asc GoTo FileNotExist :FileNotExist e:\PGPoll\sendpage32.exe netmon OpenView OpenView is not working. echo OpenView is NOT performing as expected. :FileExists DEL e:\PageTest\*.asc echo OpenView is performing as expected. ---------------------------------------------------------------- I hope this helps a bit. THanks -----Original Message----- From: Lingegowda, Nagesh (Consultant) [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 2:59 PM To: 'Jason Humes' Subject: RE: [mrtg] Re: Monitoring of a directory for files Hi Jason, I appreciate, if you share your solution with me about monitoring the directory. Thanks Nagesh ----------------------------------------- This email may contain confidential and privileged material for the sole use of the intended recipient(s). Any review, use, retention, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message. Also, email is susceptible to data corruption, interception, tampering, unauthorized amendment and viruses. We only send and receive emails on the basis that we are not liable for any such corruption, interception, tampering, amendment or viruses or any consequence thereof. -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
