home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / RD / RD111.ZIP / INSTALL.BAT next >
DOS Batch File  |  1991-06-04  |  2KB  |  54 lines

  1. echo off
  2. cls
  3. if "%1" == ""   goto err1
  4. if "%2" == ""   goto err1
  5. if "%1" == "%2" goto err1
  6. %2
  7. cd \
  8. md \CSB
  9. cd CSB
  10. %1
  11. cd \CSB
  12. CSB %2\CSB
  13. cd \
  14. prompt=$p$g
  15. %2
  16. prompt=$p$g
  17. cls
  18. echo You are now in the %2\CSB subdirectory.
  19. echo Enter this command to start the program: MENU
  20.  
  21. echo ..........................................................
  22.  
  23. echo To view the manual enter: MANUAL
  24.  
  25. echo ..........................................................
  26.  
  27. echo To print CSB.DOC you must put the printer in 17cpi mode.
  28. echo (This will allow sample reports to print without wrapping)
  29. echo Enter....."TYPE CSB.DOC > PRN"        (Without the quotes)
  30.  
  31. goto end
  32. :err1
  33. cls
  34. echo You entered the wrong command to install CSB
  35. echo        ╔══════════════════════════════════════════════════════════╗
  36. echo        ║ To Install, log on to the drive containing               ║
  37. echo        ║ the Program diskette and type:  INSTALL from: to:        ║
  38. echo        ║                                                          ║
  39. echo        ║      "from:" is the floppy drive letter of the           ║
  40. echo        ║              Church Shareware Budget Disk                ║
  41. echo        ║      "to:"   is the drive letter where CSB will be       ║
  42. echo        ║              installed.                                  ║
  43. echo        ║                                                          ║
  44. echo        ║ Copyright 1991 By Cedric Fairweather                     ║
  45. echo        ║                                                          ║
  46. echo        ║ For example, INSTALL A: C:                               ║
  47. echo        ╚══════════════════════════════════════════════════════════╝
  48. echo 
  49.  
  50. goto end
  51.  
  52. :end
  53. echo on
  54.