View Full Version : Need replacement for deprecated /out= command line
mjgoodrich
24-Jan-2004, 09:33 AM
I have a script that uses BC2 to diff two files using the deprecated /out=204d:list.txt format. This seems to hang now that I've updated to BC 2.1.1 (build 215). I see in the help that the replacement is the file-report script command, but I don't know what the old format codes 204d should be equated too in file-report. Is there a table that shows the older format codes I can look up to change my script command?
Craig
24-Jan-2004, 09:16 PM
The codes are documented in the "Scripting Reference" section of the Help file, under the REPORT command. There's a link in one of the paragraphs that will take you to a sub-page.
/out=204d:list.txt
is equivalent to:
file-report layout:patch options:patch-classic,display-mismatches output-to:list.txt
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.