home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / demos / nddemo.arj / NDDEMO.BAT < prev   
Encoding:
DOS Batch File  |  1991-09-24  |  1.4 KB  |  58 lines

  1. echo off
  2. cls
  3. rem ------------------------------------------
  4. rem Demo Launch Program for Norton Desktop
  5. rem (c) 1991 AdWare, Inc.
  6. rem ------------------------------------------
  7. break off
  8. if not exist ND_demo.exe goto filefail
  9. ND_demo.exe
  10. mode co80
  11. echo.
  12. echo.
  13. echo            Norton Desktop Demo
  14. echo            ═══════════════════════════
  15. echo.
  16. echo            Thank you for watching our
  17. echo            Norton Desktop Demonstration.
  18. echo.
  19. echo            If you would like to view it
  20. echo            again, type:
  21. echo.
  22. echo                    NDDEMO
  23. echo.  
  24. echo            and press the ENTER key.
  25. echo            ───────────────────────────
  26. goto exit
  27.  
  28. ::----------
  29. :filefail
  30. ::----------
  31. echo.
  32. echo            Norton Desktop Demo Disk Install
  33. echo            ════════════════════════════════
  34. echo.
  35. echo            An important file is missing
  36. echo            your NDDEMO Demo Directory:
  37. echo.
  38. echo                    ND_DEMO.EXE
  39. echo.
  40. echo            The demo cannot run if this
  41. echo            file is missing!
  42. echo.
  43. echo            Please check your directory to
  44. echo            see if the file has been renamed
  45. echo            or install the demo again using
  46. echo            your Norton Desktop Demo Disk.
  47. echo            ────────────────────────────────
  48. echo.
  49. goto exit
  50.  
  51. ::----------
  52. :exit
  53. ::----------
  54. echo. 
  55. echo            Press any key to continue
  56. pause >nul
  57. exit
  58.