home *** CD-ROM | disk | FTP | other *** search
-
- @echo off
- cls
- echo ┌───────────────────────────────────────────────────────────────────────────┐
- echo │ │
- echo │ STARTING THE PROGRAM: To run the program from your floppy drive │
- echo │ just type the command USDAILY at the Dos prompt. │
- echo │ _____________________________ │
- echo │ │
- echo │ TIP: We suggest that you load this program onto your hard disk │
- echo │ since in most cases this will speed up the retrieval of │
- echo │ data. (In other words, it'll run faster.) │
- echo │ │
- echo │ If you wish to run the program from your hard drive you first │
- echo │ need to create a new directory on your hard drive (We suggest │
- echo │ naming it USDAILY) and then copy the files from the floppy │
- echo │ disk into that directory. │
- echo │ │
- echo │ EXAMPLE: If your floppy drive is Drive A and your hard drive │
- echo │ is Drive C, you would do the following: │
- echo │ │
- echo │ 1) Type C: and press ENTER │
- echo │ 2) Type MD USDAILY and press ENTER │
- echo │ 3) Type CD USDAILY and press ENTER │
- echo │ 4) Type COPY A:*.* and press ENTER │
- echo │ 5) Type USDAILY to begin running the program │
- echo └───────────────────────────────────────────────────────────────────────────┘
-