This repository was archived by the owner on Feb 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ GOTO Exit
11
11
12
12
:Error
13
13
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 "
17
17
18
18
:Exit
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ GOTO Exit
22
22
23
23
:Error
24
24
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 "
28
28
GOTO Exit
29
29
30
30
:XPNotSupported
31
31
ECHO Sorry, this script doesn't run in Windows XP.
32
32
ECHO To enable hacking, use the junction tool (http://technet.microsoft.com/en-us/sysinternals/bb896768)
33
33
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)
35
35
36
36
:Exit
You can’t perform that action at this time.
0 commit comments