home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / RELIGION / GEN7OT15.ZIP / GEN7OD15.EXE / INSTALL.O15 < prev    next >
Text File  |  1993-12-14  |  2KB  |  55 lines

  1. @ECHO OFF
  2. if '%1'=='' goto errorexit
  3. if '%2'=='' goto errorexit
  4. if not '%3'=='' goto cont
  5. :errorexit
  6. @ECHO Syntax: INSTALL s: d: \DIRECTORY
  7. @ECHO   Where \DIRECTORY is the destination directory to install the files.
  8. @ECHO   And s: is the source disk where INSTALL.BAT and GEN7??15.EXE reside.
  9. @ECHO       d: is the destination disk where the files should be installed.
  10. goto batchexit
  11. :cont
  12. if not exist %2%3\nul goto nodir
  13. @ECHO The specified destination directory already exists.
  14. @ECHO Some of the current contents may be replaced, type Cntl-C to abort.
  15. PAUSE
  16. goto unzipit
  17. :nodir
  18. @ECHO Directory %2%3 does not exist.
  19. @ECHO This directory will be created, type Cntl-C to abort.
  20. PAUSE
  21. MKDIR %2%3
  22. :unzipit
  23. @ECHO Copying the GEN7 System Files and Old Testament Data Files.
  24. COPY /V %1GEN7G15.EXE %2%3
  25. @ECHO Please insert the disk with the Old Testament Data (GEN7OD15.EXE).
  26. PAUSE
  27. COPY /V %1GEN7OD15.EXE %2%3
  28. @ECHO Please insert the disk with the GEN7 Help Data (GEN7HD15.EXE).
  29. PAUSE
  30. COPY /V %1GEN7HD15.EXE %2%3
  31. %2
  32. CD %3
  33. @ECHO Unpacking the files please wait...
  34. GEN7G15
  35. GEN7OD15
  36. GEN7HD15
  37. @ECHO Done unpacking.
  38. :batchexit
  39. @ECHO To run the desktop type the following command:
  40. @ECHO         G7
  41. @ECHO         or
  42. @ECHO       BIBLE
  43. @ECHO This runs the GEN7 Desktop with the Bible Study Program (Old Testament).
  44. @ECHO Make sure CONFIG.SYS has FILES=40 or greater in it.
  45. @ECHO These programs are copyrighted by:
  46. @ECHO   Synergistic Consultants, Incorporated.
  47. @ECHO   Post Office Box 18888
  48. @ECHO   Huntsville, AL 35804-8888
  49. @ECHO   1-800-828-8384
  50. @ECHO   Compuserve ID: 71232, 257
  51. @ECHO Press Cntl-C to avoid running the desktop.
  52. PAUSE
  53. CALL G7
  54.  
  55.