home *** CD-ROM | disk | FTP | other *** search
/ Hacker / Hacker.iso / HACKER / DIVERSE / LIFELINE / lifeline.txt < prev    next >
Text File  |  1996-09-29  |  5KB  |  131 lines

  1. Lifeline95
  2. Copyright (c) 1996 Mark Lidikay
  3. All rights reserved
  4.  
  5. This program is designed to make additional backup copys of
  6. the system registry, system.ini and win.ini files in Windows95
  7. Windows95 keeps two backups of the system registry, one is
  8. updated each time the system starts, the other is the initial
  9. start up registry. I have found occasions when both the primary
  10. and backup copy of the registry became corrupt. If you go back
  11. to the initial registry stored in the root directory you then
  12. have to setup all your programs and system setting like you 
  13. did when first installing Windows95. Since this can happen
  14. far to easily (like during a program install) I wrote this 
  15. program to make addtional backups that could be used to restart
  16. the system with out spending hours re-installing.
  17.  
  18.  
  19. RESTORING THE BACKUPS
  20.  
  21. Each time the program starts it makes an addtional backup of
  22. the SYSTEM.DAT (registry), WIN.INI, and SYSTEM.INI files.
  23. They are numbered 0 thru 9, 0 being the most recent. 
  24. Example:SYSTEM.DA9 would be the oldest backup registry.
  25. When restoring you should choose most recent backup set
  26. before the problem started. If you are in doubt, set 9 would
  27. be the most likely to get your system started again.
  28.  
  29. To restore the backup files, just copy the backup file over
  30. the INI file. These commands are done from a Dos prompt,
  31. assuming that you can't start Windows because of the problem.
  32. In order to start into the Dos mode hit F8 as soon as the
  33. computer says "STARTING WINDOWS95" on boot, then choose Dos
  34. prompt only from the menu that comes up.
  35.  
  36. Example:
  37. CD\WINDOWS
  38. ATTRIB SYSTEM.DAT -R -S -H
  39. COPY SYSTEM.DA5 SYSTEM.DAT
  40. COPY WIN.IN5 WIN.INI
  41. COPY SYSTEM.IN5 SYSTEM.INI
  42.  
  43. This example would restore backup 5. After the files are 
  44. copied, reboot the system. If it does not restart properly
  45. try an older backup. The file date should assist you in
  46. choosing the correct backup.
  47. Example:
  48. DIR SYSTEM.DA?
  49.  
  50. This will show you all of the registry backups and the 
  51. date and time.
  52.  
  53.  
  54.  
  55.  
  56.  
  57. License Agreement
  58.  
  59. You should carefully read the following terms and conditions
  60. before using this software.  Use of this software you indicates
  61. your acceptance of this license agreement and warranty.
  62.  
  63. Registered Version
  64.  
  65. One registered copy of Lifeline95 may either be used by a single
  66. person who uses the software personally on one computer,
  67. or installed on a single workstation used nonsimultaneously by
  68. multiple people.
  69.  
  70. You may access the registered version of Lifeline95 through a network,
  71. provided that you have obtained individual licenses for the
  72. software covering all workstations that will access the software
  73. through the network.  For instance, if 8 different workstations
  74. will access Lifeline95 on the network, each workstation must have its
  75. own Lifeline95 license, regardless of whether they use Lifeline95 at
  76. different times or concurrently.
  77.  
  78. Governing Law
  79.  
  80. This agreement shall be governed by the laws of the State of
  81. Connecticut.
  82.  
  83. Disclaimer of Warranty
  84.  
  85. THIS SOFTWARE AND THE ACCOMPANYING FILES ARE SOLD "AS IS" AND
  86. WITHOUT WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY OR ANY
  87. OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED. Because of the
  88. various hardware and software environments into which Lifeline95
  89. may be put, NO WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS
  90. OFFERED.
  91.  
  92. Good data processing procedure dictates that any program be
  93. thoroughly tested with non-critical data before relying on it.
  94. The user must assume the entire risk of using the program.  ANY
  95. LIABILITY OF THE SELLER WILL BE LIMITED EXCLUSIVELY TO PRODUCT
  96. REPLACEMENT OR REFUND OF PURCHASE PRICE.
  97.  
  98. Shareware Version
  99.  
  100. Evaluation and Registration
  101.  
  102. This is not free software.  You are hereby licensed to use this
  103. software for evaluation purposes without charge for a period of 21
  104. days.  If you use this software after the 21 day evaluation period
  105. a registration fee of $15 is required.  Payments must be in US
  106. dollars drawn on a US bank, and should be sent to: Mark Lidikay
  107. 2537-D Pacific Coast Hwy. #236 Torrance CA 90505. Quantity discounts
  108. are available
  109.  
  110. Unregistered use of Lifeline95 after the 21-day evaluation period is
  111. in violation of U.S. and international copyright laws.
  112.  
  113. Distribution
  114.  
  115. Provided that you verify that you are distributing the Shareware
  116. Version you are hereby licensed to make as many copies of the
  117. Shareware version of this software and documentation as you 
  118. wish; give exact copies of the original Shareware version to
  119. anyone; and distribute the Shareware version of the software
  120. and documentation in its unmodified form via electronic means.
  121. There is no charge for any of the above.
  122.  
  123. You are specifically prohibited from charging, or requesting
  124. donations, for any such copies, however made; and from
  125. distributing the software and/or documentation with other products
  126. (commercial or otherwise) without prior written permission, with
  127. one exception:  Disk Vendors are permitted to redistribute Lifeline95,
  128. subject to the conditions in this license, without specific
  129. written permission.
  130.  
  131.