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?
Announcement
Collapse
No announcement yet.
Need replacement for deprecated /out= command line
Collapse
X
-
Re: Need replacement for deprecated /out= command line
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 layoutatch options
atch-classic,display-mismatches output-to:list.txt
Zoë P Scooter Software
Comment