less than 1 minute read

I wrote a little script for an article entitled “Remove OGA Notifier”.

Today I discovered that mydigitallife.info had clearly taken details from my batch file code and used it without giving any credit at all.

Just compare the actual functions in my removeoga.bat to their RemoveOGA.bat, you can clearly see it’s the same, yet no credit is given at all.

mydigitallife.info is LAME.

Taking someone else’s code and not giving any credit for it is LAME, yes mydigitallife.info is lame and I will be boycotting your site until further notice.

@ECHO off

TITLE mydigitallife.info Boycott

ECHO mydigitallife.info Boycott because they stole my code without giving me credit.

ECHO.

ECHO This will bind mydigitallife.info and www.mydigitallife.info to 0.0.0.0

PAUSE

ECHO 0.0.0.0 www.mydigitallife.info » %systemdrive%\windows\system32\drivers\etc\hosts

ECHO 0.0.0.0 mydigitallife.info » %systemdrive%\windows\system32\drivers\etc\hosts

Simply copy this into a notepad window, and save as “mydigitallife_boycott.bat”, then run it.

Anyway, I’ve since improved my batch file to support more versions and languages, so if you copy that too, I’ll be on to you!

Thanks.

Note: If you were to clearly give credit, I may remove this post.

Comments