home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / text / bates.zip / README.BAT next >
DOS Batch File  |  1990-12-11  |  2KB  |  28 lines

  1.  
  2. @echo off
  3. cls
  4. echo ┌───────────────────────────────────────────────────────────────────────────┐
  5. echo │                                                                           │
  6. echo │      STARTING THE PROGRAM:  To run the program from your floppy drive     │
  7. echo │               just type the command USDAILY at the Dos prompt.            │
  8. echo │                         _____________________________                     │
  9. echo │                                                                           │
  10. echo │      TIP:  We suggest that you load this program onto your hard disk      │
  11. echo │            since in most cases this will speed up the retrieval of        │
  12. echo │            data.  (In other words, it'll run faster.)                     │
  13. echo │                                                                           │
  14. echo │      If you wish to run the program from your hard drive you first        │
  15. echo │      need to create a new directory on your hard drive (We suggest        │
  16. echo │      naming it USDAILY) and then copy the files from the floppy           │
  17. echo │      disk into that directory.                                            │
  18. echo │                                                                           │
  19. echo │      EXAMPLE:  If your floppy drive is Drive A and your hard drive        │
  20. echo │                is Drive C, you would do the following:                    │
  21. echo │                                                                           │
  22. echo │                   1) Type C: and press ENTER                              │
  23. echo │                   2) Type MD USDAILY and press ENTER                      │
  24. echo │                   3) Type CD USDAILY and press ENTER                      │
  25. echo │                   4) Type COPY A:*.* and press ENTER                      │
  26. echo │                   5) Type USDAILY to begin running the program            │
  27. echo └───────────────────────────────────────────────────────────────────────────┘
  28.