You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Cor-Paul Bezemer <c....@tudelft.nl> on 2011/03/25 13:06:25 UTC

running JMeter non-GUI from a .bat file

Hi, I am trying to run JMeter from within a .bat file so that I can
automatically do some other things like start/close a proxy server.

The problem is that when JMeter exists, the complete .bat file seems to
exist (as if JMeter takes over control).

 

Any suggestions on how to fix this?

 

My .bat file does the following:

 

-          Start proxy

-          Start JMeter

-          ----------------------------- JMeter kills .bat file

-          Close proxy

 

Thanks! Cor-Paul