home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / sysutl / egutil53.lbr / EGDOS2.DZC / EGDOS2.DOÃ
Text File  |  1988-07-12  |  4KB  |  91 lines

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