将 *.ink 复制到桌面时出现问题?
我想创建一个批处理文件,将我的图标复制到桌面,这被证明很困难,任何人都可以帮忙吗?
我打算使用的代码只是一个简单的xcopy,但它并没有达到预期的效果,
xcopy /s/y C:\ICT\AUTOCAD_2010\NEWINK C:\"Documents and Settings"\"%userprofile%"\desktop
谢谢-
i would like to craete a batch file that copys my icon to the desktop, which is proving dificult can anyone help?
the code i have asumed to use is a simply xcopy but it dose not result as wished for
xcopy /s/y C:\ICT\AUTOCAD_2010\NEWINK C:\"Documents and Settings"\"%userprofile%"\desktop
thanks-
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该可以工作
在%userprofile%中是完整路径,例如“c:\ users \ Adam”
并且路径“Documents and Settings”只是“c:\Users”的同义词
This should work
In %userprofile% is the complete path, like "c:\users\Adam"
And the path "Documents and Settings" is only a synonym for "c:\Users"