标题: 为何结束进程,然后call进程,就不显示下面的命了?
[打印本页]
作者: braveboy
时间: 2007-11-15 08:53
标题: 为何结束进程,然后call进程,就不显示下面的命了?
@Echo Off
COLOR 5f
cls
echo.
echo.
echo.
echo 开始卸载 WindowBlinds Ver.6.0 ,请按任意键开始卸载。!
echo.
echo.
pause
sc config Themes start= AUTO
regsvr32 /s /u wblind.dll
regsvr32 /s /u WbSrv.dll
Ren WbSrv.dll WbSrvs.dll
@Echo Windows Registry Editor Version 5.00>>delreg.reg
@Echo [-HKEY_CURRENT_USER\Software\Stardock]>>delreg.reg
@Echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Stardock]>>delreg.reg
@Echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.wba]>>delreg.reg
@Echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wbload.Document]>>delreg.reg
@Echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Desk\shellex\PropertySheetHandlers\WindowBlinds]>>delreg.reg
regedit /s delreg.reg
del delreg.reg
cls
taskkill /IM explorer.exe /F >nul
rd /s /q "%ProgramFiles%\WindowBlinds Ver.6.0"
call "%windir%\explorer.exe"
echo.
echo.
echo.
echo 卸载 WindowBlinds Ver.6.0 完毕!重启即可恢复系统默认界面 =。=||||
echo.
echo 该窗口将在5秒后自动关闭。!
echo.
ping 127.0.0.1 -n 5 >nul
========================================
taskkill /IM explorer.exe /F >nul
rd /s /q "%ProgramFiles%\WindowBlinds Ver.6.0"
call "%windir%\explorer.exe"
这个命令结束explorer进程,删除WB6目录,然后运行explorer ,然后下面的
echo.
echo.
echo.
echo 卸载 WindowBlinds Ver.6.0 完毕!重启即可恢复系统默认界面 =。=||||
echo.
echo 该窗口将在5秒后自动关闭。!
echo.
ping 127.0.0.1 -n 5 >nul
这些命令就不显示了?:(:(
就是以个 _ 符号在左上脚跳,
:lol:有米大虾指点指点呐? 刚学批处理没几天,不是很懂
作者: fastslz
时间: 2007-11-15 09:03
http://www.cn-dos.net/forum/view ... =%E9%9A%90%E8%97%8F
作者: braveboy
时间: 2007-11-15 09:05
TOT, 这几天都在天水,今天遭报应勒。。
积分高于10
作者: braveboy
时间: 2007-11-15 09:19
还是没看懂,能否直接说说原因?
为何不显示以下命令?
作者: fastslz
时间: 2007-11-15 09:48
哦你是要显示啊,start %windir%\explorer.exe
作者: braveboy
时间: 2007-11-15 13:04
这个命令我试过了,
结束EXPLORER成功后,在运行这个start %windir%\explorer.exe命令,显示的是CMD窗口。
CMD的标题是 c:\windows\explorer
怎么弄?
而不运行explorer.exe
作者: dikex
时间: 2007-11-15 13:17
start "" "%windir%\explorer.exe"