Demo Site
o =-mGb-9ofo! b0 1Zvt!Ck9anyVNo!= eoe9=nnbJ
IP: 127.0.0.1
Host: localhost
OS:
Navigateur:Mozilla compatibleMozilla compatible
User Agent:Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)


http://nate-ripper.blogspot.com Did You Know...
tahukah kamu bahwa IQ [tingkat kecerdasan] bayi yang diberi ASI lebih tinggi 5 angka daripada bayi lainnya. Berdasarkan hasil penelitian ini ditetapkan bahwa ASI yang diberikan hingga 6 bulan bermanfaat bagi kecerdasan bayi, dan anak yang disusui kurang dari 8 minggu tidak memberikan manfaat pada IQ. »» (?)

Tuesday, August 03, 2010

run versi batch...

neh lsng ja gw sharing klo yg dah tau jgn spam...

lumayan berguna bwt mengakali komputer yg run nya didisable...

===============================

@echo off
color 70
title Nate-Ripper
mode 40,10
:awal
echo ===================
echo = RUN versi Batch =
echo ===================
echo.
echo Type name of program, folder, document, or internet resource, and windows will open it for you.
echo.
set /p xx= Open:
cls
if not defined xx goto awal
if %xx%==%xx% start %xx%
goto awal

===============================

copas source diatas...
save as dng nama sesukanya dengan ekstensi .bat "run.bat"