home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if exist \cvoption.fil goto l1
- copy a:dealer.fil \cvoption.fil
- goto l2
- :l1
- echo .
- echo . Please backup and remove "\CVOPTION.FIL" then
- echo . rerun this installation.
- echo .
- goto l3
- :l2
- echo .
- echo . \CVOPTION.FIL installed.
- echo .
- :l3
-