home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / viewv80.zip / VIEW80.DOC < prev    next >
Text File  |  1993-02-23  |  11KB  |  254 lines

  1.        
  2.             ╔═══════════════════════════════════════╗
  3.             ║ VIEW Copyright (c) 1993 Malcolm Drury ║
  4.             ╚═══════════════════════════════════════╝
  5.  
  6.      Note: this package contains the following files:
  7.  
  8.                      VIEW.EXE (version 8.0)
  9.                      VIEWCFG.COM
  10.                      VIEW80.DOC
  11.  
  12.  
  13. VIEW is a file viewing utility, allowing you to read ASCII,  WordPerfect
  14. (5.0 and 5.1/5.2, including Windows) and Microsoft Word (4 and 5 and WinWord
  15. 1 and 2) files, and to print all or part of them to file or printer.
  16. VIEW also allows you to search for text strings (both case-sensitive
  17. and case-insensitive).
  18.  
  19. VIEWCFG allows you to customize display colors for VIEW and also allows you
  20. to customize its printing and display features.
  21.  
  22.  
  23.                          *** IMPORTANT ***
  24.  
  25. The author makes no warranty that the software in this package will work with
  26. your particular hardware configuration.  Further, you use the programs
  27. entirely at your own risk, and the author will not be held liable for any
  28. damage caused to your hardware or software through their use. 
  29.  
  30. Legalities aside, you should not run into difficulties with this software.
  31.  
  32. VIEW and the other programs in this package are distributed as "contributory
  33. shareware".  You do not have to register as a user, nor are you under any
  34. obligation to pay for the use of the programs.  However, in the spirit of
  35. shareware, you are requested to consider making a small donation to the author
  36. if you find the software in this package useful.  The suggested contribution
  37. is $10, but less (or more!) would be fine - whatever you feel VIEW is worth
  38. to you! Should you decide to make a contribution, please remit to:
  39.  
  40.                    Malcolm Drury
  41.                    11 Adele Crescent
  42.                    Nepean
  43.                    ON  K2J 2T7
  44.                    Canada
  45.  
  46. Thank you.
  47.  
  48.  
  49.  
  50. IF YOU HAVE PREVIOUSLY PAID FOR AN EARLIER VERSION  -  THANKS, AND
  51. OF COURSE YOU ARE NOT EXPECTED TO PAY AGAIN.
  52.  
  53. Please note that at the contribution requested, I cannot provide direct
  54. technical support, nor automatically send upgrades, should they
  55. become available. If you have comments, questions, bug reports etc., please
  56. leave a message on this BBS, or to my CIS address -   70574,3457 - or
  57. to my INTERNET address  -  drury@gsc.emr.ca
  58.  
  59. The software is supplied on an "as is" basis, and is fully functional
  60. - not crippled in any way.  Furthermore, you will never be prompted with
  61. "Have you paid me yet?" notices. I do not use - or register - "crippleware",
  62. and I do not ask you to do that with a crippled version of VIEW.
  63.  
  64. You are free to distribute this software package provided that you
  65. distribute the ENTIRE package, including this documentation file.
  66.  
  67. I hope you find this package useful.
  68.  
  69.  
  70. Now to the fun stuff!
  71.  
  72.  
  73.         **************************************************
  74.  
  75. VIEW 
  76.  
  77. Usage:  view [d:][path]filename [/x]
  78.  
  79. Using VIEW is pretty straightforward. Pressing F1 brings up a help menu,
  80. and the key features of the menu are permanently displayed on the bottom line.
  81.  
  82. Note that VIEW reads as much of a file as possible into memory, but if not all
  83. of a file can be read in it won't display the full file. This allows you to
  84. skip instantly to any part of the file in memory without disk reads.  Depending
  85. on how much conventional RAM you have installed and how many TSRs you have
  86. running, you should have no difficulty reading in up to 400kb of text - and
  87. believe me, that's one big file!   If you are not using DOS 5.0 or a memory
  88. manager such as QEMM386 or 386MAX, I strongly recommend you do so.
  89.  
  90. Note that if you have WordPerfect files with embedded graphics, the file
  91. size may be substantial - not to worry, VIEW will automatically bypass the
  92. graphics information, which would be stored in an enormous header preceding
  93. the text.
  94.  
  95. VIEW will automatically detect WordPerfect 5.0 and later and Microsoft Word
  96. formats.  However, you can override this by using the "/a" switch (see below).
  97.  
  98.                       **** NEW IN VERSION 6.0 ****
  99.  
  100. Support for WordPerfect 4.2 has been removed.  I will attempt to provide
  101. customized versions with this feature reinstated to any paying customer
  102. who sends a blank formattd diskette along with their payment.
  103.  
  104. Support for WinWord 2 has been added.  I am not a Word user, so I cannot
  105. guarantee that this feature works properly. I have attempted to cover every
  106. possibility for reading and decoding WordPerfect and Word's file structure,
  107. but if you find that VIEW is not properly displaying a document, please send
  108. me a copy of the file and I will attempt to resolve the problem and send you
  109. back an updated version of VIEW.  Owing to the tortuous complexities of
  110. WordPerfect document file structures in particular, I cannot guarantee that
  111. I'll be able to resolve the problem - however, I have been able to resolve all
  112. difficulties I've come across so far. PLEASE NOTE THAT FORMATTED TABLES ETC.
  113. WILL NOT DISPLAY IN THE SAME WAY AS YOU WOULD SEE THEM PRINTED FROM THE WORD
  114. PROCEESOR IRSELF.
  115.  
  116. Text searches (up to 40 characters) are now case-insensitive, both for
  117. on-screen display and for output files of lines containing (or not containing)
  118. the text string specified.
  119.  
  120. Most of the previous command line switches have been omitted.  The only two
  121. that are now available are:
  122.  
  123.      /80    - force line wrap after 80 characters
  124.      /a     - force ASCII display
  125.  
  126. (These correspond to /x in the usage information above).
  127.  
  128. The "force to 80 characters" switch allows you to see all text without having
  129. to scroll left or right.  However, it does mean that lines with more than 80
  130. characters will display on screen with line breaks that are perhaps in the
  131. middle of words, which may prevent text searches from finding all occurrences
  132. of a given string (text searches are limited to "hits" in single screen lines
  133. only).
  134.  
  135. The "force to ASCII" switch allows you to display files in their entirety. Both
  136. WordPerfect and Word files have non-text headers (and Word also has a non-text
  137. footer) that are normally not displayed if VIEW is allowed to detect the file
  138. type automatically.
  139.  
  140.  
  141.  
  142.                       **** NEW IN VERSION 6.1 ****
  143.  
  144. Version 6.1 is functionally the same as version 6.0. The only difference
  145. is that 6.1 will restore your default screen colors on exit.
  146.  
  147.  
  148.                       **** NEW IN VERSION 6.2 ****
  149.  
  150. In version 6.2 you now have the choice of performing text searches either 
  151. in case-sensitive mode or case-insensitive mode.  When using the /80 switch
  152. VIEW now attempts to put in a line wrap inbetween words rather than inside
  153. them.
  154.  
  155.  
  156.                       **** NEW IN VERSION 7.0 ****
  157.  
  158. Version 7.0 allows you to view WordPerfect for Windows 5.2 files (which are
  159. fully compatible with 5.1 versions).  The  /a switch code has been improved
  160. and other portions of the code have been tightened up.
  161.  
  162.  
  163.                       **** NEW IN VERSION 7.1 ****
  164.  
  165. Version 7.1 allows you to use the special functions (text search etc.) even
  166. if you get a "file too big" message.  In version 7.0 these were disabled;
  167. better memory management in version 7.1 allows them to be used.
  168.  
  169.  
  170.                       **** NEW IN VERSION 8.0 ****
  171.  
  172. Version 8.0 incorporates a correction to the read routine for WordPerfect
  173. 5.1/5.2 files. It no longer requires a file called viewset.71 for custom
  174. configuration; customization of colors, display parameters etc. are now 
  175. saved within VIEW.EXE.
  176.  
  177.                            *********************
  178.  
  179. VIEWCFG
  180.  
  181. usage:  viewcfg [filename]
  182.  
  183.         where filename is view.exe or an exact copy with some other file name.
  184.  
  185. This program allows you to customize VIEW.EXE. 
  186.  
  187. Setting colors is self-explanatory.  However, VIEWCFG also allows you to set
  188. some print parameters, such as number of lines per printed page, number of
  189. spaces to expand tabs, and number of spaces to leave for the left margin. 
  190.  
  191. It also allows you to choose whether the "delete file?" feature of
  192. VIEW is activated.  As a safety measure, the default is delete off. You can
  193. override this. Even with the feature on, a file will not
  194. be deleted until you have answered an "are you sure?" question.
  195.  
  196. Finally, VIEWCFG allows you to override the default number of lines of display
  197. and display speeds.  VIEW as shipped is configured for normal display speed
  198. and hard coded to display 25 lines by 80 columns.  Try experimenting with
  199. the display parameters to get maximum benefit; if your system crashes - and
  200. there's a lot of non-standard hardware and BIOS software out there - just 
  201. reconfigure VIEW to a lower display standard.
  202.  
  203. Finally, VIEWCFG allows you to set the right margin for use with the /80
  204. switch.  The default is 12 - that is, VIEW counts characters per line and
  205. if it is within 12 of the rightmost screen column puts in a line feed if
  206. it finds a space.  This is not absolutely foolproof; you may find that
  207. setting the line wrap margin to greater than 12 gives better performance.
  208. Note that Word files automatically use the right margin line wrap
  209. value, whether you use the /80 switch or not.  This is because the body of
  210. text in a Word file does not contain "soft" carriage return information.
  211.  
  212.  
  213. Malcolm Drury
  214. 23 February 1993
  215.  
  216.  
  217. **************************************************************************
  218.  
  219.             Look for the following shareware on this BBS
  220.  
  221. VGAPAL40.ZIP - customize up to 4 VGA text color palettes, choosing from more
  222.              than 2600000 colors! (And see how many you can actually discern!).
  223.              One palette can be used to create a small (2k) TSR program that
  224.              maintains your chosen scheme.  Alternatively, you can set any of
  225.              the palettes, or a grey-scale scheme, from a non-TSR if
  226.              memory is a problem.
  227.  
  228.  
  229. DDIRV73.ZIP - double-column directory display that highlights new files,
  230.               flags system, hidden and read-only files, and optionally shows
  231.               the "dead" space on disk associated with each file or the total
  232.               space each file actually uses. Full file list sorting, and
  233.               can scroll back and forth within the file list.
  234.  
  235. ADR60.ZIP - address and telephone number filer, and label maker.  Suitable
  236.             for personal databases or for small clubs etc.  Ideal for finding
  237.             telephone numbers quickly.
  238.  
  239. DSPACE51.ZIP - shows graphically hard disk space installed, used and free,
  240.                for all drives; second program shows graphically space on
  241.                designated drive (including floppy), and reports on installed
  242.                and available RAM, including XMS and EMS memory.
  243.  
  244. IF YOU DO NOT FIND ANY OF THESE, LEAVE ME A MESSAGE!
  245.  
  246. CIS 70574,3457
  247. INTERNET drury@gsc.emr.ca
  248.  
  249. Malcolm Drury
  250. 11 Adele Crescent
  251. Nepean
  252. Ont.  K2J 2T7
  253. CANADA
  254.