home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / DESIRE15.ZIP / INSTALL.DAT / ZDOWN1.BAT < prev    next >
DOS Batch File  |  1997-01-01  |  813b  |  24 lines

  1. @ECHO OFF
  2. goto begin
  3. REM **************************************************************************
  4. REM
  5. REM ZM (DSZ Compatible ZModem) by Peter Mandrella
  6. REM
  7. REM Warning!: If you are running a network and your DATA dir is on another
  8. REM drive, edit all lines with %DESIRE%\DATA into the correct paths!
  9. REM
  10. REM Usage ZM:
  11. REM
  12. REM -f Use Fossil, if you use UART communication remove this option!
  13. REM
  14. REM **************************************************************************
  15. :begin
  16. DEL %DESIRE%\DATA\DSZLOG.%1 >NUL
  17. DEL %DESIRE%\DATA\TRANSFER.%1 >NUL
  18. SET DSZLOG=%DESIRE%\DATA\DSZLOG.%1
  19. ZM -f -\ -c%2 -b%3 sz @%DESIRE%\data\dlfiles.%1
  20. REM ^^^^-- for fossil
  21. REM ZM -\ -c%2 -b%3 sz @%DESIRE%\data\dlfiles.%1
  22. REM ^^^^-- for uart
  23. DSZTODES %DESIRE%\DATA\DSZLOG.%1 %DESIRE%\DATA\TRANSFER.%1  >NUL
  24.