Subj : Re: command line compiler To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Sun Dec 07 2003 04:17 pm Rob C. wrote: >Recently I down-loaded BC++ 5.5 off the web. This is a bare Wrong Group. BC5.5 is a version of Builder, and so the appropriate newsgroups have cppbuilder as part of their names. cppbuilder.commandlinetools would be a good choice. >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? BCC32 -whateverflags whicheverfiles > C.ERR .