hsncorrosion Posted January 27, 2007 Share Posted January 27, 2007 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 Quote Link to comment Share on other sites More sharing options...
majk Posted January 27, 2007 Share Posted January 27, 2007 What benefits does using that bat file give you? Quote Link to comment Share on other sites More sharing options...
hsncorrosion Posted January 27, 2007 Author Share Posted January 27, 2007 What benefits does using that bat file give you? Basicly it's for anyone who can't remember the telnet command. But then again if you post on Hak.5 you should. Quote Link to comment Share on other sites More sharing options...
uber_tom Posted January 27, 2007 Share Posted January 27, 2007 yeah, i often have trouble remembering the telnet command. Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted January 27, 2007 Share Posted January 27, 2007 yeah, i often have trouble remembering the telnet command.QFE Quote Link to comment Share on other sites More sharing options...
psycho Posted January 28, 2007 Share Posted January 28, 2007 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 Quote Link to comment Share on other sites More sharing options...
hsncorrosion Posted January 28, 2007 Author Share Posted January 28, 2007 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. Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted January 28, 2007 Share Posted January 28, 2007 whats the name of the file? Quote Link to comment Share on other sites More sharing options...
hsncorrosion Posted January 28, 2007 Author Share Posted January 28, 2007 whats the name of the file? Whateveryouwanttonameit.bat Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted January 28, 2007 Share Posted January 28, 2007 can I name in telnet.bat? Quote Link to comment Share on other sites More sharing options...
hsncorrosion Posted January 28, 2007 Author Share Posted January 28, 2007 can I name in telnet.bat? Yes Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted January 28, 2007 Share Posted January 28, 2007 can I name in telnet.bat? Yes Do you get what I'm hinting at? Quote Link to comment Share on other sites More sharing options...
hsncorrosion Posted January 28, 2007 Author Share Posted January 28, 2007 can I name in telnet.bat? Yes Do you get what I'm hinting at? maybe Quote Link to comment Share on other sites More sharing options...
Deveant Posted January 28, 2007 Share Posted January 28, 2007 can I name in telnet.bat? Yes Do you get what I'm hinting at? maybe thats a no isnt it ? Quote Link to comment Share on other sites More sharing options...
hsncorrosion Posted January 28, 2007 Author Share Posted January 28, 2007 can I name in telnet.bat? Yes Do you get what I'm hinting at? maybe thats a no isnt it ? maybe Quote Link to comment Share on other sites More sharing options...
Deveant Posted January 28, 2007 Share Posted January 28, 2007 does that count as spam? Quote Link to comment Share on other sites More sharing options...
hsncorrosion Posted January 28, 2007 Author Share Posted January 28, 2007 does that count as spam? not sure, but if it is we better stop Quote Link to comment Share on other sites More sharing options...
Duelus Posted January 28, 2007 Share Posted January 28, 2007 lol noob fag lol Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted January 28, 2007 Share Posted January 28, 2007 lol noob fag lolduelus 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... Quote Link to comment Share on other sites More sharing options...
wetelectric Posted January 28, 2007 Share Posted January 28, 2007 huh...? That's a telnet client? huh? kids :roll: Quote Link to comment Share on other sites More sharing options...
hsncorrosion Posted January 29, 2007 Author Share Posted January 29, 2007 I see what you mean, but you must think that if someone must access a telnet system and cant remember the code to type this does make it easier. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.