home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if %1x == x goto error
- if %2x == x goto error
- if %1 == %2 goto error
- ECHO
- ECHO Installing program on hard disk Drive %2....
- ECHO
- ECHO
- %2
- CD\
- MD NEURAL
- CD \NEURAL
- %1
- COPY *.* %2\NEURAL/v
- ECHO
- ECHO
- PAUSE
- CLS
- ECHO Remove Disk #1 from Drive %1 and replace it with Disk #2. Then,
- PAUSE
- CLS
- COPY *.* %2\NEURAL/v
- %2
- ECHO
- ECHO
- ECHO ...Installation complete.
- ECHO
- ECHO
- pause
- cls
- ECHO The program has been installed in a subdirectory named NEURAL on your hard
- ECHO disk Drive %2. At the completion of this installation program, you will be
- ECHO in the NEURAL sub-directory. To get back into this subdirectory at a later
- ECHO time, type %2 [press Enter], and then type CD \NEURAL [press Enter]. Then
- ECHO type README [press Enter] for operating instructions. If you need to write
- ECHO these directions down on a piece of paper for future reference, PLEASE DO SO
- ECHO NOW!
- ECHO
- ECHO
- ECHO OFF
- goto done
- :error
- echo ** ERROR: you MUST specify the SOURCE and TARGET drives! **
- :done
- pause
- cls