home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / religion / css / install.bat next >
DOS Batch File  |  1990-06-14  |  2KB  |  47 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 \css
  9. cd css
  10. md screens.txt
  11. %1
  12. cd \css
  13. program %2\css
  14. cd \css\screens.txt
  15. screens %2\css\screens.txt
  16. cd \
  17. prompt=$p$g
  18. %2
  19. prompt=$p$g
  20. cls
  21. echo You are now in the %2\CSS subdirectory.
  22. echo Enter this command to start the program: CHURCH
  23. goto end
  24. :err1
  25. cls
  26. echo You entered the wrong command to install CSS ver 3.0
  27. echo        ╔══════════════════════════════════════════════════════════╗
  28. echo        ║ To Install, log on to the drive containing               ║
  29. echo        ║ the Program diskette and type:  INSTALL from: to:        ║
  30. echo        ║                                                          ║
  31. echo        ║      "from:" is the floppy drive letter of the           ║
  32. echo        ║              Church Shareware Software Disk              ║
  33. echo        ║      "to:"   is the drive letter where CSS will be       ║
  34. echo        ║              installed.                                  ║
  35. echo        ║                                                          ║
  36. echo        ║ CSS must be installed on a hard drive.                   ║
  37. echo        ║ Copyright 1988, 1989, 1990  By Cedric Fairweather        ║
  38. echo        ║                                                          ║
  39. echo        ║ For example, INSTALL A: C:                               ║
  40. echo        ╚══════════════════════════════════════════════════════════╝
  41. echo 
  42.  
  43. goto end
  44.  
  45. :end
  46. echo on
  47.