home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / DOSPEL37.ZIP / DO-98.ZIP / DOM-10D.EXE / ZIP-ARC.BAT < prev    next >
DOS Batch File  |  1990-05-05  |  787b  |  27 lines

  1. echo off
  2. rem door J.A.M.Kleijn, Rotterdam.
  3. if not %%(%2)==%%() goto begin
  4. echo  
  5. echo Batchfile for converting .ZIP archive files to .ARC files. This batch file
  6. echo is used by DOMULTI.EXE, enter DOMULTI for more. Use MAKEARC.BAT to convert
  7. echo archive files to .ARC format.
  8. ECho  
  9. echo Batchfile om .ZIP archive files naar .ARC file naar te converteren. Deze
  10. echo batchfile wordt door DOMULTI.EXE aangeroepen, enter DOMULTI voor meer info.
  11. echo Gebruik MAKEARC.BAT om archivefiles naar .ARC vorm te converteren.
  12. goto einde
  13. :begin
  14.  
  15. md\tempdir(
  16. PKUNZIP %1\%2.%3 \tempdir(
  17. PKarc m %1\%2 \tempdir(\*.*
  18. goto klaar
  19. :error
  20. echo Error with %1\%2\.%3 !!, Boot system !!
  21. pause
  22. :klaar
  23. if not exist %1\%2.ARC goto error
  24. if exist %1\%2.ARC del %1\%2.%3
  25. rd\tempdir(
  26. :einde
  27.