home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / custom.zip / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1993-06-02  |  2KB  |  45 lines

  1. cls
  2. echo off
  3. echo ************************************************************************
  4. echo *                                                                      *
  5. echo * This install script will replace the existing version of             *
  6. echo * Softerm Custom (PM Terminal) with the new version 1.01               *
  7. echo *                                                                      *
  8. echo * To run this install script, at your OS/2 prompt enter:               *
  9. echo *                                                                      *
  10. echo *          INSTALL C                                                   *
  11. echo *                                                                      *
  12. echo * Where "C" is the drive ID where OS/2 is installed.  If you have not  *
  13. echo * done this yet, press Ctrl-C and terminate the install script.  Then  *
  14. echo * re-start the install script as descriped.                            *
  15. echo *                                                                      *
  16. echo ************************************************************************
  17. pause
  18. if "%1" == "" goto starterror
  19. echo Please stand by, updating Softerm Custom.
  20. copy *.dll %1:\os2\apps\dll
  21. copy *.hlp %1:\os2\help
  22. copy *.msg %1:\os2\system
  23. copy *.exe %1:\os2\apps
  24. copy *.sys %1:\os2\apps
  25. copy *.mdb %1:\os2\apps
  26. copy *.dat %1:\os2\apps
  27. echo ************************************************************************
  28. echo *  Softerm Custom Update completed                                     *
  29. echo ************************************************************************
  30. goto done
  31. :starterror
  32. cls
  33. echo ************************************************************************
  34. echo *                                                                      *
  35. echo * To install Softerm Custom version 1.01, enter the following at an    *
  36. echo * OS/2 FullScreen or OS/2 Window prompt:                               *
  37. echo *                                                                      *
  38. echo *          INSTALL C                                                   *
  39. echo *                                                                      *
  40. echo * Where "C" is the drive ID where OS/2 is installed.                   *
  41. echo *                                                                      *
  42. echo ************************************************************************
  43. :done
  44. echo on
  45.