Hi there!
Using the “execute command” remote works fine for normal commands like ‘dir’, etc. on our Win7 renderfarm. But now I wanted to use the “choco” command of the chocolatey app (www.chocolatey.org), to remotely install tools on all the renderfarm machines. Via RDP I can just start a “cmd” window and use the “choco” command, which is installed to ‘C:\ProgramData\chocolatey\bin\choco.EXE’. When using it via Dealine’s ‘execute command’ like this ‘cmd /C choco’, I always get the error message:
Command Stderr: ‘choco’ is not recognized as an internal or external command,
operable program or batch file.
Is there a way to have the ‘execute command’ use the same environment (PATH, etc.) like if I would be logged in via the same user ‘locally’? Or do I have to always use the full paths to non-system tools/apps?
Thanks!