From 5bd88bb767715e25d502163c567f815183bf0ec4 Mon Sep 17 00:00:00 2001 From: prodea2 Date: Fri, 24 Mar 2017 16:53:22 +0200 Subject: [PATCH] Local deployment utility Clarify that PATH is automatically enclosed in quotes. --- localdeploy.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/localdeploy.cmd b/localdeploy.cmd index 9a4d5f11..3f123082 100644 --- a/localdeploy.cmd +++ b/localdeploy.cmd @@ -15,7 +15,8 @@ @echo ------------------------------- @echo Please provide the path to the folder that contains the application launcher executable, that needs local deployment @echo of Mesa. It is recommended to copy-paste it from Windows Explorer using CTRL+V. The right click paste introduced in -@echo Windows 10 may lead to unexpected double paste. +@echo Windows 10 may lead to unexpected double paste. Also don't worry if path contains spaces, it is enclosed in quotes +automatically so you don't need to add them. @echo. @set /p dir=Path to folder holding application executable: @echo.