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

Home » Public Forums » archive » Re: newbie wants to call IDL from shell
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: newbie wants to call IDL from shell [message #61289] Fri, 11 July 2008 19:02 Go to previous message
biophys is currently offline  biophys
Messages: 68
Registered: July 2004
Member
Make a file, let's say regrid_mozt42_tlr

public1:/home/tlr/idl>cat regrid_mozt42_tlr
> regrid_mozt42_tlr
> exit
public1:/home/tlr/idl> idl regrid_mozt42_tlr

> IDL Version 7.0 (linux x86 m32). (c) 2007, ITT Visual Information Solutions
> ...
> IDL> regrid_mozt42_tlr
> % Compiled module: REGRID_MOZT42_TLR.
> ...
> Done.
public1:/home/tlr/idl>

You can also include commands like .compile etc in the file
regrid_mozt42_tlr in case it can not resolve all dependencies.
public1:/home/tlr/idl>cat regrid_mozt42_tlr
> .compile 'myfunc1.pro'
...
> .compile 'mypro1.pro'
...
> .compile 'regrid_mozt42_tlr.pro'
> regrid_mozt42_tlr
> exit


cheers,
bp
[Message index]
 
Read Message
Read Message
Previous Topic: newbie wants to call IDL from shell
Next Topic: Re: x*x versus x^2

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

Current Time: Sat Oct 11 02:06:20 PDT 2025

Total time taken to generate the page: 2.40071 seconds