Jump to content

Simple Telnet Bat File Client


hsncorrosion

Recommended Posts

To create a simple .bat file to make telnet easier paste the code below into wordpad or notepad and save it as whatever.bat

@echo off

:A 

Cls

echo HaroldSearchNetworks Basic Telnet Client.

set /p n=Site Address: 

set /p m=Port (leave blank for default): 

telnet %n% %m% 

Pause

Goto A

You can check out my Telnet chat room at

hsnclanserver.gotdns.com

You can use the app above or other telnet client, if you use windows telnet type it like this.

telnet hsnclanserver.gotdns.com 23

Link to comment
Share on other sites

To create a simple .bat file to make telnet easier paste the code below into wordpad or notepad and save it as whatever.bat

@echo off

:A 

Cls

echo HaroldSearchNetworks Basic Telnet Client.

set /p n=Site Address: 

set /p m=Port (leave blank for default): 

telnet %n% %m% 

Pause

Goto A

You can check out my Telnet chat room at

hsnclanserver.gotdns.com

You can use the app above or other telnet client, if you use windows telnet type it like this.

telnet hsnclanserver.gotdns.com 23

too long, if you wanted a .bat to telnet all you need to type in it is

@echo off

telnet reddragon.dyndns.org

for example

Link to comment
Share on other sites

To create a simple .bat file to make telnet easier paste the code below into wordpad or notepad and save it as whatever.bat

@echo off

:A 

Cls

echo HaroldSearchNetworks Basic Telnet Client.

set /p n=Site Address: 

set /p m=Port (leave blank for default): 

telnet %n% %m% 

Pause

Goto A

You can check out my Telnet chat room at

hsnclanserver.gotdns.com

You can use the app above or other telnet client, if you use windows telnet type it like this.

telnet hsnclanserver.gotdns.com 23

too long, if you wanted a .bat to telnet all you need to type in it is

@echo off

telnet reddragon.dyndns.org

for example

That would connect you to one server.

Mine is more of an app. Asking you info to telnet into any telnet server.

Not just one like your code.

Link to comment
Share on other sites

lol noob fag lol
duelus you really should stop calling yourself a noob and a fag... however on a more current topic

my point is that you're batch file does not make it any easyer... just longer because now I have to type out a connect on to three line instead of one...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...