home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / m&more.zip / README.1ST < prev    next >
Text File  |  1990-08-08  |  10KB  |  245 lines

  1.                   WELCOME TO JCK ENTERPRISES'S          (VER0790)
  2.                  MEMOS&MORE, THE FILE COMPANION
  3.  
  4. INTRODUCTION ====================================================
  5.  
  6. Thank you for your interest in MEMOS&MORE, THE FILE COMPANION.
  7. This diskette contains all the files necessary to help you
  8. evaluate a common sense, yet powerful approach to file
  9. management.
  10.  
  11. Memos&More is a workfile based manager which provides, at your
  12. finger tips, the basic tools to increase your PC productivity.
  13. In no time at all, you will find yourself using Memos&More for
  14. most of the things you do on a PC.
  15.  
  16. With Memos&More, The File Companion you can do the
  17. following:
  18.  
  19.   o Attach a Memo(Up to 500 lines of text) to each directory
  20.     entry.
  21.  
  22.        - No more guessing if you have the right file.
  23.  
  24.   o Launch the work file into it's creating application.
  25.  
  26.        - When your application ends, Memos&More picks up right
  27.          where you left off so that you can record your
  28.          progress.
  29.  
  30.   o HotKey out to other Utilities or applications using the
  31.     selected files as input.
  32.  
  33.   o DOS Command Interface (Copy,Move,Delete Files & Memos ...)
  34.  
  35.        - The common, file related, commands are presented in
  36.          a simple menu format
  37.  
  38.   o A QuickView Feature to look at other Directories/Drives
  39.  
  40.        - for easy comparison and copying
  41.  
  42.   o User definable TEXT Editor.
  43.  
  44.        - for those who like to drive their own.
  45.  
  46. All this and more ...
  47.  
  48. Read on to find out how to get Memos&More Up and running.
  49.  
  50. PACKING LIST ====================================================
  51.  
  52. The list of files distributed with MEMOS&MORE, THE FILE COMPANION
  53. version 1.10 is as follows:
  54.  
  55.         MM.BAT       - DOS Batch file that invokes Memos&More
  56.         &MRPRG.EXE   - The execution file
  57.         &MR.HLP      - Context Sensitive Help file
  58.         &MR.CFG      - Initial Memos&More Config File
  59.         LICENSE.DOC  - Memos&More license agreement
  60.         SITELIC.DOC  - Memos&More sample site license agreement
  61.         ORDER.DOC    - Order form
  62.         README.1ST   - This file
  63.         MEMOS.&MR    - Memos&More Memo file describing these
  64.                        files.
  65.         SAMPLES.DOC  - Samples documentation
  66.           Sample Files referenced in SAMPLES.DOC
  67.              DBLOAD.PRG  - DBase III Plus Database Loader
  68.                            Example
  69.              DBLOAD.DBF  - DBase III Plus Database (goes with
  70.                            DBLOAD.PRG)
  71.              AUTO123.MAC - LOTUS 1-2-3 LOAD Macro Example
  72.              ACADLD.SCR  - AutoCad Script file
  73.  
  74. GETTING STARTED =================================================
  75.  
  76. To get Memos&More up and running on an IBM Compatable machine
  77. running MS-DOS Ver 2.1 or higher with at least 370 Kb free
  78. memory(it's not as bad as it sounds) do the following:
  79.  
  80.    1) Modify the PATH statement to include the subdirectory
  81.       which contains the Memos&More program files.  For
  82.       example, if the program files reside on C:\M&MR then the
  83.       modified PATH statement would look something like this
  84.       ...
  85.  
  86.          PATH=C:\;C:\DOS;C:\M&MR;C:\BATCH;....
  87.  
  88.       This is necessary for proper file launching ...
  89.  
  90.    2) Then, at the DOS Command prompt from any directory type the
  91.       following:
  92.  
  93.           d:\ > MM <optional StartUp Directory>
  94.  
  95.       Notes: 1) Memos&More can be used from a floppy disk, but
  96.                 it is operates best from a Hard Disk.
  97.  
  98.              2) NEVER invoke the &MRPRG.EXE program directly ...
  99.  
  100.              3) File Launching is not reliable without the PATH
  101.                 modification discussed above.
  102.  
  103.              4) For users with monochrome monitors, edit the
  104.                 MM.BAT file and add /BW to the second line ...
  105.  
  106.                  i.e.   %MRPRG %1 /BW
  107.  
  108.              5) If you are using a DOS version earlier than
  109.                 3.3, delete the @ from the MM.BAT file and make
  110.                 sure that COMMAND.COM can also be found through
  111.                 the PATH statement.
  112.  
  113.              6) If the batch filename, MM.BAT, conflicts with
  114.                 some other program, you can change it by:
  115.                    6-1) Renaming the MM.BAT file
  116.                    6-2) Introducing an environment variable,
  117.                         M&MR_BAT, right after the first line in
  118.                         the MM.BAT file.  For example, if you
  119.                         rename the MM.BAT file to M2.BAT.  The
  120.                         M2.BAT file should look like ...
  121.  
  122.                              @echo off
  123.                              SET M&MR_BAT=M2.BAT
  124.                              &MRPRG %1
  125.                              &MR_SCR
  126.  
  127. Once in, read the sample memos describing the program files.
  128. Context sensitive help is provided when necessary (F1-Help).
  129.  
  130. Then, you should read the General Help Screen (F1 from the
  131. StartUp Menu) followed by the Config File Help Screens (AltC
  132. from the Main Menu, then F1).  These will lead you through what
  133. you should know.
  134.  
  135. WARNINGS ======================================================
  136.  
  137. 1) Use of the APPEND, SUBST and JOIN DOS Commands with
  138.    MEMOS&MORE, THE FILE COMPANION may have undesirable results.
  139.    Please consult your DOS manual for the proper use and
  140.    cautions regarding the use of these commands.
  141.  
  142. 2) Also, if you intend to use any Terminate Stay-Resident
  143.    Routines(TSR's) they should be loaded before running
  144.    Memos&More.  Examples of this are the DOS Print and Mode
  145.    commands which have portions which remain resident.
  146.    Loading TSR programs after Memos&More may cause memory
  147.    fragmentation and possibly undesirable results.
  148.  
  149. HIGHLY RECOMMENDED ==============================================
  150.  
  151. It is highly recommended that you keep one or more backup copies
  152. of critical data files close at hand.  The cost of an extra
  153. diskette is miniscule compared to doing it over again and the
  154. backup habit is easy to develop after you take to heart some of
  155. the horror stories other people have experienced.
  156.  
  157. IMPORTANT =======================================================
  158.  
  159. MEMOS&MORE, THE FILE COMPANION is SHAREWARE.  That means that YOU
  160. are the big winner.  Shareware authors, many of them just plain
  161. users with an idea who get bitten by the programming bug, spend
  162. endless hours bringing their ideas to life with the hope that
  163. others will appreciate and take advantage of getting good/useful
  164. programs cheap.  Therefore, you are heartily encouraged to copy
  165. and share Memos&More with others following the restrictions
  166. stated below.  You can then try out the program in the luxury of
  167. your own home or workplace and really kick the tires.  But after
  168. you have used Memos&More for a reasonable evaluation period you
  169. should either stop using it or purchase a licensed copy from JCK
  170. Enterprises.  This is the essence of how shareware works, you get
  171. a program that you find useful at a very reasonable price and the
  172. author gets compensated for his work and is encouraged to design
  173. and distribute new products in the same way.  As was stated
  174. above, YOU are the big winner.  Without closing the loop,
  175. shareware authors will stop writing programs and everybody goes
  176. back to paying hundreds of dollars up front for software that
  177. they may or may not like.
  178.  
  179. When you do order a licensed copy you will receive ....
  180.  
  181.  o the LATEST version of the program.
  182.   (Some new features are already in the works)
  183.  o a manual detailing the use of the program.
  184.  o a Quick Reference Card for speedy look up.
  185.  o Notification of Updates and New Versions, at inexpensive
  186.    rates.
  187.  o Notification of New Products.
  188.  o Also, last but not least, a good feeling inside that you have
  189.    participated in the shareware revolution by supporting a
  190.    concept which has changed the face of computer software
  191.    purchasing for all time.
  192.  
  193. RESTRICTIONS ON DISTRIBUTION ====================================
  194.  
  195. 1) NO FEE or other consideration is to be charged for the
  196.    distribution of the Memos&More Software package other than a
  197.    reasonable charge for the cost of the diskette, shipping and
  198.    handling.  This charge is not to exceed $10.00.  ALL
  199.    commercial benefits are reserved exclusively by JCK
  200.    Enterprises.
  201.  
  202. 2) The files and programs cannot be sold as part of some other
  203.    more inclusive package.
  204.  
  205. 3) ALL distributions must clearly state that the product is
  206.    SHAREWARE and that the author expects an additional
  207.    registration fee if the software is used after an initial
  208.    evaluation period.
  209.  
  210. 4) The files and programs in the software package cannot be
  211.    modified or deleted in any way.
  212.  
  213. SHAREWARE REMINDER =============================================
  214.  
  215. If you find MEMOS&MORE, THE FILE COMPANION useful a contribution
  216. of $25.00 would be much appreciated.  Please send check or money
  217. order payable in US funds along with a note stating the version
  218. of Memos&More you are using to:
  219.  
  220.                        JCK Enterprises
  221.                        P.O. Box 1262
  222.                        Glastonbury, CT 06033
  223.  
  224. If you do make a contribution now and later wish to become fully
  225. registered.  Just send $25.00 more along with your name & address
  226. with which you made the original contribution and state that you
  227. want to fully register and I will send you the missing pieces to
  228. the package.
  229.  
  230. If you wish to contact me, just drop me a line at the address
  231. above.
  232.  
  233. Sorry, phone support is not provided at this time.
  234.  
  235. Thanks ....
  236.  
  237. ACKNOWLEDGEMENTS ================================================
  238.   o IBM is a registered trademark of International Business
  239.     Machines Corp.
  240.   o Lotus and 1-2-3 are registered trademarks of Lotus
  241.     Development Corp.
  242.   o DBase III is a registered trademark of Aston-Tate Corp.
  243.   o AutoCad is a registered trademark of AutoDesk, Inc.
  244.   o MS-DOS is a registered trademark of MicroSoft Corp.
  245.