![]() |
|
Chat with Friends through Command Prompt - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Chat with Friends through Command Prompt (/Thread-Chat-with-Friends-through-Command-Prompt) Pages:
1
2
|
RE: Chat with Friends through Command Prompt - Linuxephus™ - 12-30-2012 I just visited that *Site*, and the difference between there & Here is striking to say the least. Methinks here is in no means of losing Best In The World entitlement anytime soon. ![]() Eh...not bad for a site in it's infancy though.:ok: RE: Chat with Friends through Command Prompt - ArkPhaze - 02-02-2013 (12-30-2012, 09:51 PM)Geoff Wrote:(03-24-2012, 04:25 AM)ArkPhaze Wrote:(03-22-2012, 03:41 PM)MR.AWESOME Wrote: This thread was originally posted by me in coderscentral.exofire.net and HEX is using it without acknowledging me !! You missed my point, entirely I must say. By your logic, I herby declare a copyright on the code in batch: Code: echo.Nobody can use that now. (...See my point now? You can hardly claim a copy and paste against something so simple. Take the traditional hello world as an example. I bet you I could write a hello world in batch without seeing examples of it, because I've done the traditional hello world in many other languages before.) lol, you can't be so daft. A claim for copy & paste on a basic script like this? Code: @echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto AWhat is that, a few echo's, a few set variables, cls, pause, a goto, and the net.exe binary? I am pretty sure someone else could write this exact same thing without even having seen this script in his/her life. All it takes is: Code: net /?lol, claiming a copy & paste on this... C'mon... RE: Chat with Friends through Command Prompt - Ex094 - 02-02-2013 This will work only in XP i guess, Nice Share though! |