home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 10 / mycd10.iso / progs / tun / dos / kernel / kerneln.arc / AUTOTCP.BAT next >
Encoding:
DOS Batch File  |  1994-07-11  |  360 b   |  19 lines

  1. @echo off
  2. if "%1"=="" goto start
  3. if "%1"=="START" goto start
  4. if "%1"=="start" goto start
  5. if "%1"=="STOP" goto stop
  6. if "%1"=="stop" goto stop
  7. :error
  8. echo "Usage : %0 START|STOP"
  9. goto end 
  10. :start
  11. C:\TUNTCP\CLARKSON\SMC_WD 0x62 5 0x300 0xd000
  12. C:\TUNTCP\ETHTCP.EXE -t 8 -u 6 -p 18
  13. goto end
  14. :stop
  15. C:\TUNTCP\TCPSTOP.EXE
  16. C:\TUNTCP\TERMIN 0x62
  17. :end
  18.  
  19.