gpt4 book ai didi

android - 使用带空格的文件运行 CMD 命令

转载 作者:可可西里 更新时间:2023-11-01 11:26:58 26 4
gpt4 key购买 nike

当我尝试访问一个带空格的文件然后给它们参数时,它无法识别路径。如果我输入以下内容:

C:\Users\Valentino>cmd /C adb push "C:\Users\Valentino\Desktop\Test.dat" "/sdcard/"

[这个有效]

如果我尝试跟随,不会:

C:\Users\Valentino>cmd /C "C:/Path With Spaces/adb" push "C:\Users\Valentino\Desktop\Test.dat" "/sdcard/"

[这里说 'C:/Path' 不是有效文件]

这都不是:

C:\Users\Valentino>cmd /C "adb" push "C:\Users\Valentino\Desktop\Test.dat" "/sdcard/"

[这里说语法不正确]

为了读取带有空格的文件并给它们参数,语法必须如何?

编辑:即使您没有安装 adb,您也可以试试这个。你会发现它总是会失败,即使是在现有文件上也是如此

最佳答案

要使用cmd 命令,您需要使用“您的文件名” ..

这是一个例子..

keytool -exportcert -alias "your name" -keystore C:\Users\Desktop\your.keystore | C:\openssl-0.9.8k_X64\bin\openssl sha1 -binary | C:\openssl-0.9.8k_X64\bin\openssl base64

已编辑:您可以在 cmd 中使用以下命令作为路径:

cd "Path With Spaces"

有关更多详细信息,请参阅此链接和接受的答案..!!

How to use spaces in CMD?

希望对你有帮助。

谢谢..!!

关于android - 使用带空格的文件运行 CMD 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33007549/

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