gpt4 book ai didi

applescript - 检查磁盘是否存在于applescript中

转载 作者:行者123 更新时间:2023-12-04 21:46:01 25 4
gpt4 key购买 nike

我正在制作一个苹果脚本来在我不需要时卸载一个卷,然后在我单击该应用程序后再次安装它...

我在 automator 中创建它,代码如下所示:

if disk "UNIVERSAL" exists then

do shell script "diskutil unmount /volumes/UNIVERSAL"

else

do shell script "diskutil mount /volumes/UNIVERSAL"

end if

我在 disk "UNIVERSAL"exists 处遇到错误,请帮忙...

谢谢本

最佳答案

是否在 tell 应用程序“Finder” block 中使用 if 语句?

tell application "Finder"
if disk "Mac OS X" exists then
beep
end if
end tell

关于applescript - 检查磁盘是否存在于applescript中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9562966/

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