home *** CD-ROM | disk | FTP | other *** search
/ Media Share 6 / mediashare_6.zip / mediashare_6 / UNWARP.BAT < prev   
DOS Batch File  |  1994-02-08  |  299b  |  14 lines

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