home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / MSDOS / NCSA / TEL2307B.ZIP / TELNET.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-11-19  |  248 b   |  11 lines

  1. @echo off
  2. rem If there are no arguments, then telnet is started with default options.
  3. if .%1 == . goto defh
  4. telbin %1 %2 %3 %4 %5 %6
  5. goto exith
  6. :defh
  7. rem Here the default option is to connect to the machine void.
  8. telbin void
  9. :exith
  10. echo.
  11.