Launch application via CMD

hi there,
I have installed Appium and Node js, and I would like to launch my app via CMD,
It will be much appreciated to have an example of how to do that.
Thanks

You have to provide the appium path in environment vairable and after that you can launch appium directly

What do u mean to launch app using command line? dont you want to launch using Appium? BTW you can launch app using command line using adb

“adb shell am start -n package Name/ActivityName”

1 Like

that’s what I meant :slight_smile:

After installing Nodejs you must also use npm install -g appium

(I did this in mac OS) Give it a try

I launch appium server just passing “appium” to commant line

Hope it works