home *** CD-ROM | disk | FTP | other *** search
/ SDN¹ Plus / SDN1_.cdr / dbase / bkck22.exe / lha / RUNME.BAT < prev   
DOS Batch File  |  1990-11-24  |  1KB  |  26 lines

  1. ECHO OFF
  2. CLS
  3. IF NOT EXIST READ.EXE GOTO SYNTAX
  4. IF EXIST BKCK.DES READ BKCK.DES
  5. IF NOT EXIST BKCK.DOC GOTO NOFILE
  6. READ BKCK.DOC
  7. DIR
  8. GOTO END
  9.  
  10. :NOFILE
  11. ECHO ┌───────────────────────────────────────────────────────────────────────┐
  12. ECHO │  I cannot find the BKCK.DOC text file!  It should be on the           │
  13. ECHO │  distribution diskette.                                               │
  14. ECHO └───────────────────────────────────────────────────────────────────────┘
  15.  
  16. :SYNTAX
  17. ECHO ┌───────────────────────────────────────────────────────────────────────┐
  18. ECHO │  To start the "RUNME.BAT" program, please insert the distribution     │
  19. ECHO │  diskette in either the A: or B: floppy disk drive and enter the      │
  20. ECHO │  following TWO command lines:                                         │
  21. ECHO │                                                                       │
  22. ECHO │           A:       Press Enter (or B: if using B: floppy)             │
  23. ECHO │           RUNME    Press Enter                                        │
  24. ECHO └───────────────────────────────────────────────────────────────────────┘
  25. :END
  26.