AboutAlex Barry Expertise I have been a qbasic programmer since 2000, creating games, minor libraries and various small programs. I have experience using interrupts, graphics, file input/output, the mouse cursor, and using libraries. I have also learned FreeBASIC, c/c++, python, php and html.
I do not claim to be an absolute authority in any language, but I don't mind looking things up and learning with you.
Experience Hobby programming since 2000
I no longer belong to any community programming groups, but do have knowledge of *basic dialects and C/C++
Question hello,
thanks for the good reply of previous question.but
could you please tell me how to find other person's IP
address when we are chatting with that person in dos
commands. i am not a hacker from their IP addresses we can
find the truths of fake accounts.
i shall be very thankful to you
raman
Answer Hi, Raman,
You'll have to tell me how you are chatting with dos commands. Are you running a chat program? If so, and if you are running windows, you can download a tool called "wireshark" that will tell you that sort of information. Otherwise, you can try using the dos command "netstat" to see all the connections, then resolve the address ("ping [address]"), and you will get the IP address using DOS commands.
If you have some more details about how you are chatting with someone over DOS (what program/network library is being used, for instance), that would be more helpful.