标题: 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
作者: hankee
时间: 2007-2-20 11:26
或许是文件路径中带有空格的缘故吧