[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how do I keep IDL quiet?



You can also set !quiet=1 in your startup script.

Jeremy Faden
Cottage Systems

Jason Li wrote:
> 
> 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