home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / util / nocr025 / nocr.txt < prev   
Text File  |  1992-04-05  |  3KB  |  50 lines

  1. NoCR v0.2.5
  2.  
  3. This is a Windows program that will delete the final CR (carriage return)
  4. and LF (line feed) from the clipboard.  This is intended to address a
  5. limitation of the DOS shell that you can run from 386 Enhanced mode,
  6. notably that when you copy text from a DOS shell, it always appends an
  7. extra CR and LF to the buffer.  This program removes it for you.
  8.  
  9. This program has two modes.  The default mode is a passive one in which
  10. the extra CR and LF are only removed if you request the program to do so.
  11. You do this by selecting "Remove CR" from the system menu or by simply
  12. double clicking on the icon (or by clicking with the right button).
  13.  
  14. Alternatively, you can run NoCR in "Automatic" mode in which the program
  15. will automatically remove any extra CR and LF's added to the end of a
  16. buffer.  The advantage of this automatic mode is that it requires no user
  17. intervention to remove the extra CR and LF.  The disadvantage is that you
  18. may not wish to have those final CR and LF removed if you are using a
  19. different application.  While I have not been able to reproduce any
  20. negative side effects while using other applications, you may experience
  21. the loss of a final CR and LF where it is not desirable.
  22.  
  23. As mentioned above, if you are using "Automatic" mode, this program may or
  24. may not remove the final CRLF from the clipboard when used with some other
  25. Windows programs.  The NoC simply checks to see if there is text in the
  26. clipboard and if so, removes the final CRLF.  Fortunately, most windows
  27. programs, like Notepad, use a slightly different clipboard format for text
  28. (CF_TEXT) than the DOS-shell does (CF_OEMTEXT), and NoCR only removes the
  29. final CRLF from the latter.  It is possible that other applications may
  30. use the CF_OEMTEXT format as well, though, so you may experience the
  31. removal of the final CRLF from these applications as well.
  32.  
  33. Anyway, feel free to try this program out.  It is Freeware, meaning that
  34. it may be copied for personal use without fee.  NoCR is copyright 1992 by
  35. Robert M. Ryan and is provided with no guarantees of any sort.
  36.  
  37. I would appreciate any comments that you may have, especially if you come
  38. across any bugs/limitations of any sort.  Feel free to contact me at the
  39. following email address.  Thanks.
  40.  
  41. Robert M. Ryan, March 13, 1992
  42.   internet: Robert_Ryan@brown.edu or st802200@brownvm.brown.edu
  43.   bitnet:   ST802200@BROWNVM
  44.  
  45. Changes since v0.2.1:
  46.   Checks to see what the first enumerated type is.  If it is not text
  47.   (i.e. the format used by a DOS window), do nothing.  Previously this
  48.   would cause programs using other formats, such as Excel, to crash with
  49.   a UAE.  This is fixed.  Also, added hide icon feature.
  50.