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

Home » Public Forums » archive » Re: batch UNIX-IDL
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: batch UNIX-IDL [message #10294] Tue, 11 November 1997 00:00 Go to previous message
mallors is currently offline  mallors
Messages: 76
Registered: November 1997
Member
In article <34632CA3.2175C1FD@axpba0.ba.infn.it>,
iavarone <iavarone@axpba0.ba.infn.it> writes:
> Hi.
> How run IDL in batch mode on a workstation DIGITAL (UNIX)
> using unix command 'at'?
>
> I tried with a batch like:
> cd /users/......data_dir
> $idl @file_batch
> or
> cd /users/......data_dir
> $idl <file_batch
>
> Thank.
> --
> Nando Iavarone
>

You can write a shell script to run your IDL programs, then
submit the script for batch processing:

#!/bin/shell
#
# Runs arbitrary IDL commands from a shell script
#
#

$IDL_DIR/bin/idl <<EOF
MY_FIRST_PROCEDURE, param1, param2
MY_SECOND_PROCEDURE, param3
SET_PLOT, 'PS'
PLOT, x, y
EXIT
EOF

# END of script


--
Dr. Robert S. Mallozzi
University of Alabama in Huntsville
http://cspar.uah.edu/~mallozzir/
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: defining Keys
Next Topic: Re: A couple of IDL for NT questions

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

Current Time: Wed Oct 08 19:12:43 PDT 2025

Total time taken to generate the page: 0.00450 seconds