home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF130.ZIP / 2.BAT < prev    next >
DOS Batch File  |  1990-12-30  |  2KB  |  54 lines

  1. echo off
  2. verify on
  3. cls
  4. echo -
  5. echo - 
  6. echo -
  7. echo -        ┌──────────────────────────────────────────────────────────┐
  8. echo -        │                                                          │
  9. echo -        │  The install program will install the program on your    │
  10. echo -        │  hard disk C:. It will NOT create a subdirectory.        │
  11. echo -        │                                                          │
  12. echo -        │  If you want a subdirectory for the program, exit this   │
  13. echo -        │  procedure now and create it, then log on to it and      │
  14. echo -        │  restart this procedure.                                 │
  15. echo -        │                                                          │
  16. echo -        │  To abort this procedure, press CTRL-BREAK,  then        │
  17. echo -        │  answer "Y" to the terminate question.                   │
  18. echo -        │                                                          │
  19. echo -        └──────────────────────────────────────────────────────────┘
  20. echo -
  21. echo -
  22. pause
  23. cls
  24. echo -
  25. echo - 
  26. echo -
  27. echo -        ┌──────────────────────────────────────────────────────────┐
  28. echo -        │                                                          │
  29. echo -        │                                                          │
  30. echo -        │  Copying the program files to drive C:                   │
  31. echo -        │                                                          │
  32. echo -        └──────────────────────────────────────────────────────────┘
  33. echo -
  34. echo -
  35. pkunzip mortcomp.zip *.exe  c:
  36. pkunzip mortcomp.zip *.db?  c:
  37. pkunzip mortcomp.zip *.blk  c:
  38. cls
  39. echo -
  40. echo - 
  41. echo -
  42. echo -        ┌──────────────────────────────────────────────────────────┐
  43. echo -        │  To execute the Mortgage Comparison Program:             │
  44. echo -        │                                                          │
  45. echo -        │  1)  Log on to the hard disk subdirectory where the      │
  46. echo -        │      program was installed.                              │
  47. echo -        │                                                          │
  48. echo -        │  2)  Type the command:  MCMENU     then press enter      │
  49. echo -        │      The program will load and display the main menu.    │
  50. echo -        │                                                          │
  51. echo -        └──────────────────────────────────────────────────────────┘
  52. echo -
  53. echo -
  54.