vb shell中的路径问题

Shell"c:\windows\system32\cmd.exe/cmdD:\MyDocuments\编程\Recycled"为什么创建后发现在D:\MyDocumen... Shell "c:\windows\system32\cmd.exe /c md D:\My Documents\编程\Recycled"
为什么创建后发现 在 D:\My Documents\编程 文件夹下生成了Documents\编程\Recycled
总起来 路径就是D:\My Documents\编程\Documents\编程\Recycled
这是怎没回事?
怎么解决?
那如果 我加一个变量 a
dim a as string
Shell "c:\windows\system32\cmd.exe /c md " & a & "Recycled"
这该怎么改?
展开
 我来答
尼欧赵
2008-12-11
知道答主
回答量:0
采纳率:0%
帮助的人:0
展开全部
因为My Documents中间有空格,所以在程序的路径下建立了相对路径的文件夹。你应该写成:
Shell "c:\windows\system32\cmd.exe /c md " & """ & "D:\My Documents\编程\Recycled" & """
吴导代言
2008-12-15
知道答主
回答量:0
采纳率:0%
帮助的人:0
展开全部
Dim a As String
a = "c:\windows\system32\cmd.exe /c md D:\My" + Chr(34) + " " + Chr(34) + "Documents\编程\Recycled"
Shell a

Chr(34) + " " + Chr(34)=“" "”
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
?>

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式