Dear Users,
I was wondering whether it is possible to create an IDL executable which requires the person executing the code to also pass a parameter. For example:
idl -rt=executable.sav "working/directory"
In this case, the executable would take the string parameter with the working directory information and use it.
First, I would like to know if this is possible. Second, what needs to be done in the code to make this possible and three do I have to use some special keywords when creating this executable.
Thanks in advance,
Conrad :)
|