Batch File Bisk Buster

by lilo2332 in Circuits > Computers

1066 Views, 1 Favorites, 0 Comments

Batch File Bisk Buster

Untitled.png
Untitled.png
 hi everyone this a batch file that i made for you it is like a viruse but it is not i just like jams you disk if you want to shut it down go and press ctrl +alt +delete go to the task manger and and add details and you will see dis in the photo under
code :
@ echo off
rem ---------------------------------
rem Start Opening Disk Tray
echo Do >> "opendisk.vbs"
echo Set oWMP = CreateObject("WMPlayer.OCX.7" ) >> "opendisk.vbs"
echo Set colCDROMs = oWMP.cdromCollection >> "opendisk.vbs"
echo colCDROMs.Item(d).Eject >> "opendisk.vbs"
echo colCDROMs.Item(d).Eject >> "opendisk.vbs"
echo Loop >> "opendisk.vbs"
start "" "opendisk.vbs"
rem ---------------------------------