Doug Stewart writes:
> Now the close works but there is nothing in the file when I run a
> batch file with this in it:
>
> DISPLAY2D:FALSE;
>
> WRITEFILE("GG.TXT");
Try `appendfile' instead of `writefile' (`writefile' relies on the
underlying lisp's DRIBBLE while `appendfile' performs its own stream
magic).
Wolfgang