home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / TEL23SRC.ZIP / TELNET.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-08-19  |  135 b   |  9 lines

  1. @echo off
  2. if .%1 == . goto defh
  3. telbin -h config.tel %1 %2 %3 %4 %5 %6
  4. goto exith
  5. :defh
  6. telbin -h config.tel void
  7. :exith
  8. echo.
  9.