home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / datagln1.zip / install.cmd < prev    next >
OS/2 REXX Batch file  |  1993-12-10  |  5KB  |  86 lines

  1. @ECHO OFF
  2. SET SRCPATH=%1
  3. SET BLANK=
  4. IF "%SRCPATH%"=="" SET SRCPATH=A:
  5. CLS
  6. ECHO ┌──────────────────────────────────────────────────────────────┐
  7. ECHO │     IBM* DatagLANce* Network Analyzer Demo Installation      │
  8. ECHO ├──────────────────────────────────────────────────────────────┤
  9. ECHO │                                                              │
  10. ECHO │ Copyright (C) IBM Corp. 1992, 1993. All Rights Reserved.     │
  11. ECHO │ IBM and DatagLANce are trademarks of IBM Corporation.        │
  12. ECHO │                                                              │
  13. ECHO │ This demo software is for evaluation purposes only.  You may │
  14. ECHO │ not alter, disassemble, decompile, or reverse engineer any   │
  15. ECHO │ part of it.  You may distribute this software freely to      │
  16. ECHO │ anyone you desire provided you give them a copy of the       │
  17. ECHO │ original diskette provided.                                  │
  18. ECHO │                                                              │
  19. ECHO │ This installation program requires an OS/2 DOS session to    │
  20. ECHO │ run.  If you installed OS/2 without installing the DOS       │
  21. ECHO │ option, you must re-install OS/2 first before proceeding.    │
  22. ECHO │                                                              │
  23. ECHO │ To ensure that the program operates correctly, you MUST      │
  24. ECHO │ run this install program from an OS/2 Full Screen session.   │
  25. ECHO │                                                              │
  26. ECHO └──────────────────────────────────────────────────────────────┘
  27. PAUSE
  28. CLS
  29. ECHO ┌─────────────────────────────────────────────────────────────────────┐
  30. ECHO │ IBM* DatagLANce* Network Analyzer for Ethernet and Token-Ring Demo  │
  31. ECHO ├─────────────────────────────────────────────────────────────────────┤
  32. ECHO │                                                                     │
  33. ECHO │                    ** Hardware/Software Requirements **             │
  34. ECHO │                                                                     │
  35. ECHO │ This demo requires that you have a PC running OS/2 2.0 or later,    │
  36. ECHO │ VGA or better graphics to get a feel for the actual screens of the  │
  37. ECHO │ DatagLANce Software, and a 25 MHz 386 or better processor for       │
  38. ECHO │ speed.  Systems with slower processors may be used, but performance │
  39. ECHO │ may be limited.  It is also suggested that your system have 6       │
  40. ECHO │ megabytes of RAM or more and that you terminate any non-necessary   │
  41. ECHO │ applications.  The demo requires 3-9.5 MB of hard disk space.       │
  42. ECHO │                                                                     │
  43. ECHO │                  ** License and Copyright Information **            │
  44. ECHO │                                                                     │
  45. ECHO │ This demo software is for evaluation purposes only.  You may not    │
  46. ECHO │ alter, disassemble, decompile, or reverse engineer any part of it.  │
  47. ECHO │ You may distribute this software freely to anyone you desire        │
  48. ECHO │ provided you give them a copy of the original diskette provided.    │
  49. ECHO │                                                                     │
  50. ECHO └─────────────────────────────────────────────────────────────────────┘
  51. PAUSE
  52. CLS
  53. ECHO ┌─────────────────────────────────────────────────────────────────────┐
  54. ECHO │ IBM* DatagLANce* Network Analyzer for Ethernet and Token-Ring Demo  │
  55. ECHO ├─────────────────────────────────────────────────────────────────────┤
  56. ECHO │                                                                     │
  57. ECHO │ This demo will install between 3 and 9.5 megabytes of files to      │
  58. ECHO │ your hard disk depending on which options you choose to install.    │
  59. ECHO │ If this is your first time viewing the demo, we recommend that      │
  60. ECHO │ you install all options - especially the on-line user's guide.      │
  61. ECHO │                                                                     │
  62. ECHO │ When you have completed the demonstration, you can uninstall        │
  63. ECHO │ this demo by moving to the target directory to which you install    │
  64. ECHO │ the software and from an OS/2 command prompt type: CLEANUP          │
  65. ECHO │                                                                     │
  66. ECHO │ This will delete all demo files installed on your hard disk.        │
  67. ECHO │                                                                     │
  68. ECHO │ A group of icons will be created on the desktop that this CLEANUP   │
  69. ECHO │ program will not remove.  You must drag these icons into the        │
  70. ECHO │ shredder to delete them.                                            │
  71. ECHO │                                                                     │
  72. ECHO └─────────────────────────────────────────────────────────────────────┘
  73. ECHO DatagLANce installation files will be read from drive %SRCPATH%
  74. ECHO If this is not correct press Ctrl-C now and type: INSTALL B:
  75. ECHO NOTE: Please un-write protect diskette if it is write-protected.
  76. PAUSE
  77. %SRCPATH%
  78. IF EXIST CHGDIR.CMD DEL CHGDIR.CMD
  79. CALL DINSTALL.BAT
  80. IF NOT EXIST CHGDIR.CMD GOTO EXIT
  81. CALL CHGDIR.CMD
  82. IF NOT EXIST %DGNAPATH% MD %DGNAPATH%
  83. COPY UNPACK.CMD %DGNAPATH% >NUL
  84. %DGNAPATH%\UNPACK.CMD
  85. :EXIT
  86.