|
boot.cmd
-----------------------
attrib A:\boot.ini -r -s -h
attrib A:\ntldr -r -s -h
attrib A:\boot1.ini -r -s -h
attrib A:\ntldr1 -r -s -h
copy A:\boot1.ini c:\boot.ini
attrib A:\boot.ini +r +s +h
copy A:\ntldr1 c:\ntldr
attrib A:\ntldr +r +s +h
del A:\boot1.ini
del A:\ntldr1
del A:\boot.cmd
这个文件仅仅是为了做通用型的Ramos,自动检测电源用的。运行后它会自删除,你现在不需要了。
你现在直接装驱动,装完后只需要 VDM装载IMG-->设置同步软件-->同步-->保存设置 就可以了。(同步是同步文件,保存设置是保存注册表)
以上操作还可以用“深度RAMOS工具”装载IMG后热备份就可以了。 |
|