Subj : command line compiler To : borland.public.cpp.borlandcpp From : "Rob C. " Date : Sun Dec 07 2003 03:43 pm Recently I down-loaded BC++ 5.5 off the web. This is a bare bones compiler - no IDE, command line only - and no instructions either!. When I compile and link I invariably have errors and warnings that list out on the screen, quit often so many and so fast I am unable to read the beginning ones before they scroll off the top of the screen and are gone forever. My previous compiler writes the error messages to the screen, but then also writers them to a file called C.ERR. So I can then open the file and read all the errors. How can I do this in BC55? .