home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / WAFM10.ZIP / WMRCV.BAT < prev    next >
DOS Batch File  |  1991-10-23  |  217b  |  6 lines

  1. rem Batch file to call protocol that receives reply packet.
  2. rem Protocol must not accept aborted transfers.
  3. rem First parameter is destination directory.
  4. DSZ port 2 rz %1
  5. if errorlevel 1 for %d in (%1) do del %d
  6.