home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / t2305sv.zip / TELNET.BAT < prev    next >
DOS Batch File  |  1991-08-28  |  168b  |  9 lines

  1. @echo off
  2. if .%1 == . goto defh
  3. c:\ncsa\telbinsv -h c:\ncsa\config.tel %1 %2 %3 %4 %5 %6
  4. goto exith
  5. :defh
  6. c:\ncsa\telbinsv -h c:\ncsa\config.tel trout
  7. :exith
  8.  
  9.