home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / DATABASE / YME060.ZIP / READ.ME next >
Encoding:
Text File  |  1993-08-28  |  2.5 KB  |  71 lines

  1. YAME (Yet Another Memo Editor) pre-release version 0.60  08/28/93
  2. -----------------------------------------------------------------
  3.  
  4. Thank you for your interest in YAME!
  5.  
  6. This is a pre-release version of YAME.  I have tested the program
  7. thoroughly, but feel that I cannot "certify" the program until
  8. others have had a chance to break it.
  9.  
  10. To that end, please use YAME, and report any problems, rough
  11. spots, or features you'd like to see.  Your input will help shape
  12. the 1.00 version.
  13.  
  14. YSAMPLES.BAT will try to run dBASE with the YAME sample
  15. configuration, which will demonstrate some different methods for
  16. using YAME.  Just type YSAMPLES at the DOS prompt.
  17.  
  18. If you run into an "anomaly" please upload all the relevant files
  19. and _exact_ directions for reproducing the behavior to the /YAME
  20. forum on USSBBS or via E-mail on CompuServe.
  21.  
  22. The relevant on-line addresses are:
  23.   USSBBS:      HazMatZak        (USSBBS: 408/464-0350)
  24.   CompuServe:  71542,2712
  25.  
  26. On the other hand, please _do not_ ask me technical questions via
  27. private mail.  Please post your questions in a public forum
  28. (/YAME on USSBBS and the dBASE Programming section of the
  29. CompuServe dBASE forum).  This (a) makes it easier for me to
  30. respond to your questions; (b) allows others to benefit from the
  31. answers; and (c) allows others to contribute.
  32.  
  33. Again, thanks.                                    -- Kenneth Chan
  34.  
  35. =================================================================
  36.  
  37. Contents
  38. --------
  39.  
  40. READ.ME         This file
  41. Y.COM           The YAME executable
  42. YAMEPARM.BIN    dBASE-loadable parameter module
  43. YAMEBUFF.BIN    Work buffer for .BIN invocation
  44. YAMEBUF8.BIN    Smaller version of buffer
  45. YAME.DOC        The documentation file
  46. YSAMPLES.BAT    Startup file for YAME samples
  47. YSAMPLES.CFG    CONFIG.DB file for YAME samples
  48. YSAMPLES.PRG    YAME demonstration program
  49. YSAMPLES.DBF    Sample .DBF
  50. YSAMPLES.DBT    Sample .DBT
  51. YSAMPLE1.SCR    Sample screen form -- one memo
  52. YSAMPLE1.FMT    Sample format file -- one memo
  53. YSAMPLE2.SCR    Sample screen form -- two memos
  54. YSAMPLE2.FMT    Sample format file -- two memos
  55.  
  56. =================================================================
  57.  
  58. Revision history
  59. ----------------
  60.  
  61. v0.60  08/28/93 -- First pre-release version
  62.   - Ctrl-PgDn displays complete last page
  63.   - .BIN invocation returns exit codes
  64.   - YAMEBUFF returns registered file size
  65.   - Prevent file read overrunning buffer
  66.   - Block copy, move, delete
  67.   - Rewrap paragraph
  68.   - Move cursor to previous/next paragraph
  69.   - Sample files
  70.  
  71.