[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Making SAV files
- Subject: Making SAV files
- From: "Pavel A. Romashkin" <pavel.romashkin(at)noaa.gov>
- Date: Fri, 23 Mar 2001 17:58:20 -0700
- Newsgroups: comp.lang.idl-pvwave
- Organization: NOAA-CMDL-CIRES
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:24111
Hi,
When I make a .sav file, is there a way to specify the command that will
be executed when the file is double-clicked on? What I have now, is IDL
tries to execute the following when I double-click on a .sav file:
RESTORE, Filename & Filename
which results in error in 95% of the cases. However, it would be very
useful to be able to do, lets say:
RESTORE, Filename & Related_pro, Filename
But how to specify this Related_pro?
Mac 5.4
Cheers,
Pavel