home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / arj.zip / TEST_ARJ.BAT < prev    next >
DOS Batch File  |  1990-12-28  |  346b  |  8 lines

  1. REM TEST_ARJ.BAT
  2. REM This batch file tests ARJ on all your disk files by archiving them to
  3. REM multiple volumes.  To save space, the volumes are deleted immediately.
  4. REM Usage:  TEST_ARJ [work_directory\]
  5. REM Be sure to include the trailing \ character if you specify a directory.
  6. REM
  7. ARJ a %1arjvol c:\*.* -r -jt -y "-vasdel %1arjvol.*"
  8.