home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / GENEFILE / FHS1.ZIP / INTRO.ARC / INSTALL.BAT < prev    next >
DOS Batch File  |  1988-09-29  |  1KB  |  36 lines

  1. IF %1?==? DISPLAY nop CLR INSTAL1 INSTAL2
  2. IF %1==HD GOTO CHKPARM2
  3. IF %1==1D GOTO CHKPARM2
  4. IF %1==2D GOTO CHKPARM2
  5. CLS
  6. ERROR %1 INSTAL2
  7. :CHKPARM2
  8. IF NOT %2?==? GOTO BEGIN
  9. CLS
  10. ECHO Missing DRIVE ID parm
  11. DISPLAY PAUSE noclr INSTAL2
  12. :BEGIN
  13. CLS
  14. ECHO Beginning "%1" installation of the Family History System on drive "%2"
  15. ECHO :
  16. :HDCHECK
  17. IF %1==HD HDINSTAL %2 %3
  18. ECHO If your system has 2 disk drives you should place the STARTUP diskette
  19. ECHO in the "%2" drive at this time.
  20. ECHO :
  21. ECHO If your system has a single diskette drive, wait until prompted to place
  22. ECHO the STARTUP diskette in this drive (which will then be designated the
  23. ECHO "%2" drive).
  24. ECHO During this installation procedure you will be faced with a lot of "disk
  25. ECHO shuffling".  I will try to keep you informed as to which diskettes should
  26. ECHO be in the "A" and "%2" drives, but you should wait until instructed by the
  27. ECHO operating system to switch diskettes in your disk drive.
  28. ECHO :
  29. PAUSE
  30. ECHO :
  31. ECHO I am now going to copy a file to the "%2" drive which will take control
  32. ECHO of the installation process.
  33. ECHO :
  34. COPY FDINSTAL.BAT %2:FHSINSTL.BAT
  35. %2:FHSINSTL %1 %2 %3
  36.