<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffff99" text="#000000">
Hi !<br>
<br>
I'm new two ParaView and I have one question :<br>
<br>
I would like to launch a script shell directly from a button (whitout
opening the script shell). So I have implemented a plugin which adds a
new menu (*), and hence I can launch a python script using <tt>pqPythonManager</tt>
and <tt>runScript() </tt>from<tt> pqPythonDialog</tt>.<br>
<br>
But I would like to launch a script with command line options.<br>
<br>
do you know if it is possible ? And if it is, how to do this ?<br>
<br>
I use version 3.8.0-RC1 of ParaView.<br>
<br>
thanks !<br>
<br>
Jérôme<br>
<br>
(*) my goal is to add a new GUI where the user can enter some
informations, and launching a python script using these informations.<br>
</body>
</html>