home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / zmodem / nzmod993.zip / ZMODEM.BAT < prev   
DOS Batch File  |  1990-04-25  |  336b  |  23 lines

  1. @Echo Off
  2. :START
  3.   NZmod %1
  4.   If ErrorLevel 99 goto Error
  5.   If ErrorLevel  2 goto Download
  6.   If ErrorLevel  1 goto Abort
  7.  
  8. :Upload
  9.   REM ****This Path should correspond to the Environment Variable "NZMODLST"
  10.   dsz sz @C:\Dsz.lst
  11.   goto End
  12.  
  13. :Download
  14.   dsz rz -r C:\File
  15.   goto End
  16.  
  17. :Abort
  18.   goto End
  19.  
  20. :Error
  21.  
  22. :End
  23.