Running IDL programs from CGI/Perl on windows NT [message #13383] |
Thu, 05 November 1998 00:00  |
mila
Messages: 5 Registered: July 1996
|
Junior Member |
|
|
Hello,
I am trying to call IDL from a cgi - perl program, mainly to be able to run
IDL from the web and return either plots or images as GIFS. I have seen such
programs for Unix (ex. Jason Mathews), but not for windows NT. Can anyone
help me to create a command line in perl if the IDL directory is:
C\Program Files\rsi\idl40
The executable file is:
in this dir and called idl32.exe
Say, I have an IDL program in the same dir called trial.pro.
Also, how can once run an IDL program from the DOS command line?
I would appreciate any help from anyone on this topic.
Thanks,
Mila Mitra
Remote Sensing Systems
mitra@remss.com
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
|
|
|
Re: Running IDL programs from CGI/Perl on windows NT [message #13604 is a reply to message #13383] |
Tue, 24 November 1998 00:00  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
mila@stars.gsfc.nasa.gov wrote:
> Hello,
>
> I am trying to call IDL from a cgi - perl program, mainly to be able to run
> IDL from the web and return either plots or images as GIFS. I have seen such
> programs for Unix (ex. Jason Mathews), but not for windows NT. Can anyone
> help me to create a command line in perl if the IDL directory is:
>
> C\Program Files\rsi\idl40
> The executable file is:
> in this dir and called idl32.exe
>
> Say, I have an IDL program in the same dir called trial.pro.
>
> Also, how can once run an IDL program from the DOS command line?
>
> I would appreciate any help from anyone on this topic.
>
Hi,
may be this helps.
If you have written a jounal it is possible to start this in a DOS Box by
ildde @journal
R.Bauer
|
|
|