Wait until command completed

i have written command , it take some time to generate output. , till output doesnot get ready, we have to wait , what to do so that process can wait till that time

we can identify output is ready that cmd will show C:\

@Ananya1 You can Either put a Maximum Delay taking into Account the Maximum time the Command takes usually to complete execution or Need to Perform Screen Scraping and Check for that “C:/” in the Last line

1 Like

u can use text exist and then loop it until it exist.
Ex
Text Exist—Decision Flow (Text Exist)—True : do next process
False: loop back to text exist

1 Like

@Ananya1 That depends on what you want to do when it Doesn’t appear :sweat_smile: