home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- rem ------------------------------------------
- rem Demo Launch Program for Norton Desktop
- rem (c) 1991 AdWare, Inc.
- rem ------------------------------------------
- break off
- if not exist ND_demo.exe goto filefail
- ND_demo.exe
- mode co80
- echo.
- echo.
- echo Norton Desktop Demo
- echo ═══════════════════════════
- echo.
- echo Thank you for watching our
- echo Norton Desktop Demonstration.
- echo.
- echo If you would like to view it
- echo again, type:
- echo.
- echo NDDEMO
- echo.
- echo and press the ENTER key.
- echo ───────────────────────────
- goto exit
-
- ::----------
- :filefail
- ::----------
- echo.
- echo Norton Desktop Demo Disk Install
- echo ════════════════════════════════
- echo.
- echo An important file is missing
- echo your NDDEMO Demo Directory:
- echo.
- echo ND_DEMO.EXE
- echo.
- echo The demo cannot run if this
- echo file is missing!
- echo.
- echo Please check your directory to
- echo see if the file has been renamed
- echo or install the demo again using
- echo your Norton Desktop Demo Disk.
- echo ────────────────────────────────
- echo.
- goto exit
-
- ::----------
- :exit
- ::----------
- echo.
- echo Press any key to continue
- pause >nul
- exit
-