Clarence wrote:
>I gotta say, Arachne in FULLscreen mode with NO scrollbars is GREAT !!
Hmm... didn't you get my attached file with source either? Michael says he
never got it but it was attached according ot my out-box. Or where you just
to lazy to test Arachne without scrollbars then since you needed to compile
it? ;-)
>As Bernie predicted, I'm not thrilled with the new F8 function.
Actually I thought you would like it, apparently I didn't remember how the
DOS versions behave correctly.
>In DOS 6+ I think you can override that with an environmental Yes.
Really, how?
>In DOS 5, Bernie says I can put an ECHO y pipe into it. I haven't tried yet.
>In DOS 3.3 I don't think you can do the ECHO thing. I won't have any real
>problem because I use keyfake, and that will do the job - but the method
>is just too sensitive to versions of DOS.
I thought that earlier versions didn't ask. They don't if you do "copy
file1 file2" and file2 exists right? Pipes (|) existed in 2.0 according to
my documentation (dosref) so you should be able to use it, otherwise you
could always use "del *.*<answerY" and have a file with a 'Y' in it called
answerY. Still none of these are good sollutions IMO, perhaps we should add
a small delete utility? Another option would be to use:
"for %%d in (*.*) do del %%d" instead of "del *.*" since that wouldn't ask
us any questions (except in 4DOS IIRC).
//Bernie
http://bernie.arachne.cz/ DOS programs, Star Wars ...