0Day Forums
Windows Script Host Error - Running Appium from CMD - Printable Version

+- 0Day Forums (https://zeroday.vip)
+-- Forum: Coding (https://zeroday.vip/Forum-Coding)
+--- Forum: JScript (https://zeroday.vip/Forum-JScript)
+--- Thread: Windows Script Host Error - Running Appium from CMD (/Thread-Windows-Script-Host-Error-Running-Appium-from-CMD)



Windows Script Host Error - Running Appium from CMD - choose626 - 07-24-2023

I'm trying to run Appium from command line but getting error 800A138F - Microsoft JScript runtime error.

I have created a BATCH file containing the following data.

<!-- begin snippet: js hide: false console: true babel: false -->

<!-- language: lang-js -->

ECHO
START "C:\Program Files (x86)\Appium\node.exe" "C:\Program Files (x86)\Appium\node_modules\appium\lib\server\main.js" --address 127.0.0.1 --port 4723 --platform-name Android --platform-version 23 --automation-name Appium --log-no-color

<!-- end snippet -->

Then, the windows script host pop up error appears.
[![enter image description here][1]][1]


[1]: