home *** CD-ROM | disk | FTP | other *** search
/ Rat's Nest 2 / ratsnest2.iso / os2 / fixpacks / warp3 / csfbotsu.2dk / RESPONSE.FIL < prev    next >
Text File  |  1996-11-14  |  3KB  |  99 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. C: represents the drive where OS/2 Warp and
  26. *   Multimedia Presentation Manager/2 are installed.
  27. *
  28. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  29. *   :FLAGS REPLACE_PROTECTED REPLACE_NEWER
  30. *   :SOURCE A:\
  31. *   :SERVICE
  32. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  33. *   :ARCHIVE C:\ARCHIVE
  34. *   :BACKUP C:\BACKUP
  35. *   :SERVICE
  36. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  37. *   :ARCHIVE C:\ARCHIVEM
  38. *   :BACKUP C:\BACKUPM
  39. *
  40. *   End of sample SERVICE response file with backup.
  41. *
  42. **********************************************************************
  43. *
  44. *   This is a sample response file to be used when backing out to the
  45. *   archive level of a product.
  46. *
  47. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  48. *   :TARGET ARCHIVE
  49. *   :BACKOUT
  50. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  51. *   :BACKOUT
  52. *   :SYSLEVEL C:\MMOS2\INSTALL\SYSLEVEL.MPM
  53. *
  54. *   Note: You may need to leave an uncommented blank line after the
  55. *         last :SYSLEVEL line when backing out.
  56. *
  57. *   End of sample BACKOUT to archive response file.
  58. *
  59. **********************************************************************
  60. *
  61. *   This is a sample response file to be used when backing out to the
  62. *   backup level of a product.
  63. *
  64. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  65. *   :TARGET BACKUP
  66. *   :BACKOUT
  67. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  68. *
  69. *   End of sample BACKOUT to backup response file.
  70. *
  71. **********************************************************************
  72. *
  73. *   This is a sample response file to be used when committing a
  74. *   product.
  75. *
  76. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  77. *   :COMMIT
  78. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  79. *
  80. *   End of sample COMMIT response file.
  81. *
  82. **********************************************************************
  83. *
  84. *   This is a sample response file to be used when redirecting an
  85. *   archive of a product to another existing archive location.
  86. *   One example of this would be for using a shared network archive.
  87. *   Note that the archive directory specifies the location of an
  88. *   existing archive to which the current product is being redirected.
  89. *   In this example the arbitrary drive shows S:, which may be a LAN
  90. *   drive.
  91. *
  92. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  93. *   :REDIRECT
  94. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  95. *   :ARCHIVE S:\ARCHIVE
  96. *
  97. *   End of sample REDIRECT response file.
  98. *
  99.