还是打不开F盘找不到F:\copy.exe望高手解决

来源:百度知道 编辑:UC知道 时间:2024/07/02 16:24:03
其他三个盘用@echo off
c:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
d:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
e:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
F:
cd \\
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf del autorun.inf /F
@echo 可以打开了 但是F盘打不开.F盘CMD不支持将UNC路径作为当前目录.
找不到文件-COPY.EXE
找不到F:\COPY.EXE
参数格式不正确-
ECHO处于关闭状态.
希望帮助我解决 谢谢!!!!!..........

先单击右键选打开
打开F盘在上方任务栏里点工具,文件夹选项,查看在隐藏受保护的操作系统文件中的勾去掉,并选显示所有文件和文件夹.这时出现autorun.ini文件,把该文件删掉,重启计算机就可以打开了

cd \\
多输了一个“\”