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

Home » Public Forums » archive » idl_startup.pro
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: idl_startup.pro [message #49863 is a reply to message #49826] Mon, 21 August 2006 13:48 Go to previous messageGo to previous message
liamgumley is currently offline  liamgumley
Messages: 74
Registered: June 2005
Member
Dominic Metzger wrote:
> Hi,
>
> Is there something like idl_startup.pro when IDL quits? Something like
> a idl_finishup.pro that gets called when IDL quits? Or is there a way
> to achieve this somehow.
>
> thanks,
>
> dometz

If you can train yourself to type 'quit' instead of 'exit' at the end
of the IDL session, then just put a file named 'quit.pro' in your IDL
path:

PRO QUIT
print, 'Hello world'
exit
END

Replace the 'print' with the commands you want executed prior to
leaving IDL.

Cheers,
Liam.
Practical IDL Programming
http://www.gumley.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: reduce the size of eps
Next Topic: IDL scale property

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

Current Time: Wed Oct 08 17:25:08 PDT 2025

Total time taken to generate the page: 0.00399 seconds