home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 17 Fixes30 / 17-Fixes30.zip / newkickr.zip / KICKER2.DSK / RESPONSE.FIL < prev    next >
Text File  |  1996-09-03  |  3KB  |  94 lines

  1. *
  2. *   This is a sample response file to be used when applying service
  3. *   for the first time, using FSERVICE when there is no existing
  4. *   archive of the product being serviced.
  5. *   It will service all partitions, and place an archive in each
  6. *   partition.  It does not take a backup of changed files.
  7. *
  8. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  9. :FLAGS REPLACE_PROTECTED REPLACE_NEWER
  10. :SOURCE A:\
  11. :SERVICE
  12. :SYSLEVEL \OS2\INSTALL\SYSLEVEL.OS2
  13. :ARCHIVE \ARCHIVE
  14. :SERVICE
  15. :SYSLEVEL \MMOS2\INSTALL\SYSLEVEL.MPM
  16. :ARCHIVE \ARCHIVEM
  17. *
  18. *   End of sample SERVICE response file without backup.
  19. *
  20. **********************************************************************
  21. *
  22. *   This is a sample response file to be used when applying service
  23. *   using FSERVICE when there is an existing archive of the product
  24. *   being serviced.  This demonstrates the ability to take a backup
  25. *   of changed files.
  26. *
  27. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  28. *   :FLAGS REPLACE_PROTECTED
  29. *   :SOURCE A:\
  30. *   :SERVICE
  31. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  32. *   :ARCHIVE C:\ARCHIVE
  33. *   :BACKUP C:\BACKUP
  34. *
  35. *   End of sample SERVICE response file with backup.
  36. *
  37. **********************************************************************
  38. *
  39. *   This is a sample response file to be used when backing out to the
  40. *   archive level of a product.
  41. *
  42. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  43. *   :TARGET ARCHIVE
  44. *   :BACKOUT
  45. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  46. *   :BACKOUT
  47. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  48. *
  49. *   Note: You may need to leave an uncommented blank line after the
  50. *         last :SYSLEVEL line when backing out.
  51. *
  52. *   End of sample BACKOUT to archive response file.
  53. *
  54. **********************************************************************
  55. *
  56. *   This is a sample response file to be used when backing out to the
  57. *   backup level of a product.
  58. *
  59. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  60. *   :TARGET BACKUP
  61. *   :BACKOUT
  62. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  63. *
  64. *   End of sample BACKOUT to backup response file.
  65. *
  66. **********************************************************************
  67. *
  68. *   This is a sample response file to be used when committing a
  69. *   product.
  70. *
  71. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  72. *   :COMMIT
  73. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  74. *
  75. *   End of sample COMMIT response file.
  76. *
  77. **********************************************************************
  78. *
  79. *   This is a sample response file to be used when redirecting an
  80. *   archive of a product to another existing archive location.
  81. *   One example of this would be for using a shared network archive.
  82. *   Note that the archive directory specifies the location of an
  83. *   existing archive to which the current product is being redirected.
  84. *   In this example the arbitrary drive shows S:, which may be a LAN
  85. *   drive.
  86. *
  87. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  88. *   :REDIRECT
  89. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  90. *   :ARCHIVE S:\ARCHIVE
  91. *
  92. *   End of sample REDIRECT response file.
  93. *
  94.