home *** CD-ROM | disk | FTP | other *** search
/ IBM Presents OS/2 Software Hits 1995 / OS-2_SW_HITS_2ND_EDITION_1995.ISO / i17 / warpbdsk.2dk / RESPONSE.FIL < prev    next >
Text File  |  1994-11-03  |  7KB  |  86 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. *                                                                               
  15. *   End of sample SERVICE response file without backup.                         
  16. *                                                                               
  17. **********************************************************************          
  18. *                                                                               
  19. *   This is a sample response file to be used when applying service             
  20. *   using FSERVICE when there is an existing archive of the product             
  21. *   being serviced.  This demonstrates the ability to take a backup             
  22. *   of changed files.                                                           
  23. *                                                                               
  24. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG
  25. *   :FLAGS REPLACE_PROTECTED
  26. *   :SOURCE A:\                                                                 
  27. *   :SERVICE                                                                    
  28. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  29. *   :ARCHIVE C:\ARCHIVE                                                         
  30. *   :BACKUP C:\BACKUP                                                           
  31. *                                                                               
  32. *   End of sample SERVICE response file with backup.                            
  33. *                                                                               
  34. **********************************************************************          
  35. *                                                                               
  36. *   This is a sample response file to be used when backing out to the           
  37. *   archive level of a product.                                                 
  38. *                                                                               
  39. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG                                         
  40. *   :TARGET ARCHIVE                                                             
  41. *   :BACKOUT                                                                    
  42. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  43. *                                                                               
  44. *   End of sample BACKOUT to archive response file.                             
  45. *                                                                               
  46. **********************************************************************          
  47. *                                                                               
  48. *   This is a sample response file to be used when backing out to the           
  49. *   backup level of a product.                                                  
  50. *                                                                               
  51. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG                                         
  52. *   :TARGET BACKUP                                                              
  53. *   :BACKOUT                                                                    
  54. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  55. *                                                                               
  56. *   End of sample BACKOUT to backup response file.                              
  57. *                                                                               
  58. **********************************************************************          
  59. *                                                                               
  60. *   This is a sample response file to be used when committing a                 
  61. *   product.                                                                    
  62. *                                                                               
  63. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG                                         
  64. *   :COMMIT                                                                     
  65. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  66. *                                                                               
  67. *   End of sample COMMIT response file.                                         
  68. *                                                                               
  69. **********************************************************************          
  70. *                                                                               
  71. *   This is a sample response file to be used when redirecting an               
  72. *   archive of a product to another existing archive location.                  
  73. *   One example of this would be for using a shared network archive.            
  74. *   Note that the archive directory specifies the location of an                
  75. *   existing archive to which the current product is being redirected.          
  76. *   In this example the arbitrary drive shows S:, which may be a LAN            
  77. *   drive.                                                                      
  78. *                                                                               
  79. *   :LOGFILE C:\OS2\INSTALL\SERVICE.LOG                                         
  80. *   :REDIRECT                                                                   
  81. *   :SYSLEVEL C:\OS2\INSTALL\SYSLEVEL.OS2
  82. *   :ARCHIVE S:\ARCHIVE                                                         
  83. *                                                                               
  84. *   End of sample REDIRECT response file.                                       
  85. *                                                                               
  86.