Windows 版 (精华区)
发信人: crystal (花), 信区: Windows
标 题: OEM版的win95,进dos6.22后用这个批处理来解救
发信站: 紫丁香 (Thu Aug 28 09:24:41 1997)
绝对好使
如果已死机则
先用A:启动
然后执行批处理
正常时,要退出了,就执行一边
path c:\dos
rem SHR C:\IO.SYS
attrib -s -h -r io.sys
ren io.sys io.dos
attrib +s +h +r io.dos
rem SHR C:\JO.SYS
attrib -s -h -r jo.sys
ren jo.sys io.sys
attrib +s +h +r io.sys
rem C:\MSDOS.SYS
attrib -s -h -r msdos.sys
ren msdos.sys msdos.dos
attrib +s +h +r msdos.dos
rem A SHR C:\MSDOS.W40
attrib -s -h -r msdos.w40
ren msdos.w40 msdos.sys
attrib +s +h +r msdos.sys
ren msdos.sys msdos.dos
rem A C:\COMMAND.COM
ren command.com command.dos
rem A C:\COMMAND.W40
ren command.w40 command.com
rem A C:\CONFIG.W40
ren config.w40 config.sys
rem A C:\AUTOEXEC.BAT
ren autoexec.bat *.dos
rem A C:\CONFIG.SYS
ren config.sys *.dos
rem A H C:\AUTOEXEC.W40
attrib -h autoexec.w40
ren autoexec.w40 *.bat
attrib +h autoexec.bat
--
※ 来源:.紫丁香 pclinux.hit.edu.cn.[FROM: robsn01.hit.edu]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.936毫秒