From 93eace024d3172561c8680f6f3aec25c23a2b666 Mon Sep 17 00:00:00 2001 From: Arturo Rinaldi Date: Thu, 23 Jul 2015 17:14:07 +0200 Subject: [PATCH] fixing hacking tools for windows --- tools/restore_installed_build.bat | 6 +++--- tools/setup_for_hacking.bat | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/restore_installed_build.bat b/tools/restore_installed_build.bat index e356f7369..81074fc67 100644 --- a/tools/restore_installed_build.bat +++ b/tools/restore_installed_build.bat @@ -11,8 +11,8 @@ GOTO Exit :Error ECHO Usage: restore_installed_build.bat application_path -ECHO Restore Brackets to use the installed HTML/CSS/JS files. -ECHO Parameters: application_path - path that contains the Brackets application -ECHO Example: restore_installed_build.bat "c:\Program Files (x86)\Brackets" +ECHO Restore ArduinoStudio to use the installed HTML/CSS/JS files. +ECHO Parameters: application_path - path that contains the ArduinoStudio application +ECHO Example: restore_installed_build.bat "c:\Program Files (x86)\ArduinoStudio" :Exit diff --git a/tools/setup_for_hacking.bat b/tools/setup_for_hacking.bat index 7d4580282..95605d561 100644 --- a/tools/setup_for_hacking.bat +++ b/tools/setup_for_hacking.bat @@ -22,15 +22,15 @@ GOTO Exit :Error ECHO Usage: setup_for_hacking.bat application_path -ECHO Setup Brackets to use the HTML/CSS/JS files pulled from GitHub. -ECHO Parameters: application_path - path that contains the Brackets application -ECHO Example: setup_for_hacking.bat "c:\Program Files (x86)\Brackets" +ECHO Setup ArduinoStudio to use the HTML/CSS/JS files pulled from GitHub. +ECHO Parameters: application_path - path that contains the ArduinoStudio application +ECHO Example: setup_for_hacking.bat "c:\Program Files (x86)\ArduinoStudio" GOTO Exit :XPNotSupported ECHO Sorry, this script doesn't run in Windows XP. ECHO To enable hacking, use the junction tool (http://technet.microsoft.com/en-us/sysinternals/bb896768) ECHO as follows: junction.exe %1\dev "%root_path%" -ECHO (in the folder containing Brackets.exe) +ECHO (in the folder containing ArduinoStudio.exe) :Exit