home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a009 / 1.ddi / INSTALL.BAT
Encoding:
DOS Batch File  |  1992-05-26  |  768 b   |  27 lines

  1. echo off
  2. echo  m&M  software research ins.
  3. if #%1==# goto clipper5
  4. if not exist %1\lib\clipper.lib goto notexist
  5. echo installing Chinese driver of clipper 5.01
  6. echo Please wait a few minutes ....
  7. copy \lib %1\lib >>nul
  8. copy \bin %1\bin >>nul
  9. echo Chinese driver of clipper 5.01  successful installed
  10. goto end
  11. :clipper5
  12. if not exist C:\clipper5\lib\clipper.lib goto notexist
  13. echo installing Chinese driver of clipper 5.01
  14. echo Please wait a few minutes ....
  15. copy \lib c:\clipper5\lib >>nul
  16. copy \bin c:\clipper5\bin >>nul
  17. echo Chinese driver of clipper 5.01  successful installed
  18. goto end
  19. :notexist
  20. echo clipper 5.01 compiler not exist!
  21. echo Please type: install  clipper_dir
  22. :end
  23. echo on
  24.  installed
  25. goto end
  26. :notexist
  27. echo clipper 5.01 compi