• Welcome to Valhalla Legends Archive.
 

Batch Sockets?

Started by R.a.B.B.i.T, November 06, 2004, 10:21 AM

Previous topic - Next topic

R.a.B.B.i.T

I'm just wondering if it's possible to create a socket through batch, because I haven't been able to find anything about them?

Arta

Not that I've ever heard of, assuming you're talking about batch files.

R.a.B.B.i.T


The-FooL

You could create a program that would make a socket, and then run the program via the batch file.

R.a.B.B.i.T

That's not what I wanted to do though.  I was wondering if a basic telnet bot would be feasable through batch only.

Newby

I haven't really done anything with batch files, but couldn't you telnet <server> 6112 to start a connection?

If that's not what you mean, terribly sorry. I must be confused. :(
- Newby

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote<TehUser> Man, I can't get Xorg to work properly.  This sucks.
<torque> you should probably kill yourself
<TehUser> I think I will.  Thanks, torque.

R.a.B.B.i.T

Yes, but that's just running a batch file that then runs telnet.  I was looking for a way to make a chat client explicitly in batch.

Skywing

No, you can't do that without calling external programs.  Why would you want to do such a thing, anyway?

R.a.B.B.i.T

Say "look, I made a bot in batch!"
Also, I'd like to just get a good grasp of another language that I can make in notepad.

Newby

Quote from: R.a.B.B.i.T on November 07, 2004, 04:48 PM
Say "look, I made a bot in batch!"
Also, I'd like to just get a good grasp of another language that I can make in notepad.
Shellcode!
- Newby

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote<TehUser> Man, I can't get Xorg to work properly.  This sucks.
<torque> you should probably kill yourself
<TehUser> I think I will.  Thanks, torque.

Tuberload

Quote from: R.a.B.B.i.T on November 07, 2004, 04:48 PM
Say "look, I made a bot in batch!"
Also, I'd like to just get a good grasp of another language that I can make in notepad.

You can use any language in notepad. An IDE's sole purpose is to make the process easier on you, it is not required.
Quote"Pray not for lighter burdens, but for stronger backs." -- Teddy Roosevelt
"Your forefathers have given you freedom, so good luck, see you around, hope you make it" -- Unknown

Mephisto

Quote from: Tuberload on November 07, 2004, 05:50 PM
Quote from: R.a.B.B.i.T on November 07, 2004, 04:48 PM
Say "look, I made a bot in batch!"
Also, I'd like to just get a good grasp of another language that I can make in notepad.

You can use any language in notepad. An IDE's sole purpose is to make the process easier on you, it is not required.

I could never imagine coding projects in notepad though.  :)

Newby

Quote from: Mephisto on November 07, 2004, 09:17 PM
Quote from: Tuberload on November 07, 2004, 05:50 PM
Quote from: R.a.B.B.i.T on November 07, 2004, 04:48 PM
Say "look, I made a bot in batch!"
Also, I'd like to just get a good grasp of another language that I can make in notepad.

You can use any language in notepad. An IDE's sole purpose is to make the process easier on you, it is not required.

I could never imagine coding projects in notepad though.  :)
I could never imaging coding C on Linux in an IDE. :)
- Newby

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote<TehUser> Man, I can't get Xorg to work properly.  This sucks.
<torque> you should probably kill yourself
<TehUser> I think I will.  Thanks, torque.

Mephisto

Quote from: Newby on November 07, 2004, 10:58 PM
Quote from: Mephisto on November 07, 2004, 09:17 PM
Quote from: Tuberload on November 07, 2004, 05:50 PM
Quote from: R.a.B.B.i.T on November 07, 2004, 04:48 PM
Say "look, I made a bot in batch!"
Also, I'd like to just get a good grasp of another language that I can make in notepad.

You can use any language in notepad. An IDE's sole purpose is to make the process easier on you, it is not required.

I could never imagine coding projects in notepad though.  :)
I could never imaging coding C on Linux in an IDE. :)

??

Yoni

Quote from: Newby on November 07, 2004, 10:58 PM
Quote from: Mephisto on November 07, 2004, 09:17 PM
Quote from: Tuberload on November 07, 2004, 05:50 PM
Quote from: R.a.B.B.i.T on November 07, 2004, 04:48 PM
Say "look, I made a bot in batch!"
Also, I'd like to just get a good grasp of another language that I can make in notepad.

You can use any language in notepad. An IDE's sole purpose is to make the process easier on you, it is not required.

I could never imagine coding projects in notepad though. :)
I could never imaging coding C on Linux in an IDE. :)
IDEs are good. I wouldn't want to use gdb directly to debug.