home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / tcptest.zip / local1.cmd next >
OS/2 REXX Batch file  |  2002-01-23  |  372b  |  21 lines

  1. @echo off
  2. echo.
  3. echo ------------------------
  4. echo TCP/IP Local speed test.
  5. echo ------------------------
  6. echo.
  7.  
  8. echo Phase #1, wait for 1 minute...
  9. echo.
  10. tcptest 127.0.0.1 60 1 0 0
  11.  
  12. echo.
  13. echo Phase #2, wait for 1 minute...
  14. echo.
  15. tcptest 127.0.0.1 60 0 0 1
  16.  
  17. del local1.log /N >nul 2>nul
  18. ren tcptest.log local1.log
  19. echo.
  20. echo See results in local1.log
  21.