|
yd3141128
新手上路

积分 17
发帖 7
注册 2006-9-18
状态 离线
|
『楼 主』:
这条命令提示语法错误,那错了!
使用 LLM 解释/回答一下
copy D:\游戏菜单\QQmenu.lnk C:\Documents and Settings\Administrator\桌面\
提示命令语法不正确,请帮助下
Copy D:\游戏菜单\QQmenu.lnk C:\Documents and Settings\Administrator\桌面\
The syntax of the command is incorrect. Please help.
|
|
2006-9-18 04:39 |
|
|
namejm
荣誉版主
       batch fan
积分 5226
发帖 1737
注册 2006-3-10 来自 成都
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
当路径带空格的时候,应该用引号把路径括起来,否则,命令会把空格之后的字符串当作命令参数来处理。
When the path contains spaces, you should enclose the path in quotes; otherwise, the command will treat the string after the space as a command parameter.
|

尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。 |
|
2006-9-18 04:50 |
|
|
cxmzlxb
新手上路

积分 17
发帖 13
注册 2006-9-6
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
copy D:\游戏菜单\QQmenu.lnk C:\Docume~1\Administrator\桌面\
这样,又或者
copy D:\游戏菜单\QQmenu.lnk "C:\Documents and Settings\Administrator\桌面\"
试下!
copy D:\游戏 menu\QQmenu.lnk C:\Docume~1\Administrator\Desktop\
In this way, or
copy D:\游戏 menu\QQmenu.lnk "C:\Documents and Settings\Administrator\Desktop\"
Try it!
|
|
2006-9-18 05:07 |
|
|
yd3141128
新手上路

积分 17
发帖 7
注册 2006-9-18
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
好的,终于有答案了
晕,连谢谢也忘说了,在补上!
Last edited by yd3141128 on 2006-9-18 at 10:53 ]
Okay, finally there's an answer.
Oh, I even forgot to say thank you, let's add it!
Last edited by yd3141128 on 2006-9-18 at 10:53 ]
|
|
2006-9-18 10:30 |
|
|
dive007
初级用户
 
积分 26
发帖 8
注册 2006-10-5
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
謝謝,我也遇上同樣的問題,看了你的貼後如夢方醒
Thank you, I also encountered the same problem. After reading your post, I suddenly became enlightened.
|
|
2006-10-5 04:51 |
|
|
pengfei
银牌会员
    
积分 1218
发帖 485
注册 2006-7-21 来自 湖南.娄底
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
看来大家在路径空格问题上都疏忽了...
It seems that everyone has overlooked the issue of path spaces...
|
|
2006-10-5 05:32 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
觉得论坛做一个 FAQ 供新人查阅比较好
I think it's good for the forum to make a FAQ for new users to consult
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-10-5 05:43 |
|