home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rspgen.zip / SAMPLE.RSP < prev   
Text File  |  1994-07-25  |  2KB  |  41 lines

  1. ********************************************************************************
  2. * This response file is used for GENRSP.CMD                                    *
  3. *------------------------------------------------------------------------------*
  4. * The generator reads the <SourceRSP>.rsp and changes all defined keywords to  *
  5. * the corresponding value.                                                     *
  6. * The new response file will be saved to <TargetRSP>.RSP                       *
  7. *                                                                              *
  8. * The syntax of the VARS section is the following:                             *
  9. * <KEYWORD> = <VALUE>                                                          *
  10. *                                                                              *
  11. * In the RSPFILES section all the response directories have to be included     *
  12. * The response files will be determined using keywords TargetRSP and SourceRSP *
  13. *                                                                              *
  14. * Remarks beginns always with an *                                             *
  15. ********************************************************************************
  16.  
  17. *------------------------------------------------------------------------------*
  18. * Section of variables                                                         *
  19. *------------------------------------------------------------------------------*
  20.  
  21. *-----------------------------MANDATORY SECTION--------------------------------*
  22. :VARS
  23. * Name of the new response file
  24. TargetRSP = NEWUSER.RSP
  25. * Default response file
  26. SourceRSP = RSPGEN.RSP
  27.  
  28. *-----------------------------FREE SECTION-------------------------------------*
  29. * LAPS
  30. TRAddress = 400000000000
  31. * CM/2
  32. Node      = Y0000000
  33. CMName    = NEWUSER
  34.  
  35. *------------------------------------------------------------------------------*
  36. * Response files to generate                                                   *
  37. *------------------------------------------------------------------------------*
  38. :RSPFILES
  39. G:\CID\RSP\CM2101
  40. G:\CID\RSP\LAPS
  41.