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

  1. @echo off
  2. goto begin
  3. REM **************************************************************************
  4. REM Calls DESZ.EXE.
  5. REM
  6. REM Warning!: If you are running a network and your DATA dir is on another
  7. REM drive, edit all lines with %DESIRE%\DATA into the correct paths!
  8. REM
  9. REM Usage: ZUP.BAT <Node> <Comport> <Speed> <Receivepath> <Broken path>
  10. REM **************************************************************************
  11. :begin
  12. desz %1 %2 %3 U %4 %5 -RTS
  13.