home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / wp / dospel37.zip / DO-98.ZIP / ARCLZH.BAT < prev    next >
DOS Batch File  |  1990-11-17  |  473b  |  18 lines

  1. echo off
  2. rem door J.A.M. Kleijn, Rotterdam.
  3. if not %%(%1)==%%() goto begin
  4. echo  
  5. echo Batchfile for converting .ARC archive files to .LZH files. This batch file
  6. echo is for use with DODOS.EXE.
  7. echo  
  8. echo Batchfile om .ARC archive files naar .LZH file naar te converteren. Deze
  9. echo batchfile can door DODOS.EXE worden aangeroepen.
  10. goto einde
  11. :begin
  12. md \tempdir(
  13. pkxarc %1 \tempdir(
  14. lharc m %1 \tempdir(\*.*
  15. if exist %1.LZH del %1.ARC
  16. rd \tempdir(
  17. :einde
  18.