Hi All,
Does anyone know how to run the Windows command in order to start the agent?
I was trying to start a remote agent as a service but it wasn't possible. Even if a run the mentioned command
It will provide the following output
Attempting to start Go Agent as an NT service.
Calling StartServiceCtrlDispatcher...please wait.
StartServiceControlDispatcher failed!
For help, type
C:\Go\Agnt2\cruisewrapper.exe /?
Another point to mention, I tried to run the following command
C:\>C:\Go\Agnt2\start-agent.bat
An error prompt about the agent.cmd appears:
Windows cannot find 'agent.cmd'. Make sure you typed the name correctly, and then try again.
And the output for the command
C:\>IF "" == "N" (START "go agent - C:\" /WAIT agent.cmd ) ELSE (START "go agen
t - C:\" /MIN agent.cmd )
The system cannot find the file agent.cmd.
Unless, if I access to the directory, I was able to run the command
C:\Go\Agnt2>C:\Go\Agnt2\start-agent.bat
C:\Go\Agnt2>IF "" == "N" (START "go agent - C:\Go\Agnt2" /WAIT agent.cmd ) ELSE
(START "go agent - C:\Go\Agnt2" /MIN agent.cmd )