home *** CD-ROM | disk | FTP | other *** search
/ Media Share 4 / mediashare_4.zip / mediashare_4 / UNWARP.BAT < prev   
DOS Batch File  |  1994-01-31  |  375b  |  20 lines

  1. @echo off
  2. if not %1=="" GOTO OK
  3. GOTO FAIL
  4. :OK
  5. IF %1==C: GOTO INST
  6. IF %1==c: goto inst
  7. IF %1==D: GOTO INST
  8. IF %1==d: goto inst
  9. goto fail
  10. :inst
  11. xcopy \install\. %1\ /s
  12. %1
  13. PATH=%1\ARJ241;%1\PKZIP240;%1\MCAFEE\SCAN111;%1\SHEZ90A;%PATH%
  14. CD \SHEZ90A
  15. goto exit
  16. :fail
  17. echo You should type UNWARP C: or D: to copy the neccesary files to your
  18. echo harddisk.
  19. :exit  
  20.