CMD freezing

Hi all,

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.

1 Like

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

1 Like

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

1 Like

Try to run a VBscript script.

Check command line - How can I run a powershell script as a background task without displaying a window? - Stack Overflow