home *** CD-ROM | disk | FTP | other *** search
/ Multimedia & CD-ROM 7 / mmcd07-nov1995-cd.iso / utils / accessor / wnscroll / wnscroll.doc < prev    next >
Text File  |  1991-09-18  |  6KB  |  145 lines

  1.                          WnScroll v2.0
  2.                     A Text Browser Application
  3.                      for Microsoft(R) Windows
  4.  
  5. Introduction:
  6. -----------------------------------------------------------------------
  7. WnScroll is a text file viewer/browser for the Microsoft(R) Windows
  8. environment that allows viewing of files of ANY SIZE in a window
  9. with full horizontal and vertical scrolling facilities.
  10.  
  11. WnScroll has VERY FAST file loading and scrolling, even with very large
  12. files. All standard keyboard and mouse conventions are available for
  13. scrolling, resizing and viewing text files.
  14.  
  15. WnScroll overcomes Notepad(R)'s 52K file size limitation.
  16.  
  17. Find, Find Next,Print and Clipboard Copy are implemented.
  18.  
  19. WnScroll may be called with a filename from the command line. If no
  20. filename is specified, WnScroll displays a ListBox to enable a file
  21. to be selected for display.
  22. A new file may be opened for display at any time from the Open menu.
  23.  
  24. Multiple instances of WnScroll can display several files at once.
  25.  
  26. Important Note:
  27. ---------------------------------------------------------------------
  28. Note that WnScroll (unlike Notepad) is designed to be a file viewer.
  29. The original file is NEVER altered in any way.
  30.  
  31. Quick-Start:
  32. -------------------------------------------------------------------
  33.  Installation:
  34.    Execute WSCRL.EXE to de-compress the WnScroll files.
  35.    Place the executable file WnScroll.EXE into your chosen directory.
  36.    For maximum utility it is recommended that you tell Windows Program
  37.    Manager about WnScroll.
  38.  
  39.    eg to instal WnScroll in the \UTIL directory do the following:
  40.         type CD \UTIL
  41.         put WSCRL.EXE into the \UTIL directory
  42.         type WSCRL
  43.            if you have WnScroll on a floppy disk, type A:WSCRL   (or B:WSCRL)
  44.  
  45.      Once the files have been de-compressed in the desired directory,
  46.         select Program Manager "File" menu.
  47.         select "New"
  48.         select "Program Item" then click OK button
  49.         in "Description" field type  "WnScroll" (or a name of your choice)
  50.         in "Command" field type \util\WnScroll.exe
  51.         click OK button.
  52.     You should now see the WnScroll icon in the active ProgMan group.
  53.  
  54. Start-Up:
  55. ----------------------------------------------------------------------
  56. To start WnScroll, double click on the WnScroll Icon or use Program
  57. Manager "Run.." box. You can specify a file to view using the latter
  58. method (or by calling WnScroll from a PIF,BAT etc file).
  59.  
  60. You can start WnScroll with the name of a file to display....
  61.     eg WnScroll myfile.txt
  62. will load and display myfile.txt .
  63. If no filename is specified, WnScroll will start up with a blank display.
  64.  
  65. Using WnScroll:
  66. -----------------------------------------------------------------------
  67. WnScroll has several menu items in the Windows header bar;
  68.         File, Mark, Print, Clipboard, Search.
  69.  
  70. To display a file, click  File on the header bar, then Open in the menu.
  71. WnScroll will display a listbox to allow you to choose a file. The left
  72. side of the listbox will display files in the current directory that match
  73. the type you have selected (*.* is default).
  74. The right side allows you to change to another directory or to a new drive.
  75. An Edit Window in the listbox displays the name of the last selected file,
  76. including drive ,path and extension as appropriate.
  77.  
  78. To select a file for display, you may do ANY of the following:
  79.         -double click on the file in the list box.
  80.         -move the highlight bar to the file, and press Enter.
  81.         -move the highlight bar to the file and click the View button.
  82.         -type the name of the file in the Edit window.
  83.  
  84. To  select a different drive or directory, do ANY of the following:
  85.         -double click the drive or folder logo in the right side listbox.
  86.         -move the selection box to the required logo and press Enter.
  87.         -type the pathname in the Edit window.
  88.  
  89. If you don't have a mouse use the TAB key to move to different sections
  90. of the Listbox.
  91.  
  92. Once the file is loaded and displayed, use the cursor keys and /or mouse
  93. to traverse the file in either direction or to scroll horizontally if
  94. required.
  95.  
  96. The MARK menu:
  97. -------------------------------------------------------------------
  98. The MARK menu allows any portion of the current file to be marked for
  99. subsequent Print or Copy operations.
  100. A segment is marked by defining the start-line and end-line of the segment.
  101.  
  102. To mark the start-line, move the desired line to the top of the display
  103. and click Mark Top.
  104. Similarly to mark the end-line, move the desired line to the top of the
  105. display and click Mark End.
  106. To mark a single line click Mark Line in the menu.
  107.  
  108. You may also drag the mouse over the segment you want to mark.
  109.         Start with the mouse on the first line to mark.
  110.         Press and hold the left mouse button.
  111.         Move the mouse to the last line to be marked.
  112.         Release the left mouse button.
  113.  
  114. The marked segment will be displayed in a highlight color. You may now
  115. copy or print the marked segment
  116.  
  117. The PRINT menu:
  118. ---------------------------------------------------------------------
  119. You may print the current page, the marked block, or to the end of the
  120. current file .Choose the appropriate selection in the Print menu.
  121.  
  122. The CLIPBOARD menu:
  123. ---------------------------------------------------------------------
  124. You may copy the current page or a marked block to the Windows Clipboard.
  125. Once copied to the Clipboard,the information can be accessed by other
  126. Windows applications that can utilise this feature.
  127. Because WnScroll does not allow the original file to be modified, there
  128. is no Paste from the Clipboard implemented.
  129.  
  130. The SEARCH menu:
  131. -------------------------------------------------------------------
  132. The Find command finds and highlights the first line of text in the
  133. file that contains text matching the user-supplied pattern.The Find
  134. is not case sensitive. Find Next will find the next matching line.
  135.  
  136. WnScroll will display a dialog box to allow you to enter the text
  137. or pattern you want to search for in the current file.
  138.  
  139. If the match is on the current display, it is simply highlighted.
  140. If the match is off the current screen, the display is re-drawn with
  141. the matching line highlighted at the top of the display.
  142.  
  143.  
  144.  
  145.