[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how do I keep IDL quiet?
- Subject: how do I keep IDL quiet?
- From: Jason Li <jylimd(at)yahoo.com>
- Date: Tue, 27 Mar 2001 12:13:51 -0500
- Newsgroups: comp.lang.idl-pvwave
- Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov)
- User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:24174
Hi,
I have an IDL routine "myMain" that calls upon many subroutine. Each time I
run myMain, it reports "compiled module ..." message for each subroutine it
has successfully compiled.
I am now running myMain repeatedly from an UNIX script and don't wish to see
these messages. How do I make IDL quiet?
thanks