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

  1. Artware Year 2000 Survival Kit - Installation Instructions for NetMgr
  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. NETMGR.ASM  - Assembler source code for NETMGR.COM, only for those that are
  18.               interested in it.
  19. NETMGR.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. NETMGR.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. NETMGRP.PSC - Patch script for the OS/2 executable.
  27. NETBUGS.DOC - List of bugs fixed by this patch.
  28. NETBUGS.DOK - The german edition
  29.  
  30. 2. Installing the patch for the 16-Bit DOS version (NETMGR.EXE)
  31. --------------------------------------------------------------
  32.  
  33. a) If you are applying a patch to NETMGR.EXE for the first time, skip to
  34.    step d).
  35.  
  36. b) If you have previously installed the experimental patch for
  37.    Netmgr from ARTFIX02.ZIP or ARTFIX03.ZIP, you must now delete the
  38.    patched executable and replace it by an unmodified original
  39.    NETMGR.EXE executable such as the one contained in NET100.ZIP.
  40.  
  41. c) If you have previously installed the ARTFIX TSR (only if you were
  42.    using ARTFIX02.ZIP), you should now delete the ARTFIX.COM file and
  43.    remove all references to ARTFIX.COM from your batch files.
  44.  
  45. d) The NetMgr 1.00 executable is in a compressed executable format, and you
  46.    have to uncompress it before you can apply the patch.  There are
  47.    numerous ways to expand such executables.  One of them is to use the
  48.    PKLITE program.  You will need version 2.01 or greater.  You can f'req
  49.    PKLTS201.EXE from systems including mine (2:2476/418).  In order to
  50.    uncompress NETMGR.EXE, enter "PKLITE -X NETMGR.EXE".  The size of the
  51.    uncompressed executable should be 180214 bytes.
  52.  
  53. e) Change to the directory containing the NETMGR.PSC file and start
  54.    the "patch" program by typing a command such as "..\PATCH\PATCH"
  55.    at a DOS command prompt.
  56.  
  57. g) You will be asked for the name of the executable that you want to
  58.    modify. Enter netmgr.exe with its full path name, for example
  59.    "C:\MAILBOX\NETMGR\NETMGR.EXE". If you get an error message on a file
  60.    size mismatch, refer to step c). After the patch has been applied,
  61.    confirm the "info" dialog box.
  62.  
  63. f) After the patch is applied, the file "NETMGR.EXE" is renamed to
  64.    "NETMGR.OVL", because the patched executable cannot be executed as a
  65.    standalone application. Copy the file named "NETMGR.COM" (also in the
  66.    directory containing this install.doc file) to the directory where
  67.    "NETMGR.OVL" resides by entering a command such as "COPY NETMGR.COM
  68.    C:\MAILBOX\NETMGR\NETMGR.COM".
  69.  
  70. g) If your batch files, OS/2 or Windows desktop, PIF files or others
  71.    contain explicit references to "NETMGR.EXE", you will have to alter
  72.    these to refer to "NETMGR.COM". However, if you have always started
  73.    NetMgr by simply typing "NETMGR", nothing will change.
  74.  
  75.  
  76. 3. Installing the patch for the OS/2 version
  77. --------------------------------------------
  78.  
  79. a) These instructions only refer to "NETMGRP.EXE".  For instructions
  80.    on patching "NETMGR.EXE", see section 2.
  81.  
  82. b) Open an OS/2 command window.  Change to the directory containing
  83.    the file NETMGRP.PSC.
  84.  
  85. c) Start the patch program, which is located in the PATCH subdirectory of
  86.    this archive.  E.g., type "..\PATCH\PATCHP".
  87.  
  88. d) Enter the name of the executable that you want to modify, including
  89.    full path name information.  For example, type
  90.    "C:\MAILBOX\TIMED\TIMEDP.EXE".  Confirm the "Info" dialog box that
  91.    appears after the patch has been performed.
  92.  
  93. e) That's it! No other changes are required for the OS/2 executables!
  94.  
  95.