@John Carter - Hi John, I tried some steps taking help from dynamic process execution guide and examples. It was quite helpful and gave me lots of information.
1) using command automatec /run "Process Name" /user "id" "Pass" /resource "machine name" - I was able run a process and get session ID
2) using command automatec /status "session ID" /user "id" "Pass" - I was able to get status of session ID
Few Questions that I still have are -
1) What is the use of DBname and port, i didn't used it anywhere in my command. Is it used when there are more than 1 DB connections and i want to run process from DB on a resource which is not set as default DB?
2) Before running actual process, I want to check if my resource PC is up (online) and not busy running another process, what command should I use to achieve this and what all will I have to pass to that command - machine name, credentials?
3) If my resource PC is offline on that remote machine, is it possible to first start resource PC on different machine like we do it on local machine as - Automate.exe /resourcepc /public
4) When working with login agent and scheduler, we run the login process of login agent before running the main process and run logout process after main process, so which AutomateC as well we will have to design same chain of process?
------------------------------
Mayank Goyal
------------------------------