home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / T2305SV.ZIP / TELNET.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-08-28  |  168 b   |  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.