1. Running EE Editor

I've just started.

I'm going to use EE, but I can't seem to get it to run from a DOS
batch file.

The EE.ZIP file was expanded into d:\euph\ee  my work files will be in
d:\euph\work  if I try to run EE from there with:

@echo off
d:\euph\ee\ex ee %1

I get an error. Same if I put the .BAT in the EE directory.

Is there a way round this so that I can run the editor from the
\work directory?

-- 

Jim.

new topic     » topic index » view message » categorize

2. Re: Running EE Editor

> @echo off
> d:\euph\ee\ex ee %1

Shouldn't that be:

@echo off
ex.exe d:\euph\ee\ee.ex %1

~Greg

new topic     » goto parent     » topic index » view message » categorize

3. Re: Running EE Editor

> Shouldn't that be:
>
> @echo off
> ex.exe d:\euph\ee\ee.ex %1
>

Oh, and that batch file needs to be in your euph\bin directory so its
found in the PATH

new topic     » goto parent     » topic index » view message » categorize

4. Re: Running EE Editor

Greg Haberek wrote:
> 
> > @echo off
> > d:\euph\ee\ex ee %1
> 
> Shouldn't that be:
> 
> @echo off
> ex.exe d:\euph\ee\ee.ex %1

Could be. Thanks. I'll try that.

-- 
Jim.

new topic     » goto parent     » topic index » view message » categorize

5. Re: Running EE Editor

Greg Haberek wrote:
> 
> > Shouldn't that be:
> >
> > @echo off
> > ex.exe d:\euph\ee\ee.ex %1
> >

Yes, that works! Many thanks.
 
> Oh, and that batch file needs to be in your euph\bin directory so its
> found in the PATH
 
It works OK from d:\euph\work  but I'll put it (or a copy) in my PATH.

Thanks again.

-- 
Jim.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu