home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / DUTI / DOUBLE14.ZIP / DOUBLE.DOC next >
Text File  |  1998-04-22  |  8KB  |  158 lines

  1.  
  2.                               D O U B L E  V1.4
  3.  
  4.                               by John Augustine
  5.  
  6.                DOUBLE was written in Assembly for MS Dos Systems.
  7.  
  8.   Requires Color Graphics (CGA) or better. Runs on 8086 to Pentium Computers.
  9. Needs less than 400K Bytes of memory to operate.  DOUBLE is Very Simple to use.
  10.  
  11.   Please read "IMPROVE.DOC" for information about improvements.
  12.  
  13.   DOUBLE allows you to view two files in Text Mode at the same time.  Also,
  14. you can view a single file.  Why would you want to view two files at the same
  15. time?  There are many file compare utilities (including Dos's "FC") that report
  16. differences between two files, but they don't clearly indicate where these
  17. differeces are located in the files.  That's why I made Double.
  18.  
  19.   NEW V1.3 FEATURE:
  20.  
  21.   Search Mode (Option) searches for differences between two files and stops
  22. the search, displaying the differences highlighted on the screen.  You can
  23. use this feature to compare two files automatically.  You don't have to
  24. bother looking for the differences.  This is especially useful when the files
  25. are very large, and you don't want to spend a lot of time viewing each "page"
  26. for highlighted differences.  If the difference is as small as a period, it
  27. is possible to miss it by visual comparison, even with the "HiLite" feature.
  28.  
  29.   IMPORTANT NOTE:
  30.  
  31.   If a file compare utility indicated a difference between the two
  32. files, it is possible that a non-text character/s may be the reason.  For
  33. this reason, I recommend not using the Character Screening (option) which
  34. replaces non-text characters with spaces.
  35.  
  36.   DOUBLE allows you to view two files (at the same time) in two different
  37. formats, Split Screen (top half for file 1 and bottom half for file 2) or
  38. "Interlaced" (lines 1,3,5,etc. for file 1 and lines 2,4,6,etc. for file 2).
  39.  
  40.   "HiLite" FEATURE (V1.2)
  41.  
  42.   1. You can "HiLite" (High Light) characters that DON'T MATCH between the two
  43. files.  The POSITION of each character in the display is VERY IMPORTANT because
  44. each character is compared by POSITION to it's "counterpart".  Example: In
  45. Interlace Mode, the first character in top line (display) of file 1 is compared
  46. to the first character in second line down of file 2, etc.  The same position
  47. compare applies to Split Screen mode.  If one character is different, it is
  48. difficult to spot without this feature.  Use the space bar to toggle HiLite on
  49. or off.
  50.  
  51.   2. This feature can be used to quickly locate where in a file, additions were
  52. made or something was removed (when comparing to the original), by scanning
  53. through both files at the same time.  Tip: Use Search mode.
  54.  
  55.   3. This feature can be used to locate similar (Example: Paragraphs) between
  56. two files or the same file (enter the same file name for file 1 and 2).  If
  57. you are looking for a similar part of the same file located elsewhere, hold
  58. down the shift key while moving "File 2" only.  As you scan (Pressing Up/Dn
  59. keys), a similar part will have a small amount of HiLited characters.
  60.  
  61.   IMPORTANT HiLite Note:
  62.  
  63.   If the lines of one file has been shifted downward or upward by 1 line so
  64. that, say line 100 of file 1 is the same as line 101 of file 2, then the
  65. HiLite feature may be misleading at first.  What Looks like identical lines
  66. will show up HiLited because they are at the WRONG LINE POSITION.  Remember, in
  67. Interlace mode, line 1 (display) is compared to line 2 (second line down from
  68. the top), line 3 is compared to line 4, etc.  To correct this, adjust one file
  69. with respect to the other so that line 1 (file 1) is the same as line 2 (file
  70. 2), etc.  You can see this misleading effect by selecting the same file for
  71. file 1 and file 2.  Shift "File 2" by one line with respect to file 1.
  72.  
  73.   EXAMPLES FOR USING DOUBLE:
  74.  
  75.  1.  I copied the Windows "SYSTEM.INI" and "WIN.INI" to another directory (as
  76. backups) before installing a new Windows based application.  This new
  77. application modified those files in the Windows directory.  I used DOUBLE to
  78. view the differences between the backup versions and the modified versions.  It
  79. was easy to spot.
  80.  
  81.  2.  Someone modified your financial records behind your back, but you have a
  82. back up.  You can use DOUBLE to see all the changes.
  83.  
  84.   GETTING STARTED:
  85.  
  86.   Type (without quotes) "DOUBLE FILE1 FILE2" and press Enter
  87.  
  88.   or
  89.  
  90.   Type "DOUBLE" and press Enter (you can enter or "Select" the file names
  91. later)
  92.  
  93.   If you want to view two files with the same filename (one in another
  94. directory), Copy the file located elsewhere into the directory with it's
  95. "counterpart" changing the name in the process.
  96.  
  97.   Example: COPY \WORK\BUDGET.DOC BUDGET_A.DOC.  This command copies
  98. "BUDGET.DOC", located in another directory called "WORK", to the directory you
  99. are in, and changing it's name to "BUDGET_A.DOC".
  100.  
  101.   The PgUp, PgDn, Up and Dn (arrow Up/Dn) keys moves through both documents at
  102. the same time. If you encounter a part that had additions (say in file 2) which
  103. "pushed" the rest of the document downstream, you can move file 2 while file 1
  104. remains stationary by holding down the shift key and pressing PgUp, PgDn, Up or
  105. Dn Keys.  Note: You CAN'T move file 1 independently (only file 2).  If you need
  106. to move file 1 with respect to file 2, move both files to the desired position
  107. in file 1, then "Adjust" file 2.
  108.  
  109.   "END" KEY COMMAND WHILE VIEWING TWO FILES:
  110.  
  111.   Pressing the "End" key to go to the end of a document, will stop when the end
  112. of either file 1 or file 2 is reached first (nearest).  Press the End key again
  113. to reach the end of the other file.  Note: If you are at the end of one file,
  114. and you press a different key afterwards, press End twice to move to the end of
  115. the other file.
  116.  
  117.   SELECT FILES TO VIEW 3 WAYS:
  118.  
  119.   Note: "F1_NAME.DOC" & "F2_NAME.DOC" represent the names of files.
  120.  
  121.   1. Type "DOUBLE F1_NAME.DOC F2_NAME.DOC" (Without quotes) and press Enter.
  122.  
  123.   2. Within DOUBLE, you can type the file name (or change it) at the file name
  124.      prompt.
  125.  
  126.   3. Instead of typing a file name at the file name prompt, press F1 to select
  127.      from a list of all the files in the directory displayed in alphabetical
  128.      order.  Note: This also changes the "Default" file name if one exists.
  129.  
  130.   CONCLUSION:
  131.  
  132.   This is NOT a "Free" program.  A small Donation will be Greatly Appreciated.
  133. For a minimum donation of $5.00 (U.S.A.), if you REQUEST, I will send you
  134. several other MS Dos based programs that I made on a 3.5" disk, or attach it
  135. (less than 300K .ZIP package) to E-Mail if you prefer.  Please include your
  136. E-Mail address with your donation to receive these files via E-Mail.
  137.  
  138.   NOTE: You will NOT be expected to pay for any other program you find useful.
  139. In effect with just one small donation, you paid for several programs instead
  140. of one.  Remember to include a note requesting the other programs if you want
  141. them.  The donation will motivate me to develop more programs (and make
  142. improvements).
  143.  
  144.   I have included, "OTH-PGMS.DOC" (Other Programs) which is a list of the other
  145. programs plus descriptions you will receive for your donation.  Additional
  146. programs in future will be added.
  147.  
  148.   Comments or Complaints are always welcomed.  If you use "Snail Mail" and
  149. expect a reply, please include a S.A.S.E.
  150.  
  151.  
  152.              E-Mail:  jaugust@bellatlantic.net
  153.  
  154.                       John Augustine N3AOF
  155.                       3129 Earl St.
  156.                       Laureldale, Pa 19605
  157.                       (610) 929-8850
  158.