中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

中国DOS联盟论坛
现在时间是 2026-08-03 10:53
中国DOS联盟论坛 » DOS批处理 & 脚本技术(批处理室) » P处理文件名问题!! 查看 774 回复 1
楼 主 P处理文件名问题!! 发表于 2007-02-16 02:52 ·  中国 广东 深圳 电信
初级用户
★★
积分 135
发帖 64
注册 2006-12-20 04:35
19年会员
UID 74003
性别 男
状态 离线
今天做了个批想删除桌面上的快捷方式,用下面的第一段代码就找不到路径

最后改成第二段就能行??为什么?

批处理不支持长文件名是不是???到底有多长的限制呀?

大哥们能帮一下小菜吗?



del /s /q C:\Documents and Settings\cface\桌面\QQ.lnk
del /s /q C:\Documents and Settings\cface\桌面\单机游戏.lnk
del /s /q C:\Documents and Settings\cface\桌面\常用工具.lnk
del /s /q C:\Documents and Settings\cface\桌面\百宝箱.url
del /s /q C:\Documents and Settings\cface\桌面\游戏中心.lnk
del /s /q C:\Documents and Settings\cface\桌面\易游网娱平台.lnk
del /s /q C:\Documents and Settings\cface\桌面\网吧影院.url
del /s /q C:\Documents and Settings\cface\桌面\网吧消费客户端.lnk
del /s /q C:\Documents and Settings\cface\桌面\网吧音乐.lnk
del /s /q C:\Documents and Settings\cface\桌面\聊天工具.lnk
del /s /q C:\Documents and Settings\cface\桌面\锁屏挂机.lnk




del /s /q C:\Docume~1\cface\桌面\QQ.lnk
del /s /q C:\Docume~1\cface\桌面\单机游戏.lnk
del /s /q C:\Docume~1\cface\桌面\常用工具.lnk
del /s /q C:\Docume~1\cface\桌面\百宝箱.url
del /s /q C:\Docume~1\cface\桌面\游戏中心.lnk
del /s /q C:\Docume~1\cface\桌面\易游网娱平台.lnk
del /s /q C:\Docume~1\cface\桌面\网吧影院.url
del /s /q C:\Docume~1\cface\桌面\网吧消费客户端.lnk
del /s /q C:\Docume~1\cface\桌面\网吧音乐.lnk
del /s /q C:\Docume~1\cface\桌面\聊天工具.lnk
del /s /q C:\Docume~1\cface\桌面\锁屏挂机.lnk
2 发表于 2007-02-20 11:26 ·  中国 江苏 徐州 电信
初级用户
积分 36
发帖 10
注册 2007-02-10 06:32
19年会员
UID 79139
性别 男
状态 离线
或许是文件路径中带有空格的缘故吧
论坛跳转: