home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GR / GR037A.ZIP / VIEW.DOC < prev    next >
Text File  |  1989-09-16  |  3KB  |  68 lines

  1.  
  2.           VIEW.EXE is copyright 1987 by Valerie Jean Kramer
  3.                                         P.O. Box 10742
  4.                                         Burbank, CA 91510-0742
  5.                                         (213) 258-9597
  6.  
  7.  
  8. Have you ever typed a text file only to have the lines overprint
  9. themselves, wrap around the screen, or do something else bizarre? 
  10. There are many programs, including Vern Buerg's wonderful LIST
  11. program that will show the file contents in hexadecimal but none
  12. of them ever really showed me a picture that was quite what I
  13. wanted.  I therefore wrote VIEW.
  14.  
  15. You tell view what file to read.  View reads it and displays the
  16. contents on the screen.  If a character is printable, the
  17. character is displayed.  If the character is not printable, the
  18. ascii value of that character is displayed within brackets
  19. ("<nn>"). 
  20.  
  21. You can use View with any type of file - it doesn't care whether
  22. it is a textfile or an *.EXE.  You can also use DOS redirection
  23. to cause the output from VIEW to be printed instead of displayed
  24. on the screen.  Note: If you begin to VIEW a non-text file and 
  25. wish to terminate with CTRL-C or CTRL-BREAK, it will take effect
  26. only after the next line feed character is found in your file.  This
  27. will probably be fixed in release 1.2.
  28.  
  29. This is Version 1.1 of this program.  I hope you enjoy it and
  30. grant you permission to distribute the program with the following
  31. restrictions:
  32.  
  33.      1.   The program must be distributed with this documentation
  34.           file.
  35.  
  36.      2.   The program must not be modified.  (If you want
  37.           modifications, please share your suggestions with me
  38.           first.  I may already have made them!)
  39.  
  40.      3.   If you copy this program for others, you may charge a
  41.           fee not to exceed $5.00 for the entire transaction.
  42.           That is, you may have other programs on the disk in
  43.           which case the price of the complete disk shall not
  44.           exceed $5.00.  If you include documentation of your own
  45.           along with the disk, the price of the complete disk    
  46.           and documentation shall not exceed $5.00.  If this is
  47.           not clear, please contact me before trying to charge
  48.           money for any package which includes this program. I'm
  49.           quite willing to let you charge more but if you do, I
  50.           want a piece of the action!
  51.  
  52.      4.   Bona Fide non-profit groups with the government papers
  53.           to prove their status are exempt from the provisions of
  54.           number 3 above.
  55.  
  56.      5.   I am not requesting any donations for version 1.1 of
  57.           VIEW.  Use it, enjoy it, and if you are a programmer,
  58.           why not let a few things of your own into circulation
  59.           with minimal restrictions?
  60.  
  61. Version 1.0 of VIEW is released as of February 20, 1987.
  62. Planned enhancements include the addition of color, statistical
  63. totals, and optional display modes.  If you have an interesting
  64. idea, please tell me!
  65.  
  66. Version 1.1 of VIEW is released as of July 31, 1987.  Color has
  67. been added.
  68.