Re: Another suggestion

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

Hi, I'm not sure if the following EX.BAT helps:

1) assume the path contains:  PATH=....;C:\BAT;... and
2) EUPHORIA is installed in: C:\EUPHORIA,
then the following EX.BAT let you set especially an ENVIRONMENT only for
your EUPHORIA (after execution your old environment is again available):

@ECHO OFF
::                        ***  C:\BAT\EX.BAT  ***   R.Schröder
2000-02-02
::                             -------------
::                        Call of DOS32-EUPHORIA
::
::                    Set environment for EUPHORIA 2.2
::
IF "%1"=="#@!001" GOTO LBL1
%COMSPEC% /E:1024 /C %0 #@!001 %1 %2 %3 %4 %5
GOTO ENDE
:LBL1
SHIFT
PATH C:\EUPHORIA\BIN;%PATH%
SET EUDIR=C:\EUPHORIA
SET CAUSEWAY=BIG1
EX.EXE %1 %2 %3 %4 %5
:ENDE

Similarly you may call the EUPHORIA editor:

@ECHO OFF
::                        ***  C:\BAT\ED.BAT  ***     R.Schröder
2000-02-02
::                             -------------
::                  Call of EUPHORIA Editor for DOS32
::
IF "%1"=="#@!001" GOTO LBL1
%COMSPEC% /E:1024 /C %0 #@!001 %1 %2 %3
GOTO ENDE
:LBL1
SHIFT
SET EUDIR=C:\EUPHORIA
SET CAUSEWAY=BIG1
PATH %EUDIR%\BIN;%PATH%
EX.EXE ED.EX %1 %2 %3
:ENDE

I didn't follow the discussion, so I'm not sure if this is useful. Rolf

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

Search



Quick Links

User menu

Not signed in.

Misc Menu