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
1111
1212:Error
1313ECHO 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
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ GOTO Exit
2222
2323:Error
2424ECHO 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 "
2828GOTO Exit
2929
3030:XPNotSupported
3131ECHO Sorry, this script doesn't run in Windows XP.
3232ECHO To enable hacking, use the junction tool (http://technet.microsoft.com/en-us/sysinternals/bb896768)
3333ECHO 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
You can’t perform that action at this time.
0 commit comments