Re: run .sav file with -args [message #73633 is a reply to message #73511] |
Mon, 15 November 2010 17:45   |
Truong Le
Messages: 42 Registered: September 2010
|
Member |
|
|
On Nov 15, 7:16 pm, Truong Le <truong...@gmail.com> wrote:
> On Nov 15, 6:24 pm, Ben Tupper <ben.bigh...@gmail.com> wrote:
>
>
>
>> On 11/15/10 5:42 PM, Truong Le wrote:
>
>>> On Nov 15, 3:31 pm, Truong Le<truong...@gmail.com> wrote:
>
>>> what do I need to modify to run the .sav file from the window
>>> environment.
>>> I know that window doesn't run idl but idlde so any help is
>>> appreciated.
>
>>> Thanks
>
>> Hi,
>
>> Look at the online docs for "Command Line Options for IDL Startup" (in
>> IDL 7 help it is buried in "IDL Users' Guides > Using IDL > Introducing
>> IDL") - scroll to the bottom for Windows specific info regarding this.
>
>> Cheers,
>> Ben
>
> Okay, I ran the above example from the window command line but it
> doesn't print the expected
> result. It ran through the process that I seen when I ran it under
> unix. Under the unix I seen the
> words Hello and World printed out but not when I ran under the window
> environment. It didn't give
> any error message so I am at a lost.
>
> idlrt -vm=cmd_args.sav -args Hello World
okay, I find out that print, var won't work in the virtual machine
under windows. I have to use printf.
|
|
|