home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo You are about to install the compiler to your hard drive
- echo This installation assumes that your hard disk is drive C:
- echo It also assumes that you do not have a subdirectory called MC
- echo If you do not wish to continue with this process
- echo Hit CTRL BREAK to stop or..........
- pause
- c:
- cd\
- md mc
- cd mc
- md huge
- md large
- md lib
- a:
- copy a:*.* c:\mc
- cls
- echo Insert disk number 1081 into drive A: ............
- pause
- copy a:*.* c:\mc
- pkxarc huge.arc c:\mc\huge
- pkxarc large.arc c:\mc\large
- pkxarc lib.arc c:\mc\lib
- cls
- echo all done
- echo on