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

  1. @echo off
  2. goto begin
  3. REM **************************************************************************
  4. REM
  5. REM Make sure %DESIRE% contains the directory to desire WITHOUT an ending  '\'
  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: HUP.BAT <Node> <Comport> <Comspeed> <Receivepath>
  11. REM
  12. REM **************************************************************************
  13. :begin
  14.  
  15. del %DESIRE%\data\dszlog.%1 >NUL
  16.  
  17. REM **************************************************************************
  18. REM Deletes the old DSZLOG.x created by the last HYDRA-session
  19. REM **************************************************************************
  20.  
  21. set DSZLOG=%DESIRE%\data\dszlog.%1
  22. hydracom port %2 speed %3 result %DESIRE%\data\dszlog.%1 receive %4 get
  23.  
  24. REM **************************************************************************
  25. REM Call Hydracom with the desire speed/port, receivepath (for uploads)
  26. REM and the path to the list with the files which should be downloaded.
  27. REM **************************************************************************
  28.  
  29. dsztodes %DESIRE%\data\dszlog.%1 %DESIRE%\data\transfer.%1 -d >NUL
  30. REM **************************************************************************
  31. REM Now call DSZTODES to convert the DSZLOG.x to the dESiRE compatible
  32. REM TRANSFER.x and put it in the right directory..
  33. REM **************************************************************************
  34.