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, one moment...
- %2
- cd\
- md VIDSTORE
- cd \VIDSTORE
- Copy %1B*.*
- Copy %1P*.*
- Copy %1R*.*
- Copy %1T*.*
- Copy %1V*.*
- ECHO
- ECHO
- ECHO
- ECHO ...Installation complete.
- ECHO
- pause
- cls
- ECHO
- ECHO
- ECHO The program has been installed in a subdirectory named VIDSTORE on your hard
- ECHO disk drive %2. At the completion of this installation program, you will be
- ECHO in the VIDSTORE subdirectory. To get into this subdirectory at a later date,
- ECHO type %2 [press Enter], and then type CD \VIDSTORE [press Enter]. (If you
- ECHO need to, write these instructions down on a piece of paper for future
- ECHO reference.)
- ECHO
- ECHO Disregard hard disk installation instructions mentioned in the documentation
- ECHO because the program has already been installed on your hard disk. DO, HOWEVER,
- ECHO PAY CLOSE ATTENTION TO THE DIRECTIONS REGARDING THE BUFFERS AND FILES IN YOUR
- ECHO CONFIG.SYS FILE.
- ECHO
- ECHO
- ECHO OFF
- goto done
- :error
- echo ** ERROR: you MUST specify the SOURCE and TARGET drives! **
- :done
- pause
- cls