1. Query
Thanks to everybody ,
but itried to open ex append.ex for example but i recieved an error
message .Do you think there's something wrong in my autoexec.bat ?
2. Re: Query
>Thanks to everybody ,
>but itried to open ex append.ex for example but i recieved an error
>message .Do you think there's something wrong in my autoexec.bat ?
From what I can see the autoexec.bat should have had the following two lines
added
SET PATH=%PATH%;D:\EUPHORIA\BIN
SET EUDIR=D:\EUPHORIA
I am using hard disk D
These two lines should be after your seting of PATH
This should have all been set up on installation.
Using and intallation on drive D as above, you then reboot your PC (mainly to
reread the autoexec.bat file.
type;
CD D:\EUPHORIA\TUTORIAL
EX HELLO.EX
or
EX APPEND.EX
See how you get on know;
If you still have problems post the error message(s) you get.
David.