问题描述:
电脑用的是XP的系统,下了不少补丁,可按照上面介绍的方法,把所有的补丁做的批处理,文本文档格式命名为.bat后,却不能用,名字为.txt.bat
求助应该怎么做才对啊?就是变不成批处理的那样的图标
@echo off
echo Windows XP SP1 后的所有补丁升级程序!
echo 正在升级中,请等.............
start /wait No.1-WindowsXP-KB885835-x86-CHS.exe /passive /norestart
start /wait No.2-WindowsXP-KB886185-x86-chs.exe /passive /norestart
start /wait No.3-WindowsXP-KB890175-x86-CHS.exe /passive /norestart
start /wait No.4-WindowsXP-KB888113-x86-CHS.exe /passive /norestart
start /wait No.5-WindowsXP-KB894391-x86-CHS.exe /passive /norestart
start /wait No.6-WindowsXP-KB888302-x86-CHS.exe /passive /norestart
start /wait No.7-WindowsXP-KB890047-X86-CHS.exe /passive /norestart
start /wait No.8-WindowsXP-KB873333-x86-CHS.exe /passive /norestart
start /wait No.9-WindowsXP-KB885250-x86-CHS.exe /passive /norestart
start /wait No.10-WindowsXP-KB891781-x86-CHS.exe /passive /norestart
start /wait No.11-WindowsXP-KB867282-x86-CHS.exe /passive /norestart
start /wait No.40-Windows-KB890830-V1.9-CHS.exe /q
echo 升级完毕,请重新启动您的计算机,以便完成升级,按任意键关闭此窗口!
pause
exit
解析:
是这样的。
打开我的电脑,
在浏览器上的工具-->文件夹选项-->察看--〉隐藏已知文件的扩展名,把那个钩去掉
这样回去看你的批处理变成了XXX.bat.txt.
把后面那个.txt去掉就可以了。
在系统C盘根目录下有一个名为autoexec.bat的文件,是系统、隐藏属性的文件,在这个文件的最后加上一行“CALL+空格+你的批处理文件名”,就可以在WINXP启动前运行你的批处理了,因为这个文件是在系统自检以后第一个加载的。欢迎分享,转载请注明来源:内存溢出
评论列表(0条)