Re: start external application? [message #35121] |
Wed, 21 May 2003 05:38 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Ingo Salzmann (ingo.salzmann@vorzeichen.at) writes:
> is it possible to start an external applichation, like a web browser
> displaying a certain html file from within an IDL 5.4 application? This
> would be nice to use, say for a help file.
Use the SPAWN command. For example, I just start my
browser to look at the on-line help for my Coyote
Library programs by doing this:
IDL> Spawn, 'Start C:\coyoteguide\programs\doc.html'
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|