Skip to content

Commit

Permalink
Local deployment utility
Browse files Browse the repository at this point in the history
Clarify that PATH is automatically enclosed in quotes.
  • Loading branch information
prodea2 committed Mar 24, 2017
1 parent f0f23bf commit 5bd88bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion localdeploy.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5bd88bb

Please sign in to comment.