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

Home » Public Forums » archive » Re: running IDL as a 'sleeping' process
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: running IDL as a 'sleeping' process [message #78886 is a reply to message #78885] Tue, 03 January 2012 13:04 Go to previous messageGo to previous message
natha is currently offline  natha
Messages: 482
Registered: October 2007
Senior Member
Under Linux you can use crontab to call a script that runs your code.
Your script could be something like:

#!/bin/bash
cd /idl_routine_path
idl -e your_routine

Under Windows you could use scheduled tasks to do something similar
but you have to create a SAV file.
Your 3th option is run the code in background. Using the command WAIT
you can do what you want. I combine this technique with the first one
to run some of my "invisible" IDL scripts to download and process data
every X time.

nata
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: X11<->IDL Death Grip Mac OSX
Next Topic: Object SetProperty Not inherited

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

Current Time: Wed Oct 08 19:14:36 PDT 2025

Total time taken to generate the page: 0.00574 seconds