1. Any method of using Euphoria.....
Any method of using Euphoria without adding two path in the autoexec.bat???
Because i am using Window2000 and it doesn't contain any autoexec.bat, althougt
i have done a test that create a autoexec.bat in c:\, this method is too trouble,
if you choose debug mode, window2000 will not run autoexec.bat for you.
That's a great problem when time pass by, because Window2000 or later verson
will cancel real dos mode, how can we use Euphoria,therefore, i think there is a
need for Euphoria to compliance(can use) with the future version of window.
YanYanCup
_____________________________________________________
Sent by Hong Kong E-Mail at http://www.hkem.com
It's free. It's easy. Sign up your account Now!
2. Re: Any method of using Euphoria.....
--------------03AFB5309A9A0431FDEF9BE3
YanYanCup YanYanCup wrote:
>
> Any method of using Euphoria without adding two path in the autoexec.bat???
> Because i am using Window2000 and it doesn't contain any autoexec.bat,
> althougt i have done a test that create a autoexec.bat in c:\, this method is too
> trouble, if you choose debug mode, window2000 will not run autoexec.bat for you.
> That's a great problem when time pass by, because Window2000 or later verson
> will cancel real dos mode, how can we use Euphoria,therefore, i think there is a
> need for Euphoria to compliance(can use) with the future version of window.
> YanYanCup
>
> _____________________________________________________
> Sent by Hong Kong E-Mail at http://www.hkem.com
> It's free. It's easy. Sign up your account Now!
Hi YanYanCup,
I attached the file 'EX.BAT'. If you have a dir, let's say C:\BAT, and
this dir is set in the path of win2000, then you are able to start
EX.EXE via writing 'ex myprog' without setting the environment or path
if EX.BAT is placed in C:\BAT. EX.BAT starts a second COMMAND.COM, set's
path and environment, starts EX.EXE and frees all after your program has
finished. Check in EX.BAT for the right PATH and ENVIRONMENT necessary
for Euphoria on your machine. Similar BATCH-Files I use also for ED and
so on.
Have a nice day, Rolf
--------------03AFB5309A9A0431FDEF9BE3
name="Ex.bat"
3. Re: Any method of using Euphoria.....
have you tried just 'associating' the source( .ex) with the runtime(ex.exe)
? I haven't run 2000 , so this is just a suggestion. I've also noticed (from
our misguy) that .bat files don't work right either.
Swayze
mswayze at truswood.com
kswayze at bellsouth.net
<8-{b>
----- Original Message -----
From: "YanYanCup YanYanCup" <yanyancup at HKEM.COM>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Friday, October 13, 2000 5:17 AM
Subject: Any method of using Euphoria.....
> Any method of using Euphoria without adding two path in the
autoexec.bat???
> Because i am using Window2000 and it doesn't contain any autoexec.bat,
althougt i have done a test that create a autoexec.bat in c:\, this method
is too trouble, if you choose debug mode, window2000 will not run
autoexec.bat for you.
> That's a great problem when time pass by, because Window2000 or later
verson will cancel real dos mode, how can we use Euphoria,therefore, i think
there is a need for Euphoria to compliance(can use) with the future version
of window.
> YanYanCup
>
> _____________________________________________________
> Sent by Hong Kong E-Mail at http://www.hkem.com
> It's free. It's easy. Sign up your account Now!
4. Re: Any method of using Euphoria.....
At 05:17 AM 10/13/2000 -0400, you wrote:
> Any method of using Euphoria without adding two path in the autoexec.bat???
>Because i am using Window2000 and it doesn't contain any autoexec.bat,
>althougt i have done a test that create a autoexec.bat in c:\, this method is
>too trouble, if you choose debug mode, window2000 will not run autoexec.bat
>for you. That's a great problem when time pass by, because Window2000 or
>later verson will cancel real dos mode, how can we use Euphoria, therefore,
>i think there is a need for Euphoria to compliance(can use) with the future
>version of window.
>YanYanCup
>
>_____________________________________________________
>Sent by Hong Kong E-Mail at http://www.hkem.com
>It's free. It's easy. Sign up your account Now!
Actually you don't need autoexec.bat with windows2000.
You DO need autoexec.bat with windowsME, but only for environment variables.
(windowsME will ignore any device drivers, or commands placed inside config.sys
and autoexec.bat, and will only process ????=???? lines such as PATH=,
BLASTER=, etc.)
To set your PATH, or any other environment variable inside windows2000,
just open Start->Settings->Control Panel->System.
Click on the "Advanced" tab, and then click on the "Environment Variables"
button. Double-click on the "PATH" statement, and add the two paths to the
Euphoria files. Remember to separate each section with a semicolon ";".
You do not need to reboot. Any changes made to the "PATH" statement
are permanent (unless you reinstall windows) and take effect immediately.
You may need to have Administrator rights to make changes to the environment
variables, depending on what security settings are in place.
James Powell