home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / lnmdemo.zip / install.bat next >
DOS Batch File  |  1993-10-06  |  2KB  |  31 lines

  1. @echo off
  2. echo ─────────────────────────────────────────────────────────────────────────
  3. echo            LAN Network Manager 1.1 Demonstration Installation
  4. echo ─────────────────────────────────────────────────────────────────────────
  5. if %1/ == / goto ERROR
  6. echo ┌────────────────────────────────────────────────────────────────────────┐
  7. echo │                                                                        │
  8. echo │  The LAN Network Manager 1.1 Demonstration will be installed in the    │
  9. echo │  current directory from the disk located in drive %1                   │
  10. echo │                                                                        │
  11. echo │  If you wish to cancel this installation type [CTRL]C otherwise press  │
  12. echo │  any key to begin the installation.                                    │
  13. echo │                                                                        │
  14. echo └────────────────────────────────────────────────────────────────────────┘
  15. pause
  16. %1\lnm
  17. echo ─────────────────────────────────────────────────────────────────────────
  18. echo   Enter LNMDEMO to begin the demonstration
  19. echo ─────────────────────────────────────────────────────────────────────────
  20. goto end
  21. :ERROR
  22. echo ┌───────────────────────────────────────────────────────────────────────┐
  23. echo │                                                                       │
  24. echo │  Installation drive must be specified on the INSTALL command:         │
  25. echo │      A:INSTALL A:                                                     │
  26. echo │         or                                                            │
  27. echo │      B:INSTALL B:                                                     │
  28. echo │                                                                       │
  29. echo └───────────────────────────────────────────────────────────────────────┘
  30. :END
  31.