comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: @make vs command line for creating .sav files.
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: @make vs command line for creating .sav files. [message #50259 is a reply to message #50258] Thu, 21 September 2006 10:45 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
David Fanning writes:

>
> I've tried running my startup file directly after the .RESET
> and that doesn't help either. Something weird is going on
> here. I can't even set the !PATH and get it to work!
>
> Here is my file fake_save.pro:
>
> .reset_session
> !path = !path + "c:\RSI\DAVID\TEST"
> !path = expand_path( !path )
> .compile fake_needs
> resolve_all

Ah, well, if I didn't have errors in my PATH it would
have worked. (Blush..)

Here is the file that *does* work:

.reset_session
!path = !path + ";C:\RSI\DAVID\TEST"
!path = expand_path( !path )
.compile fake_needs
resolve_all

Forgot that pesky semi-colon before the "C".

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: @make vs command line for creating .sav files.
Next Topic: Re: @make vs command line for creating .sav files.

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 22:18:06 PDT 2025

Total time taken to generate the page: 2.39843 seconds