(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 !!
So you're going to put a copyright on a Windows system file being called by syntax through batch scripting on a few lines? Ok.
(I'm pretty sure this had been posted by many people, so it's nothing to complain about in my opinion)
doesnt matter if its 20 lines or 2000... plagiarists are thiefs/losers.
You missed my point, entirely I must say.
By your logic, I herby declare a copyright on the code in batch:
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 A
What 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:
lol, claiming a copy & paste on this... C'mon...