Run an App From Command Line

When starting Application Center, your can specify a parameters or two:

  • host: Name or IP Address of NodeActa server.
  • user: User to login to the system.
  • password: User's password to login to the system.
  • app: Full Name of the app to automatically start when starting Application Center.

If you want to start a specific app using command line do:

nodeacta.appcenter.exe -host 192.168.1.205 -user root -password root -app Samples.MyAppExample 

Hint

If your app does not have UI, we recomend you to use nodeacta.command.exe instead. See more here.

Warning

We do not recommend this approach for applications that run for long periods of time, because you can see Application Center parameters (containing your password) in Task Manager. Of course, you can omit the password parameter and show login dialog every time.