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

Home » Public Forums » archive » Re: Starting idl quietly
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: Starting idl quietly [message #7842 is a reply to message #7840] Wed, 08 January 1997 00:00 Go to previous messageGo to previous message
f055 is currently offline  f055
Messages: 29
Registered: April 1995
Junior Member
In article <32D2302B.3296@nicole.sis.nl>, Martijn Dashorst <m.w.e.dashorst@nicole.sis.nl> writes:

-I was wondering if it is possible to start IDL quietly. I start
-IDL from within a c-program using a pipe and nomatter what I
-tried to do, IDL messes up my terminal window...
-I tried: fp=popen('idl > idl.txt','w') but that doesn't do the
-trick, and I couldn't find any startup options which would
-disable the startup message....

I believe the startup message is sent to 'standard error', but the
'>' only redirects 'standard output'. Try redirecting both. Under
UNIX with the C-shell, try idl >& idl.txt
In fact, if you don't want the output at all, send it to the null
device by using idl >& /dev/null

Hope that helps

Tim

......................... Dr Tim Osborn . t.osborn@uea.ac.uk
.... ___/.. __ /.. /.. /. Senior Research Associate . phone:01603 592089
... /..... /. /.. /.. /.. Climatic Research Unit . fax: 01603 507784
.. /..... __/.. /.. /... School of Environmental Sciences.
. /..... /\ ... /.. /.... University of East Anglia .
____/.._/..\_..____/..... Norwich NR4 7TJ .
......................... UK .
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: JAVA bindings to RSI IDL
Next Topic: New IDL Web resource

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

Current Time: Fri Oct 10 09:58:32 PDT 2025

Total time taken to generate the page: 0.64514 seconds