> -----Original Message-----
> From: Roland Neilands [mailto:[EMAIL PROTECTED]
> Sent: June 16, 2002 8:02 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Logging
>
> > check the website/docs, there is a logging available, also there is an
> > example
>
> Again, great for embedding, but would be useful to have from the command
> line. Especially for debugging in Windows as anything more than ~20 lines
> output is lost.

Depends on your version of Windows, and maybe even not so much at that,
unless you've got something ancient.

On Win2K I either set my console to 500 or 1000 lines, and/or redirect with
stuff like

C:\>runsomecommand > logfile.txt 2>&1

On all versions of Windows going back to Win95, plus plain DOS, you've got
the MODE command that you can set your columns and lines with. Check out
http://www.computerhope.com/modehlp.htm.

Just some thoughts.

AHS

Reply via email to