I am trying to automate a process which involves the launching of a specific cmd.exe. I have tried using the “start process” activity and “invoke power shell” activity, and I obtain the same problem with both. When I launch the process in unattended mode, the cmd freezes. If I click enter or similar, then it stops the freezing and starts. Please, see attached a screenshot.
By unattended mode you mean that you are running it on some virtual machine? Check your virtual machine environment as it seems from the error that whatever you are running is not recognized in the VM. is not recognized as an internal or external command, program, or executable batch file
Yes, it is running on a virtual machine. However, when I run it manually, it works perfect. I thing the problem is not related with the environment or the programm