home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / DF461.ZIP / PATCH.DOC < prev    next >
Text File  |  1993-06-04  |  3KB  |  66 lines

  1. PATCH
  2.  
  3.  
  4.  
  5. Michael Mefford                                November 12, 1991 (Utilities)
  6.  
  7.  
  8. Purpose:    Replaces the DEBUG scripts previously used to change hotkeys,
  9. colors, and the like in PC Magazine utilities with a simple point-and-shoot
  10. procedure that makes use of a customization information file that is supplied
  11. with the utility.
  12.  
  13. Format:     PATCH [ZIF directory [program directory]]
  14.  
  15. Remarks:    Entered without the optional directory parameters, PATCH assumes
  16. that both the customization information file (the .ZIF file) and the utility
  17. itself are located in the current directory.  If not, the directory names
  18. containing these files (but not the filename of the utility to be customized)
  19. should be entered as shown.
  20.  
  21.         PATCH will then bring up a list showing customizable utilities on the
  22. left and selectable customizing categories on the right of the screen.  The
  23. arrow keys are used to move between options, and the Enter key is used to make
  24. selections.  After making your selections, pressing Esc brings up Save Changes
  25. and Make Backup Copy prompts.  Repeatedly pressing Esc will back you out of
  26. the utility.
  27.  
  28.         Color selections are made from a bar display of 128 combinations.
  29. Other modifiable options (only some of which are relevant for any given
  30. utility) include choice of TSR hotkeys, text strings to be displayed, printer
  31. ports and code strings, modem ports and dialing instructions, file sorting
  32. criteria, and so on.
  33.  
  34.         For future utilities (where appropriate), each author will put the
  35. required data for all user-modifiable aspects of a utility, including the
  36. necessary DEBUG-style addresses, into a standard-format, same-named ASCII file
  37. that is identified by having a .ZIF extension.  (For previous-published
  38. utilities, .ZIF files will be made available as they are prepared). .ZIF files
  39. will be downloadable from PC MagNet along with the utility.
  40.  
  41. ---------------------------------------------------------------------------
  42. Note from Gordon Haff re: PATCH.DOC and the X-Ray utilities
  43.  
  44. ZIF files have been provided for the X-Ray utilities.  The intent of
  45. these files, in conjunction with Michael Mefford's PATCH program, is to
  46. make editing of the X-Ray utilities' default settings as described in
  47. the documentation a bit easier -- especially for those not comfortable
  48. with using binary editors or DEBUG.
  49.  
  50. I would point out that there is one limitation of PATCH relative to
  51. hand editing.  PATCH can handle a maximum of 25 characters in embedded
  52. strings whereas the actual embedded strings in the X-Ray utility
  53. programs can be up to 30 characters.  The default strings fit within
  54. the 25 character limitation, but if you need a few extra characters for
  55. your modified command lines, you'll have to handle it the old way as
  56. described in the documentation.
  57.  
  58. ***************
  59. IMPORTANT NOTE:
  60. ***************
  61.  
  62. The patch files for the X-Ray utilities contain an undocumented option 
  63. for enabling mouse support.  Enabling this mouse support has caused 
  64. problems on a number of test systems and was therefore removed from the 
  65. documented features of this release.  You are welcome to try enabling 
  66. this feature on your system but be aware that it may not work.