Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1351

Re: 4.4.3 Win32 zombie wgnuplot.exe processes

From halbesbyte@googlemail.com
Newsgroups comp.graphics.apps.gnuplot
Subject Re: 4.4.3 Win32 zombie wgnuplot.exe processes
Date 2012-08-22 15:19 -0700
Organization http://groups.google.com
Message-ID <63dab466-44e0-4948-b3b2-95aa5b3d0d87@googlegroups.com> (permalink)
References <c6b8808a-162f-433e-80bc-992c49ec4b1a@r28g2000yqj.googlegroups.com>

Show all headers | View raw


This Problem still occurs in wgnuplot 2.6 when you open a gnuplot script with wgnuplot.exe (especially doubleclicking .plt scripts).

wgnuplot_pipes.exe helps but exits instantly unless you put a "pause -1" at the end of your script.

Windows currently opens .plt scripts with "wgnuplot". So lets look at the registry:

[HKEY_CLASSES_ROOT\gnuplot\shell\open\command]
@="\"C:\\Program Files (x86)\\gnuplot\\bin\\wgnuplot.exe\" -p \"%1\""

I simply changed -p to -persist and now Wgnuplot opens a new window (besides the plot window) when double clicking .plt scripts. I can close the wgnuplot window, so there is no zombie. Shouldn't be -p the same as -persist ?!

Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar


Thread

Re: 4.4.3 Win32 zombie wgnuplot.exe processes halbesbyte@googlemail.com - 2012-08-22 15:19 -0700

csiph-web