http://www.cn-dos.net/forum/view ... ghlight=USBASPI.SYS作者: rubasse2000 时间: 2006-7-4 09:58 to fastslz
我把USBASPI.SYS放到我的usb启动盘中,然后在config.sys里加入DEVICE=usbaspi.sys 。重新启动后出现 The foollowling file is missing or corrupted:command.com type the name of the command Interpreter(e.g., c:\windows\command.com
请问这是怎么回事?
还有就是把http://www.cn-dos.net/forum/view ... p;highlight=USBMASS里的几个可执行文件在dos下执行,机器死了。没有反应。作者: fastslz 时间: 2006-7-4 11:08 The foollowling file is missing or corrupted:command.com type the name of the command Interpreter(e.g., c:\windows\command.com
autoexec.bat:
@echo off
MSCDEX /D:MSCD001 /V
smartdrv
cls
TWAY
py
wbx
MENU.BAT作者: rubasse2000 时间: 2006-7-4 16:40 问题是corrupted:command.com type the name of the command Interpreter(e.g., c:\windows\command.com 然后光标就停在A>这里,按任何键都是显示corrupted:command.com type the name of the command Interpreter的话。所以不知道如何做。作者: fujianabc 时间: 2006-7-4 17:27 你的u盘是否支持usb-fdd启动?
作者: AGFenix 时间: 2006-7-7 00:35 太好了,居然有这样的好贴!!我的本本就是没有光驱坏了啊,没有USB启动盘什么的,但是现在急需重装系统!本本里还有操作系统,只有一个分区,而且我重装系统前想把硬盘格式化。有另外一台正常的台式机,可以与本本通过网线连接,请问怎么样才能重装系统啊!关键是笔记本格式化以后怎么在台式机上把XP安装程序拷过来然后进行安装,怎么也想不到办法啊,各位大哥救救我~~谢谢了!!
PS:不想拆硬盘作者: rubasse2000 时间: 2006-7-7 09:47 to fastslz
我用fdd格式化后,把temp.rar里的文件copy的闪盘上。但是启动后出现
The following file is missing or corrupted : DI1000DD.SYS
corrupted:command.com type the name of the command Interpreter(e.g., c:\windows\command.com
Originally posted by fastslz at 2006-7-7 11:26:
DI1000DD.SYS文件是没问题的,可能如17楼说的因为DOS下的USB的驱动会破坏BIOS内置的USB驱动,去掉
DEVICE=A:\USBASPI.SYS /R /V /NORST
DEVICE=A:\DI1000DD.SYS
试试