gpt4 book ai didi

c# - Word 命令行参数空间问题

转载 作者:行者123 更新时间:2023-11-30 17:16:17 25 4
gpt4 key购买 nike

我想将参数传递给 winword,以便使用 Environment.GetCommandLineArgs() 在我的 vsto 插件中读取它。

如果参数值包含空格,我无法对字符串进行转义。

这是有效的:

winword.exe /myVar1:C:\folder\whatever1.doc /myVar2:C:\folder\somethingelese.txt C:\example.doc

这是行不通的:

winword.exe /myVar1:"C:\folder with space\whatever1.doc" /myVar2:"C:\folder with space 2\somethingelese.txt" C:\example.doc

最佳答案

尝试使用以下命令:

winword.exe "/myVar1:C:\folder with space\whatever1.doc" "/myVar2:C:\folder with space 2\somethingelese.txt" C:\example.doc

如果还是不行,把GetCommandLineArgs返回的数组内容发给我们。

关于c# - Word 命令行参数空间问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7321814/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com