Re: EUINC not as advertised ?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hi Bob, Hi Rob  smile

The correct syntax for EUINC variable is:

rem -- file AUTOEXEC.BAT
SET EUINC=D:\EUPHORIA.RDS\INCLUDES;F:\EUAUX\INCL
rem -- file AUTOEXEC.BAT

So, I have two additional directories for include files.
On disk D:,  euphoria.rds\includes  directory.
On disk F:,  euaux\incl  directory.
Both work Ok for me.

In refman.doc 2.3, there is misprint.

Instead

        It can be added to your AUTOEXEC.BAT file, e.g.
        EUINC=C:\EU\MYFILES;C:\EU\WIN32LIB
        
must be
        It can be added to your AUTOEXEC.BAT file, e.g.
        SET EUINC=C:\EU\MYFILES;C:\EU\WIN32LIB

And SET command doesn't work from the prompt
to command line *to write variables* for me,
works from autoexec.bat only -- to *write*.

But SET works Ok from command line *to read*
all set of that sets, which are done by
autoexec.bat.

Hope this is some help.

Regards,
Igor Kachan
kinz at peterlink.ru

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu