home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / WIN95 / UTL-DSK / FR95.ZIP / FILEREAD.TXT < prev    next >
Text File  |  1996-06-23  |  3KB  |  59 lines

  1. File Read Application Synopsis
  2.  
  3. The File Read application allows you to look at the contents of any
  4. type of file.  It displays the contents in both hexadecimal and ASCII
  5. (if the byte is an ASCII character otherwise a period).  Using the
  6. Find option you can search for a string fragment and change that
  7. string information.  If an application for example expects to find a
  8. file on the C: drive and you moved it to the D: drive, the
  9. application will fail to find the file it expects if the information
  10. is hard coded in the executable.  Using this application you can find
  11. the string fragment in the executable and change it from C to D.  The
  12. application will not allow you to increase or decrease the size of
  13. any file.  You must match any changes character for character.
  14.  
  15. NOTE:    You will not be allowed to save your modifications until you
  16. have registered the application.
  17.  
  18. General
  19. File Read remembers the last directory where a file was selected to
  20. read and will default to that directory on the next read. 
  21. Additionally, File Read will save up to the last 30 search strings
  22. and allow you to reuse those stings.  For those of you who want a
  23. constant start position on your desktop, File Read remembers its last
  24. size and desktop position and will restore itself to that size and
  25. position until you change it.  If you position it partially or fully
  26. off the desktop, it will restore itself fully on the desktop.
  27.  
  28. File Size Limitation
  29. The application was designed to read files up to 4 megabytes.  Files
  30. that large take awhile to read and display, even on my Pentium.
  31.  
  32. Display Frame Paging
  33. With Windows 95, I had hoped that the display limitations for list
  34. boxes et. al. would no longer be a concern.  In fact, I assumed that
  35. only to find out that I can only display 32767 lines in a list box. 
  36. As a result, files over 500k cannot be displayed in a single display
  37. frame.  To overcome this limitation, I allow you to switch display
  38. frames using the Up (cyan) and Down (yellow) arrow buttons on the
  39. tool bar or selecting the Next/Previous Display Frame option from the
  40. View Menu.  For those of you who have NT, forget this paragraph.
  41.  
  42. Finding/Modifying Strings
  43. The built in search facility (Find from the search menu) will only
  44. search for ASCII characters.  A search repeat capability has been
  45. provided by selecting Find Again from the menu or pressing the F3
  46. key.  Found strings are brought into view and the line highlighted by
  47. a red enclosing rectangle.  Double click on any highlighted line to
  48. modify its contents.  You are allowed to modify 16 characters at a
  49. time (1-line).  The modification line is displayed in hexadecimal
  50. format and any modifications you make must be in that same format. 
  51. The ASCII equivalent for each byte in the modification line is
  52. displayed above the edit control.  The ASCII character set is
  53. displayed below the edit control with the corresponding hexadecimal
  54. equivalent for each character to assist you.
  55.  
  56. The application is easy to use.  Select the file you wish to read
  57. from any drive/directory on your system and select OPEN to begin.
  58.  
  59.