fixed load.bat for also look for ccsv4/DebugServer
diff --git a/src/part2/examples/txn/platforms/ez430_rf2500/load.bat b/src/part2/examples/txn/platforms/ez430_rf2500/load.bat
index c7fbab1..2f254fc 100644
--- a/src/part2/examples/txn/platforms/ez430_rf2500/load.bat
+++ b/src/part2/examples/txn/platforms/ez430_rf2500/load.bat
@@ -14,6 +14,11 @@
) else (
set DEBUGSERVER=C:\Program Files\Texas Instruments\CC Essentials v3.1\DebugServer
)
+if exist %DEBUGSERVER% (
+ set foo=
+) else (
+ set DEBUGSERVER=C:\Program Files\Texas Instruments\ccsv4\DebugServer
+)
REM Path to Rhino JAR File
set RHINO_JAR="%DEBUGSERVER%\scripting\lib\rhino\js.jar"