发新话题
打印

[求助]如何编写一个cmd批处理文件在windows环境中运行安装sp2的所有补丁

[求助]如何编写一个cmd批处理文件在windows环境中运行安装sp2的所有补丁

各位高手,我打算制作一张工具光盘,其中一个功能是在windows环境中运行一个cmd批处理文件安装sp2的所有补丁,过程中又不想重启,不知道这样的cmd如何编写,主要因为是各补丁的运行参数不知道,请那位高人热心相助,谢谢!!!!
欢迎光临我的网络E盘
http://hqh0791.ys168.com/
http://2pan.mumayi.net/myspace.aspx?username=shaton

TOP

[求助]如何编写一个cmd批处理文件在windows环境中运行安装sp2的所有补丁

谢谢各位,我用了一个笨方法解决了,其实我的本意是用笨笨熊软件通用启动程序做一张装机工具盘,把winxp sp2的常用补丁作为其中一个安装选项而已。我的cmd如下
@echo
%cdrom% cd winxp sp2补丁/
start /wait dotnetfx.exe /q
start /wait KB886903.exe /q
start /wait KB890830.exe /q
start /wait KB834707.exe /p /n
start /wait KB867282.exe /p /n
start /wait KB873333.exe /p /n
start /wait KB873339.exe /p /n
start /wait KB885250.exe /p /n
start /wait KB885835.exe /p /n
start /wait KB885836.exe /p /n
start /wait KB886185.exe /p /n
start /wait KB887472.exe /p /n
start /wait KB888113.exe /p /n
start /wait KB888302.exe /p /n
start /wait KB890047.exe /p /n
start /wait KB890175.exe /p /n
start /wait KB891781.exe /p /n
start /wait KB886677.exe /p /n
start /wait KB887742.exe /p /n
欢迎光临我的网络E盘
http://hqh0791.ys168.com/
http://2pan.mumayi.net/myspace.aspx?username=shaton

TOP

发新话题