home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo m&M software research ins.
- if #%1==# goto clipper5
- if not exist %1\lib\clipper.lib goto notexist
- echo installing Chinese driver of clipper 5.01
- echo Please wait a few minutes ....
- copy \lib %1\lib >>nul
- copy \bin %1\bin >>nul
- echo Chinese driver of clipper 5.01 successful installed
- goto end
- :clipper5
- if not exist C:\clipper5\lib\clipper.lib goto notexist
- echo installing Chinese driver of clipper 5.01
- echo Please wait a few minutes ....
- copy \lib c:\clipper5\lib >>nul
- copy \bin c:\clipper5\bin >>nul
- echo Chinese driver of clipper 5.01 successful installed
- goto end
- :notexist
- echo clipper 5.01 compiler not exist!
- echo Please type: install clipper_dir
- :end
- echo on
- installed
- goto end
- :notexist
- echo clipper 5.01 compi