home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / ZSSHL25 / ZUNARJV.BA_ / ZUNARJV.BAT
DOS Batch File  |  1995-01-05  |  397b  |  16 lines

  1. @echo off
  2. REM ZUNARJV -------------------------------------
  3. REM Batch file to use ARJ (view mode)
  4. REM
  5. REM with the ZS Shell
  6. REM %1 is the ARJ file name
  7. REM %2 is the ZIP file to create
  8. REM 
  9. REM We use a temp directory named 897436
  10. REM make sure you don' t use such a directory
  11. REM to avoid a possible blanking...
  12. REM --------------------------------------------
  13. ARJ l %1 *.*
  14. PAUSE
  15.  
  16.