comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Which "PATH" did IDL use???
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Which "PATH" did IDL use??? [message #91576 is a reply to message #91568] Thu, 30 July 2015 09:46 Go to previous messageGo to previous message
Heinz Stege is currently offline  Heinz Stege
Messages: 189
Registered: January 2003
Senior Member
On Thu, 30 Jul 2015 02:07:01 -0700 (PDT), deepeyes.ym@gmail.com wrote:

> On Wednesday, July 29, 2015 at 1:02:58 PM UTC+3, Heinz Stege wrote:
>> Please look for
>> CD [, Directory] [, CURRENT=variable]
>> in the IDL Help.
>>
>> Cheers, Heinz
>
> Sorry, I don't get the point..

Well, seems like I didn't get your question too. I read your original
message two more times to get an idea. I'm not very familar with
Unix/Linux, so probably I will not be able to help. But I will try:

The IDL command
spawn, 'gv m4_r_600_test_flag0_individual_outliers.eps'
obviously failed, because the bash shell does not find the command
"gv". IDL does not know in which folder gv resides. IDL simply sends
the spawn command to the shell. If you know the path of the file gv,
add it to the spawn command:
spawn, 'path/gv m4_r_600_test_flag0_individual_outliers.eps'
and everything should be fine.

If there is any reason, not to specify the path, you can try xdg-open.
It may or may not work:

spawn,['xdg-open','m4_r_600_test_flag0_individual_outliers.e ps'],/noshell
This worked for me in case of an .ods file, when I exported an IDL
program from Windows to Linux.

Cheers, Heinz
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Dynamically naming structures in IDL
Next Topic: Help Doing HDF(-EOS) to Multi-layer GeoTIFF Conversion with IDL

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 17:53:23 PDT 2025

Total time taken to generate the page: 0.00438 seconds