home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / APPS / STATISTI / ESDISK.ZIP / DEMO.BAT next >
Encoding:
DOS Batch File  |  1988-11-19  |  574 b   |  22 lines

  1. echo off
  2. if not exist demo goto :error
  3. if not exist example.dat goto :error
  4. if not exist easistat.exe goto :error
  5.  
  6. easistat demo
  7. goto :end
  8.  
  9.  
  10. :error
  11. echo                            --
  12. echo            --- ERROR in EASISTAT demonstration ---
  13. echo To run this demonstration of EASISTAT you must have the following 3 files:
  14. echo DEMO
  15. echo EASISTAT.EXE
  16. echo EXAMPLE.DAT
  17. echo                           ------
  18. echo Please make sure they are all in your current working directory and that
  19. echo you are logged on to the correct disc drive. Then try again.
  20.  
  21. :end
  22.