PDA

View Full Version : What are the Commandline ExitCodes for BC2.exe ?


09-Jan-2005, 04:07 PM
What are the Commandline ExitCodes for BC2.exe ?

Chris
10-Jan-2005, 08:58 AM
BC has the command line option /qc to do a quick comparison and set the DOS error level, but it is currently broken (sometimes it returns the wrong error level). It is on our bug list to be fixed, but until we have a fix, your best option for command line comparison is to use BC's scripting support (which doesn't support setting error levels). If you need to return an error level, use the DOS FC command for file comparison.