1. Scrollable DOS Box under Win95/98

Hi people;

	Is there any way of make a scrollable DOS Box under Win95/98 to see the 
top of long error messages produced by the euphoria compiler ?


Thanks

Rubens

new topic     » topic index » view message » categorize

2. Re: Scrollable DOS Box under Win95/98

You could try using the MORE command. Here's an example:
    dir | more
The output of DIR will be piped to MORE which will pause at every page until 
you press a key. So you would probably use something like
'emake | more' or 'exw bind.exw filename.exw | more'. This won't be a 
scrolling DOS box but at least you'll be able to see all of the output.

>Hi people;
>
>	Is there any way of make a scrollable DOS Box under Win95/98 to see the
>top of long error messages produced by the euphoria compiler ?
>
>
>Thanks
>
>Rubens

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

3. Re: Scrollable DOS Box under Win95/98

rubis at fem.unicamp.br wrote:

>         Is there any way of make a scrollable DOS Box under Win95/98 to see
>         the
> top of long error messages produced by the euphoria compiler ?
>

I'm pretty sure you can get this effect by changing the Screen Buffer Size in
the
Properties window of any Win95/98 shell. I've got mine set to 300 lines and it
scrolls.

-Ron Tarrant

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

4. Re: Scrollable DOS Box under Win95/98

At 19:44 6/8/2002, you wrote:
>
>rubis at fem.unicamp.br wrote:
>
> >         Is there any way of make a scrollable DOS Box under Win95/98 to 
> see the
> > top of long error messages produced by the euphoria compiler ?
> >
>
>I'm pretty sure you can get this effect by changing the Screen Buffer Size 
>in the
>Properties window of any Win95/98 shell. I've got mine set to 300 lines and it
>scrolls.
>
>-Ron Tarrant
>

Hi Ron;


This is ok for for Win2k, but this option is not avaliable in the 
properties windows of  Win95 shell, so when I receive a long error message 
from euphoria in a dos box session, I cannot read the upper part of the 
message, and I have to open the ex.err file.
I change the number of lines in dos mode ( mode con lines=50) so messages 
of  50 lines could be read. But... this is not a solution...




Rubens M. Luciano

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

5. Re: Scrollable DOS Box under Win95/98

>This is ok for for Win2k, but this option is not avaliable in the
>properties windows of  Win95 shell, so when I receive a long error message
>from euphoria in a dos box session, I cannot read the upper part of the
>message, and I have to open the ex.err file.
>I change the number of lines in dos mode ( mode con lines=50) so messages
>of  50 lines could be read. But... this is not a solution...
>
>
>Rubens M. Luciano

How about if you go to the command line and type:

     ex myfile.ex > output.txt

That way, the screen's output is routed into output.txt, and after the
program crashes, you can just go into notepad and view the whole thing.
=====================================================
.______<-------------------\__
/ _____<--------------------__|===
||_    <-------------------/
\__| Mr Trick

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

6. Re: Scrollable DOS Box under Win95/98

>This is ok for for Win2k, but this option is not avaliable in the
>properties windows of  Win95 shell, so when I receive a long error message
>from euphoria in a dos box session, I cannot read the upper part of the
>message, and I have to open the ex.err file.
>I change the number of lines in dos mode ( mode con lines=50) so messages
>of  50 lines could be read. But... this is not a solution...

Try this at the command line:

ex myfile.ex > output.txt

Then when your program crashes, open the error message in notepad.

Sorry if you get this message twice, I've been having email problems.
=====================================================
.______<-------------------\__
/ _____<--------------------__|===
||_    <-------------------/
\__| Mr Trick

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

7. Re: Scrollable DOS Box under Win95/98

rubis at fem.unicamp.br wrote:

> This is ok for for Win2k, but this option is not avaliable in the
> properties windows of  Win95 shell, so when I receive a long error message
> from euphoria in a dos box session, I cannot read the upper part of the
> message, and I have to open the ex.err file.
> I change the number of lines in dos mode ( mode con lines=50) so messages
> of  50 lines could be read. But... this is not a solution...

Right. It's been so long since I've used '95. The only other options I can think
of
have to do with creating files or reading the ex.err file. But I guess you're
trying to avoid that.

-Ron

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

Search



Quick Links

User menu

Not signed in.

Misc Menu