home *** CD-ROM | disk | FTP | other *** search
/ Body Insight / Body Insight.iso / install.bat < prev    next >
Encoding:
DOS Batch File  |  1994-10-20  |  616 b   |  27 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo                 *** INSIGHT REFERENCE SERIES ***
  5. echo.
  6. echo.
  7. echo This program will install the DOS Insight Series into the C:\IGC_DOS
  8. echo directory on your system.
  9. echo.
  10. echo The copy process requires 8MB or free disk space.  If you do not have
  11. echo the free space press CONTROL-C to exit this install process.
  12. echo.
  13. pause
  14. mkdir c:\IGC_DOS
  15. copy \dos\*.* c:\IGC_DOS
  16. echo.
  17. echo.
  18. echo To start the Insight applications type:
  19. echo.
  20. echo        AUTO        for Auto Insight
  21. echo        BODY        for Body Insight
  22. echo        PCI         for PC Insight
  23. echo.
  24. echo.
  25.  
  26.  
  27.