home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / wsa5labs.zip / CreateResFile.bat < prev    next >
DOS Batch File  |  2002-08-09  |  2KB  |  40 lines

  1. @ECHO OFF
  2. title Creating a Silent Install Response file for WebSphere Installation
  3. echo.
  4. echo.
  5. echo.
  6. echo.   ****************************************************************************
  7. echo.       ********************************************************************
  8. echo.           ************************************************************
  9. echo.               ****************************************************
  10. echo.                   ********************************************
  11. echo.
  12. echo               This batch file will create a silent install response file
  13. echo                    to install WebSphere Application Server using
  14. echo.
  15. echo                             host name %COMPUTERNAME%
  16. echo.                            node name %COMPUTERNAME%
  17. echo.
  18. echo                 If this is NOT correct, please set the environment variable 
  19. echo            COMPUTERNAME to the value you wish to use for the node and host names
  20. echo                     or edit the resulting SilentResponse.txt accordingly
  21. echo.
  22. echo.                   ********************************************
  23. echo.               ****************************************************
  24. echo.           ************************************************************
  25. echo.       ********************************************************************
  26. echo.   ****************************************************************************
  27. echo.
  28. echo.
  29. REM pause
  30.  
  31. REM Middle.txt will be created with the hostname of the local machine as the 'Hostname' and 'Nodename'
  32.  
  33. call C:\LabFiles50\CreateMiddle.bat >C:\LabFiles50\Middle.txt
  34.  
  35. @ECHO ON
  36.  
  37. copy C:\LabFiles50\ResPartOne.txt+C:\LabFiles50\Middle.txt+C:\LabFiles50\ResPartTwo.txt C:\LabFiles50\SilentResponse.txt
  38.  
  39. @ECHO OFF
  40. title CMD