home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo *** INSIGHT REFERENCE SERIES ***
- echo.
- echo.
- echo This program will install the DOS Insight Series into the C:\IGC_DOS
- echo directory on your system.
- echo.
- echo The copy process requires 8MB or free disk space. If you do not have
- echo the free space press CONTROL-C to exit this install process.
- echo.
- pause
- mkdir c:\IGC_DOS
- copy \dos\*.* c:\IGC_DOS
- echo.
- echo.
- echo To start the Insight applications type:
- echo.
- echo AUTO for Auto Insight
- echo BODY for Body Insight
- echo PCI for PC Insight
- echo.
- echo.
-
-
-