home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / ARTFIX09.ZIP / TIMED / INSTALL.DOC next >
Text File  |  2000-01-01  |  4KB  |  98 lines

  1. Artware Year 2000 Survival Kit - Installation Instructions for TimEd
  2. ====================================================================
  3.  
  4. Revision 0009, released by Wilfried Brinkmann and Tobias Ernst.
  5.  
  6. Eine deutsche Anleitung findet sich in INSTALL.DOK.
  7.  
  8. 1. Preface
  9. ----------
  10.  
  11. Please read ..\README.DOC before installing this patch!
  12.  
  13. This directory contains the following files:
  14.  
  15. INSTALL.DOC - You are reading it. :-)
  16. INSTALL.DOK - The german edition
  17. TIMED.ASM   - Assembler source code for TIMED.COM, only for those that are
  18.               interested in it.
  19. TIMED.COM   - This program contains service routines for the patched DOS
  20.               executable. It is the "launcher application" for the patched
  21.               16-bit DOS executable.
  22. TIMED.PSC   - Patch script for Wilfried Brinkmann's PATCH program and the
  23.               16-bit DOS exeuctable. In addition to the binary code for the
  24.               patches, the .PSC script files also contain some quite useful
  25.               information for interested assembler programmers.
  26. TIM386.PSC  - Patch script for the 32-bit DOS executable.
  27. TIMDEDP.PSC - Patch script for the OS/2 executable.
  28. TIMBUGS.DOC - List of bugs fixed by this patch.
  29. TIMBUGS.DOK - The german edition
  30.  
  31.  
  32. 2. Installing the patch for the 16-Bit DOS version (TIMED.EXE)
  33. --------------------------------------------------------------
  34.  
  35. a) If this is the first time that you have applied a patch to TIMED.EXE,
  36.    skip to step d).
  37.  
  38. b) If you have previously installed the experimental patch for TimEd
  39.    from ARTFIX02.ZIP, you must now delete the patched executable and
  40.    replace it by an unmodified original TIMED.EXE executable such as
  41.    that contained in TIM110.ZIP.
  42.  
  43. c) If you have previously installed the ARTFIX TSR, you should now
  44.    delete the ARTFIX.COM file and remove all references to ARTFIX.COM
  45.    from your batch files.
  46.  
  47. d) Get a DOS prompt (that is, open a DOS box if you are running
  48.    Windows or OS/2) and change to the directory which containing the file
  49.    TIMED.PSC. Start the "patch" program, which is located in the PATCH
  50.    subdirectory, e..g. by typing "..\PATCH\PATCH".
  51.  
  52. e) You will be asked for the name of the executable that you want to
  53.    modfy. Enter timed.exe with its full path, for example
  54.    "C:\MAILBOX\TIMED\TIMED.EXE". Confirm the "Info" dialog box that
  55.    appears after the patch has been performed.
  56.  
  57. f) After the patch is applied, the file "TIMED.EXE" is renamed to
  58.    "TIMED.OVL", because the patched executable cannot be executed as a
  59.    standalone application. Copy the file "TIMED.COM" (also in the
  60.    directory containing this install.doc file) to the directory where
  61.    "TIMED.OVL" resides by entering a command such as "COPY TIMED.COM
  62.    C:\MAILBOX\TIMED\TIMED.COM".
  63.  
  64. g) If your batch files, OS/2 or Windows desktop, PIF files or others
  65.    contain explicit references to "TIMED.EXE", you will have to change
  66.    them to refer to "TIMED.COM". However, if you have always invoked
  67.    TimEd simply by typing "TIMED", nothing will change.
  68.  
  69.  
  70. 3. Installing the patch for the 32-Bit DOS version and/or the OS/2 version.
  71. ---------------------------------------------------------------------------
  72.  
  73. a) These instructions only refer to "TIM386.EXE" and "TIMEDP.EXE".  For
  74.    instructions on patching "TIMED.EXE", see section 2.
  75.  
  76. b) If you are running OS/2, open an OS/2 command window.  If you are
  77.    running Windows or DOS, open a DOS box.  Change to the directory
  78.    containing the files TIM386.PSC and TIMEDP.PSC.
  79.  
  80. c) Start the patch program, which is located in the PATCH subdirectory of
  81.    this archive.  E.g., if you are running OS/2, type "..\PATCH\PATCHP".
  82.    If you are running DOS or Windows, type "..\PATCH\PATCH".
  83.  
  84. d) Enter the name of the executable that you want to modify, including
  85.    full path name information. For example, type
  86.    "C:\MAILBOX\TIMED\TIMEDP.EXE" or "C:\MAILBOX\TIMED\TIM386.EXE". (You
  87.    can patch the DOS/386 executable with PATCHP and you can patch the
  88.    OS/2 executable with PATCH, it doesn't matter which PATCH program you
  89.    use). Confirm the "Info" dialog box that appears after the patch has
  90.    been performed.
  91.  
  92. e) If you want to patch both TIM386.EXE and TIMEDP.EXE, you have to
  93.    repeat steps c) and d) and type in the "other" executable's name in
  94.    step d).
  95.  
  96. f) That's it! No other changes are required for the DOS/386 or OS/2
  97.    executables!
  98.