;;01-01-88 Eric Gans French Dep't UCLA Los Angeles, CA 90024 EGDOS2.DOC 01/01/88 This file is for EGUTIL users who might like to know what I have written for MS/PC-DOS. I have been doing some commercial programming in this area, so my PD programs have not received as much attention as they would have otherwise. PC programs 1. ALPHAN.COM v2 - This is a DOS version of ALPHA, but using several segments and two different sorts, it gives you both an alphabetical wordlist and a list in order of numerical frequency. On a 286 machine it can handle a 300K file in 30 seconds (about 1000 wds/sec). ALPHAN2 accepts up to 10,000 DIFFERENT words, which is about as many as anyone will use in a book (unless it's Joyce or the dictionary). 2. DSIZ.COM v1.1 - Gives a tree-structured directory list including size of each directory in bytes. 3. FAT.COM v1.2 - Displays the FAT (File Allocation Table) of any disk, showing which blocks are allocated to which files. 4. FBAK.COM v2.2 - Fast date-sensitive back-up program that will take its input from a list of directories/filenames kept in a separate text file. V2.2 allows automatic creation of directories on backup floppies. 5. FINREP.COM v2.4 - Very similar to CP/M version 2.5. 6. GTXT.COM v1.1 - The same as my CP/M GTXT, which allows you to make a text into a COM file that displays itself on screen. V1.1 allows you the choice of keeping or killing the high bit for graphics characters. 7. LDRES.COM v1.0 - A programmer's utility that allows you to make any COM file (within reason) memory-resident. 8. MCALC.COM v1.4 (written in C, with help from the preceding program) - A memory-resident scientific calculator with 23 (re)assignable variables. Now includes binary, an online ASCII table, factorials, etc. 9. PAIRPC.COM - A PC version of PAIRX 1.2. 10. PUBLIC.COM v1.1 (written in C) - A little utility to create "public" lists for symbolic debugging and the like. 11. RESLOG.COM v1.1 - A memory-resident system logger that keeps a timed record of every COM or EXE file loaded. May save you a few bucks with the IRS. 12. RESPRO.COM v1.2 - A memory-resident program manager that allows you to disable/reeactivate/remove memory-resident programs. Includes an "uncrash" feature for when your system goes out to lunch. 13. SCALC.COM v1.1 - A non-resident version of MCALC (see above). 14. TIMER.ARC - A set of routines that use the timer chip to time in microseconds. 15. UNERASE.COM v1.2 - The ONLY real public-domain undelete program for MS-DOS that works on all kinds of disks (hard & floppy). (Recently enhanced to allow easier file-name entry, larger disks.) The ARC includes a FAT + disk directory backup program, like DBACK/DREST in this library. 16. WCX.COM v1.1 - A really fast multi-file word/line count program. 17. WINDEX.COM - A DOS version of WINDEX 2.2 (not as advanced as the current CP/M version). 18. WSDC.COM v1.1 - A DOS version of the (very useful) CP/M utility WSDOCON that converts an ASCII file to Wordstar's DOC mode. AT programs 1. ALSET.COM - Uses AT alarm function; requires 80186/80286. Clock/alarm/timer program; allows up to 20 alarms, can be loaded from file. 2. EXTM.COM - Reads extended memory (AT only).