home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF012.ZIP / 4.BAT < prev    next >
DOS Batch File  |  1990-04-01  |  4KB  |  74 lines

  1. echo off
  2. cls
  3. echo .
  4. echo .
  5. echo      ███████████████████████████████████████████████████████████████░
  6. echo      █                                                             █░░
  7. echo      █        Extract the manual to a disk on B:                   █░░
  8. echo      █                                                             █░░
  9. echo      █        If your system has only drive A: and C:, you can     █░░
  10. echo      █        still use this option!  Press Control C to stop      █░░
  11. echo      █        this procedure. Log on to your C drive and issue     █░░
  12. echo      █        this command:                                        █░░
  13. echo      █                                                             █░░
  14. echo      █                ASSIGN B=C                                   █░░
  15. echo      █                                                             █░░
  16. echo      █        The assign command tells the computer to substitute  █░░
  17. echo      █        C: when it is told B:. This is a standard DOS        █░░
  18. echo      █        command. If it is not on your hard disk, it is       █░░
  19. echo      █        available from your DOS floppy.                      █░░
  20. echo      █                                                             █░░
  21. echo      ███████████████████████████████████████████████████████████████░░
  22. echo       ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  23. echo .
  24. echo .
  25. pause
  26. cls
  27. pkunzip -x PCLOAN5.ZIP b: manual.doc
  28. if not exist b:manual.doc goto crash
  29. cls
  30. echo .
  31. echo .
  32. echo      ███████████████████████████████████████████████████████████████░
  33. echo      █                                                             █░░
  34. echo      █        Install the manual file on disk B:                   █░░
  35. echo      █                                                             █░░
  36. echo      █                                                             █░░
  37. echo      █        The installation process is complete.                █░░
  38. echo      █                                                             █░░
  39. echo      █        The name of the file is MANUAL.DOC. It is a standard █░░
  40. echo      █        ASCII text file. It is formatted for 8 1/2 x 11      █░░
  41. echo      █        inch pages. It can be printed with the DOS print     █░░
  42. echo      █        command, (print manual.doc), or the DOS COPY command █░░
  43. echo      █        (copy manual.doc prn:)                               █░░
  44. echo      █                                                             █░░
  45. echo      █                                                             █░░
  46. echo      ███████████████████████████████████████████████████████████████░░
  47. echo       ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  48. echo .
  49. echo .
  50. pause
  51. goto end
  52. :crash
  53. echo .
  54. echo .
  55. echo .
  56. echo      ███████████████████████████████████████████████████████████████░
  57. echo      █                                                             █░░
  58. echo      █                                                             █░░
  59. echo      █        The installation process failed.                     █░░
  60. echo      █                                                             █░░
  61. echo      █        The most likely cause of failure is insufficient     █░░
  62. echo      █        free space on the destination disk. Be sure you      █░░
  63. echo      █        have at least 200k free space on the destination     █░░
  64. echo      █        disk and then try again.                             █░░
  65. echo      █                                                             █░░
  66. echo      █                                                             █░░
  67. echo      ███████████████████████████████████████████████████████████████░░
  68. echo       ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  69. echo .
  70. echo .
  71.  
  72. :end
  73.  
  74.