Actually, I'm able to execute any gnuplot command under linux os using xojo (see screenshot).
But, under windows os, nothing happen. Sometimes it give me errorcode = -2
(shell timeout) and sometimes is nothing (empty result).
Why the same code give different result under different os?
Still can't figure out how to execute gnuplot on windows. The best method (until now) is to execute gnuplot.exe
directly.
dim file as FolderItem = SpecialFolder.Applications.Child("gnuplot").Child("bin").Child("gnuplot.exe")
Shell1.Execute(file.NativePath)