cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout when start process by CMD

YahorPamazai
Level 3
When I started some process by cmd every time before process start  I must waiting something. Why does timeout occur? For what this timeout needed? Maybe there is a way to get rid of the timeout? 
1 REPLY 1

RobertoCarbonet
Level 3
Hi, This happens for the resource not logged in or in Idle mode and the version 6.x permit to assign the process before was anyway blocked. could be useful this approach: cmd.exe /c AutomateC.exe /run ..... the return parameter, etc. are returned but is not in wait for the completion  otherwise if you need to wait to start a second process (i.e. after the Login was completed): echo wait 150 seconds timeout /t 150 /NOBREAK > NUL