1. Run Intkey
2. Select File -> File -> Input...
3. Open a file containing the following directives commands:
\*file output a.out
\*output describe all all
\*file output b.out
\*output describe all all
\*file output a.out
\*output diagnose 5 all
\*file close a.out
\*file close b.out
The old version of Intkey keeps track of multiple open file handles, so the
second call to "file output a.out" reopens a.out for appending. In open-delta,
this call reopens a.out but clears out any of the content that was previously
in this file.
Original issue reported on code.google.com by chris.fl...@gmail.com on 13 Nov 2012 at 5:48
Original issue reported on code.google.com by
chris.fl...@gmail.com
on 13 Nov 2012 at 5:48