home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / DRX096.ZIP / OTHER.PGM < prev   
Encoding:
Text File  |  1990-12-30  |  3.4 KB  |  74 lines

  1. Here's an updated list of my free programs as of 12/30/90:
  2.  
  3. CAL100
  4. ------
  5. CAL - Calendar v1.00 - 06/03/89 - A simple, pop-up calendar display program
  6. that can be used as a sort of perpetual calendar.  Valid years range from
  7. 0001 to 9999 (arbitrary).  This program is NOT memory-resident.  Scroll
  8. through the different months and years.  Although the executable file is
  9. stand-alone, I don't consider this to be a complete program.  I've
  10. contemplated using the included routines as the starting point for a
  11. scheduling program, for example.  Source code included.
  12.  
  13. CRC113
  14. ------
  15. CRC-M2 - Cyclic Redundancy Checker v1.13 - 01/03/90 - Rewritten in C and
  16. assembly, this version has been optimized for size and speed.  Displays
  17. both 16- and 32-bit CRC values of files selected from the command line.
  18. 16-bit CRC same as for ARC, LZH, LZS, PAK and ZOO files.  32-bit CRC same
  19. as for ZIP.  Wildcards and multiple filespecs supported.  Also includes the
  20. source and executable for a pure C version of this program.
  21.  
  22. DDEL124
  23. -------
  24. DIRDEL - Directory Delete v1.24 - 07/15/89 - This program will remove
  25. entire subdirectory trees from your hard disk - even those containing
  26. read-only, hidden and system files and directories.  It will even delete
  27. the current directory.  The executable file for this version is
  28. significantly smaller than before.  Source code included.
  29.  
  30. DRX096
  31. ------
  32. DirX - Directory of eXecutables v0.96 - 12/30/90 - Files compressed with
  33. AXE, DIET, LEXEM, LZEXE, PKLITE and TINYPROG are displayed in the left
  34. window.  Uncompressed COM and EXE files are displayed in the right window.
  35. "Move" individual and groups of files between the Compressed and
  36. Uncompressed windows.  Navigate between directories by pointing and
  37. shooting.  This release fixes a bug introduced in v0.95 related to
  38. scrolling.
  39.  
  40. FIX301
  41. ------
  42. FIX - File Fix v3.01 - 09/03/89 - A binary editor which allows easy editing
  43. of any file regardless of attributes.  Searches available from within a
  44. file:  1) text search, with wildcard support and 2) byte search, which can
  45. find arbitrary sequences of bytes specified by the user, including nulls,
  46. machine code and binary data.  Also includes a scroll bar indicating
  47. relative file position, file header support and 256-byte default records.
  48.  
  49. FND106
  50. ------
  51. FFIND - File Finder v1.06 - 07/31/89 - This program will find any file or
  52. subdirectory on your hard disk, including hidden and system files.
  53. Wildcards are accepted.  Improvements to this version include an overall
  54. increase in speed and a smaller executable filesize.  Source code included.
  55.  
  56. RV234
  57. -----
  58. RV - RView v2.34 - 12/10/90 - Directory lister & utility for ARC LZH LZS
  59. PAK ZIP ZOO.  Displays sorted member names by default.  Converts
  60. self-extracting archives to normal archives.  Resets archive dates/times to
  61. match newest member.  Strips extra bytes from ends of LZH/ZIP files.
  62. Strips/attaches ZIP file comments.  Identifies files compressed with PKLITE
  63. and LZEXE.
  64.  
  65. ZFV101
  66. ------
  67. ZFV - ZIP Format View v1.01 - 02/23/90 - Allows you to see how a ZIP file
  68. is laid out on disk.  Uses windowing to step down to lower levels of
  69. detail.  Displays record offsets and most field values, including their
  70. interpretation.  Admittedly, this program isn't for everyone.  For the
  71. curious and those with a need to know, however, this program displays
  72. technical data on actual ZIP files that I haven't seen in any other
  73. program.  There are no switches.  Usage: ZFV zipfile
  74.