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"
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"