home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / misc / family2.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1987-10-14  |  1KB  |  43 lines

  1. IF %1?==? DISPLAY nop CLR INSTAL1 INSTAL2
  2. IF %1==HD GOTO CHKPARM2
  3. IF %1==FD GOTO CHKPARM2
  4. ERROR %1 INSTAL2
  5. :CHKPARM2
  6. IF %2?==? ECHO Missing LANGUAGE parm
  7. IF %2?==? DISPLAY PAUSE noclr INSTAL2
  8. IF %2==PCJR    GOTO BEGIN
  9. IF %2==GWBASIC GOTO BEGIN
  10. IF %2==BASICA  GOTO BEGIN
  11. IF %2==BASIC   GOTO BEGIN
  12. IF %2==AGAIN   GOTO REINSTAL
  13. ERROR %2 INSTAL2
  14. :REINSTAL
  15. CLS
  16. ECHO Beginning RE-installation of Family History System for a %1 drive
  17. ECHO :
  18. GOTO HDCHECK
  19. :BEGIN
  20. CLS
  21. ECHO Beginning installation of Family History System for a %1 drive using %2
  22. ECHO :
  23. :HDCHECK
  24. IF %1==HD HDINSTAL %2
  25. ECHO If your system has 2 disk drives you should place the diskette which
  26. ECHO is to contain the Family programs in the "B" drive at this time.
  27. ECHO :
  28. ECHO If your system has a single diskette drive, wait until prompted to place
  29. ECHO the new program diskette in this drive (which will then be designated the
  30. ECHO "B" drive).
  31. ECHO During this installation procedure you will be faced with a lot of "disk
  32. ECHO shuffling".  I will try to keep you informed as to which diskettes should
  33. ECHO be in the "A" and "B" drives, but you should wait until instructed by the
  34. ECHO operating system to switch diskettes in your disk drive.
  35. ECHO :
  36. PAUSE
  37. ECHO :
  38. ECHO I am now going to copy a file to the "B" drive which will control the
  39. ECHO remainder of the installation process.
  40. ECHO :
  41. COPY FDINSTAL.BAT B:INSTALL.BAT
  42. B:INSTALL %2
  43.