Heading #1

Heading #2

Sunday, September 29, 2013

ဗိုင္းရပ္မ်ားသတ္ေပးနိုင္တဲ့ bat file ေလးဖန္တီးမယ္



 


ေအာက္ကကုတ္ေလးက ဗိုင္းရပ္ေတာ္ေတာ္မ်ားမ်ားကိုသတ္ေပးတယ္လို႕ေျပာတယ္ဗ်
credit ကိုဘယ္ကေနေပးရမွန္းေတာင္မသိေတာ့ဘူးဟဲ.

ေအာက္ကကုတ္ေလးေတြကို notepad ထဲ copy ကူးထည့္လိုက္ပါ
ျပီးရင္ antivirus.bat လို႕နာမ္မည္ေပးျပိး desktop ေရြးျပိး save လိုက္ပါ
ျပီးရင္ run လိုက္ပါ
အဆင္ေျပပါေစခင္ဗ်ာ..
 
@ECHO OFF
prompt $p$g
title algeeroidbiletdoux System FlashX
:Shredder
color 02
CLS
ECHO.
ECHO algeeroidbilletdoux System FlashX
ECHO DRIVE SHREDDER
ECHO.
dir /a/w
ECHO.
ECHO "PRESS THE TAB KEY IN YOUR KEYBOARD TO SELECT ON THE DIRECTORY"
ECHO.
SET /P M= SHREDD
IF NOT EXIST %M% GOTO :driveShredderERROR
attrib -s -h -r %M%
del /f /q %M%
IF NOT EXIST %M% GOTO :SHREDCOMP
RD /S %M%
:SHREDCOMP
COLOR 0A
echo MyBox = MsgBox("File/Folder has been Shredded. File/Folder deleted this way will never go at the recycle bin.", 6000, "algeeroidbilletdoux System FlashX") >driveshredder.vbs
start /w driveshredder.vbs
del /f /q driveshredder.vbs
GOTO :Shredder
:driveShredderERROR
COLOR 0A
echo MyBox = MsgBox("The File/Folder you type does not exist and match in the directory.", 6000, "algeeroidbilletdoux System FlashX") >folderatt.vbs
start /w folderatt.vbs
del /f /q folderatt.vbs
GOTO :Shredder

0 comments:

Post a Comment