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"
|
Not Categorized, Please Help
|
|