> In WUG 7, I created a batch file that runs a command line to create a text
> file of down devices, i then use program notification to run it every 5
> minutes. work great. I tried to add another command line to the
> batch file.

You're calling a batch file from the program notification, like this:

        cmd.exe /c mybat.bat

...and then you edited the batch file and the new version doesn't get run?

Is it possible you have more than one copy of the same named batch file
around, and the notification is not running the one you edited?

> That doesnt seem to work. Is there a way to get 2 different things done
> right after each other, without having to set up 2 different program
> notifications???

Yes.  Basically I think maybe there's a detail of either the contents of
your batch file or how you are calling it that I'm missing here.

It would help to see the contents of the batch file, with notes on which
command line is not running.  Also how the program notification is
configured, and whether or not you are running WUG as a service and how that
is configured.

--Tim Farley


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/

Reply via email to