home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / l / lfwdemo.zip / SHOW.BAT < prev    next >
DOS Batch File  |  1993-01-15  |  980b  |  22 lines

  1. echo off
  2. CLS
  3. echo ┌──────────────────────────────────────────────────┐
  4. echo │                                                  │
  5. echo │            LANalyzer for Windows Demo            │
  6. echo │          Copyright (C) 1993 Novell, Inc.         │
  7. echo │    This program may be copied and distributed    │
  8. echo │ without charge, provided that the program is not │
  9. echo │  modified, altered in any way, or sold without   │ 
  10. echo │     the prior written consent of Novell, Inc.    │
  11. echo │                                                  │
  12. echo ├──────────────────────────────────────────────────┤
  13. echo │                Created using GRASP               │
  14. echo ├──────────────────────────────────────────────────┤
  15. echo │          Keys:  Space bar = Pause                │
  16. echo │                     Enter = Continue             │
  17. echo │                       Esc = Exit                 │
  18. echo └──────────────────────────────────────────────────┘
  19. pause
  20. lanalyze
  21.  
  22.