From 50b36d7bf32e6a1beb4e848493db0b742639fd16 Mon Sep 17 00:00:00 2001 From: Simon Kissane Date: Sun, 20 Dec 2020 22:22:47 +1100 Subject: [PATCH] AppleScriptTask.md: "mkdir" not "mk dir" The shell command to create a directory is called "mkdir" not "mk dir". Remove the extraneous space. --- Office-Mac/AppleScriptTask.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Office-Mac/AppleScriptTask.md b/Office-Mac/AppleScriptTask.md index 6d9362fea44..82fc7e8cba6 100644 --- a/Office-Mac/AppleScriptTask.md +++ b/Office-Mac/AppleScriptTask.md @@ -34,7 +34,7 @@ The following are the [bundle id] values for Excel, PowerPoint, and Word: For example, the corresponding AppleScript for Excel would be in a file named `MyAppleScriptFile.applescript` that is in ~/Library/Application Scripts/com.microsoft.Excel/. > [!IMPORTANT] -> The folders such as `com.microsoft.Excel` may not exist. In that case, just create them by using a standard **mk dir** command. +> The folders such as `com.microsoft.Excel` may not exist. In that case, just create them by using a standard **mkdir** command. The following is an example of a handler. @@ -51,4 +51,4 @@ The following is an example of a handler. Earlier versions of Office for Mac implemented a command called **MacScript** that supported inline AppleScripts. Although that command still exists in Office 2016 for Mac, **MacScript** is deprecated. Due to sandbox restrictions, the **MacScript** command cannot invoke other applications, such as Finder, in Office 2016 for Mac. We recommend that you use the **AppleScriptTask** command instead of the **MacScript** command in apps for Office 2016 for Mac. -[!include[Support and feedback](~/includes/feedback-boilerplate.md)] \ No newline at end of file +[!include[Support and feedback](~/includes/feedback-boilerplate.md)]