"REM" <(E-Mail Removed)> a écrit dans le message de news:
(E-Mail Removed)...
>
> > "Laurent Herve" <(E-Mail Removed)> wrote:
>
> >I don't have the answer, but i'm thinking about this
> >program which could capture every thing from a Dos windows,
> >i forgot the name ! any one remeber it ?
>
> The DOS redirection operators?
>
> Any DOS command can be redirected to a text file:
>
>
> C:\> dir D: /s > dirD.txt
>
> C:\> dir D: /s >> dirD.txt
>
> The first deletes "dirD.txt" if it exists and writes a new file. >
>
> The second appends to "dirD.txt" if it exists, or creates a new file
> if it does not exist. >>
Yes, but ... ok, it is not much usefull, but once i had troubles to
read the very long help page of cdrecord, which is written to
stdout (and that means that you cannot pipe it out). So, of course
one can read everything on there site, never mind, later, i
found an "editor" (yes, it was a small tool with features i can't remember)
which was able to capture every thing inside a Dos windows,
but it is still lost on my PC
laurent