home *** CD-ROM | disk | FTP | other *** search
- echo off
- if not exist demo goto :error
- if not exist example.dat goto :error
- if not exist easistat.exe goto :error
-
- easistat demo
- goto :end
-
-
- :error
- echo --
- echo --- ERROR in EASISTAT demonstration ---
- echo To run this demonstration of EASISTAT you must have the following 3 files:
- echo DEMO
- echo EASISTAT.EXE
- echo EXAMPLE.DAT
- echo ------
- echo Please make sure they are all in your current working directory and that
- echo you are logged on to the correct disc drive. Then try again.
-
- :end