home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / dos / biz / multlist / install.bat next >
DOS Batch File  |  1995-10-31  |  1KB  |  37 lines

  1. ECHO OFF
  2. CLS
  3. ECHO.
  4. ECHO.
  5. ECHO  This batch file program will install MultiList on your computer's
  6. ECHO  hard disk "C:" drive from a source disk located in the "A:" drive.
  7. ECHO.
  8. ECHO  Manual installation is necessary to install the program ONLY if the
  9. ECHO  source disk is in your "B:" drive.  For manual installation from your
  10. ECHO  "B:" drive, please do the following:
  11. ECHO.
  12. ECHO  MD C:\MULTILST                        (make a directory for MultiList)
  13. ECHO  COPY B:M*.* C:\MULTILST                       (copy the setup program)
  14. ECHO  C:                                            (go to the correct disk)
  15. ECHO  CD \MULTILST                             (go to the correct directory)
  16. ECHO  MLSETUP            (run the setup program to extract compressed files)
  17. ECHO.
  18. ECHO  If the source disk is in your "A:" drive, all of these necessary
  19. ECHO  steps will be done for you automatically.
  20. ECHO.
  21. ECHO  Pressing CTRL-C now will cancel the installation procedure.
  22. ECHO.
  23. PAUSE
  24. CLS
  25. ECHO ON
  26. MD C:\MULTILST
  27. COPY A:M*.* C:\MULTILST
  28. ECHO OFF
  29. CLS
  30. C:
  31. CD \MULTILST
  32. MLSETUP
  33. ECHO.
  34. ECHO NOTE: The install program will now automatically run MultiList.
  35. ECHO.
  36. PAUSE
  37. MULTILST