home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super Net 1
/
SUPERNET_1.iso
/
PC
/
OTROS
/
MSDOS
/
NCSA
/
TEL2307B.ZIP
/
TELNET.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-11-19
|
248 b
|
11 lines
@echo off
rem If there are no arguments, then telnet is started with default options.
if .%1 == . goto defh
telbin %1 %2 %3 %4 %5 %6
goto exith
:defh
rem Here the default option is to connect to the machine void.
telbin void
:exith
echo.