Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 93eace0

Browse files
committed
fixing hacking tools for windows
1 parent 3cfd9f9 commit 93eace0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tools/restore_installed_build.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ GOTO Exit
1111

1212
:Error
1313
ECHO Usage: restore_installed_build.bat application_path
14-
ECHO Restore Brackets to use the installed HTML/CSS/JS files.
15-
ECHO Parameters: application_path - path that contains the Brackets application
16-
ECHO Example: restore_installed_build.bat "c:\Program Files (x86)\Brackets"
14+
ECHO Restore ArduinoStudio to use the installed HTML/CSS/JS files.
15+
ECHO Parameters: application_path - path that contains the ArduinoStudio application
16+
ECHO Example: restore_installed_build.bat "c:\Program Files (x86)\ArduinoStudio"
1717

1818
:Exit

tools/setup_for_hacking.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ GOTO Exit
2222

2323
:Error
2424
ECHO Usage: setup_for_hacking.bat application_path
25-
ECHO Setup Brackets to use the HTML/CSS/JS files pulled from GitHub.
26-
ECHO Parameters: application_path - path that contains the Brackets application
27-
ECHO Example: setup_for_hacking.bat "c:\Program Files (x86)\Brackets"
25+
ECHO Setup ArduinoStudio to use the HTML/CSS/JS files pulled from GitHub.
26+
ECHO Parameters: application_path - path that contains the ArduinoStudio application
27+
ECHO Example: setup_for_hacking.bat "c:\Program Files (x86)\ArduinoStudio"
2828
GOTO Exit
2929

3030
:XPNotSupported
3131
ECHO Sorry, this script doesn't run in Windows XP.
3232
ECHO To enable hacking, use the junction tool (http://technet.microsoft.com/en-us/sysinternals/bb896768)
3333
ECHO as follows: junction.exe %1\dev "%root_path%"
34-
ECHO (in the folder containing Brackets.exe)
34+
ECHO (in the folder containing ArduinoStudio.exe)
3535

3636
:Exit

0 commit comments

Comments
 (0)