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

Commit

Permalink
fixing hacking tools for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
artynet committed Jul 23, 2015
1 parent 3cfd9f9 commit 93eace0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tools/restore_installed_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions tools/setup_for_hacking.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 93eace0

Please # to comment.