Hi,

What I want is to start a few sessions of Ping Plotter to ping different hosts, but I want to do it automatically. I have tried using the command line options, by creating a batch file like this:

“@echo off
pingplotter /TRACE:192.168.0.1
pingplotter /TRACE:192.168.0.3
pingplotter /TRACE:192.168.0.4
…”

It doesn’t work because just the first session is started and the second one doesn’t start until the first one is finished (closing the window).

Any other options?

Thank U.