home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / cutv20.zip / cutit.doc < prev    next >
Text File  |  1994-07-03  |  6KB  |  132 lines

  1.                                CutIt Version 2.0
  2.                       Copyright (c) Andre Nancoz 1993, 1994
  3.  
  4. An OS/2 2.1 PM application for quickly saving information under various 
  5. categories.  When reading documents, E-Mail, etc. any text which you place
  6. into the OS/2 clipboard can be placed into a file selected from a list of 
  7. categories.
  8.  
  9. More detailed help is available thru the help menu in the program and F1 when
  10. the focus is on each of the windows and controls.
  11.  
  12.                                    What's New
  13.  Re-written utilizing Guidelines and C++, no longer needs VROBJ.DLL.
  14.  Added HELP menu to main menu bar.
  15.  Update on main menu bar, now a sub-menu with categories and options selections.
  16.  Options changed to a multi-page notebook.
  17.  Expanded and context sensitive help on most controls.
  18.  Option to clear the clipboard whenever a successful paste occurs.
  19.  Option to not paste the separators if the clipboard is empty.
  20.  Cutit icon is now bound to the program.
  21.  
  22.                                 Installation
  23. The install.cmd procedure makes NO modifications to config.sys, os2ini.sys or 
  24. os2sys.ini.  Install will by default create a directory off your OS/2 install 
  25. root with the name of CutIt.  You can change the location and name in 2 ways; 
  26. 1) execute install with a parameter of the drive and name of your choice, i.e 
  27. install x:\mycat, 2) execute install without a parameter and change the drive 
  28. and directory when asked the following question:  
  29.  
  30.  Press <Enter> to accept, <Ctrl-C><Enter> to cancel or type a new directory path
  31.  
  32. CutIt install will either add files, to an existing directory or a newly 
  33. created one.  A program reference object will be created on your desktop 
  34. with the working directory pointing to the install directory.  
  35.  
  36. Files:
  37. Cutit.exe     - The program
  38. Cutit.hlp     - On-line help file
  39. Cutit.ini     - Default starting profile
  40. Install.cmd   - Only needed for the install
  41. Cutit.doc     - You're reading it
  42. Cutit.diz     - Short description
  43.  
  44. Only the first 3 files are copied to the directory specified to the
  45. install.cmd.
  46.  
  47.                               General Functions
  48.                    ( Detailed information via program Help )
  49. A window with a list box contains a list of categories.  The contents of the 
  50. clipboard will be appended to the category that is double clicked on, or you 
  51. can click on the paste button which will also paste to the currently selected 
  52. category.  Each paste operation is preceded by a separator which you specify 
  53. via option settings.  After a paste is performed the window which was active 
  54. prior to the paste is re-activated, this is an option which is on by default.  
  55.  
  56. Another push button will start your favorite editor or lister with the 
  57. currently selected category's file.  The option is set to e.exe by default.
  58.  
  59. The main window is re-sizable and the category list will grow and shrink with 
  60. the size of the window.  The size and position of the window is remembered from 
  61. the last shutdown.  The position of the update window and options notebook are 
  62. also remembered.  In order to minimize screen real estate, a separate window is 
  63. used for adding, updating, and deleting categories.  
  64.  
  65. A notebook is used for setting a number of options.  Only the main window needs 
  66. to be open during normal operations.  At present the available options are; 
  67.   main window caption, 
  68.   view or editor program, 
  69.   separator line for paste operations, 
  70.   file disposition when deleting categories, 
  71.   show the beginning of the pasted text on a status line in the main window, 
  72.   the status line, which also shows other messages, may be turned off, 
  73.   return to the previously active window after a paste operation, 
  74.   clear the clipboard after a successful paste,
  75.   whether or not to paste the separator lines if the clipboard is empty.
  76.  
  77. Turning the last option on results in no update to the clipboard file if the 
  78. clipboard is empty.  Turning the last 2 options on avoids double pastes if the
  79. paste button is double clicked by mistake.  
  80.  
  81. Each window and most controls have on-line help available by pressing F1 when 
  82. the control is in focus.
  83.  
  84. This program was written for OS/2 2.1 utilizing Guidelines development 
  85. environment and the IBN CSET/2 C++ compiler.
  86.  
  87.                          Possible Future Enhancements
  88.  
  89. 1. Option to change and/or turn off sound.
  90. 2. Add a comment button to the main window for entry of line(s) to a category.
  91.    (1 or more?  Let me know.  Immediately paste the separator and/or clipboard
  92.    afterwards?)
  93. 3. Allow for certain options to be applied to only specified categories.
  94.    Which options, how would you like to see it implemented?
  95.  
  96.                                  Now the pitch
  97.  
  98. You knew it was coming.  This is a Shareware program, the registration fee is
  99. $10.00 USA.  I haven't included any nags but future enhancements will depend
  100. on registrations.  Suggestions for improvements are welcome whether from the 
  101. above list or others I haven't thought of.  I will certainly give more weight
  102. to suggestions from registered users.
  103.  
  104. Send checks, suggestions and bug reports to:
  105.   Mr. Andre Nancoz
  106.   349 Quincy Ave.
  107.   Bronx, NY 10465-3011
  108.  
  109. Compuserve ID: 73777,13
  110.  
  111.                                     License
  112. Cutit is a copyrighted program.  It is not public domain or free software.  A 
  113. limited license is granted for the purpose of determining suitability of the 
  114. program.  Registration is required for any use beyond a 30 day evaluation 
  115. period.  Unregistered copies of this program may be distributed providing that 
  116. all the materials in this package are included in unaltered form.  Copies may 
  117. not be sold or fees charged for more than the cost of the media without my 
  118. permission.
  119.  
  120. Registered user have the right to use this program for their personal use on 
  121. one or more computers provided that only 1 copy is in use at the same time.
  122.  
  123.                      Copyright (C) Andre Nancoz 1993, 1994
  124.  
  125.                                   DISCLAIMER
  126. This software is provided as is with no warranties expressed or implied.  Under 
  127. no circumstances will I be liable for any loss of time, data or monies caused 
  128. by your use of this program.
  129.  
  130. IBM C/C++ Tools Version 2.01 (C) Copyright IBM Corp. 1991, 1993.
  131. GuideLines                   (C) 1993, 1994 JBA International, plc
  132.