1.

Solve : Chat tool using dos?

Answer» <html><body><br/><br/><a href="https://interviewquestions.tuteehub.com/tag/hi-479908" style="font-weight:bold;" target="_blank" title="Click to know more about HI">HI</a> Techs,<br/><br/>Can we create a chat tool using dos. That can chat over internet like MSN or Yahoo.<br/><br/>Thanks and regards<br/>vishuProbably. Why don't you <a href="https://interviewquestions.tuteehub.com/tag/research-247379" style="font-weight:bold;" target="_blank" title="Click to know more about RESEARCH">RESEARCH</a> it and show us your code?<br/><br/>Here, I'll start you off<br/><br/><a href="https://www.google.com/search?source=ig&amp;hl=en&amp;rlz=&amp;=&amp;q=command+line+chat+tool&amp;btnG=Google+Search">http://www.google.com/search?source=ig&amp;hl=en&amp;rlz=&amp;=&amp;q=command+line+chat+tool&amp;btnG=Google+Search</a><br/><br/><br/>Sorry to <a href="https://interviewquestions.tuteehub.com/tag/disappoint-2584866" style="font-weight:bold;" target="_blank" title="Click to know more about DISAPPOINT">DISAPPOINT</a> you but I could find it. Could you be specific?Did you mean you want somebody to write a chat program for you?<br/>Even if you look <a href="https://interviewquestions.tuteehub.com/tag/around-884554" style="font-weight:bold;" target="_blank" title="Click to know more about AROUND">AROUND</a> on this forum you will find something.<br/><br/> Quote from: Frejoh466 on August 15, 2010, 03:51:30 AM<blockquote> Code: <a>[Select]</a>echo off<br/>:A <br/>Cls<br/>set /<a href="https://interviewquestions.tuteehub.com/tag/p-236832" style="font-weight:bold;" target="_blank" title="Click to know more about P">P</a> n=User:  IP address<br/>set /p m=Message: message<br/>net send %n% %m% <br/>Pause<br/>Goto A<br/></blockquote></body></html>


Discussion

No Comment Found