A Few Comments on DESK MASTER 1. This program is a transcription of one originally ap- pearing in "Popular Computing" (noted in the sign-on in INIT-DM.BAS). Copyright resides in the author, who has placed it in public domain with all the usual pro- visos. 2. The complex of programs consists of a calendar, memo- writer, card-file database and calculator. It runs un- der MBASIC and, apparently, just as well under BASICA. The files are: INIT-DM.BAS -- a sign-on, which also loads the main program. DESK-DM.BAS -- the main program, with cal- endar, memowriter and card-file functions. DDISK-DM.BAS -- this program is called to initiate the data files for indices of the various functions. It creates the indices APTINDEX, CDXINDEX and MEMINDEX. CALC-DM.BAS -- this is the full-function, programmable calculator. IDENT-DM -- this file is no longer used. Instead of having a disk label file, all the Memo, Card and Appointment files are now created on the DESK MASTER disc. 3. These programs were transcribed by Dave Mintie (as I re- call -- apologies if my memory serves me badly) and put up on the Connecticut Morrow Decision Users' Group BBS in Groton, CT. 4. As originally supplied, DESK MASTER was arranged to use two disks in one drive. That is, one disk held MBASIC and the DESK MASTER programs; the other disk, to be ini- tiated using DDISK-DM.BAS (called from the DESK MASTER main menu), created an indexed data disk, which DESK MASTER instructed the user to swap into drive A: when accessing any of the applications. This is no longer ne- cessary, since most of us have enough space on a disk to store both the programs and MBASIC and a substantial number of Appointments, short Memos, and a couple of Card-files. So, I have made a couple of changes in the code so that the program no longer uses a disc label file to distinguish between a Program and a Data disc. 5. A number of improvements suggest themselves: (1) the re- writing of the code in a nicer language, (2) compiling the damn thing, (3) making a version that is not de- pendent on everything being in drive A0:. A truly per- fect version for a larger system would load and sit, SIDEKICK fashion (Borland's nifty new product), at the top of memory -- or maybe just load the Menu part of DESK-DM into the top of memory, calling the other parts as needed, and using the disk-drives for virtual memory, in a top-end CP/M80 system. I have neither the skill nor time to do this, but would be delighted if someone else came up with the mods.... 6. As it is, it is a nice program. I have put in a little "compliments of" message, and give it as a gift to friends and occasional clients (there was all that space at the top of the box going to waste...). I keep my phone book on the card index, and find it as convenient to load DESK MASTER and find a number as it is to look the same number up in a conventional card-file or loose-leaf phonebook. The appointment calendar is nice, and will print out a month with the day's schedule -- a hard-copy for reference. In short, I like this program. I hope you'll like it too. Donald Jenner Washington Market Logical Systems