home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / DESIRE15.ZIP / INSTALL.DAT / SUP.BAT < prev    next >
DOS Batch File  |  1997-01-01  |  1KB  |  36 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: SDOWN.BAT <Node> <Comport> <Comspeed> <Receivepath>
  11. REM
  12. REM **************************************************************************
  13. :begin
  14.  
  15. del %DESIRE%\data\dszlog.%1
  16. del %DESIRE%\data\transfer.%1
  17.  
  18. REM **************************************************************************
  19. REM Deletes the old DSZLOG and TRANSFER files.
  20. REM **************************************************************************
  21.  
  22. set DSZLOG=%DESIRE%\data\dszlog.%1
  23. smodem /p:%2 /s:%3 /f /d:%4 /z:%DESIRE%\data\dszlog.%1
  24.  
  25. REM **************************************************************************
  26. REM Call SMODEM with the desire port/speed, location of the flaglist and
  27. REM receivepath.
  28. REM **************************************************************************
  29.  
  30. dsztodes %DESIRE%\data\dszlog.%1 %DESIRE%\data\transfer.%1 -d >NUL
  31. REM **************************************************************************
  32. REM Now call DSZTODES to convert the DSZLOG.x to the dESiRE compatible
  33. REM TRANSFER.x and put it in the right directory..
  34. REM **************************************************************************
  35.  
  36.