1. Support -b command line argument to specify a different name for the screen capture buffer (other than the default, .BUF) If you don't specify an extension, it will be BUF, and if you don't specify a disk or [p,pn], it will to in MEM0:[1,1] (if it exists) or else in the current directory. Examples:
ashell -b myname (MEM0:MYNAME.BUF[1,1]) ashell -b myname.log (MEM0:MYNAME.LOG[1,1]) ashell -b sys:myname (DSK0:MYNAME.BUF[1,4])
The switch works also under Windows (replace 'ashell' with 'ashw32' in the examples above.)
2. Fix a bug in the implementation of the default screen capture printer. Now works as advertised (see [703] below.)
3. Add the OPTIONS=CRNL feature to the implementation of the special INMEMO printing mode, where it outputs the memo text direct to a file. Previously it was ignoring OPTIONS=CRNL and always using the normal line terminator for the current operating system.