home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / unwarp.bat < prev   
DOS Batch File  |  1994-03-07  |  307b  |  19 lines

  1. @echo off
  2. if not %1=="" GOTO OK
  3. GOTO FAIL
  4. :OK
  5. copy \install\*.* %1\
  6. %1
  7. cd\
  8. arj x -y cdesse.arj
  9. attrib arj.exe r+
  10. attrib cdesse.arj r+
  11. del cdesse.arj
  12. del arj.exe
  13. CD \SHEZ
  14. shezcfg
  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