标题: P处理不支持长文件名???
[打印本页]
作者: lovehack2006
时间: 2007-2-16 02:52
标题: P处理不支持长文件名???
今天做了个批想删除桌面上的快捷方式,用下面的第一段代码就找不到路径
最后改成第二段就能行??为什么?
批处理不支持长文件名是不是???到底有多长的限制呀?
大哥们能帮一下小菜吗?
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
[
Last edited by namejm on 2007-2-20 at 02:57 PM ]
作者: slore
时间: 2007-2-16 04:11
长文件名有空格的话。你先加引号
作者: lovehack2006
时间: 2007-2-17 03:39
谢谢哥们,我来试一下呀。。。。真的太感谢你了。
作者: lovehack2006
时间: 2007-2-17 03:46
成功。真的可以。。。谢了。
作者: mawith
时间: 2007-3-7 07:42
DOS是不支持长文件名的