ASMEnv 1.9a .
There's some irony in a release a, but I've some major additions for the
v1.x series and NOT the "under the hood" rebuilding I'll want for 2.0. I've
built in two new features and fixed a minor bug. (On the Windows menu, both
Size and Show Clipboard had "s" as the menu hot key.)
The two new features are described in full at the top of ASMEnv.DOC and
"how to" is integrated into the .DOC file and the on-line Help file.
Briefly, you can have your Last Desk, or another specified desk arrange-
ment, waiting for you "inside" when you open the program AND you can use the
Alt+TopNum to pull an editor to the top when the Win List is open w/o first
closing it.
The KeyRead.EXE that accompanies 1.9a has file logging added. If you used
/s or /S on the command line, when you start pressing keys to get the result
lines on screen, a text file KeyRead.LOG is created or written over and the
result lines are appended to the file as they appear on screen. To use ASMPRN
apart from ASMEnv without copying a file into ASMPRN.TMP each time create
this Pr.bat -replacing my /PS with whatever printer switches you use:
copy %1 asmprn.tmp/asmprn /ps/ del asmprn.tmp (now on disk).
-Gene Fowler